hw/usb/canokey: change license to GPLv2+
authorHongren (Zenithal) Zheng <i@zenithal.me>
Sun, 30 Apr 2023 13:58:19 +0000 (21:58 +0800)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 25 Jul 2023 16:24:12 +0000 (17:24 +0100)
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>
hw/usb/canokey.c
hw/usb/canokey.h

index bbc5da07b58f2ba0547c1daa80f3c5a3f5c3ff40..b306eeb20e9534a405423f425ae736d5e331227e 100644 (file)
@@ -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"
index 24cf304203466d4189ccaab558d61fdb7c2b7956..e528889d332572104910bfb3cd36cefb76d89872 100644 (file)
@@ -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