35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
|
|
From db089183c5aff11b3dae7d3893477c8abbb8d863 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Luo Yifan <luoyifan_yewu@cmss.chinamobile.com>
|
||
|
|
Date: Thu, 26 Sep 2024 10:44:55 +0800
|
||
|
|
Subject: [PATCH] qemu-keymap: Add license in generated files
|
||
|
|
MIME-Version: 1.0
|
||
|
|
Content-Type: text/plain; charset=UTF-8
|
||
|
|
Content-Transfer-Encoding: 8bit
|
||
|
|
|
||
|
|
cherry picked from commit 4455922f7bb8fef2f5aa0a4d3901041bcc4b659d
|
||
|
|
|
||
|
|
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
|
||
|
|
Reviewed-by: Warner Losh <imp@bsdimp.com>
|
||
|
|
Message-Id: <20211117174533.1900570-1-philmd@redhat.com>
|
||
|
|
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
||
|
|
Signed-off-by: Luo Yifan <luoyifan_yewu@cmss.chinamobile.com>
|
||
|
|
---
|
||
|
|
qemu-keymap.c | 1 +
|
||
|
|
1 file changed, 1 insertion(+)
|
||
|
|
|
||
|
|
diff --git a/qemu-keymap.c b/qemu-keymap.c
|
||
|
|
index 536e8f2385..4095b654a6 100644
|
||
|
|
--- a/qemu-keymap.c
|
||
|
|
+++ b/qemu-keymap.c
|
||
|
|
@@ -187,6 +187,7 @@ int main(int argc, char *argv[])
|
||
|
|
}
|
||
|
|
|
||
|
|
fprintf(outfile,
|
||
|
|
+ "# SPDX-License-Identifier: GPL-2.0-or-later\n"
|
||
|
|
"#\n"
|
||
|
|
"# generated by qemu-keymap\n"
|
||
|
|
"# model : %s\n"
|
||
|
|
--
|
||
|
|
2.41.0.windows.1
|
||
|
|
|