diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-01-08 13:15:26 -0500 |
---|---|---|
committer | Anton Vorontsov <anton@enomsg.org> | 2013-01-19 21:04:04 -0500 |
commit | 8fd526fd18233887ba652079a369f4eee0de9d9d (patch) | |
tree | 87daa306dba4aead2e3d1db60cc8d5c188be455d /drivers/power/reset/qnap-poweroff.c | |
parent | 41ce25657bcd631235c123ace9d2f37c995e123d (diff) |
qnap-poweroff: Fix license string
GPLv2+ is not a valid license string. Replace it with one that is.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
Diffstat (limited to 'drivers/power/reset/qnap-poweroff.c')
-rw-r--r-- | drivers/power/reset/qnap-poweroff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/reset/qnap-poweroff.c b/drivers/power/reset/qnap-poweroff.c index cecb317cf2fe..37f56f7ee926 100644 --- a/drivers/power/reset/qnap-poweroff.c +++ b/drivers/power/reset/qnap-poweroff.c | |||
@@ -113,4 +113,4 @@ module_platform_driver(qnap_power_off_driver); | |||
113 | 113 | ||
114 | MODULE_AUTHOR("Andrew Lunn <andrew@lunn.ch>"); | 114 | MODULE_AUTHOR("Andrew Lunn <andrew@lunn.ch>"); |
115 | MODULE_DESCRIPTION("QNAP Power off driver"); | 115 | MODULE_DESCRIPTION("QNAP Power off driver"); |
116 | MODULE_LICENSE("GPLv2+"); | 116 | MODULE_LICENSE("GPL v2"); |