aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorNicholas Chin <nic.c3.14@gmail.com>2024-03-21 09:41:45 -0600
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-03-23 15:58:17 +0000
commitd2d7933b488b846448c7dc7daf9bd14acee2e1ef (patch)
tree364152de861aeb83dea49e78dd086ceb3e4ec44f /src/soc
parenta57e497e2b30e730f74f1112d1f6134eb7e66cc3 (diff)
src: Add missing SPDX license headers
Other files in the commits that added these files were licensed under GPL-2.0-only, and the project as a whole is GPL-2.0-only, so use that as the license. Change-Id: I6c1a7ba582f61f98069ebf3857a8b5bdc8588c3e Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81421 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/sifive/fu740/include/soc/gpio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/sifive/fu740/include/soc/gpio.h b/src/soc/sifive/fu740/include/soc/gpio.h
index b0466cc8c2..a4d4ecb911 100644
--- a/src/soc/sifive/fu740/include/soc/gpio.h
+++ b/src/soc/sifive/fu740/include/soc/gpio.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef _SOC_SIFIVE_FU740_GPIO_H_
#define _SOC_SIFIVE_FU740_GPIO_H_