On Mon, Jun 18, 2018 at 03:29:43PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <fabio.estevam@xxxxxxx> > > Adopt the SPDX license identifier headers to ease license compliance > management. > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxx> Applied, thank you. > --- > drivers/input/touchscreen/imx6ul_tsc.c | 14 +++++--------- > 1 file changed, 5 insertions(+), 9 deletions(-) > > diff --git a/drivers/input/touchscreen/imx6ul_tsc.c b/drivers/input/touchscreen/imx6ul_tsc.c > index ee82a97..c10fc59 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> > -- > 2.7.4 > -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html