From d1fca8f7f7432d5c3fe59f59f6373d147a82104c Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 13 Jun 2021 11:05:18 +0200 Subject: cpu/intel/msr.h: Add license header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/55456 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/include/cpu/intel/msr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3