aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-08-23 19:00:19 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-08-23 19:00:19 +0000
commit27270d868860988dc3061527101a3f0f0605f4bc (patch)
treeed14bec934dff5fce27c61c5aa41873b8ce4fecf
parent125c5ee0d3f62bd8d6b95f4d0e542944fabe2d7d (diff)
use license boilerplate
svn path=/trunk/externals/iem/iemguts/; revision=17530
-rw-r--r--src/canvasdollarzero.c22
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"