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/00670F00/Makefile.inc | |
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/00670F00/Makefile.inc')
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/Makefile.inc b/src/vendorcode/amd/pi/00670F00/Makefile.inc index a7eba30606..08c8c1b039 100644 --- a/src/vendorcode/amd/pi/00670F00/Makefile.inc +++ b/src/vendorcode/amd/pi/00670F00/Makefile.inc @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: BSD-3-Clause + #***************************************************************************** # # Redistribution and use in source and binary forms, with or without |