All of lore.kernel.org
 help / color / mirror / Atom feed
From: joshk@triplehelix.org (Joshua Kwan)
To: sparclinux@vger.kernel.org
Subject: [PATCH 2.4] [RESEND] esp.c is GPL
Date: Mon, 02 Aug 2004 17:30:47 +0000	[thread overview]
Message-ID: <20040802173047.GG1914@triplehelix.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 932 bytes --]

Hi Dave,

Sent you a smaller version of this patch before. This 'backports' the
setting of MODULE_LICENSE("GPL") for the following files, from all the
way back to 2.6.1, to 2.4.26 (should apply on latest BK too):

 fc4/fc.c            |    2 ++
 sbus/char/bpp.c     |    2 ++
 sbus/char/vfc_dev.c |    2 +-
 scsi/esp.c          |    2 +-
 scsi/fcal.c         |    2 +-
 scsi/pluto.c        |    2 +-
 scsi/qlogicpti.c    |    2 +-
 7 files changed, 9 insertions(+), 5 deletions(-)

It also removes EXPORT_NO_SYMBOLS from those files based on the advice
from Jan-Benedict Glaw.

This patch is necessary so these drivers if built as modules (especially
esp and bpp) don't taint the kernel erroneously. I might have mislicensed
some files though, if they have changed or have been rewritten since 2.4
days.

Please apply if all is well.

Signed-off-by: Joshua Kwan <joshk@triplehelix.org>

-- 
Joshua Kwan

[-- Attachment #1.2: module_licenses.diff --]
[-- Type: text/plain, Size: 1845 bytes --]

--- kernel-source-2.4.26/drivers/fc4/fc.c~	2004-08-02 10:09:54.000000000 -0700
+++ kernel-source-2.4.26/drivers/fc4/fc.c	2004-08-02 10:10:09.000000000 -0700
@@ -1155,3 +1155,5 @@
 	kfree(p);
 	return status;
 }
+
+MODULE_LICENSE("GPL");
--- kernel-source-2.4.26/drivers/sbus/char/bpp.c~	2004-08-02 10:08:31.000000000 -0700
+++ kernel-source-2.4.26/drivers/sbus/char/bpp.c	2004-08-02 10:10:33.000000000 -0700
@@ -1073,3 +1073,5 @@
 
 module_init(bpp_init);
 module_exit(bpp_cleanup);
+
+MODULE_LICENSE("GPL");
--- kernel-source-2.4.26/drivers/sbus/char/vfc_dev.c~	2004-08-02 10:08:39.000000000 -0700
+++ kernel-source-2.4.26/drivers/sbus/char/vfc_dev.c	2004-08-02 10:10:48.000000000 -0700
@@ -743,4 +743,4 @@
 }
 #endif
 
-
+MODULE_LICENSE("GPL");
--- kernel-source-2.4.26/drivers/scsi/esp.c~	2004-08-02 10:04:30.000000000 -0700
+++ kernel-source-2.4.26/drivers/scsi/esp.c	2004-08-02 10:06:45.000000000 -0700
@@ -4368,4 +4368,4 @@
 
 #include "scsi_module.c"
 
-EXPORT_NO_SYMBOLS;
+MODULE_LICENSE("GPL");
--- kernel-source-2.4.26/drivers/scsi/fcal.c~	2004-08-02 10:08:51.000000000 -0700
+++ kernel-source-2.4.26/drivers/scsi/fcal.c	2004-08-02 10:11:13.000000000 -0700
@@ -300,4 +300,4 @@
 
 #include "scsi_module.c"
 
-EXPORT_NO_SYMBOLS;
+MODULE_LICENSE("GPL");
--- kernel-source-2.4.26/drivers/scsi/pluto.c~	2004-08-02 10:09:25.000000000 -0700
+++ kernel-source-2.4.26/drivers/scsi/pluto.c	2004-08-02 10:11:33.000000000 -0700
@@ -339,4 +339,4 @@
 
 #include "scsi_module.c"
 
-EXPORT_NO_SYMBOLS;
+MODULE_LICENSE("GPL");
--- kernel-source-2.4.26/drivers/scsi/qlogicpti.c~	2004-08-02 10:09:30.000000000 -0700
+++ kernel-source-2.4.26/drivers/scsi/qlogicpti.c	2004-08-02 10:11:53.000000000 -0700
@@ -1533,4 +1533,4 @@
 
 #include "scsi_module.c"
 
-EXPORT_NO_SYMBOLS;
+MODULE_LICENSE("GPL");

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 881 bytes --]

             reply	other threads:[~2004-08-02 17:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-02 17:30 Joshua Kwan [this message]
2004-08-03  2:11 ` [PATCH 2.4] [RESEND] esp.c is GPL David S. Miller

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=20040802173047.GG1914@triplehelix.org \
    --to=joshk@triplehelix.org \
    --cc=sparclinux@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.