public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.12-ac1: last of drivers/net MODULE_LICENSE patches
@ 2001-10-14 18:00 Frank Davis
  0 siblings, 0 replies; only message in thread
From: Frank Davis @ 2001-10-14 18:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Alan Cox

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

Hello,
    I have attached a few more (last of them, I hope :) ) drivers/net 
MODULE_LICENSE patches. Please review.
Regards,
Frank

[-- Attachment #2: MAC89X0 --]
[-- Type: text/plain, Size: 259 bytes --]

--- drivers/net/mac89x0.c.old	Fri Oct 12 18:37:15 2001
+++ drivers/net/mac89x0.c	Sun Oct 14 13:37:22 2001
@@ -627,6 +627,7 @@
 
 MODULE_PARM(debug, "i");
 MODULE_PARM_DESC(debug, "CS89[02]0 debug level (0-5)");
+MODULE_LICENSE("GPL");
 
 EXPORT_NO_SYMBOLS;
 

[-- Attachment #3: MACE --]
[-- Type: text/plain, Size: 271 bytes --]

--- drivers/net/mace.c.old	Wed Jun 20 14:10:53 2001
+++ drivers/net/mace.c	Sun Oct 14 13:38:24 2001
@@ -913,6 +913,7 @@
 
 MODULE_AUTHOR("Paul Mackerras");
 MODULE_DESCRIPTION("PowerMac MACE driver.");
+MODULE_LICENSE("GPL");
 
 static void __exit mace_cleanup (void)
 {

[-- Attachment #4: MACSONIC --]
[-- Type: text/plain, Size: 272 bytes --]

--- drivers/net/macsonic.c.old	Fri Oct 12 18:42:55 2001
+++ drivers/net/macsonic.c	Sun Oct 14 13:39:20 2001
@@ -584,6 +584,7 @@
 
 MODULE_PARM(sonic_debug, "i");
 MODULE_PARM_DESC(sonic_debug, "macsonic debug level (1-4)");
+MODULE_LICENSE("GPL");
 
 EXPORT_NO_SYMBOLS;
 

[-- Attachment #5: MVME147 --]
[-- Type: text/plain, Size: 223 bytes --]

--- drivers/net/mvme147.c.old	Thu Apr 12 15:15:25 2001
+++ drivers/net/mvme147.c	Sun Oct 14 13:40:30 2001
@@ -188,6 +188,8 @@
 }
 
 #ifdef MODULE
+MODULE_LICENSE("GPL");
+
 int init_module(void)
 {
 	root_lance_dev = NULL;

[-- Attachment #6: MYRI_SBU --]
[-- Type: text/plain, Size: 222 bytes --]

--- drivers/net/myri_sbus.c.old	Thu Apr 19 12:34:52 2001
+++ drivers/net/myri_sbus.c	Sun Oct 14 13:41:37 2001
@@ -1153,3 +1153,4 @@
 
 module_init(myri_sbus_probe);
 module_exit(myri_sbus_cleanup);
+MODULE_LICENSE("GPL");

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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-14 18:00 [PATCH] 2.4.12-ac1: last of drivers/net 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