Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e5e3dfc80a7380abe101d5b5d5266bed2691de1d
Commit:     e5e3dfc80a7380abe101d5b5d5266bed2691de1d
Parent:     792e947a29da618d0945048bd257f354f8a1dc89
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Wed Jul 18 18:54:09 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Fri Jul 20 12:18:20 2007 +0900

    sh: push-switch: Correct license string.
    
    This was accidentally set as "GPLv2", whereas the kernel expects v2
    to be written "GPL v2", this caused complaints regarding the use
    of the platform device APIs when built as a module.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/drivers/push-switch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/drivers/push-switch.c b/arch/sh/drivers/push-switch.c
index b3d20c0..725be6d 100644
--- a/arch/sh/drivers/push-switch.c
+++ b/arch/sh/drivers/push-switch.c
@@ -138,4 +138,4 @@ module_exit(switch_exit);
 
 MODULE_VERSION(DRV_VERSION);
 MODULE_AUTHOR("Paul Mundt");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to