Commit 2d009328 authored by Paul Mundt's avatar Paul Mundt

sh: More license string silliness.

'GPL v2' vs 'GPLv2'.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 8786c952
...@@ -138,4 +138,4 @@ module_exit(switch_exit); ...@@ -138,4 +138,4 @@ module_exit(switch_exit);
MODULE_VERSION(DRV_VERSION); MODULE_VERSION(DRV_VERSION);
MODULE_AUTHOR("Paul Mundt"); MODULE_AUTHOR("Paul Mundt");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPLv2");
...@@ -144,4 +144,4 @@ static int __init cache_debugfs_init(void) ...@@ -144,4 +144,4 @@ static int __init cache_debugfs_init(void)
} }
module_init(cache_debugfs_init); module_init(cache_debugfs_init);
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPLv2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment