* [PATCH 2.4] [RESEND] esp.c is GPL
@ 2004-08-02 17:30 Joshua Kwan
2004-08-03 2:11 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Joshua Kwan @ 2004-08-02 17:30 UTC (permalink / raw)
To: sparclinux
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.4] [RESEND] esp.c is GPL
2004-08-02 17:30 [PATCH 2.4] [RESEND] esp.c is GPL Joshua Kwan
@ 2004-08-03 2:11 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-08-03 2:11 UTC (permalink / raw)
To: sparclinux
On Mon, 2 Aug 2004 10:30:47 -0700
joshk@triplehelix.org (Joshua Kwan) wrote:
> 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):
Applied, but I may not send this in to Marcel until the next release.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-03 2:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-02 17:30 [PATCH 2.4] [RESEND] esp.c is GPL Joshua Kwan
2004-08-03 2:11 ` David S. Miller
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.