From e9904a5b15de8f5f844078ecd901a6b8c03dbcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 21 Apr 2012 13:19:00 +0000 Subject: fixed licenses and encoding svn path=/trunk/externals/hardware/; revision=16130 --- MIDIvice/src/MIDIvice.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'MIDIvice/src/MIDIvice.c') diff --git a/MIDIvice/src/MIDIvice.c b/MIDIvice/src/MIDIvice.c index 67cf293..8668862 100644 --- a/MIDIvice/src/MIDIvice.c +++ b/MIDIvice/src/MIDIvice.c @@ -1,3 +1,13 @@ +/* (c) copyleft 2002-2008 IOhannes m zmölnig + * forum::f~r::uml~ute + * Institute of Electronic Music and Acoustics (IEM) + * University of Music and Dramatic Arts Graz (KUG) + */ + +/* + * MIDIvice - accessing complex MIDI devices + */ + #include "MIDIvice.h" void motormix_setup(); @@ -29,7 +39,7 @@ void MIDIvice_setup(void) /* ************************************** */ post("\n\tMIDIvice "VERSION); - post("\tcopyleft forum::für::umläute @ IEM/KUG 2002-2008"); + post("\tcopyleft forum::für::umläute @ IEM/KUG 2002-2008"); MIDIvice_class = class_new(gensym("MIDIvice"), MIDIvice_new, 0, sizeof(t_MIDIvice), 0, 0); class_addmethod(MIDIvice_class, MIDIvice_help, gensym("help"), 0); -- cgit v1.2.1