]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
sh: Revert incorrect license string changes.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 24 Sep 2007 08:49:51 +0000 (17:49 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 24 Sep 2007 08:49:51 +0000 (17:49 +0900)
These were right the first time. Either a thinko or
building in the wrong tree. Revert this.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/push-switch.c
arch/sh/mm/cache-debugfs.c

index b3d20c0e021fee71a00620fb767c120697911e17..725be6de589b4e81081ea63a364229ed6bf54911 100644 (file)
@@ -138,4 +138,4 @@ module_exit(switch_exit);
 
 MODULE_VERSION(DRV_VERSION);
 MODULE_AUTHOR("Paul Mundt");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
index 9c1b4adfb93592f1a189dd22816126353c1049b6..de6d2c9aa4773c1b1b989b66fd2e764524c8c03d 100644 (file)
@@ -144,4 +144,4 @@ static int __init cache_debugfs_init(void)
 }
 module_init(cache_debugfs_init);
 
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");