Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e71cf2b63c861bdcbe13d0a67d5007b5933c61a5
Commit:     e71cf2b63c861bdcbe13d0a67d5007b5933c61a5
Parent:     ab27f62002f4dc8f759c1ec069024d8173e5dea0
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Mon Sep 24 17:49:51 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Sep 24 17:49:51 2007 +0900

    sh: Revert incorrect license string changes.
    
    These were right the first time. Either a thinko or
    building in the wrong tree. Revert this.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/drivers/push-switch.c |    2 +-
 arch/sh/mm/cache-debugfs.c    |    2 +-
 2 files changed, 2 insertions(+), 2 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");
diff --git a/arch/sh/mm/cache-debugfs.c b/arch/sh/mm/cache-debugfs.c
index 9c1b4ad..de6d2c9 100644
--- a/arch/sh/mm/cache-debugfs.c
+++ b/arch/sh/mm/cache-debugfs.c
@@ -144,4 +144,4 @@ static int __init cache_debugfs_init(void)
 }
 module_init(cache_debugfs_init);
 
-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