diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-01-31 10:44:35 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-01-31 10:44:35 +0000 |
commit | 179bf7c56f7a8e4df6031d3366548f7afbee31d2 (patch) | |
tree | 7c8b17e5ea8aca5221f2aac29f40941ad8350423 /doc/tutorials/externals-howto/example2 | |
parent | 5ea005d109105a1d1532014f94b929806726c7a4 (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/example2')
-rw-r--r-- | doc/tutorials/externals-howto/example2/counter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorials/externals-howto/example2/counter.c b/doc/tutorials/externals-howto/example2/counter.c index afc72335..6c4787c2 100644 --- a/doc/tutorials/externals-howto/example2/counter.c +++ b/doc/tutorials/externals-howto/example2/counter.c @@ -6,7 +6,7 @@ * it creates an object that increments and outputs a counter * whenever it gets banged. * - * this file is released under Pd's license (BSD-like) + * for legal issues please see the file LICENSE.txt */ |