From f18034c1b3866074eb388d01c833cbe6c79673c1 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 7 Aug 2022 15:06:28 -0600 Subject: [PATCH] include: Add SPDX identifiers to files missing them This adds SPDX identifiers to the remaining source files in the include directory that don't already have them. Signed-off-by: Martin Roth Change-Id: I0dbf4c839eacf957eb6f272aa8bfa1eeedc0886f Reviewed-on: https://review.coreboot.org/c/coreboot/+/66501 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/include/cpu/x86/bist.h | 2 ++ src/include/device/pnp.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/include/cpu/x86/bist.h b/src/include/cpu/x86/bist.h index eb34c97e34..247e78cd19 100644 --- a/src/include/cpu/x86/bist.h +++ b/src/include/cpu/x86/bist.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef CPU_X86_BIST_H #define CPU_X86_BIST_H diff --git a/src/include/device/pnp.h b/src/include/device/pnp.h index 770a640963..e2a6dc2395 100644 --- a/src/include/device/pnp.h +++ b/src/include/device/pnp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef DEVICE_PNP_H #define DEVICE_PNP_H -- 2.11.4.GIT