Proper copyright headers
authorThomas Jarosch <opensource@intra2net.com>
Tue, 24 Apr 2007 08:50:08 +0000 (08:50 +0000)
committerThomas Jarosch <opensource@intra2net.com>
Tue, 24 Apr 2007 08:50:08 +0000 (08:50 +0000)
examples/find_all.c
examples/simple.c

index 9f5d61c..0ee1aa6 100644 (file)
@@ -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 <stdio.h>
index 5568712..4156a92 100644 (file)
@@ -1,3 +1,10 @@
+/* simple.c
+
+   Simple libftdi usage example
+
+   This program is distributed under the GPL, version 2
+*/
+
 #include <stdio.h>
 #include <ftdi.h>