qnap-poweroff: Fix license string
authorAndrew Lunn <andrew@lunn.ch>
Tue, 8 Jan 2013 18:15:26 +0000 (19:15 +0100)
committerAnton Vorontsov <anton@enomsg.org>
Sun, 20 Jan 2013 02:04:04 +0000 (18:04 -0800)
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>
drivers/power/reset/qnap-poweroff.c

index cecb317cf2fec3c650a36024fed0e1a8d3782025..37f56f7ee9265daefa7d1bfd0ca458825afba220 100644 (file)
@@ -113,4 +113,4 @@ module_platform_driver(qnap_power_off_driver);
 
 MODULE_AUTHOR("Andrew Lunn <andrew@lunn.ch>");
 MODULE_DESCRIPTION("QNAP Power off driver");
-MODULE_LICENSE("GPLv2+");
+MODULE_LICENSE("GPL v2");