Commit 8fd526fd authored by Andrew Lunn's avatar Andrew Lunn Committed by Anton Vorontsov

qnap-poweroff: Fix license string

GPLv2+ is not a valid license string. Replace it with one that is.
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarAnton Vorontsov <anton@enomsg.org>
parent 41ce2565
......@@ -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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment