From eb0f7d95973d0153c22034a82ceceb1da6d54fa4 Mon Sep 17 00:00:00 2001 From: aeb Date: Wed, 14 Jun 2000 15:01:42 +0000 Subject: [PATCH] Added copyright headers. git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@30 53a565d1-3bb7-0310-b661-cf11e63c67ab --- src/eventloop.c | 9 +++++++++ src/fcp.c | 9 +++++++++ src/iso.c | 9 +++++++++ src/main.c | 9 +++++++++ src/readwrite.c | 9 +++++++++ src/testlibraw.c | 9 +++++++++ 6 files changed, 54 insertions(+) diff --git a/src/eventloop.c b/src/eventloop.c index 85c68b5..5a47fc4 100644 --- a/src/eventloop.c +++ b/src/eventloop.c @@ -1,3 +1,12 @@ +/* + * libraw1394 - library for raw access to the 1394 bus with the Linux subsystem. + * + * Copyright (C) 1999,2000 Andreas Bombe + * + * This library is licensed under the GNU Lesser General Public License (LGPL), + * version 2.1 or later. See the file COPYING.LIB in the distribution for + * details. + */ #include #include diff --git a/src/fcp.c b/src/fcp.c index 732af58..9bc7fa1 100644 --- a/src/fcp.c +++ b/src/fcp.c @@ -1,3 +1,12 @@ +/* + * libraw1394 - library for raw access to the 1394 bus with the Linux subsystem. + * + * Copyright (C) 1999,2000 Andreas Bombe + * + * This library is licensed under the GNU Lesser General Public License (LGPL), + * version 2.1 or later. See the file COPYING.LIB in the distribution for + * details. + */ #include #include diff --git a/src/iso.c b/src/iso.c index f538f9a..7df6ec0 100644 --- a/src/iso.c +++ b/src/iso.c @@ -1,3 +1,12 @@ +/* + * libraw1394 - library for raw access to the 1394 bus with the Linux subsystem. + * + * Copyright (C) 1999,2000 Andreas Bombe + * + * This library is licensed under the GNU Lesser General Public License (LGPL), + * version 2.1 or later. See the file COPYING.LIB in the distribution for + * details. + */ #include #include diff --git a/src/main.c b/src/main.c index a55a661..9b88983 100644 --- a/src/main.c +++ b/src/main.c @@ -1,3 +1,12 @@ +/* + * libraw1394 - library for raw access to the 1394 bus with the Linux subsystem. + * + * Copyright (C) 1999,2000 Andreas Bombe + * + * This library is licensed under the GNU Lesser General Public License (LGPL), + * version 2.1 or later. See the file COPYING.LIB in the distribution for + * details. + */ #include #include diff --git a/src/readwrite.c b/src/readwrite.c index f72aabe..8670920 100644 --- a/src/readwrite.c +++ b/src/readwrite.c @@ -1,3 +1,12 @@ +/* + * libraw1394 - library for raw access to the 1394 bus with the Linux subsystem. + * + * Copyright (C) 1999,2000 Andreas Bombe + * + * This library is licensed under the GNU Lesser General Public License (LGPL), + * version 2.1 or later. See the file COPYING.LIB in the distribution for + * details. + */ #include #include diff --git a/src/testlibraw.c b/src/testlibraw.c index e18db62..17d6f0d 100644 --- a/src/testlibraw.c +++ b/src/testlibraw.c @@ -1,3 +1,12 @@ +/* + * libraw1394 - library for raw access to the 1394 bus with the Linux subsystem. + * + * Copyright (C) 1999,2000 Andreas Bombe + * + * This library is licensed under the GNU Lesser General Public License (LGPL), + * version 2.1 or later. See the file COPYING.LIB in the distribution for + * details. + */ #include #include