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/sunrise.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/sunrise.h')
-rw-r--r-- | util/inteltool/gpio_names/sunrise.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/inteltool/gpio_names/sunrise.h b/util/inteltool/gpio_names/sunrise.h index 6a47556ca4..310742dc88 100644 --- a/util/inteltool/gpio_names/sunrise.h +++ b/util/inteltool/gpio_names/sunrise.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef GPIO_NAMES_SUNRISE_H #define GPIO_NAMES_SUNRISE_H |