From: Frank Davis <fdavis@si.rr.com>
To: linux-kernel@vger.kernel.org
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>, alan <alan@redhat.com>
Subject: [PATCH] 2.4.10-ac8: drivers/sbus MODULE_LICENSE additions
Date: Sun, 07 Oct 2001 21:15:55 -0400 [thread overview]
Message-ID: <3BC0FE4B.6010901@si.rr.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 108 bytes --]
Hello,
I have attached a few drivers/sbus MODULE_LICENSE patches. Please
review. Thanks.
Regards,
Frank
[-- Attachment #2: AUDIO --]
[-- Type: text/plain, Size: 377 bytes --]
--- drivers/sbus/audio/audio.c.old Mon Aug 27 11:53:11 2001
+++ drivers/sbus/audio/audio.c Sun Oct 7 20:13:15 2001
@@ -2138,8 +2138,9 @@
devfs_unregister (devfs_handle);
}
-module_init(sparcaudio_init)
-module_exit(sparcaudio_exit)
+module_init(sparcaudio_init);
+module_exit(sparcaudio_exit);
+MODULE_LICENSE("GPL");
/*
* Code from Linux Streams, Copyright 1995 by
[-- Attachment #3: AURORA --]
[-- Type: text/plain, Size: 221 bytes --]
--- drivers/sbus/char/aurora.c.old Mon Aug 27 11:53:11 2001
+++ drivers/sbus/char/aurora.c Sun Oct 7 20:49:50 2001
@@ -2482,3 +2482,4 @@
module_init(aurora_init);
module_exit(aurora_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #4: BPP --]
[-- Type: text/plain, Size: 209 bytes --]
--- drivers/sbus/char/bpp.c.old Mon Jan 22 16:30:20 2001
+++ drivers/sbus/char/bpp.c Sun Oct 7 20:47:04 2001
@@ -1073,3 +1073,4 @@
module_init(bpp_init);
module_exit(bpp_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #5: CPWATCHD --]
[-- Type: text/plain, Size: 358 bytes --]
--- drivers/sbus/char/cpwatchdog.c.old Thu Apr 12 15:10:25 2001
+++ drivers/sbus/char/cpwatchdog.c Sun Oct 7 20:45:52 2001
@@ -193,6 +193,7 @@
("Eric Brower <ebrower@usa.net>");
MODULE_DESCRIPTION
("Hardware watchdog driver for Sun Microsystems CP1400/1500");
+MODULE_LICENSE("GPL");
MODULE_SUPPORTED_DEVICE
("watchdog");
#endif /* ifdef MODULE */
[-- Attachment #6: CS4231 --]
[-- Type: text/plain, Size: 363 bytes --]
--- drivers/sbus/audio/cs4231.c.old Mon Jun 11 22:15:27 2001
+++ drivers/sbus/audio/cs4231.c Sun Oct 7 20:11:48 2001
@@ -2443,6 +2443,7 @@
module_init(cs4231_init);
module_exit(cs4231_exit);
+MODULE_LICENSE("GPL");
/*
* Overrides for Emacs so that we follow Linus's tabbing style.
* Emacs will notice this stuff at the end of the file and automatically
[-- Attachment #7: DBRI --]
[-- Type: text/plain, Size: 357 bytes --]
--- drivers/sbus/audio/dbri.c.old Mon Jun 11 22:15:27 2001
+++ drivers/sbus/audio/dbri.c Sun Oct 7 20:18:49 2001
@@ -2377,6 +2377,8 @@
module_init(dbri_init);
module_exit(dbri_exit);
+MODULE_LICENSE("GPL");
+
/*
* Overrides for Emacs so that we follow Linus's tabbing style.
* Emacs will notice this stuff at the end of the file and automatically
[-- Attachment #8: DISPLAY7 --]
[-- Type: text/plain, Size: 353 bytes --]
--- drivers/sbus/char/display7seg.c.old Thu Nov 9 18:57:41 2000
+++ drivers/sbus/char/display7seg.c Sun Oct 7 20:44:40 2001
@@ -55,6 +55,7 @@
("Eric Brower <ebrower@usa.net>");
MODULE_DESCRIPTION
("7-Segment Display driver for Sun Microsystems CP1400/1500");
+MODULE_LICENSE("GPL");
MODULE_SUPPORTED_DEVICE
("d7s");
#endif /* ifdef MODULE */
[-- Attachment #9: DMY --]
[-- Type: text/plain, Size: 355 bytes --]
--- drivers/sbus/audio/dmy.c.old Mon Jun 11 22:15:27 2001
+++ drivers/sbus/audio/dmy.c Sun Oct 7 20:16:59 2001
@@ -783,6 +783,8 @@
module_init(dummy_init);
module_exit(dummy_exit);
+MODULE_LICENSE("GPL");
+
/*
* Overrides for Emacs so that we follow Linus's tabbing style.
* Emacs will notice this stuff at the end of the file and automatically
[-- Attachment #10: ENVCTRL --]
[-- Type: text/plain, Size: 225 bytes --]
--- drivers/sbus/char/envctrl.c.old Mon Aug 27 11:53:11 2001
+++ drivers/sbus/char/envctrl.c Sun Oct 7 20:43:17 2001
@@ -1175,3 +1175,4 @@
module_init(envctrl_init);
module_exit(envctrl_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #11: FLASH --]
[-- Type: text/plain, Size: 215 bytes --]
--- drivers/sbus/char/flash.c.old Wed Mar 7 01:44:16 2001
+++ drivers/sbus/char/flash.c Sun Oct 7 20:41:17 2001
@@ -247,3 +247,4 @@
module_init(flash_init);
module_exit(flash_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #12: ISENSE --]
[-- Type: text/plain, Size: 361 bytes --]
--- drivers/message/fusion/isense.c.old Sun Sep 30 20:38:51 2001
+++ drivers/message/fusion/isense.c Sun Oct 7 20:05:35 2001
@@ -87,6 +87,7 @@
EXPORT_NO_SYMBOLS;
MODULE_AUTHOR(MODULEAUTHOR);
MODULE_DESCRIPTION(my_NAME);
+MODULE_LICENSE("GPL");
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
int __init isense_init(void)
[-- Attachment #13: JSFLASH --]
[-- Type: text/plain, Size: 219 bytes --]
--- drivers/sbus/char/jsflash.c.old Sun Sep 30 20:39:17 2001
+++ drivers/sbus/char/jsflash.c Sun Oct 7 20:38:21 2001
@@ -682,6 +682,7 @@
}
#ifdef MODULE
+MODULE_LICENSE("GPL");
int init_module(void) {
int rc;
[-- Attachment #14: OPENPROM --]
[-- Type: text/plain, Size: 227 bytes --]
--- drivers/sbus/char/openprom.c.old Mon Aug 27 11:53:11 2001
+++ drivers/sbus/char/openprom.c Sun Oct 7 20:36:23 2001
@@ -653,3 +653,4 @@
module_init(openprom_init);
module_exit(openprom_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #15: RIOWATCH --]
[-- Type: text/plain, Size: 374 bytes --]
--- drivers/sbus/char/riowatchdog.c.old Thu Apr 12 15:10:25 2001
+++ drivers/sbus/char/riowatchdog.c Sun Oct 7 20:33:19 2001
@@ -47,6 +47,7 @@
MODULE_AUTHOR("David S. Miller <davem@redhat.com>");
MODULE_DESCRIPTION("Hardware watchdog driver for Sun RIO");
MODULE_SUPPORTED_DEVICE("watchdog");
+MODULE_LICENSE("GPL");
#define RIOWD_NAME "pmc"
#define RIOWD_MINOR 215
[-- Attachment #16: RTC --]
[-- Type: text/plain, Size: 215 bytes --]
--- drivers/sbus/char/rtc.c.old Mon Aug 27 11:53:11 2001
+++ drivers/sbus/char/rtc.c Sun Oct 7 20:29:23 2001
@@ -174,3 +174,4 @@
module_init(rtc_sun_init);
module_exit(rtc_sun_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #17: SAB82532 --]
[-- Type: text/plain, Size: 237 bytes --]
--- drivers/sbus/char/sab82532.c.old Fri Jun 29 22:38:26 2001
+++ drivers/sbus/char/sab82532.c Sun Oct 7 20:27:46 2001
@@ -2427,6 +2427,8 @@
}
#ifdef MODULE
+MODULE_LICENSE("GPL");
+
int init_module(void)
{
if (get_sab82532(0))
[-- Attachment #18: UCTRL --]
[-- Type: text/plain, Size: 227 bytes --]
--- drivers/sbus/char/uctrl.c.old Mon Aug 27 11:53:12 2001
+++ drivers/sbus/char/uctrl.c Sun Oct 7 20:24:24 2001
@@ -424,3 +424,4 @@
module_init(ts102_uctrl_init);
module_exit(ts102_uctrl_cleanup);
+MODULE_LICENSE("GPL");
next reply other threads:[~2001-10-08 1:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-08 1:15 Frank Davis [this message]
2001-10-08 22:21 ` [PATCH] 2.4.10-ac8: drivers/sbus MODULE_LICENSE additions David S. Miller
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=3BC0FE4B.6010901@si.rr.com \
--to=fdavis@si.rr.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=alan@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.