aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-06-19 11:19:55 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2018-06-21 17:22:08 -0700
commit5ae3769917d223175d001c5de3c1fa598ee37228 (patch)
treea067e0e29b596346b6b657fb089d83bee77139c6 /drivers
parentInput: fsl-imx25-tcq - switch to SPDX identifier (diff)
downloadlinux-dev-5ae3769917d223175d001c5de3c1fa598ee37228.tar.xz
linux-dev-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')
-rw-r--r--drivers/input/touchscreen/imx6ul_tsc.c14
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>