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

gpio: lynxpoint: 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 -15
+2 -15
drivers/gpio/gpio-lynxpoint.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * GPIO controller driver for Intel Lynxpoint PCH chipset> 3 4 * Copyright (c) 2012, Intel Corporation. 4 5 * 5 6 * Author: Mathias Nyman <mathias.nyman@linux.intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - * 20 7 */ 21 8 22 9 #include <linux/acpi.h> ··· 455 468 456 469 MODULE_AUTHOR("Mathias Nyman (Intel)"); 457 470 MODULE_DESCRIPTION("GPIO interface for Intel Lynxpoint"); 458 - MODULE_LICENSE("GPL"); 471 + MODULE_LICENSE("GPL v2"); 459 472 MODULE_ALIAS("platform:lp_gpio");