From 7687e7767f2d2321b57fa8eab68b7e954e57ad42 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 22 Aug 2023 16:32:20 -0600 Subject: vc/amd/pi: Add SPDX headers to all files that don't have them License classifiers are much better about classifying files with SPDX headers than they are at classifying the general text licenses due to minor variations in the text. To help with classification, add the SPDX headers to the files. To see the current state of coreboot's licensing, see: https://coreboot.org/fossology/ Signed-off-by: Martin Roth Change-Id: If490f6705e7862d9ad02c925104113b355434101 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77380 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/vendorcode/amd/pi/00730F01/binaryPI/OptionsIds.h | 2 ++ src/vendorcode/amd/pi/00730F01/binaryPI/gcccar.inc | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/vendorcode/amd/pi/00730F01/binaryPI') diff --git a/src/vendorcode/amd/pi/00730F01/binaryPI/OptionsIds.h b/src/vendorcode/amd/pi/00730F01/binaryPI/OptionsIds.h index 53bded3d81..6d6e89b1a2 100644 --- a/src/vendorcode/amd/pi/00730F01/binaryPI/OptionsIds.h +++ b/src/vendorcode/amd/pi/00730F01/binaryPI/OptionsIds.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ + /***************************************************************************** * * Copyright (c) 2008 - 2014, Advanced Micro Devices, Inc. diff --git a/src/vendorcode/amd/pi/00730F01/binaryPI/gcccar.inc b/src/vendorcode/amd/pi/00730F01/binaryPI/gcccar.inc index 3218a64265..2d654a0960 100644 --- a/src/vendorcode/amd/pi/00730F01/binaryPI/gcccar.inc +++ b/src/vendorcode/amd/pi/00730F01/binaryPI/gcccar.inc @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ + /* * Copyright (c) 2012, Advanced Micro Devices, Inc. * All rights reserved. -- cgit v1.2.3