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

extcon: int3496: Convert to use SPDX identifier

Convert driver to use SPDX identifier.

While here, fix MODULE_LICENSE() string to be the same as license text states.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Andy Shevchenko and committed by
Chanwoo Choi
2e464ff0 900ed555

+2 -10
+2 -10
drivers/extcon/extcon-intel-int3496.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Intel INT3496 ACPI device extcon driver 3 4 * ··· 8 7 * 9 8 * Copyright (c) 2014, Intel Corporation. 10 9 * Author: David Cohen <david.a.cohen@linux.intel.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License version 2 as 14 - * published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 #include <linux/acpi.h> ··· 184 192 185 193 MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); 186 194 MODULE_DESCRIPTION("Intel INT3496 ACPI device extcon driver"); 187 - MODULE_LICENSE("GPL"); 195 + MODULE_LICENSE("GPL v2");