LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] 2.4.10-ac10: more MODULE_LICENSE tags, mostly ISDN
@ 2001-10-09 0:03 Frank Davis
0 siblings, 0 replies; only message in thread
From: Frank Davis @ 2001-10-09 0:03 UTC (permalink / raw)
To: linux-kernel; +Cc: Alan Cox, alan
[-- Attachment #1: Type: text/plain, Size: 85 bytes --]
Hello,
I have attached more MODULE_LICENSE patches. Please review.
Regards,
Frank
[-- Attachment #2: AMD7930 --]
[-- Type: text/plain, Size: 356 bytes --]
--- drivers/sbus/audio/amd7930.c.old Mon Jun 11 22:15:27 2001
+++ drivers/sbus/audio/amd7930.c Mon Oct 8 18:57:25 2001
@@ -1716,6 +1716,7 @@
module_init(amd7930_init);
module_exit(amd7930_exit);
+MODULE_LICENSE("GPL");
/*************************************************************/
/* Audio format conversion */
[-- Attachment #3: CALLC --]
[-- Type: text/plain, Size: 308 bytes --]
--- drivers/isdn/hisax/callc.c.old Mon Oct 8 18:24:13 2001
+++ drivers/isdn/hisax/callc.c Mon Oct 8 19:16:54 2001
@@ -24,6 +24,7 @@
#ifdef MODULE
#define MOD_USE_COUNT ( GET_USE_COUNT (&__this_module))
+MODULE_LICENSE("GPL");
#endif /* MODULE */
const char *lli_revision = "$Revision: 2.51.6.6 $";
[-- Attachment #4: HYCAPI --]
[-- Type: text/plain, Size: 298 bytes --]
--- drivers/isdn/hysdn/hycapi.c.old Mon Oct 8 18:24:19 2001
+++ drivers/isdn/hysdn/hycapi.c Mon Oct 8 19:19:30 2001
@@ -33,6 +33,7 @@
unsigned int hycapi_enable = 0xffffffff;
MODULE_PARM(hycapi_enable, "i");
+MODULE_LICENSE("GPL");
typedef struct _hycapi_appl {
unsigned int ctrl_mask;
[-- Attachment #5: HYSDN1 --]
[-- Type: text/plain, Size: 347 bytes --]
--- drivers/isdn/hysdn/hysdn_net.c.old Mon Oct 8 18:24:19 2001
+++ drivers/isdn/hysdn/hysdn_net.c Mon Oct 8 19:27:04 2001
@@ -27,6 +27,7 @@
unsigned int hynet_enable = 0xffffffff;
MODULE_PARM(hynet_enable, "i");
+MODULE_LICENSE("GPL");
/* store the actual version for log reporting */
char *hysdn_net_revision = "$Revision: 1.8.6.4 $";
[-- Attachment #6: HYSDN2 --]
[-- Type: text/plain, Size: 429 bytes --]
--- drivers/isdn/hysdn/hysdn_procconf.c.old Mon Oct 8 18:24:19 2001
+++ drivers/isdn/hysdn/hysdn_procconf.c Mon Oct 8 19:28:48 2001
@@ -24,6 +24,7 @@
static char *hysdn_procconf_revision = "$Revision: 1.8.6.4 $";
#define INFO_OUT_LEN 80 /* length of info line including lf */
+MODULE_LICENSE("GPL");
/********************************************************/
/* defines and data structure for conf write operations */
[-- Attachment #7: HYSDN3 --]
[-- Type: text/plain, Size: 400 bytes --]
--- drivers/isdn/hysdn/hysdn_procfs.c.old Mon Aug 27 11:53:04 2001
+++ drivers/isdn/hysdn/hysdn_procfs.c Mon Oct 8 19:25:12 2001
@@ -41,6 +41,7 @@
#define INFO_OUT_LEN 80 /* length of info line including lf */
+MODULE_LICENSE("GPL");
/*************************************************/
/* structure keeping ascii log for device output */
/*************************************************/
[-- Attachment #8: HYSDN4 --]
[-- Type: text/plain, Size: 356 bytes --]
--- drivers/isdn/hysdn/hysdn_proclog.c.old Mon Oct 8 18:24:19 2001
+++ drivers/isdn/hysdn/hysdn_proclog.c Mon Oct 8 19:22:31 2001
@@ -19,6 +19,7 @@
#include <linux/smp_lock.h>
#include "hysdn_defs.h"
+MODULE_LICENSE("GPL");
/* the proc subdir for the interface is defined in the procconf module */
extern struct proc_dir_entry *hysdn_proc_entry;
[-- Attachment #9: XPRAM --]
[-- Type: text/plain, Size: 318 bytes --]
--- drivers/s390/block/xpram.c.old Sun Sep 30 20:39:16 2001
+++ drivers/s390/block/xpram.c Mon Oct 8 19:38:13 2001
@@ -175,6 +175,7 @@
MODULE_PARM(devs,"i");
+MODULE_LICENSE("GPL");
MODULE_PARM(sizes,"1-" __MODULE_STRING(XPRAM_MAX_DEVS) "i");
MODULE_PARM_DESC(devs, "number of devices (\"partitions\"), " \
[-- Attachment #10: LINCHR --]
[-- Type: text/plain, Size: 346 bytes --]
--- drivers/isdn/eicon/linchr.c.old Mon Oct 8 18:24:12 2001
+++ drivers/isdn/eicon/linchr.c Mon Oct 8 19:12:57 2001
@@ -27,6 +27,11 @@
int DivasGetMem(mem_block_t *);
#define DIA_IOCTL_UNLOCK 12
+
+#ifdef MODULE
+MODULE_LICENSE("GPL");
+#endif
+
void UnlockDivas(void);
int do_ioctl(struct inode *pDivasInode, struct file *pDivasFile,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-09 0:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-09 0:03 [PATCH] 2.4.10-ac10: more MODULE_LICENSE tags, mostly ISDN Frank Davis
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).