From: Hongren (Zenithal) Zheng Date: Sun, 30 Apr 2023 13:58:19 +0000 (+0800) Subject: hw/usb/canokey: change license to GPLv2+ X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0e6b20b9656174e815751cf8b21f5e326148bb99;p=qemu.git 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é" Link: https://lore.kernel.org/qemu-devel/ZEpKXncC%2Fe6FKRe9@redhat.com/ Reviewed-by: Philippe Mathieu-Daudé Acked-By: canokeys.org (http://canokeys.org) Acked-by: YuanYang Meng Signed-off-by: Hongren (Zenithal) Zheng Signed-off-by: Daniel P. Berrangé --- diff --git a/hw/usb/canokey.c b/hw/usb/canokey.c index bbc5da07b5..b306eeb20e 100644 --- a/hw/usb/canokey.c +++ b/hw/usb/canokey.c @@ -4,7 +4,7 @@ * Copyright (c) 2021-2022 Canokeys.org * Written by Hongren (Zenithal) Zheng * - * 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 24cf304203..e528889d33 100644 --- a/hw/usb/canokey.h +++ b/hw/usb/canokey.h @@ -4,7 +4,7 @@ * Copyright (c) 2021-2022 Canokeys.org * Written by Hongren (Zenithal) Zheng * - * This code is licensed under the Apache-2.0. + * This code is licensed under the GPL v2 or later. */ #ifndef CANOKEY_H