From: ben@fluff.org.uk
To: linux-kernel@vger.kernel.org
Cc: drzeus-mmc@drzeus.cx, Nicolas Pitre <nico@cam.org>,
Ben Dooks <ben-linux@fluff.org>
Subject: MMC: correct card drivers MODULE_LICENSE() statements
Date: Fri, 20 Jun 2008 12:07:02 +0100 [thread overview]
Message-ID: <20080620110702.706950986@fluff.org.uk> (raw)
[-- Attachment #1: simtec/sdmmc-card-license-updates.patch --]
[-- Type: text/plain, Size: 1440 bytes --]
Both the mmc_test and sdio_uart drivers' headers show that
they are licenses under GPL version 2, but the MODULE_LICENSE
statements say "GPL". Change the licensing statement to better
reflect their licensing.
CC: Nicolas Pitre <nico@cam.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Index: linux-2.6.26-rc6-sdmmc3/drivers/mmc/card/mmc_test.c
===================================================================
--- linux-2.6.26-rc6-sdmmc3.orig/drivers/mmc/card/mmc_test.c 2008-06-20 12:03:32.000000000 +0100
+++ linux-2.6.26-rc6-sdmmc3/drivers/mmc/card/mmc_test.c 2008-06-20 12:03:38.000000000 +0100
@@ -893,6 +893,6 @@ static void __exit mmc_test_exit(void)
module_init(mmc_test_init);
module_exit(mmc_test_exit);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("Multimedia Card (MMC) host test driver");
MODULE_AUTHOR("Pierre Ossman");
Index: linux-2.6.26-rc6-sdmmc3/drivers/mmc/card/sdio_uart.c
===================================================================
--- linux-2.6.26-rc6-sdmmc3.orig/drivers/mmc/card/sdio_uart.c 2008-06-20 12:02:57.000000000 +0100
+++ linux-2.6.26-rc6-sdmmc3/drivers/mmc/card/sdio_uart.c 2008-06-20 12:03:06.000000000 +0100
@@ -1155,4 +1155,4 @@ module_init(sdio_uart_init);
module_exit(sdio_uart_exit);
MODULE_AUTHOR("Nicolas Pitre");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
next reply other threads:[~2008-06-20 11:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-20 11:07 ben [this message]
2008-06-20 17:07 ` Pierre Ossman
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=20080620110702.706950986@fluff.org.uk \
--to=ben@fluff.org.uk \
--cc=ben-linux@fluff.org \
--cc=drzeus-mmc@drzeus.cx \
--cc=linux-kernel@vger.kernel.org \
--cc=nico@cam.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
Powered by JetHome