]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
extcon: usbc-cros-ec: Make license text and module license match.
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Wed, 6 Jun 2018 15:08:55 +0000 (17:08 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 12 Jul 2018 00:06:31 +0000 (09:06 +0900)
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: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-usbc-cros-ec.c

index 6721ab01fe7dac57b757453ab40d17340dd26e9d..a5b75a12cfc94985e883ed91c07229e2e119ff1a 100644 (file)
@@ -548,4 +548,4 @@ module_platform_driver(extcon_cros_ec_driver);
 
 MODULE_DESCRIPTION("ChromeOS Embedded Controller extcon driver");
 MODULE_AUTHOR("Benson Leung <bleung@chromium.org>");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");