sh: More license string silliness.

'GPL v2' vs 'GPLv2'.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2007-08-20 13:15:51 +09:00
parent 8786c952c1
commit 2d009328db
2 changed files with 2 additions and 2 deletions

View File

@ -138,4 +138,4 @@ module_exit(switch_exit);
MODULE_VERSION(DRV_VERSION);
MODULE_AUTHOR("Paul Mundt");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPLv2");

View File

@ -144,4 +144,4 @@ static int __init cache_debugfs_init(void)
}
module_init(cache_debugfs_init);
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPLv2");