summaryrefslogtreecommitdiffstats
path: root/drivers/parport
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-09 23:29:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-09 23:29:35 +0000
commit35385d7a83b4cae6d5ea5f80f3b3377d94178344 (patch)
tree49494d95dfef31ba4f9a697d31e4028cf65a57bd /drivers/parport
parentd9d8062e7b49943b2a2fb034f817a9fc217fd40f (diff)
Merge with 2.4.0-test3-pre7.
Diffstat (limited to 'drivers/parport')
-rw-r--r--drivers/parport/daisy.c4
-rw-r--r--drivers/parport/ieee1284.c5
-rw-r--r--drivers/parport/share.c5
3 files changed, 14 insertions, 0 deletions
diff --git a/drivers/parport/daisy.c b/drivers/parport/daisy.c
index e2f681c3a..065bcf8df 100644
--- a/drivers/parport/daisy.c
+++ b/drivers/parport/daisy.c
@@ -14,6 +14,10 @@
* 13-03-1999: Get DeviceID from non-IEEE 1284.3 devices too.
* 22-02-2000: Count devices that are actually detected.
*
+ * The block comments above the functions in this file are
+ * licensed as part of the generated file
+ * Documentation/DocBook/parportbook.sgml under the GNU Free
+ * Documentation License.
*/
#include <linux/parport.h>
diff --git a/drivers/parport/ieee1284.c b/drivers/parport/ieee1284.c
index 11f98bea0..c148a5b0c 100644
--- a/drivers/parport/ieee1284.c
+++ b/drivers/parport/ieee1284.c
@@ -8,6 +8,11 @@
*
* This file is responsible for IEEE 1284 negotiation, and for handing
* read/write requests to low-level drivers.
+ *
+ * The block comments above the functions in this file are
+ * licensed as part of the generated file
+ * Documentation/DocBook/parportbook.sgml under the GNU Free
+ * Documentation License.
*/
#include <linux/config.h>
diff --git a/drivers/parport/share.c b/drivers/parport/share.c
index 5ada06a83..9fe0bb4be 100644
--- a/drivers/parport/share.c
+++ b/drivers/parport/share.c
@@ -9,6 +9,11 @@
*
* based on work by Grant Guenther <grant@torque.net>
* and Philip Blundell
+ *
+ * The block comments above the functions in this file are
+ * licensed as part of the generated file
+ * Documentation/DocBook/parportbook.sgml under the GNU Free
+ * Documentation License.
*/
#undef PARPORT_DEBUG_SHARING /* undef for production */