diff options
Diffstat (limited to 'drivers/input/touchscreen/ft6236.c')
-rw-r--r-- | drivers/input/touchscreen/ft6236.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <xobs@kosagi.com>"); MODULE_AUTHOR("Noralf Trønnes <noralf@tronnes.org>"); MODULE_DESCRIPTION("FocalTech FT6236 TouchScreen driver"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); |