projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c258e84
)
Input: cros_ec_keyb - make license text and MODULE_LICENSE match
author
Enric Balletbo i Serra
<
[email protected]
>
Tue, 12 Jun 2018 23:26:26 +0000
(16:26 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Tue, 12 Jun 2018 23:29:19 +0000
(16:29 -0700)
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 <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/keyboard/cros_ec_keyb.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/cros_ec_keyb.c
b/drivers/input/keyboard/cros_ec_keyb.c
index 489ddd37bd4ee39714f275af9130b69fca3d0aa7..9dea9aaf1ef8af8d507fc554e08ff213ba4148df 100644
(file)
--- a/
drivers/input/keyboard/cros_ec_keyb.c
+++ b/
drivers/input/keyboard/cros_ec_keyb.c
@@
-683,6
+683,6
@@
static struct platform_driver cros_ec_keyb_driver = {
module_platform_driver(cros_ec_keyb_driver);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL
v2
");
MODULE_DESCRIPTION("ChromeOS EC keyboard driver");
MODULE_ALIAS("platform:cros-ec-keyb");