lkml.org 
[lkml]   [2001]   [Oct]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
Subject[PATCH] 2.4.10-ac7: More MODULE_LICENSE additions
Hello,
I have attached more MODULE_LICENSE additions against 2.4.10-ac7 .
Please review.
Regards,
Frank
--- drivers/ide/ide-disk.c.old Mon Aug 27 11:53:01 2001
+++ drivers/ide/ide-disk.c Sat Oct 6 20:07:07 2001
@@ -890,3 +890,4 @@

module_init(idedisk_init);
module_exit(idedisk_exit);
+MODULE_LICENSE("GPL");--- drivers/s390/net/netiucv.c.old Fri Oct 5 23:04:30 2001
+++ drivers/s390/net/netiucv.c Sat Oct 6 20:50:37 2001
@@ -2115,7 +2115,8 @@
return 0;
}

-module_init(netiucv_init);
#ifdef MODULE
+module_init(netiucv_init);
module_exit(netiucv_exit);
+MODULE_LICENSE("GPL");
#endif--- drivers/pnp/pnp_bios.c.old Fri Oct 5 23:04:27 2001
+++ drivers/pnp/pnp_bios.c Sat Oct 6 20:43:18 2001
@@ -1093,6 +1093,9 @@
}

#ifdef MODULE
+
+MODULE_LICENSE("GPL");
+
/* We have to run it early and specifically in non modular.. */
module_init(pnp_bios_init);

@@ -1104,5 +1107,6 @@
}

module_exit(pnp_bios_exit);
+
#endif
#endif--- drivers/tc/tc.c.old Sun Sep 30 20:39:33 2001
+++ drivers/tc/tc.c Sat Oct 6 21:00:57 2001
@@ -25,6 +25,7 @@

#define TC_DEBUG

+MODULE_LICENSE("GPL");
slot_info tc_bus[MAX_SLOT];
static int max_tcslot;
static tcinfo *info;--- drivers/sgi/char/graphics.c.old Sun Sep 30 20:39:25 2001
+++ drivers/sgi/char/graphics.c Sat Oct 6 21:05:33 2001
@@ -343,6 +343,8 @@
}

#ifdef MODULE
+MODULE_LICENSE("GPL");
+
int init_module(void) {
static int initiated = 0;
--- drivers/s390/net/ctcmain.c.old Fri Oct 5 23:04:30 2001
+++ drivers/s390/net/ctcmain.c Sat Oct 6 20:53:42 2001
@@ -96,6 +96,7 @@
#ifdef MODULE
MODULE_AUTHOR("(C) 2000 IBM Corp. by Fritz Elfert (felfert@millenux.com)");
MODULE_DESCRIPTION("Linux for S/390 CTC/Escon Driver");
+MODULE_LICENSE("GPL");
#ifndef CTC_CHANDEV
MODULE_PARM(ctc, "s");
MODULE_PARM_DESC(ctc,--- drivers/pnp/isapnp.c.old Fri Oct 5 23:04:27 2001
+++ drivers/pnp/isapnp.c Sat Oct 6 20:37:06 2001
@@ -87,6 +87,7 @@
MODULE_PARM_DESC(isapnp_reserve_io, "ISA Plug & Play - reserve I/O region(s) - port,size");
MODULE_PARM(isapnp_reserve_mem, "1-16i");
MODULE_PARM_DESC(isapnp_reserve_mem, "ISA Plug & Play - reserve memory region(s) - address,size");
+MODULE_LICENSE("GPL");

#define _PIDXR 0x279
#define _PNPWRP 0xa79--- drivers/pnp/isapnp_proc.c.old Sat Oct 6 20:40:17 2001
+++ drivers/pnp/isapnp_proc.c Sat Oct 6 20:41:08 2001
@@ -297,6 +297,8 @@

#ifdef MODULE

+MODULE_LICENSE("GPL");
+
static int __exit isapnp_proc_detach_device(struct pci_dev *dev)
{
struct pci_bus *bus = dev->bus;--- drivers/input/keybdev.c.old Sun Sep 30 20:38:43 2001
+++ drivers/input/keybdev.c Sat Oct 6 20:29:24 2001
@@ -246,3 +246,4 @@
MODULE_AUTHOR("Vojtech Pavlik <vojtech@suse.cz>");
MODULE_DESCRIPTION("Input driver to keyboard driver binding");
MODULE_PARM(jp_kbd_109, "i");
+MODULE_LICENSE("GPL");--- drivers/nubus/nubus_syms.c.old Sat Sep 4 16:08:32 1999
+++ drivers/nubus/nubus_syms.c Sat Oct 6 21:13:09 2001
@@ -12,6 +12,8 @@
EXPORT_SYMBOL(nubus_proc_detach_device);
#endif

+MODULE_LICENSE("GPL");
+
EXPORT_SYMBOL(nubus_find_device);
EXPORT_SYMBOL(nubus_find_type);
EXPORT_SYMBOL(nubus_find_slot);--- 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 */
\
 
 \ /
  Last update: 2005-03-22 13:04    [W:0.027 / U:0.928 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site