aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/externals-howto/example1
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-31 10:44:35 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-31 10:44:35 +0000
commit179bf7c56f7a8e4df6031d3366548f7afbee31d2 (patch)
tree7c8b17e5ea8aca5221f2aac29f40941ad8350423 /doc/tutorials/externals-howto/example1
parent5ea005d109105a1d1532014f94b929806726c7a4 (diff)
added the missing examples files;
added a LICENSE (all the C-files are under pd's FreeBSD-like license, the HOWTO itself is CreativeCommons-ShareAlike 2.5) svn path=/trunk/; revision=4525
Diffstat (limited to 'doc/tutorials/externals-howto/example1')
-rw-r--r--doc/tutorials/externals-howto/example1/helloworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorials/externals-howto/example1/helloworld.c b/doc/tutorials/externals-howto/example1/helloworld.c
index 43682997..e93a6e0f 100644
--- a/doc/tutorials/externals-howto/example1/helloworld.c
+++ b/doc/tutorials/externals-howto/example1/helloworld.c
@@ -6,7 +6,7 @@
* it creates an object that prints "Hello world!" whenever it
* gets banged.
*
- * this file is released under Pd's license (BSD-like)
+ * for legal issues please see the file LICENSE.txt
*/