aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-04-24 18:04:09 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-05-03 17:21:13 +0200
commitf184f3856e82a6f4e96df6a77118d6a2e1a9059b (patch)
tree3608290d4fa06aeab5f5547304f6a0b5a09e5060 /include
parent083367dbbf6e5ac086c32e64db6701f493928e47 (diff)
downloadqemu-f184f3856e82a6f4e96df6a77118d6a2e1a9059b.zip
qemu-f184f3856e82a6f4e96df6a77118d6a2e1a9059b.tar.gz
qemu-f184f3856e82a6f4e96df6a77118d6a2e1a9059b.tar.bz2
exec: Include missing license in 'exec/cpu-common.h'
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>
Diffstat (limited to 'include')
-rw-r--r--include/exec/cpu-common.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h
index 6d53188..8812ba7 100644
--- a/include/exec/cpu-common.h
+++ b/include/exec/cpu-common.h
@@ -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"