diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-06-13 11:05:18 +0200 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-06-15 04:29:48 +0000 |
commit | d1fca8f7f7432d5c3fe59f59f6373d147a82104c (patch) | |
tree | 234b55a5ac05b34bccb571679db664920692182d /src/include | |
parent | 4bd9187dadaf4f3be5a1776d98d1f79cdfb23de8 (diff) |
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>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cpu/intel/msr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cpu/intel/msr.h b/src/include/cpu/intel/msr.h index 9126ccd825..9d2b62f3d6 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 |