Messages in this thread Patches in this message |  | | Date | Mon, 08 Oct 2001 20:03:32 -0400 | From | Frank Davis <> | Subject | [PATCH] 2.4.10-ac10: more MODULE_LICENSE tags, mostly ISDN |
| |
Hello, I have attached more MODULE_LICENSE patches. Please review. Regards, Frank --- 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 */--- 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 $";--- 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;--- 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 $";--- 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 */--- 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 */ /*************************************************/--- 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;--- 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\"), " \--- 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, |  |