From d2d7933b488b846448c7dc7daf9bd14acee2e1ef Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Thu, 21 Mar 2024 09:41:45 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/81421 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/soc/sifive/fu740/include/soc/gpio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc') 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_ -- cgit v1.2.3