From c0f85e7a181fe836518a970073b4285f30f9c7a9 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 4 Aug 2022 19:53:00 -0600 Subject: src/mb: Add SPDX identifiers to files missing them This adds SPDX identifiers to the remaining source files in the mainboard directory that don't already have them. Change-Id: I1adc204624f3ab6fcafd8fbb239e6d69e057973a Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/66498 Reviewed-by: Angel Pons Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/soc/example/min86/chip.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/example/min86/chip.c') diff --git a/src/soc/example/min86/chip.c b/src/soc/example/min86/chip.c index dd09891e3c..38ce072023 100644 --- a/src/soc/example/min86/chip.c +++ b/src/soc/example/min86/chip.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #include struct chip_operations soc_example_min86_ops = { NULL }; -- cgit v1.2.3