diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/canvasdollarzero.c | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/src/canvasdollarzero.c b/src/canvasdollarzero.c index 26524ae..1f63d98 100644 --- a/src/canvasdollarzero.c +++ b/src/canvasdollarzero.c @@ -1,13 +1,23 @@ -/* For information on usage and redistribution, and for a DISCLAIMER OF ALL -* WARRANTIES, see the file, "LICENSE.txt," in this distribution. + +/****************************************************** + * + * canvasdollarzero - implementation file + * + * + * copyleft (c) IOhannes m zmölnig + * + * 2007:forum::für::umläute:2007 + * + * institute of electronic music and acoustics (iem) + * + * based on iemlib2 + * copyright (c) 2000-2006 Thomas Musil, IEM, KUG, Graz/Austria + * ****************************************************** * * license: GNU General Public License v.2 (or later) * - ****************************************************** - -based on iemlib2 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ - + ******************************************************/ #include "m_pd.h" #include "g_canvas.h" |