diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2018-06-06 11:08:53 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-06-07 14:09:49 -0400 |
commit | e6988d23484417b8859d1c56d8378d7d08394c72 (patch) | |
tree | 57d2f1fbf197407fca3da0685c38dc0503a1075f | |
parent | abfdff44bc38e9e2ef7929f633fb8462632299d4 (diff) |
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: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | drivers/rtc/rtc-cros-ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-cros-ec.c b/drivers/rtc/rtc-cros-ec.c index bf7ced095c94..f2b87f9159c1 100644 --- a/drivers/rtc/rtc-cros-ec.c +++ b/drivers/rtc/rtc-cros-ec.c | |||
@@ -409,5 +409,5 @@ module_platform_driver(cros_ec_rtc_driver); | |||
409 | 409 | ||
410 | MODULE_DESCRIPTION("RTC driver for Chrome OS ECs"); | 410 | MODULE_DESCRIPTION("RTC driver for Chrome OS ECs"); |
411 | MODULE_AUTHOR("Stephen Barber <smbarber@chromium.org>"); | 411 | MODULE_AUTHOR("Stephen Barber <smbarber@chromium.org>"); |
412 | MODULE_LICENSE("GPL"); | 412 | MODULE_LICENSE("GPL v2"); |
413 | MODULE_ALIAS("platform:" DRV_NAME); | 413 | MODULE_ALIAS("platform:" DRV_NAME); |