diff options
author | Martin Roth <gaumless@gmail.com> | 2023-08-22 16:32:20 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-08-26 21:38:58 +0000 |
commit | 7687e7767f2d2321b57fa8eab68b7e954e57ad42 (patch) | |
tree | 4a2703fd22278e328aaef64dec9f11c59f4d54bc /src/vendorcode/amd/pi/00730F01/binaryPI | |
parent | d627f7b4f71414a3fe229f9ac69e6d94e3dff127 (diff) |
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 <gaumless@gmail.com>
Change-Id: If490f6705e7862d9ad02c925104113b355434101
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77380
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/vendorcode/amd/pi/00730F01/binaryPI')
-rw-r--r-- | src/vendorcode/amd/pi/00730F01/binaryPI/OptionsIds.h | 2 | ||||
-rw-r--r-- | src/vendorcode/amd/pi/00730F01/binaryPI/gcccar.inc | 2 |
2 files changed, 4 insertions, 0 deletions
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. |