diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-17 04:06:00 +0000 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-07-18 16:10:10 +0000 |
commit | a150c1fe3809d4487c6fa22fa882904a11ecf426 (patch) | |
tree | 1f26346a2bece53fab7361cc56d168b83df509bb /drivers/input | |
parent | 381a2c6fb9c5e7d31e2caae48ced6e6e2273e5f3 (diff) | |
download | linux-a150c1fe3809d4487c6fa22fa882904a11ecf426.tar.gz linux-a150c1fe3809d4487c6fa22fa882904a11ecf426.tar.bz2 linux-a150c1fe3809d4487c6fa22fa882904a11ecf426.zip |
Input: egalax_ts - switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/touchscreen/egalax_ts.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/input/touchscreen/egalax_ts.c b/drivers/input/touchscreen/egalax_ts.c index 752ae9cf4514..80e69bb8283e 100644 --- a/drivers/input/touchscreen/egalax_ts.c +++ b/drivers/input/touchscreen/egalax_ts.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Driver for EETI eGalax Multiple Touch Controller * * Copyright (C) 2011 Freescale Semiconductor, Inc. * * based on max11801_ts.c - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ /* EETI eGalax serial touch screen controller is a I2C based multiple |