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

Input: migor_ts - convert to SPDX identifiers

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Kuninori Morimoto and committed by
Dmitry Torokhov
dda2af74 6c4b8828

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