Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 160

Based on 1 normalized pattern(s):

this file is free software you can redistribute it and or modify it
under the terms of the gnu general public license as published by
the free software foundation either version 2 of the license or at
your option any later version this file is distributed in the hope
that it will be useful but without any warranty without even the
implied warranty of merchantability or fitness for a particular
purpose see the gnu general public license for more details you
should have received a copy of the gnu general public license along
with this library if not write to the free software foundation inc
59 temple place suite 330 boston ma 02111 1307 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 1 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190527070033.475087903@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
736e67ba fcaf2036

+1 -14
+1 -14
drivers/input/touchscreen/eeti_ts.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Touch Screen driver for EETI's I2C connected touch screen panels 3 4 * Copyright (c) 2009,2018 Daniel Mack <daniel@zonque.org> ··· 9 8 * Based on migor_ts.c 10 9 * Copyright (c) 2008 Magnus Damm 11 10 * Copyright (c) 2007 Ujjwal Pande <ujjwal@kenati.com> 12 - * 13 - * This file is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public 15 - * License as published by the Free Software Foundation; either 16 - * version 2 of the License, or (at your option) any later version. 17 - * 18 - * This file is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 - * General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public 24 - * License along with this library; if not, write to the Free Software 25 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 11 */ 27 12 28 13 #include <linux/module.h>