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

Commit e6988d23 authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra Committed by Alexandre Belloni
Browse files

rtc: cros-ec: Make license text and module license match.



The license text is specifying "GPLv2" 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 avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent abfdff44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,5 +409,5 @@ module_platform_driver(cros_ec_rtc_driver);

MODULE_DESCRIPTION("RTC driver for Chrome OS ECs");
MODULE_AUTHOR("Stephen Barber <smbarber@chromium.org>");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:" DRV_NAME);