Commit 10fbb8f5 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: ft6236 - change module license string to match copyright notice

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: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 726d0d40
......@@ -323,4 +323,4 @@ module_i2c_driver(ft6236_driver);
MODULE_AUTHOR("Sean Cross <xobs@kosagi.com>");
MODULE_AUTHOR("Noralf Trønnes <noralf@tronnes.org>");
MODULE_DESCRIPTION("FocalTech FT6236 TouchScreen driver");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment