Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd13c930 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: test: make license text and module license match.



The license text is specifying GPL v2 only but the MODULE_LICENSE is set to
GPL which means GNU Public License v2 or later. When MODULE_LICENSE and
boiler plate does not match, go for boiler plate license.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 2ab78755
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ static void __exit test_exit(void)

MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>");
MODULE_DESCRIPTION("RTC test driver/device");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");

module_init(test_init);
module_exit(test_exit);