public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rolf Eike Beer <eike-kernel@sf-tec.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Change "GPL" to "GPL v2" where files are GPLv2
Date: Thu, 4 Mar 2004 08:44:52 +0100	[thread overview]
Message-ID: <200403040840.13086.eike-kernel@sf-tec.de> (raw)
In-Reply-To: <200403040838.31412.eike-kernel@sf-tec.de>

>-there is a tag only for "GPL v2" but there are some drivers claiming to be
>v2 and not using this (patch will follow)

And here it is.

diff -aur linux-2.6.3/drivers/message/fusion/isense.c 
linux-2.6.3-eike/drivers/message/fusion/isense.c
--- linux-2.6.3/drivers/message/fusion/isense.c	2004-02-18 04:57:56.000000000 
+0100
+++ linux-2.6.3-eike/drivers/message/fusion/isense.c	2004-03-04 
08:04:14.000000000 +0100
@@ -91,7 +91,7 @@
 
 MODULE_AUTHOR(MODULEAUTHOR);
 MODULE_DESCRIPTION(my_NAME);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 
 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
 int __init isense_init(void)
diff -aur linux-2.6.3/drivers/message/fusion/mptbase.c 
linux-2.6.3-eike/drivers/message/fusion/mptbase.c
--- linux-2.6.3/drivers/message/fusion/mptbase.c	2004-03-04 
08:19:02.000000000 +0100
+++ linux-2.6.3-eike/drivers/message/fusion/mptbase.c	2004-03-04 
08:02:32.000000000 +0100
@@ -118,7 +118,7 @@
 
 MODULE_AUTHOR(MODULEAUTHOR);
 MODULE_DESCRIPTION(my_NAME);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 
 /*
  *  cmd line parameters
diff -aur linux-2.6.3/drivers/message/fusion/mptctl.c 
linux-2.6.3-eike/drivers/message/fusion/mptctl.c
--- linux-2.6.3/drivers/message/fusion/mptctl.c	2004-02-18 04:57:13.000000000 
+0100
+++ linux-2.6.3-eike/drivers/message/fusion/mptctl.c	2004-03-04 
08:01:39.000000000 +0100
@@ -106,7 +106,7 @@
 #endif
 MODULE_AUTHOR(MODULEAUTHOR);
 MODULE_DESCRIPTION(my_NAME);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 
 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
 
diff -aur linux-2.6.3/drivers/message/fusion/mptlan.c 
linux-2.6.3-eike/drivers/message/fusion/mptlan.c
--- linux-2.6.3/drivers/message/fusion/mptlan.c	2004-03-04 08:19:02.000000000 
+0100
+++ linux-2.6.3-eike/drivers/message/fusion/mptlan.c	2004-03-04 
08:05:00.000000000 +0100
@@ -80,7 +80,7 @@
 
 #define MYNAM		"mptlan"
 
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 
 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
 /*
diff -aur linux-2.6.3/drivers/message/fusion/mptscsih.c 
linux-2.6.3-eike/drivers/message/fusion/mptscsih.c
--- linux-2.6.3/drivers/message/fusion/mptscsih.c	2004-03-04 
08:19:02.000000000 +0100
+++ linux-2.6.3-eike/drivers/message/fusion/mptscsih.c	2004-03-04 
08:03:05.000000000 +0100
@@ -89,7 +89,7 @@
 
 MODULE_AUTHOR(MODULEAUTHOR);
 MODULE_DESCRIPTION(my_NAME);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 
 /* Set string for command line args from insmod */
 #ifdef MODULE
diff -aur linux-2.6.3/drivers/pci/hotplug/fakephp.c 
linux-2.6.3-eike/drivers/pci/hotplug/fakephp.c
--- linux-2.6.3/drivers/pci/hotplug/fakephp.c	2004-02-18 04:58:36.000000000 
+0100
+++ linux-2.6.3-eike/drivers/pci/hotplug/fakephp.c	2004-03-04 
07:49:33.000000000 +0100
@@ -226,7 +226,7 @@
 
 MODULE_AUTHOR(DRIVER_AUTHOR);
 MODULE_DESCRIPTION(DRIVER_DESC);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 MODULE_PARM(debug, "i");
 MODULE_PARM_DESC(debug, "Debugging mode enabled or not");
 
diff -aur linux-2.6.3/drivers/scsi/3w-xxxx.c 
linux-2.6.3-eike/drivers/scsi/3w-xxxx.c
--- linux-2.6.3/drivers/scsi/3w-xxxx.c	2004-02-18 04:59:31.000000000 +0100
+++ linux-2.6.3-eike/drivers/scsi/3w-xxxx.c	2004-03-04 07:59:08.000000000 
+0100
@@ -189,7 +189,7 @@
 #else
 MODULE_DESCRIPTION ("3ware Storage Controller Linux Driver");
 #endif
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 
 #include <linux/kernel.h>
 #include <linux/pci.h>
diff -aur linux-2.6.3/drivers/usb/serial/usb-serial.c 
linux-2.6.3-eike/drivers/usb/serial/usb-serial.c
--- linux-2.6.3/drivers/usb/serial/usb-serial.c	2004-02-18 04:57:31.000000000 
+0100
+++ linux-2.6.3-eike/drivers/usb/serial/usb-serial.c	2004-03-02 
09:54:22.000000000 +0100
@@ -1468,7 +1468,7 @@
 /* Module information */
 MODULE_AUTHOR( DRIVER_AUTHOR );
 MODULE_DESCRIPTION( DRIVER_DESC );
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 
 MODULE_PARM(debug, "i");
 MODULE_PARM_DESC(debug, "Debug enabled or not");

  reply	other threads:[~2004-03-04 13:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-04  7:38 GPLv2 or not GPLv2? (no license bashing) Rolf Eike Beer
2004-03-04  7:44 ` Rolf Eike Beer [this message]
2004-03-04  7:44   ` [PATCH] Add missing "GPL" Rolf Eike Beer
2004-03-04 14:11 ` GPLv2 or not GPLv2? (no license bashing) Richard B. Johnson
2004-03-09  7:16   ` vda
2004-03-09  9:04     ` Måns Rullgård
2004-03-09  9:53       ` vda
2004-03-09 10:12         ` Måns Rullgård
2004-03-09 16:58       ` Jesse Pollard
2004-03-09 17:26         ` Måns Rullgård
2004-03-09 17:38           ` Jesse Pollard

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=200403040840.13086.eike-kernel@sf-tec.de \
    --to=eike-kernel@sf-tec.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox