exec: Include missing license in 'exec/cpu-common.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 24 Apr 2024 16:04:09 +0000 (18:04 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 3 May 2024 15:21:13 +0000 (17:21 +0200)
Commit 1ad2134f91 ("Hardware convenience library") extracted
"cpu-common.h" from "cpu-all.h", which uses the LGPL-2.1+ license.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240427155714.53669-5-philmd@linaro.org>

include/exec/cpu-common.h

index 6d5318895a35469c6ccfec7052e6a2251dc3d15d..8812ba744d1f99e3bb3a017d31ebfc277ff78332 100644 (file)
@@ -1,8 +1,13 @@
+/*
+ * CPU interfaces that are target independent.
+ *
+ *  Copyright (c) 2003 Fabrice Bellard
+ *
+ * SPDX-License-Identifier: LGPL-2.1+
+ */
 #ifndef CPU_COMMON_H
 #define CPU_COMMON_H
 
-/* CPU interfaces that are target independent.  */
-
 #include "exec/vaddr.h"
 #ifndef CONFIG_USER_ONLY
 #include "exec/hwaddr.h"