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

gpio: sch: Convert to use SPDX identifier

Reduce size of duplicated comments by switching to use SPDX identifier.

No functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

+2 -14
+2 -14
drivers/gpio/gpio-sch.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * GPIO interface for Intel Poulsbo SCH 3 4 * 4 5 * Copyright (c) 2010 CompuLab Ltd 5 6 * Author: Denis Turischev <denis@compulab.co.il> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License 2 as published 9 - * by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; see the file COPYING. If not, write to 18 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 19 7 */ 20 8 21 9 #include <linux/acpi.h> ··· 222 234 223 235 MODULE_AUTHOR("Denis Turischev <denis@compulab.co.il>"); 224 236 MODULE_DESCRIPTION("GPIO interface for Intel Poulsbo SCH"); 225 - MODULE_LICENSE("GPL"); 237 + MODULE_LICENSE("GPL v2"); 226 238 MODULE_ALIAS("platform:sch_gpio");