From: Dmitry Torokhov Date: Wed, 7 Oct 2015 00:00:36 +0000 (-0700) Subject: Input: ft6236 - change module license string to match copyright notice X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=10fbb8f56b2f0c13e1f9da9aad45ede6a4c2fb51;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- diff --git a/drivers/input/touchscreen/ft6236.c b/drivers/input/touchscreen/ft6236.c index a394cd48dd3c..d240d2e212bd 100644 --- 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 "); MODULE_AUTHOR("Noralf Trønnes "); MODULE_DESCRIPTION("FocalTech FT6236 TouchScreen driver"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2");