From: Frank Davis <fdavis@si.rr.com>
To: linux-kernel@vger.kernel.org
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>, alan <alan@redhat.com>
Subject: [PATCH] 2.4.10-ac10: more MODULE_LICENSE tags, mostly ISDN
Date: Mon, 08 Oct 2001 20:03:32 -0400 [thread overview]
Message-ID: <3BC23ED4.8050001@si.rr.com> (raw)
[-- 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,
reply other threads:[~2001-10-09 0:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3BC23ED4.8050001@si.rr.com \
--to=fdavis@si.rr.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=alan@redhat.com \
--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.