diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2023-10-24 18:30:51 -0600 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-12-02 08:13:39 +0000 |
commit | d5b0aeab2e7320d79f2f1aad24868a844c257413 (patch) | |
tree | 626af2f4467179a8eb195ee5f4c97ebf43f639e0 /util/inteltool/gpio_names/emmitsburg.h | |
parent | 62c25351c101a3d5c7104aa6fc34e71990478dde (diff) |
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>
Diffstat (limited to 'util/inteltool/gpio_names/emmitsburg.h')
-rw-r--r-- | util/inteltool/gpio_names/emmitsburg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/inteltool/gpio_names/emmitsburg.h b/util/inteltool/gpio_names/emmitsburg.h index 382a0805a8..85223967de 100644 --- a/util/inteltool/gpio_names/emmitsburg.h +++ b/util/inteltool/gpio_names/emmitsburg.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef GPIO_NAMES_EMMITSBURG_H #define GPIO_NAMES_EMMITSBURG_H |