aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
diff options
context:
space:
mode:
authorHongren (Zenithal) Zheng <i@zenithal.me>2023-04-30 21:58:19 +0800
committerDaniel P. Berrangé <berrange@redhat.com>2023-07-25 17:24:12 +0100
commit0e6b20b9656174e815751cf8b21f5e326148bb99 (patch)
tree0ef29263224f70aa051475891d64f4d498551cf7 /hw/usb
parent55a01cab83b608bae6345b7e0e2fbecc142c1b2f (diff)
downloadqemu-0e6b20b9656174e815751cf8b21f5e326148bb99.zip
qemu-0e6b20b9656174e815751cf8b21f5e326148bb99.tar.gz
qemu-0e6b20b9656174e815751cf8b21f5e326148bb99.tar.bz2
hw/usb/canokey: change license to GPLv2+
Apache license is considered by some to be not compatible with GPLv2+. Since QEMU as combined work is GPLv2-only, these two files should be made compatible. Reported-by: "Daniel P. Berrangé" <berrange@redhat.com> Link: https://lore.kernel.org/qemu-devel/ZEpKXncC%2Fe6FKRe9@redhat.com/ Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-By: canokeys.org (http://canokeys.org) <contact@canokeys.org> Acked-by: YuanYang Meng <mkfssion@mkfssion.com> Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'hw/usb')
-rw-r--r--hw/usb/canokey.c2
-rw-r--r--hw/usb/canokey.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/usb/canokey.c b/hw/usb/canokey.c
index bbc5da0..b306eeb 100644
--- a/hw/usb/canokey.c
+++ b/hw/usb/canokey.c
@@ -4,7 +4,7 @@
* Copyright (c) 2021-2022 Canokeys.org <contact@canokeys.org>
* Written by Hongren (Zenithal) Zheng <i@zenithal.me>
*
- * This code is licensed under the Apache-2.0.
+ * This code is licensed under the GPL v2 or later.
*/
#include "qemu/osdep.h"
diff --git a/hw/usb/canokey.h b/hw/usb/canokey.h
index 24cf304..e528889 100644
--- a/hw/usb/canokey.h
+++ b/hw/usb/canokey.h
@@ -4,7 +4,7 @@
* Copyright (c) 2021-2022 Canokeys.org <contact@canokeys.org>
* Written by Hongren (Zenithal) Zheng <i@zenithal.me>
*
- * This code is licensed under the Apache-2.0.
+ * This code is licensed under the GPL v2 or later.
*/
#ifndef CANOKEY_H