Skip to content

Commit

Permalink
sh: Revert incorrect license string changes.
Browse files Browse the repository at this point in the history
These were right the first time. Either a thinko or
building in the wrong tree. Revert this.

Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
pmundt committed Sep 24, 2007
1 parent ab27f62 commit e71cf2b
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("GPLv2");
MODULE_LICENSE("GPL v2");
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("GPLv2");
MODULE_LICENSE("GPL v2");

0 comments on commit e71cf2b

Please sign in to comment.