Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");