From bf956a005199e0cf446bc39827cd43a3e7aba5fc Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 24 Apr 2007 08:50:08 +0000 Subject: [PATCH] Proper copyright headers --- examples/find_all.c | 7 +++++-- examples/simple.c | 7 +++++++ 2 files changed, 12 insertions(+), 2 deletions(-) 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 -- 1.7.1