diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-06-19 11:19:55 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-06-21 17:22:08 -0700 |
commit | 5ae3769917d223175d001c5de3c1fa598ee37228 (patch) | |
tree | a067e0e29b596346b6b657fb089d83bee77139c6 /drivers/input | |
parent | e5163596820d138c7eec9378ea0eaff281328dff (diff) | |
download | talos-obmc-linux-5ae3769917d223175d001c5de3c1fa598ee37228.tar.gz talos-obmc-linux-5ae3769917d223175d001c5de3c1fa598ee37228.zip |
Input: imx6ul_tsc - 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/imx6ul_tsc.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/drivers/input/touchscreen/imx6ul_tsc.c b/drivers/input/touchscreen/imx6ul_tsc.c index ee82a975bfd2..c10fc594f94d 100644 --- a/drivers/input/touchscreen/imx6ul_tsc.c +++ b/drivers/input/touchscreen/imx6ul_tsc.c @@ -1,12 +1,8 @@ -/* - * Freescale i.MX6UL touchscreen controller driver - * - * Copyright (C) 2015 Freescale Semiconductor, Inc. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// Freescale i.MX6UL touchscreen controller driver +// +// Copyright (C) 2015 Freescale Semiconductor, Inc. #include <linux/errno.h> #include <linux/kernel.h> |