linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "eric miao" <eric.y.miao@gmail.com>
To: linux-input@vger.kernel.org,
	linux-arm <linux-arm-kernel@lists.arm.linux.org.uk>
Cc: Dmitry Baryshkov <dbaryshkov@gmail.com>,
	Richard Purdie <rpurdie@rpsys.net>
Subject: [PATCH] input: correct the MODULE_LICENSE of corgikbd.c and spitzkbd.c
Date: Wed, 21 May 2008 18:20:45 +0800	[thread overview]
Message-ID: <f17812d70805210320i6dc27b3fjff09ae08bef8f12f@mail.gmail.com> (raw)

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

>From 4a99f96d2a27e668f9e78e75fcee24d8f5bca261 Mon Sep 17 00:00:00 2001
From: Eric Miao <eric.miao@marvell.com>
Date: Wed, 21 May 2008 18:18:32 +0800
Subject: [PATCH] input: correct the MODULE_LICENSE of corgikbd.c and spitzkbd.c

Signed-off-by: Eric Miao <eric.miao@marvell.com>
---
 drivers/input/keyboard/corgikbd.c |    2 +-
 drivers/input/keyboard/spitzkbd.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/keyboard/corgikbd.c
b/drivers/input/keyboard/corgikbd.c
index 29fbec6..1aa46ae 100644
--- a/drivers/input/keyboard/corgikbd.c
+++ b/drivers/input/keyboard/corgikbd.c
@@ -412,5 +412,5 @@ module_exit(corgikbd_exit);

 MODULE_AUTHOR("Richard Purdie <rpurdie@rpsys.net>");
 MODULE_DESCRIPTION("Corgi Keyboard Driver");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:corgi-keyboard");
diff --git a/drivers/input/keyboard/spitzkbd.c
b/drivers/input/keyboard/spitzkbd.c
index 61e401b..1aa3718 100644
--- a/drivers/input/keyboard/spitzkbd.c
+++ b/drivers/input/keyboard/spitzkbd.c
@@ -494,5 +494,5 @@ module_exit(spitzkbd_exit);

 MODULE_AUTHOR("Richard Purdie <rpurdie@rpsys.net>");
 MODULE_DESCRIPTION("Spitz Keyboard Driver");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:spitz-keyboard");
-- 
1.5.4.3



-- 
Cheers
- eric

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-input-correct-the-MODULE_LICENSE-of-corgikbd.c-and.patch --]
[-- Type: text/x-diff; name=0001-input-correct-the-MODULE_LICENSE-of-corgikbd.c-and.patch, Size: 1313 bytes --]

From 4a99f96d2a27e668f9e78e75fcee24d8f5bca261 Mon Sep 17 00:00:00 2001
From: Eric Miao <eric.miao@marvell.com>
Date: Wed, 21 May 2008 18:18:32 +0800
Subject: [PATCH] input: correct the MODULE_LICENSE of corgikbd.c and spitzkbd.c

Signed-off-by: Eric Miao <eric.miao@marvell.com>
---
 drivers/input/keyboard/corgikbd.c |    2 +-
 drivers/input/keyboard/spitzkbd.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/keyboard/corgikbd.c b/drivers/input/keyboard/corgikbd.c
index 29fbec6..1aa46ae 100644
--- a/drivers/input/keyboard/corgikbd.c
+++ b/drivers/input/keyboard/corgikbd.c
@@ -412,5 +412,5 @@ module_exit(corgikbd_exit);
 
 MODULE_AUTHOR("Richard Purdie <rpurdie@rpsys.net>");
 MODULE_DESCRIPTION("Corgi Keyboard Driver");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:corgi-keyboard");
diff --git a/drivers/input/keyboard/spitzkbd.c b/drivers/input/keyboard/spitzkbd.c
index 61e401b..1aa3718 100644
--- a/drivers/input/keyboard/spitzkbd.c
+++ b/drivers/input/keyboard/spitzkbd.c
@@ -494,5 +494,5 @@ module_exit(spitzkbd_exit);
 
 MODULE_AUTHOR("Richard Purdie <rpurdie@rpsys.net>");
 MODULE_DESCRIPTION("Spitz Keyboard Driver");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:spitz-keyboard");
-- 
1.5.4.3


             reply	other threads:[~2008-05-21 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-21 10:20 eric miao [this message]
2008-05-22  7:50 ` [PATCH] input: correct the MODULE_LICENSE of corgikbd.c and spitzkbd.c Russell King - ARM Linux

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=f17812d70805210320i6dc27b3fjff09ae08bef8f12f@mail.gmail.com \
    --to=eric.y.miao@gmail.com \
    --cc=dbaryshkov@gmail.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-input@vger.kernel.org \
    --cc=rpurdie@rpsys.net \
    /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;
as well as URLs for NNTP newsgroup(s).