LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Frank Davis <fdavis@si.rr.com>
To: linux-kernel@vger.kernel.org
Cc: alan@lxorguk.ukuu.org.uk
Subject: [PATCH] 2.4.10-ac7: MODULE_LICENSE additions
Date: Sat, 06 Oct 2001 20:18:49 -0400 [thread overview]
Message-ID: <3BBF9F69.8090405@si.rr.com> (raw)
[-- 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 */
reply other threads:[~2001-10-07 0:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3BBF9F69.8090405@si.rr.com \
--to=fdavis@si.rr.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: [PATCH] 2.4.10-ac7: MODULE_LICENSE additions' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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).