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) --- .../google/myst/variants/baseboard/include/baseboard/port_descriptors.h | 2 ++ .../skyrim/variants/baseboard/include/baseboard/port_descriptors.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/myst/variants/baseboard/include/baseboard/port_descriptors.h b/src/mainboard/google/myst/variants/baseboard/include/baseboard/port_descriptors.h index 7742bed288..bc92b699ca 100644 --- a/src/mainboard/google/myst/variants/baseboard/include/baseboard/port_descriptors.h +++ b/src/mainboard/google/myst/variants/baseboard/include/baseboard/port_descriptors.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef __BASEBOARD_PORT_DESCRIPTORS_H__ #define __BASEBOARD_PORT_DESCRIPTORS_H__ diff --git a/src/mainboard/google/skyrim/variants/baseboard/include/baseboard/port_descriptors.h b/src/mainboard/google/skyrim/variants/baseboard/include/baseboard/port_descriptors.h index 40da0b416c..1315379af6 100644 --- a/src/mainboard/google/skyrim/variants/baseboard/include/baseboard/port_descriptors.h +++ b/src/mainboard/google/skyrim/variants/baseboard/include/baseboard/port_descriptors.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef __BASEBOARD_PORT_DESCRIPTORS_H__ #define __BASEBOARD_PORT_DESCRIPTORS_H__ -- cgit v1.2.3