Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Dmitry Torokhov <dmitry.torokhov@gmail.com>

+1 -1
+1 -1
drivers/input/touchscreen/ft6236.c
··· 323 323 MODULE_AUTHOR("Sean Cross <xobs@kosagi.com>"); 324 324 MODULE_AUTHOR("Noralf Trønnes <noralf@tronnes.org>"); 325 325 MODULE_DESCRIPTION("FocalTech FT6236 TouchScreen driver"); 326 - MODULE_LICENSE("GPL"); 326 + MODULE_LICENSE("GPL v2");