inteltool/gpio_names/*.h: Add GPL-2.0-only SPDX license header
Inteltool is GPLv2 licensed so all files that link to it should be GPLv2 by default. In addition, the contents of several of these headers were originally moved directly from gpio_groups.c, which is explicitly marked as GPL-2.0-only. Change-Id: Ie897cb238c0c9e89fe677c999cbf1803f5f4609a Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78628 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
62c25351c1
commit
d5b0aeab2e
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_ALDERLAKE_H
|
||||
#define GPIO_NAMES_ALDERLAKE_H
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_ALDERLAKE_P
|
||||
#define GPIO_NAMES_ALDERLAKE_P
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_APOLLOLAKE_H
|
||||
#define GPIO_NAMES_APOLLOLAKE_H
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_CANNONLAKE_H
|
||||
#define GPIO_NAMES_CANNONLAKE_H
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_CANNONLAKE_LP
|
||||
#define GPIO_NAMES_CANNONLAKE_LP
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_DENVERTON_H
|
||||
#define GPIO_NAMES_DENVERTON_H
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_ELKHARTLAKE
|
||||
#define GPIO_NAMES_ELKHARTLAKE
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_EMMITSBURG_H
|
||||
#define GPIO_NAMES_EMMITSBURG_H
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_GEMINILAKE_H
|
||||
#define GPIO_NAMES_GEMINILAKE_H
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_GPIO_GROUPS_H
|
||||
#define GPIO_NAMES_GPIO_GROUPS_H
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_ICELAKE_H
|
||||
#define GPIO_NAMES_ICELAKE_H
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_JASPERLAKE
|
||||
#define GPIO_NAMES_JASPERLAKE
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_LEWISBURG_H
|
||||
#define GPIO_NAMES_LEWISBURG_H
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_SUNRISE_H
|
||||
#define GPIO_NAMES_SUNRISE_H
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef GPIO_NAMES_TIGERLAKE_LP
|
||||
#define GPIO_NAMES_TIGERLAKE_LP
|
||||
|
||||
|
|
Loading…
Reference in New Issue