* [PATCH] 2.4.12-ac1: more MODULE_LICENSE patches
@ 2001-10-14 17:48 Frank Davis
0 siblings, 0 replies; only message in thread
From: Frank Davis @ 2001-10-14 17:48 UTC (permalink / raw)
To: linux-kernel; +Cc: Alan Cox
[-- Attachment #1: Type: text/plain, Size: 123 bytes --]
Hello,
I've attached a few more drivers/net MODULE_LICENSE patches against
2.4.12-ac1 . Pleae review.
Regards,
Frank
[-- Attachment #2: HYDRA --]
[-- Type: text/plain, Size: 204 bytes --]
--- drivers/net/hydra.c.old Thu Apr 12 15:15:25 2001
+++ drivers/net/hydra.c Sun Oct 14 12:53:13 2001
@@ -254,3 +254,4 @@
module_init(hydra_probe);
module_exit(hydra_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #3: IBMLANA --]
[-- Type: text/plain, Size: 304 bytes --]
--- drivers/net/ibmlana.c.old Wed Jun 20 14:10:53 2001
+++ drivers/net/ibmlana.c Sun Oct 14 12:54:45 2001
@@ -1199,6 +1199,7 @@
MODULE_PARM(io, "i");
MODULE_PARM_DESC(irq, "IBM LAN/A IRQ number");
MODULE_PARM_DESC(io, "IBM LAN/A I/O base address");
+MODULE_LICENSE("GPL");
int init_module(void)
{
[-- Attachment #4: IOC3-ETH --]
[-- Type: text/plain, Size: 325 bytes --]
--- drivers/net/ioc3-eth.c.old Sun Sep 30 20:39:01 2001
+++ drivers/net/ioc3-eth.c Sun Oct 14 12:55:53 2001
@@ -1817,6 +1817,7 @@
MODULE_AUTHOR("Ralf Baechle <ralf@oss.sgi.com>");
MODULE_DESCRIPTION("SGI IOC3 Ethernet driver");
+MODULE_LICENSE("GPL");
module_init(ioc3_init_module);
module_exit(ioc3_cleanup_module);
[-- Attachment #5: ISA-SKEL --]
[-- Type: text/plain, Size: 239 bytes --]
--- drivers/net/isa-skeleton.c.old Tue Jul 17 21:53:55 2001
+++ drivers/net/isa-skeleton.c Sun Oct 14 12:56:54 2001
@@ -636,6 +636,7 @@
static int irq;
static int dma;
static int mem;
+MODULE_LICENSE("GPL");
int init_module(void)
{
[-- Attachment #6: LASI_825 --]
[-- Type: text/plain, Size: 318 bytes --]
--- drivers/net/lasi_82596.c.old Mon Aug 27 11:53:07 2001
+++ drivers/net/lasi_82596.c Sun Oct 14 12:58:05 2001
@@ -180,6 +180,7 @@
MODULE_AUTHOR("Richard Hirst");
MODULE_DESCRIPTION("i82596 driver");
+MODULE_LICENSE("GPL");
MODULE_PARM(i596_debug, "i");
MODULE_PARM_DESC(i596_debug, "lasi_82596 debug mask");
[-- Attachment #7: NE2 --]
[-- Type: text/plain, Size: 352 bytes --]
--- drivers/net/ne2.c.old Sun Aug 5 16:12:40 2001
+++ drivers/net/ne2.c Sun Oct 14 13:00:49 2001
@@ -744,6 +744,7 @@
static int io[MAX_NE_CARDS];
static int irq[MAX_NE_CARDS];
static int bad[MAX_NE_CARDS]; /* 0xbad = bad sig or no reset ack */
+MODULE_LICENSE("GPL");
#ifdef MODULE_PARM
MODULE_PARM(io, "1-" __MODULE_STRING(MAX_NE_CARDS) "i");
[-- Attachment #8: OAKNET --]
[-- Type: text/plain, Size: 221 bytes --]
--- drivers/net/oaknet.c.old Sat Mar 3 13:55:47 2001
+++ drivers/net/oaknet.c Sun Oct 14 13:02:19 2001
@@ -696,3 +696,4 @@
module_init(oaknet_init_module);
module_exit(oaknet_cleanup_module);
+MODULE_LICENSE("GPL");
[-- Attachment #9: PCI-SKEL --]
[-- Type: text/plain, Size: 397 bytes --]
--- drivers/net/pci-skeleton.c.old Tue Aug 7 11:30:50 2001
+++ drivers/net/pci-skeleton.c Sun Oct 14 13:04:30 2001
@@ -484,6 +484,7 @@
MODULE_AUTHOR ("Jeff Garzik <jgarzik@mandrakesoft.com>");
MODULE_DESCRIPTION ("Skeleton for a PCI Fast Ethernet driver");
+MODULE_LICENSE("GPL");
MODULE_PARM (multicast_filter_limit, "i");
MODULE_PARM (max_interrupt_work, "i");
MODULE_PARM (debug, "i");
[-- Attachment #10: RRUNNER --]
[-- Type: text/plain, Size: 330 bytes --]
--- drivers/net/rrunner.c.old Wed Jul 4 14:50:39 2001
+++ drivers/net/rrunner.c Sun Oct 14 13:06:12 2001
@@ -269,6 +269,7 @@
#if LINUX_VERSION_CODE > 0x20118
MODULE_AUTHOR("Jes Sorensen <Jes.Sorensen@cern.ch>");
MODULE_DESCRIPTION("Essential RoadRunner HIPPI driver");
+MODULE_LICENSE("GPL");
#endif
int init_module(void)
[-- Attachment #11: SAA9730 --]
[-- Type: text/plain, Size: 226 bytes --]
--- drivers/net/saa9730.c.old Mon Jul 2 17:03:04 2001
+++ drivers/net/saa9730.c Sun Oct 14 13:07:33 2001
@@ -1080,3 +1080,5 @@
}
module_init(saa9730_probe);
+//Shouldn't this have a module_exit ?
+MODULE_LICENSE("GPL");
[-- Attachment #12: SEEQ8005 --]
[-- Type: text/plain, Size: 361 bytes --]
--- drivers/net/seeq8005.c.old Wed Jun 20 14:10:53 2001
+++ drivers/net/seeq8005.c Sun Oct 14 13:09:01 2001
@@ -711,6 +711,7 @@
static struct net_device dev_seeq = { init: seeq8005_probe };
static int io = 0x320;
static int irq = 10;
+MODULE_LICENSE("GPL");
MODULE_PARM(io, "i");
MODULE_PARM(irq, "i");
MODULE_PARM_DESC(io, "SEEQ 8005 I/O base address");
[-- Attachment #13: SK_G16 --]
[-- Type: text/plain, Size: 374 bytes --]
--- drivers/net/sk_g16.c.old Wed Jul 4 14:50:39 2001
+++ drivers/net/sk_g16.c Sun Oct 14 13:10:28 2001
@@ -616,6 +616,7 @@
MODULE_AUTHOR("Patrick J.D. Weichmann");
MODULE_DESCRIPTION("Schneider & Koch G16 Ethernet Device Driver");
+MODULE_LICENSE("GPL");
MODULE_PARM(io, "i");
MODULE_PARM_DESC(io, "0 to probe common ports (unsafe), or the I/O base of the board");
[-- Attachment #14: SK_MCA --]
[-- Type: text/plain, Size: 269 bytes --]
--- drivers/net/sk_mca.c.old Wed Jul 4 14:50:39 2001
+++ drivers/net/sk_mca.c Sun Oct 14 13:11:41 2001
@@ -1229,6 +1229,7 @@
* ------------------------------------------------------------------------ */
#ifdef MODULE
+MODULE_LICENSE("GPL");
#define DEVMAX 5
[-- Attachment #15: SMC9194 --]
[-- Type: text/plain, Size: 254 bytes --]
--- drivers/net/smc9194.c.old Sun Sep 30 20:39:05 2001
+++ drivers/net/smc9194.c Sun Oct 14 13:14:40 2001
@@ -1558,6 +1558,7 @@
static int io;
static int irq;
static int ifport;
+MODULE_LICENSE("GPL");
MODULE_PARM(io, "i");
MODULE_PARM(irq, "i");
[-- Attachment #16: SMC-MCA --]
[-- Type: text/plain, Size: 411 bytes --]
--- drivers/net/smc-mca.c.old Mon Aug 27 11:53:08 2001
+++ drivers/net/smc-mca.c Sun Oct 14 13:13:30 2001
@@ -437,6 +437,7 @@
static struct net_device dev_ultra[MAX_ULTRAMCA_CARDS];
static int io[MAX_ULTRAMCA_CARDS];
static int irq[MAX_ULTRAMCA_CARDS];
+MODULE_LICENSE("GPL");
MODULE_PARM(io, "1-" __MODULE_STRING(MAX_ULTRAMCA_CARDS) "i");
MODULE_PARM(irq, "1-" __MODULE_STRING(MAX_ULTRAMCA_CARDS) "i");
[-- Attachment #17: STNIC --]
[-- Type: text/plain, Size: 202 bytes --]
--- drivers/net/stnic.c.old Tue Jul 10 23:16:30 2001
+++ drivers/net/stnic.c Sun Oct 14 13:15:48 2001
@@ -316,3 +316,4 @@
module_init(stnic_probe);
/* No cleanup routine. */
+MODULE_LICENSE("GPL");
[-- Attachment #18: SUN3LANC --]
[-- Type: text/plain, Size: 292 bytes --]
--- drivers/net/sun3lance.c.old Wed Jul 4 14:50:39 2001
+++ drivers/net/sun3lance.c Sun Oct 14 13:20:54 2001
@@ -71,6 +71,7 @@
#endif
MODULE_PARM(lance_debug, "i");
MODULE_PARM_DESC(lance_debug, "SUN3 Lance debug level (0-3)");
+MODULE_LICENSE("GPL");
#define DPRINTK(n,a) \
do { \
[-- Attachment #19: SUNBMAC --]
[-- Type: text/plain, Size: 212 bytes --]
--- drivers/net/sunbmac.c.old Fri Apr 27 01:17:25 2001
+++ drivers/net/sunbmac.c Sun Oct 14 13:19:45 2001
@@ -1301,3 +1301,4 @@
module_init(bigmac_probe);
module_exit(bigmac_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #20: SUNLANCE --]
[-- Type: text/plain, Size: 224 bytes --]
--- drivers/net/sunlance.c.old Fri Apr 27 01:17:26 2001
+++ drivers/net/sunlance.c Sun Oct 14 13:18:20 2001
@@ -1603,3 +1603,4 @@
module_init(sparc_lance_probe);
module_exit(sparc_lance_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #21: SUNQE --]
[-- Type: text/plain, Size: 202 bytes --]
--- drivers/net/sunqe.c.old Fri Apr 27 01:17:26 2001
+++ drivers/net/sunqe.c Sun Oct 14 13:17:15 2001
@@ -1041,3 +1041,4 @@
module_init(qec_probe);
module_exit(qec_cleanup);
+MODULE_LICENSE("GPL");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-14 17:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-14 17:48 [PATCH] 2.4.12-ac1: more MODULE_LICENSE patches 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.