From 179bf7c56f7a8e4df6031d3366548f7afbee31d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 31 Jan 2006 10:44:35 +0000 Subject: 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 --- doc/tutorials/externals-howto/example1/helloworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorials/externals-howto/example1') 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 */ -- cgit v1.2.1