public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.10-ac10: drivers/char MODULE_LICENSE patches
@ 2001-10-09 23:43 Frank Davis
  0 siblings, 0 replies; only message in thread
From: Frank Davis @ 2001-10-09 23:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Alan Cox, alan

[-- Attachment #1: Type: text/plain, Size: 103 bytes --]

Hello,
   I've attached MODULE_LICENSE patches for drivers/char files . Please 
review.
Regards,
Frank

[-- Attachment #2: I810_RNG --]
[-- Type: text/plain, Size: 303 bytes --]

--- drivers/char/i810_rng.c.old	Thu Apr 12 15:15:25 2001
+++ drivers/char/i810_rng.c	Tue Oct  9 18:53:40 2001
@@ -342,6 +342,7 @@
 
 MODULE_AUTHOR("Jeff Garzik, Philipp Rumpf, Matt Sottek");
 MODULE_DESCRIPTION("Intel i8xx chipset Random Number Generator (RNG) driver");
+MODULE_LICENSE("GPL");
 
 
 /*

[-- Attachment #3: IB700WDT --]
[-- Type: text/plain, Size: 284 bytes --]

--- drivers/char/ib700wdt.c.old	Mon Oct  8 18:23:58 2001
+++ drivers/char/ib700wdt.c	Tue Oct  9 18:55:47 2001
@@ -267,5 +267,6 @@
 
 MODULE_AUTHOR("Charles Howes <chowes@vsol.net>");
 MODULE_DESCRIPTION("IB700 SBC watchdog driver");
+MODULE_LICENSE("GPL");
 
 /* end of ib700wdt.c */

[-- Attachment #4: SH-SCI --]
[-- Type: text/plain, Size: 270 bytes --]

--- drivers/char/sh-sci.c.old	Sun Sep 30 20:38:37 2001
+++ drivers/char/sh-sci.c	Tue Oct  9 19:08:42 2001
@@ -90,6 +90,7 @@
 
 #ifdef MODULE
 MODULE_PARM(sci_debug, "i");
+MODULE_LICENSE("GPL");
 #endif
 
 #define dprintk(x...) do { if (sci_debug) printk(x); } while(0)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-09 23:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-09 23:43 [PATCH] 2.4.10-ac10: drivers/char MODULE_LICENSE patches Frank Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox