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:
726d0d4
)
Input: ft6236 - change module license string to match copyright notice
author
Dmitry Torokhov
<
[email protected]
>
Wed, 7 Oct 2015 00:00:36 +0000
(17:00 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Sat, 10 Oct 2015 18:27:04 +0000
(11:27 -0700)
The copyright/license notice says that the code is licensed under GPL v2
only (not GPL v2+), so let's use proper string in MODULE_LICENSE().
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/touchscreen/ft6236.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/ft6236.c
b/drivers/input/touchscreen/ft6236.c
index a394cd48dd3c00f928b74c18acbeef292459755a..d240d2e212bde6c8a1363e8f9480a2e0fd8a2c37 100644
(file)
--- a/
drivers/input/touchscreen/ft6236.c
+++ b/
drivers/input/touchscreen/ft6236.c
@@
-323,4
+323,4
@@
module_i2c_driver(ft6236_driver);
MODULE_AUTHOR("Sean Cross <
[email protected]
>");
MODULE_AUTHOR("Noralf Trønnes <
[email protected]
>");
MODULE_DESCRIPTION("FocalTech FT6236 TouchScreen driver");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL
v2
");