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

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

Hello,
   I have attached some MODULE_LICENSE patches against 2.4.12-ac1 . 
These are some of the patches for drivers/net . Please review.
Regards,
Frank

[-- Attachment #2: 6PACK --]
[-- Type: text/plain, Size: 348 bytes --]

--- drivers/net/hamradio/6pack.c.old	Sun Sep 30 20:39:00 2001
+++ drivers/net/hamradio/6pack.c	Sun Oct 14 01:48:37 2001
@@ -1063,6 +1063,7 @@
 
 MODULE_AUTHOR("Andreas Könsgen <ajk@ccac.rwth-aachen.de>");
 MODULE_DESCRIPTION("6pack driver for AX.25");
+MODULE_LICENSE("GPL");
 
 module_init(sixpack_init_driver);
 module_exit(sixpack_exit_driver);

[-- Attachment #3: ARCNET --]
[-- Type: text/plain, Size: 259 bytes --]

--- drivers/net/arcnet/arcnet.c.old	Wed Apr 18 17:40:06 2001
+++ drivers/net/arcnet/arcnet.c	Sun Oct 14 01:34:36 2001
@@ -163,6 +163,7 @@
 
 static int debug = ARCNET_DEBUG;
 MODULE_PARM(debug, "i");
+MODULE_LICENSE("GPL");
 
 int __init init_module(void)
 {

[-- Attachment #4: ARC-RAWM --]
[-- Type: text/plain, Size: 224 bytes --]

--- drivers/net/arcnet/arc-rawmode.c.old	Tue Feb 13 16:15:05 2001
+++ drivers/net/arcnet/arc-rawmode.c	Sun Oct 14 01:31:23 2001
@@ -70,6 +70,7 @@
 
 
 #ifdef MODULE
+MODULE_LICENSE("GPL");
 
 int __init init_module(void)
 {

[-- Attachment #5: ARC-RIMI --]
[-- Type: text/plain, Size: 268 bytes --]

--- drivers/net/arcnet/arc-rimi.c.old	Tue Feb 13 16:15:05 2001
+++ drivers/net/arcnet/arc-rimi.c	Sun Oct 14 01:33:11 2001
@@ -297,6 +297,7 @@
 MODULE_PARM(io, "i");
 MODULE_PARM(irq, "i");
 MODULE_PARM(device, "s");
+MODULE_LICENSE("GPL");
 
 int init_module(void)
 {

[-- Attachment #6: BAYCOM_E --]
[-- Type: text/plain, Size: 400 bytes --]

--- drivers/net/hamradio/baycom_epp.c.old	Sun Sep 30 20:39:00 2001
+++ drivers/net/hamradio/baycom_epp.c	Sun Oct 14 01:50:00 2001
@@ -1414,6 +1414,7 @@
 
 MODULE_AUTHOR("Thomas M. Sailer, sailer@ife.ee.ethz.ch, hb9jnx@hb9w.che.eu");
 MODULE_DESCRIPTION("Baycom epp amateur radio modem driver");
+MODULE_LICENSE("GPL");
 
 /* --------------------------------------------------------------------- */
 

[-- Attachment #7: BAYCOM_P --]
[-- Type: text/plain, Size: 411 bytes --]

--- drivers/net/hamradio/baycom_par.c.old	Sun Sep 16 17:46:11 2001
+++ drivers/net/hamradio/baycom_par.c	Sun Oct 14 01:51:24 2001
@@ -493,6 +493,7 @@
 
 MODULE_AUTHOR("Thomas M. Sailer, sailer@ife.ee.ethz.ch, hb9jnx@hb9w.che.eu");
 MODULE_DESCRIPTION("Baycom par96 and picpar amateur radio modem driver");
+MODULE_LICENSE("GPL");
 
 /* --------------------------------------------------------------------- */
 

[-- Attachment #8: BAYCOM1 --]
[-- Type: text/plain, Size: 420 bytes --]

--- drivers/net/hamradio/baycom_ser_fdx.c.old	Sun Sep 16 17:46:11 2001
+++ drivers/net/hamradio/baycom_ser_fdx.c	Sun Oct 14 01:59:44 2001
@@ -609,6 +609,7 @@
 
 MODULE_AUTHOR("Thomas M. Sailer, sailer@ife.ee.ethz.ch, hb9jnx@hb9w.che.eu");
 MODULE_DESCRIPTION("Baycom ser12 full duplex amateur radio modem driver");
+MODULE_LICENSE("GPL");
 
 /* --------------------------------------------------------------------- */
 

[-- Attachment #9: BAYCOM2 --]
[-- Type: text/plain, Size: 420 bytes --]

--- drivers/net/hamradio/baycom_ser_hdx.c.old	Sun Sep 16 17:46:11 2001
+++ drivers/net/hamradio/baycom_ser_hdx.c	Sun Oct 14 02:01:19 2001
@@ -649,6 +649,7 @@
 
 MODULE_AUTHOR("Thomas M. Sailer, sailer@ife.ee.ethz.ch, hb9jnx@hb9w.che.eu");
 MODULE_DESCRIPTION("Baycom ser12 half duplex amateur radio modem driver");
+MODULE_LICENSE("GPL");
 
 /* --------------------------------------------------------------------- */
 

[-- Attachment #10: BPQETHER --]
[-- Type: text/plain, Size: 368 bytes --]

--- drivers/net/hamradio/bpqether.c.old	Sun Sep 30 20:39:00 2001
+++ drivers/net/hamradio/bpqether.c	Sun Oct 14 01:58:25 2001
@@ -645,5 +645,6 @@
 
 MODULE_AUTHOR("Joerg Reuter DL1BKE <jreuter@yaina.de>");
 MODULE_DESCRIPTION("Transmit and receive AX.25 packets over Ethernet");
+MODULE_LICENSE("GPL");
 module_init(bpq_init_driver);
 module_exit(bpq_cleanup_driver);

[-- Attachment #11: COM90IO --]
[-- Type: text/plain, Size: 266 bytes --]

--- drivers/net/arcnet/com90io.c.old	Wed Apr 18 17:40:05 2001
+++ drivers/net/arcnet/com90io.c	Sun Oct 14 01:41:06 2001
@@ -380,6 +380,7 @@
 MODULE_PARM(io, "i");
 MODULE_PARM(irq, "i");
 MODULE_PARM(device, "s");
+MODULE_LICENSE("GPL");
 
 int init_module(void)
 {

[-- Attachment #12: COMM1 --]
[-- Type: text/plain, Size: 291 bytes --]

--- drivers/net/arcnet/com20020.c.old	Tue Feb 13 16:15:05 2001
+++ drivers/net/arcnet/com20020.c	Sun Oct 14 01:39:45 2001
@@ -355,6 +355,7 @@
 EXPORT_SYMBOL(com20020_check);
 EXPORT_SYMBOL(com20020_found);
 EXPORT_SYMBOL(com20020_remove);
+MODULE_LICENSE("GPL");
 
 int init_module(void)
 {

[-- Attachment #13: COMM2 --]
[-- Type: text/plain, Size: 334 bytes --]

--- drivers/net/arcnet/com20020-isa.c.old	Tue Feb 13 16:15:05 2001
+++ drivers/net/arcnet/com20020-isa.c	Sun Oct 14 01:36:10 2001
@@ -133,6 +133,7 @@
 MODULE_PARM(backplane, "i");
 MODULE_PARM(clockp, "i");
 MODULE_PARM(clockm, "i");
+MODULE_LICENSE("GPL");
 
 static void com20020isa_open_close(struct net_device *dev, bool open)
 {

[-- Attachment #14: COMM3 --]
[-- Type: text/plain, Size: 357 bytes --]

--- drivers/net/arcnet/com20020-pci.c.old	Wed Apr 18 17:40:05 2001
+++ drivers/net/arcnet/com20020-pci.c	Sun Oct 14 01:38:03 2001
@@ -177,5 +177,6 @@
 	pci_unregister_driver(&com20020pci_driver);
 }
 
-module_init(com20020pci_init)
-module_exit(com20020pci_cleanup)
+module_init(com20020pci_init);
+module_exit(com20020pci_cleanup);
+MODULE_LICENSE("GPL");

[-- Attachment #15: DMASCC --]
[-- Type: text/plain, Size: 321 bytes --]

--- drivers/net/hamradio/dmascc.c.old	Wed Apr 18 17:40:06 2001
+++ drivers/net/hamradio/dmascc.c	Sun Oct 14 01:57:22 2001
@@ -305,6 +305,7 @@
 
 MODULE_AUTHOR("Klaus Kudielka");
 MODULE_DESCRIPTION("Driver for high-speed SCC boards");
+MODULE_LICENSE("GPL");
 MODULE_PARM(io, "1-" __MODULE_STRING(MAX_NUM_DEVS) "i");
 
 

[-- Attachment #16: HDLCDRV --]
[-- Type: text/plain, Size: 400 bytes --]

--- drivers/net/hamradio/hdlcdrv.c.old	Sun Sep 16 17:46:11 2001
+++ drivers/net/hamradio/hdlcdrv.c	Sun Oct 14 01:56:09 2001
@@ -901,6 +901,7 @@
 
 MODULE_AUTHOR("Thomas M. Sailer, sailer@ife.ee.ethz.ch, hb9jnx@hb9w.che.eu");
 MODULE_DESCRIPTION("Packet Radio network interface HDLC encoder/decoder");
+MODULE_LICENSE("GPL");
 module_init(hdlcdrv_init_driver);
 module_exit(hdlcdrv_cleanup_driver);
 

[-- Attachment #17: MKISS --]
[-- Type: text/plain, Size: 381 bytes --]

--- drivers/net/hamradio/mkiss.c.old	Sun Sep 30 20:39:00 2001
+++ drivers/net/hamradio/mkiss.c	Sun Oct 14 01:54:57 2001
@@ -1008,6 +1008,7 @@
 MODULE_DESCRIPTION("KISS driver for AX.25 over TTYs");
 MODULE_PARM(ax25_maxdev, "i");
 MODULE_PARM_DESC(ax25_maxdev, "number of MKISS devices");
+MODULE_LICENSE("GPL");
 
 module_init(mkiss_init_driver);
 module_exit(mkiss_exit_driver);

[-- Attachment #18: RFC1051 --]
[-- Type: text/plain, Size: 216 bytes --]

--- drivers/net/arcnet/rfc1051.c.old	Tue Feb 13 16:15:05 2001
+++ drivers/net/arcnet/rfc1051.c	Sun Oct 14 01:42:54 2001
@@ -67,6 +67,7 @@
 
 
 #ifdef MODULE
+MODULE_LICENSE("GPL");
 
 int __init init_module(void)
 {

[-- Attachment #19: RFC1201 --]
[-- Type: text/plain, Size: 216 bytes --]

--- drivers/net/arcnet/rfc1201.c.old	Tue Feb 13 16:15:05 2001
+++ drivers/net/arcnet/rfc1201.c	Sun Oct 14 01:44:08 2001
@@ -69,6 +69,7 @@
 
 
 #ifdef MODULE
+MODULE_LICENSE("GPL");
 
 int __init init_module(void)
 {

[-- Attachment #20: SCC --]
[-- Type: text/plain, Size: 418 bytes --]

--- drivers/net/hamradio/scc.c.old	Sun Sep 30 20:39:00 2001
+++ drivers/net/hamradio/scc.c	Sun Oct 14 01:53:55 2001
@@ -2179,5 +2179,6 @@
 MODULE_AUTHOR("Joerg Reuter <jreuter@yaina.de>");
 MODULE_DESCRIPTION("AX.25 Device Driver for Z8530 based HDLC cards");
 MODULE_SUPPORTED_DEVICE("Z8530 based SCC cards for Amateur Radio");
+MODULE_LICENSE("GPL");
 module_init(scc_init_driver);
 module_exit(scc_cleanup_driver);

[-- Attachment #21: SM --]
[-- Type: text/plain, Size: 328 bytes --]

--- drivers/net/hamradio/soundmodem/sm.c.old	Wed Apr 18 17:40:05 2001
+++ drivers/net/hamradio/soundmodem/sm.c	Sun Oct 14 01:46:57 2001
@@ -714,6 +714,7 @@
 
 module_init(init_soundmodem);
 module_exit(cleanup_soundmodem);
+MODULE_LICENSE("GPL");
 
 /* --------------------------------------------------------------------- */
 

[-- Attachment #22: YAM --]
[-- Type: text/plain, Size: 343 bytes --]

--- drivers/net/hamradio/yam.c.old	Fri Oct 12 18:37:11 2001
+++ drivers/net/hamradio/yam.c	Sun Oct 14 01:52:43 2001
@@ -1177,6 +1177,7 @@
 
 MODULE_AUTHOR("Frederic Rible F1OAT frible@teaser.fr");
 MODULE_DESCRIPTION("Yam amateur radio modem driver");
+MODULE_LICENSE("GPL");
 
 module_init(yam_init_driver);
 module_exit(yam_cleanup_driver);

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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-14  6:37 [PATCH] 2.4.12-ac1: more MODULE_LICENSE patches for net Frank Davis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.