From: Thomas Jarosch Date: Tue, 24 Apr 2007 08:50:08 +0000 (+0000) Subject: Proper copyright headers X-Git-Tag: v0.10~7 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=bf956a005199e0cf446bc39827cd43a3e7aba5fc Proper copyright headers --- diff --git a/examples/find_all.c b/examples/find_all.c index 9f5d61c..0ee1aa6 100644 --- a/examples/find_all.c +++ b/examples/find_all.c @@ -1,5 +1,8 @@ -/* - Example for ftdi_usb_find_all() +/* find_all.c + + Example for ftdi_usb_find_all() + + This program is distributed under the GPL, version 2 */ #include diff --git a/examples/simple.c b/examples/simple.c index 5568712..4156a92 100644 --- a/examples/simple.c +++ b/examples/simple.c @@ -1,3 +1,10 @@ +/* simple.c + + Simple libftdi usage example + + This program is distributed under the GPL, version 2 +*/ + #include #include