From: Frank Davis <fdavis@si.rr.com>
To: linux-kernel@vger.kernel.org
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: [PATCH] 2.4.12-ac1: more MODULE_LICENSE tags, mostly sound
Date: Sat, 13 Oct 2001 23:46:30 -0400 [thread overview]
Message-ID: <3BC90A96.2060509@si.rr.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 105 bytes --]
Hello,
I have attached more MODULE_LICENSE patches against 2.4.12-ac1.
Please review.
Regards,
Frank
[-- Attachment #2: DMAS1 --]
[-- Type: text/plain, Size: 263 bytes --]
--- drivers/sound/dmasound/dmasound_atari.c.old Sun Sep 30 20:39:28 2001
+++ drivers/sound/dmasound/dmasound_atari.c Sat Oct 13 23:11:17 2001
@@ -1559,3 +1559,4 @@
module_init(dmasound_atari_init);
module_exit(dmasound_atari_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #3: DMAS2 --]
[-- Type: text/plain, Size: 263 bytes --]
--- drivers/sound/dmasound/dmasound_awacs.c.old Sun Sep 30 20:39:28 2001
+++ drivers/sound/dmasound/dmasound_awacs.c Sat Oct 13 23:13:12 2001
@@ -2180,3 +2180,4 @@
module_init(dmasound_awacs_init);
module_exit(dmasound_awacs_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #4: DMAS3 --]
[-- Type: text/plain, Size: 324 bytes --]
--- drivers/sound/dmasound/dmasound_core.c.old Mon Aug 27 11:53:18 2001
+++ drivers/sound/dmasound/dmasound_core.c Sat Oct 13 23:15:18 2001
@@ -135,6 +135,7 @@
MODULE_PARM(writeBufSize, "i");
MODULE_PARM(numReadBufs, "i");
MODULE_PARM(readBufSize, "i");
+MODULE_LICENSE("GPL");
#ifdef MODULE
static int sq_unit = -1;
[-- Attachment #5: DMAS4 --]
[-- Type: text/plain, Size: 261 bytes --]
--- drivers/sound/dmasound/dmasound_paula.c.old Sun Sep 30 20:39:28 2001
+++ drivers/sound/dmasound/dmasound_paula.c Sat Oct 13 23:16:56 2001
@@ -720,3 +720,4 @@
module_init(dmasound_paula_init);
module_exit(dmasound_paula_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #6: DMAS5 --]
[-- Type: text/plain, Size: 253 bytes --]
--- drivers/sound/dmasound/dmasound_q40.c.old Sun Sep 30 20:39:28 2001
+++ drivers/sound/dmasound/dmasound_q40.c Sat Oct 13 23:18:28 2001
@@ -585,3 +585,4 @@
module_init(dmasound_q40_init);
module_exit(dmasound_q40_cleanup);
+MODULE_LICENSE("GPL");
[-- Attachment #7: ITE8172 --]
[-- Type: text/plain, Size: 347 bytes --]
--- drivers/sound/ite8172.c.old Fri Oct 12 18:44:27 2001
+++ drivers/sound/ite8172.c Sat Oct 13 23:00:08 2001
@@ -1721,6 +1721,7 @@
MODULE_AUTHOR("Monta Vista Software, stevel@mvista.com");
MODULE_DESCRIPTION("IT8172 AudioPCI97 Driver");
+MODULE_LICENSE("GPL");
/* --------------------------------------------------------------------- */
[-- Attachment #8: LANAI --]
[-- Type: text/plain, Size: 296 bytes --]
--- drivers/atm/lanai.c.old Fri Oct 12 18:43:46 2001
+++ drivers/atm/lanai.c Sat Oct 13 19:10:05 2001
@@ -2912,5 +2912,6 @@
MODULE_AUTHOR("Mitchell Blank Jr <mitch@sfgoth.com>");
MODULE_DESCRIPTION("Efficient Networks Speedstream 3010 driver");
+MODULE_LICENSE("GPL");
#endif /* MODULE */
[-- Attachment #9: VWSND --]
[-- Type: text/plain, Size: 300 bytes --]
--- drivers/sound/vwsnd.c.old Mon Aug 27 11:53:20 2001
+++ drivers/sound/vwsnd.c Sat Oct 13 23:08:14 2001
@@ -3449,6 +3449,7 @@
MODULE_DESCRIPTION("SGI Visual Workstation sound module");
MODULE_AUTHOR("Bob Miller <kbob@sgi.com>");
+MODULE_LICENSE("GPL");
static int __init init_vwsnd(void)
{
[-- Attachment #10: WAVEARTI --]
[-- Type: text/plain, Size: 294 bytes --]
--- drivers/sound/waveartist.c.old Fri Apr 13 23:26:07 2001
+++ drivers/sound/waveartist.c Sat Oct 13 23:06:45 2001
@@ -1812,6 +1812,7 @@
module_init(init_waveartist);
module_exit(cleanup_waveartist);
+MODULE_LICENSE("GPL");
#ifndef MODULE
static int __init setup_waveartist(char *str)
[-- Attachment #11: NEC_VRC5 --]
[-- Type: text/plain, Size: 415 bytes --]
--- drivers/sound/nec_vrc5477.c.old Fri Oct 12 18:44:29 2001
+++ drivers/sound/nec_vrc5477.c Sat Oct 13 23:02:52 2001
@@ -1774,6 +1774,7 @@
MODULE_AUTHOR("Monta Vista Software, jsun@mvista.com or jsun@junsun.net");
MODULE_DESCRIPTION("NEC Vrc5477 audio (AC97) Driver");
+MODULE_LICENSE("GPL");
/* --------------------------------------------------------------------- */
extern void jsun_scan_pci_bus(void);
next reply other threads:[~2001-10-14 3:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-14 3:46 Frank Davis [this message]
2001-10-14 8:32 ` [PATCH] 2.4.12-ac1: more MODULE_LICENSE tags, mostly sound Russell King
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=3BC90A96.2060509@si.rr.com \
--to=fdavis@si.rr.com \
--cc=alan@lxorguk.ukuu.org.uk \
--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.