From f18034c1b3866074eb388d01c833cbe6c79673c1 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 7 Aug 2022 15:06:28 -0600 Subject: 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/device/pnp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/device/pnp.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 -- cgit v1.2.3