lkml.org 
[lkml]   [2001]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Date
From
Subject[PATCH] 2.4.12-ac1: more MODULE_LICENSE tags, mostly sound
Hello,
I have attached more MODULE_LICENSE patches against 2.4.12-ac1.
Please review.
Regards,
Frank
--- 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");--- 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");--- 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;--- 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");--- 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");--- 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");

/* --------------------------------------------------------------------- */
--- 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 */--- 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)
{--- 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)--- 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);
\
 
 \ /
  Last update: 2005-03-22 13:08    [W:0.043 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site