From 239b5df2687e30636688354c852cdca1bafbc80b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 26 Jul 2022 22:18:26 -0600 Subject: include: Add SPDX-License-Identifiers to files missing them This adds SPDX-License-Identifiers to all of the files in src/include that are missing them or have unrecognized identifiers. Files that were written specifically for coreboot and don't have license information are licensed GPL-2.0-only, which is the license for the overall coreboot project. Files that were sourced from Linux are similarly GPL-2.0-only. The cpu/power files were committed with source that was licensed as GPL-2.0-or-later, so presumably that's the license for that entire commit. The final file, vbe.h gives a pointer to the BSD-2-Clause license at opensource.org. Change-Id: I3f8fd7848ce11c1a0060e05903fb17a7583b4725 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/66284 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Arthur Heymans Reviewed-by: Felix Singer --- src/include/pc80/isa-dma.h | 2 ++ src/include/pc80/keyboard.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/include/pc80') diff --git a/src/include/pc80/isa-dma.h b/src/include/pc80/isa-dma.h index 205a1b4d70..7c391e99d2 100644 --- a/src/include/pc80/isa-dma.h +++ b/src/include/pc80/isa-dma.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef PC80_ISA_DMA_H #define PC80_ISA_DMA_H diff --git a/src/include/pc80/keyboard.h b/src/include/pc80/keyboard.h index d2d66b0695..6664980c77 100644 --- a/src/include/pc80/keyboard.h +++ b/src/include/pc80/keyboard.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef PC80_KEYBOARD_H #define PC80_KEYBOARD_H -- cgit v1.2.3