diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-08-20 13:15:51 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 11:57:51 +0900 |
commit | 2d009328db0951d5eec77a5fe0df3c3e64b35851 (patch) | |
tree | 853e5c91b43fd637fd6f1c0162c0aca07259b01b /arch/sh/drivers | |
parent | 8786c952c1682a132e99b736beae4523e409b13d (diff) |
sh: More license string silliness.
'GPL v2' vs 'GPLv2'.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers')
-rw-r--r-- | arch/sh/drivers/push-switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/push-switch.c b/arch/sh/drivers/push-switch.c index 725be6de589..b3d20c0e021 100644 --- a/arch/sh/drivers/push-switch.c +++ b/arch/sh/drivers/push-switch.c @@ -138,4 +138,4 @@ module_exit(switch_exit); MODULE_VERSION(DRV_VERSION); MODULE_AUTHOR("Paul Mundt"); -MODULE_LICENSE("GPL v2"); +MODULE_LICENSE("GPLv2"); |