* [PATCH] 2.4.12-ac1: more MODULE_LICENSE tags, mostly sound
@ 2001-10-14 3:46 Frank Davis
2001-10-14 8:32 ` Russell King
0 siblings, 1 reply; 2+ messages in thread
From: Frank Davis @ 2001-10-14 3:46 UTC (permalink / raw)
To: linux-kernel; +Cc: Alan Cox
[-- 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);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] 2.4.12-ac1: more MODULE_LICENSE tags, mostly sound
2001-10-14 3:46 [PATCH] 2.4.12-ac1: more MODULE_LICENSE tags, mostly sound Frank Davis
@ 2001-10-14 8:32 ` Russell King
0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2001-10-14 8:32 UTC (permalink / raw)
To: Frank Davis; +Cc: linux-kernel, Alan Cox
On Sat, Oct 13, 2001 at 11:46:30PM -0400, Frank Davis wrote:
> --- 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)
Please don't apply this one - I've got an update pending for the Waveartist
driver which adds this.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-10-14 8:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-14 3:46 [PATCH] 2.4.12-ac1: more MODULE_LICENSE tags, mostly sound Frank Davis
2001-10-14 8:32 ` Russell King
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.