Update of /cvsroot/pure-data/doc/tutorials/externals-howto/example2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14451/example2
Modified Files:
counter.c
Log Message:
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)
Index: counter.c
===================================================================
RCS file: /cvsroot/pure-data/doc/tutorials/externals-howto/example2/counter.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** counter.c 30 Jan 2006 21:04:37 -0000 1.1
--- counter.c 31 Jan 2006 10:44:35 -0000 1.2
***************
*** 7,11 ****
* whenever it gets banged.
*
! * this file is released under Pd's license (BSD-like)
*/
--- 7,11 ----
* whenever it gets banged.
*
! * for legal issues please see the file LICENSE.txt
*/