All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Davis <fdavis@si.rr.com>
To: linux-kernel@vger.kernel.org
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: [PATCH] 2.4.12-ac1: last of drivers/net MODULE_LICENSE patches
Date: Sun, 14 Oct 2001 14:00:39 -0400	[thread overview]
Message-ID: <3BC9D2C7.1020903@si.rr.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

Hello,
    I have attached a few more (last of them, I hope :) ) drivers/net 
MODULE_LICENSE patches. Please review.
Regards,
Frank

[-- Attachment #2: MAC89X0 --]
[-- Type: text/plain, Size: 259 bytes --]

--- drivers/net/mac89x0.c.old	Fri Oct 12 18:37:15 2001
+++ drivers/net/mac89x0.c	Sun Oct 14 13:37:22 2001
@@ -627,6 +627,7 @@
 
 MODULE_PARM(debug, "i");
 MODULE_PARM_DESC(debug, "CS89[02]0 debug level (0-5)");
+MODULE_LICENSE("GPL");
 
 EXPORT_NO_SYMBOLS;
 

[-- Attachment #3: MACE --]
[-- Type: text/plain, Size: 271 bytes --]

--- drivers/net/mace.c.old	Wed Jun 20 14:10:53 2001
+++ drivers/net/mace.c	Sun Oct 14 13:38:24 2001
@@ -913,6 +913,7 @@
 
 MODULE_AUTHOR("Paul Mackerras");
 MODULE_DESCRIPTION("PowerMac MACE driver.");
+MODULE_LICENSE("GPL");
 
 static void __exit mace_cleanup (void)
 {

[-- Attachment #4: MACSONIC --]
[-- Type: text/plain, Size: 272 bytes --]

--- drivers/net/macsonic.c.old	Fri Oct 12 18:42:55 2001
+++ drivers/net/macsonic.c	Sun Oct 14 13:39:20 2001
@@ -584,6 +584,7 @@
 
 MODULE_PARM(sonic_debug, "i");
 MODULE_PARM_DESC(sonic_debug, "macsonic debug level (1-4)");
+MODULE_LICENSE("GPL");
 
 EXPORT_NO_SYMBOLS;
 

[-- Attachment #5: MVME147 --]
[-- Type: text/plain, Size: 223 bytes --]

--- drivers/net/mvme147.c.old	Thu Apr 12 15:15:25 2001
+++ drivers/net/mvme147.c	Sun Oct 14 13:40:30 2001
@@ -188,6 +188,8 @@
 }
 
 #ifdef MODULE
+MODULE_LICENSE("GPL");
+
 int init_module(void)
 {
 	root_lance_dev = NULL;

[-- Attachment #6: MYRI_SBU --]
[-- Type: text/plain, Size: 222 bytes --]

--- drivers/net/myri_sbus.c.old	Thu Apr 19 12:34:52 2001
+++ drivers/net/myri_sbus.c	Sun Oct 14 13:41:37 2001
@@ -1153,3 +1153,4 @@
 
 module_init(myri_sbus_probe);
 module_exit(myri_sbus_cleanup);
+MODULE_LICENSE("GPL");

                 reply	other threads:[~2001-10-14 17:59 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=3BC9D2C7.1020903@si.rr.com \
    --to=fdavis@si.rr.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --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.