From: Andrew Lunn Date: Tue, 8 Jan 2013 18:15:26 +0000 (+0100) Subject: qnap-poweroff: Fix license string X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8fd526fd18233887ba652079a369f4eee0de9d9d;p=deliverable%2Flinux.git qnap-poweroff: Fix license string GPLv2+ is not a valid license string. Replace it with one that is. Signed-off-by: Andrew Lunn Signed-off-by: Anton Vorontsov --- 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); MODULE_AUTHOR("Andrew Lunn "); MODULE_DESCRIPTION("QNAP Power off driver"); -MODULE_LICENSE("GPLv2+"); +MODULE_LICENSE("GPL v2");