LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] 2.4.10-ac7: MODULE_LICENSE additions
@ 2001-10-07  0:18 Frank Davis
  0 siblings, 0 replies; only message in thread
From: Frank Davis @ 2001-10-07  0:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan

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

Hello,
    I have attached a few MODULE_LICENSE patches against 2.4.10-ac7 . 
Please review.
Regards,
Frank

[-- Attachment #2: IDE --]
[-- Type: text/plain, Size: 261 bytes --]

--- drivers/ide/ide.c.old	Sun Sep 30 20:38:42 2001
+++ drivers/ide/ide.c	Sat Oct  6 19:51:34 2001
@@ -3747,6 +3747,7 @@
 #ifdef MODULE
 char *options = NULL;
 MODULE_PARM(options,"s");
+MODULE_LICENSE("GPL");
 
 static void __init parse_options (char *line)
 {

[-- Attachment #3: SOCAL --]
[-- Type: text/plain, Size: 204 bytes --]

--- drivers/fc4/socal.c.old	Sun Sep 30 20:38:40 2001
+++ drivers/fc4/socal.c	Sat Oct  6 19:34:25 2001
@@ -904,3 +904,4 @@
 
 module_init(socal_probe);
 module_exit(socal_cleanup);
+MODULE_LICENSE("GPL");

[-- Attachment #4: SOC --]
[-- Type: text/plain, Size: 196 bytes --]

--- drivers/fc4/soc.c.old	Sun Sep 30 20:38:40 2001
+++ drivers/fc4/soc.c	Sat Oct  6 19:32:38 2001
@@ -764,3 +764,4 @@
 
 module_init(soc_probe);
 module_exit(soc_cleanup);
+MODULE_LICENSE("GPL");

[-- Attachment #5: IDE-FLOP --]
[-- Type: text/plain, Size: 220 bytes --]

--- drivers/ide/ide-floppy.c.old	Sun Sep 30 20:38:42 2001
+++ drivers/ide/ide-floppy.c	Sat Oct  6 19:58:31 2001
@@ -2116,3 +2116,4 @@
 
 module_init(idefloppy_init);
 module_exit(idefloppy_exit);
+MODULE_LICENSE("GPL");

[-- Attachment #6: IDE-PROB --]
[-- Type: text/plain, Size: 201 bytes --]

--- drivers/ide/ide-probe.c.old	Fri Oct  5 23:03:36 2001
+++ drivers/ide/ide-probe.c	Sat Oct  6 19:48:00 2001
@@ -928,4 +928,5 @@
 {
 	ide_probe = NULL;
 }
+MODULE_LICENSE("GPL");
 #endif /* MODULE */

[-- Attachment #7: MOUSE_RP --]
[-- Type: text/plain, Size: 228 bytes --]

--- drivers/acorn/char/mouse_rpc.c.old	Wed Jun 27 17:12:04 2001
+++ drivers/acorn/char/mouse_rpc.c	Sat Oct  6 19:18:50 2001
@@ -83,3 +83,4 @@
 
 module_init(mouse_rpc_init);
 module_exit(mouse_rpc_exit);
+MODULE_LICENSE("GPL");

[-- Attachment #8: RAPIDE --]
[-- Type: text/plain, Size: 195 bytes --]

--- drivers/ide/rapide.c.old	Wed Jun 27 17:12:04 2001
+++ drivers/ide/rapide.c	Sat Oct  6 19:54:16 2001
@@ -69,6 +69,7 @@
 }
 
 #ifdef MODULE
+MODULE_LICENSE("GPL");
 
 int init_module (void)
 {

[-- Attachment #9: I2C-PROC --]
[-- Type: text/plain, Size: 349 bytes --]

--- drivers/i2c/i2c-proc.c.old	Fri Oct  5 23:03:34 2001
+++ drivers/i2c/i2c-proc.c	Sat Oct  6 19:38:09 2001
@@ -883,6 +883,7 @@
 
 MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>");
 MODULE_DESCRIPTION("i2c-proc driver");
+MODULE_LICENSE("GPL");
 
 int i2c_cleanup(void)
 {
@@ -902,5 +903,4 @@
 {
 	return i2c_cleanup();
 }
-
 #endif				/* MODULE */

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

only message in thread, other threads:[~2001-10-07  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-07  0:18 [PATCH] 2.4.10-ac7: MODULE_LICENSE additions Frank Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).