Skip to content

Commit

Permalink
sh: More license string silliness.
Browse files Browse the repository at this point in the history
'GPL v2' vs 'GPLv2'.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent 8786c95 commit 2d00932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/sh/drivers/push-switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ module_exit(switch_exit);

MODULE_VERSION(DRV_VERSION);
MODULE_AUTHOR("Paul Mundt");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPLv2");
2 changes: 1 addition & 1 deletion arch/sh/mm/cache-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ static int __init cache_debugfs_init(void)
}
module_init(cache_debugfs_init);

MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPLv2");

0 comments on commit 2d00932

Please sign in to comment.