sh: More license string silliness.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 20 Aug 2007 04:15:51 +0000 (13:15 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Sep 2007 02:57:51 +0000 (11:57 +0900)
'GPL v2' vs 'GPLv2'.

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

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