Werner Zeh has submitted this change. ( https://review.coreboot.org/c/coreboot/+/55456 )
Change subject: cpu/intel/msr.h: Add license header ......................................................................
cpu/intel/msr.h: Add license header
This is most likely an oversight. Given that the coreboot project as a whole is licensed as GPLv2, add a GPL-2.0-only SPDX license identifier.
Change-Id: I1acaf901e1426bd6747f8a772a498a0005b457fa Signed-off-by: Angel Pons th3fanbus@gmail.com Signed-off-by: Michael Niewöhner foss@mniewoehner.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/55456 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Arthur Heymans arthur@aheymans.xyz --- M src/include/cpu/intel/msr.h 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved Michael Niewöhner: Looks good to me, approved
diff --git a/src/include/cpu/intel/msr.h b/src/include/cpu/intel/msr.h index 9126ccd..9d2b62f 100644 --- a/src/include/cpu/intel/msr.h +++ b/src/include/cpu/intel/msr.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef CPU_INTEL_MSR_H #define CPU_INTEL_MSR_H