* [PATCH] hw/usb/canokey: change license to GPLv2+
@ 2023-04-30 13:58 Hongren (Zenithal) Zheng
2023-04-30 16:16 ` 回复:[PATCH] " CanoKey Support
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Hongren (Zenithal) Zheng @ 2023-04-30 13:58 UTC (permalink / raw)
To: Daniel P. Berrangé, Gerd Hoffmann, Canokeys.org, MkfsSion
Cc: qemu-devel, Peter Maydell
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/
Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
---
hw/usb/canokey.c | 2 +-
hw/usb/canokey.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 <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 24cf304203..e528889d33 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
--
2.37.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* 回复:[PATCH] hw/usb/canokey: change license to GPLv2+
2023-04-30 13:58 [PATCH] hw/usb/canokey: change license to GPLv2+ Hongren (Zenithal) Zheng
@ 2023-04-30 16:16 ` CanoKey Support
2023-04-30 19:39 ` [PATCH] " Philippe Mathieu-Daudé
2023-05-01 12:52 ` MkfsSion
2 siblings, 0 replies; 4+ messages in thread
From: CanoKey Support @ 2023-04-30 16:16 UTC (permalink / raw)
To: Hongren (Zenithal) Zheng
Cc: Daniel P. Berrangé, Gerd Hoffmann, MkfsSion, qemu-devel,
Peter Maydell
[-- Attachment #1: Type: text/plain, Size: 1486 bytes --]
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/
> Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
> Acked-By:canokeys.org<http://canokeys.org><contact@canokeys.org>
> ---
> hw/usb/canokey.c | 2 +-
> hw/usb/canokey.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> 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-2022Canokeys.org<http://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 24cf304203..e528889d33 100644
> --- a/hw/usb/canokey.h
> +++ b/hw/usb/canokey.h
> @@ -4,7 +4,7 @@
> * Copyright (c) 2021-2022Canokeys.org<http://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
> --
> 2.37.2
[-- Attachment #2: Type: text/html, Size: 12147 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] hw/usb/canokey: change license to GPLv2+
2023-04-30 13:58 [PATCH] hw/usb/canokey: change license to GPLv2+ Hongren (Zenithal) Zheng
2023-04-30 16:16 ` 回复:[PATCH] " CanoKey Support
@ 2023-04-30 19:39 ` Philippe Mathieu-Daudé
2023-05-01 12:52 ` MkfsSion
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-04-30 19:39 UTC (permalink / raw)
To: Hongren (Zenithal) Zheng, Daniel P. Berrangé, Gerd Hoffmann,
Canokeys.org, MkfsSion
Cc: qemu-devel, Peter Maydell
On 30/4/23 15:58, Hongren (Zenithal) Zheng wrote:
> 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/
> Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
> ---
> hw/usb/canokey.c | 2 +-
> hw/usb/canokey.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Thank you!
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] hw/usb/canokey: change license to GPLv2+
2023-04-30 13:58 [PATCH] hw/usb/canokey: change license to GPLv2+ Hongren (Zenithal) Zheng
2023-04-30 16:16 ` 回复:[PATCH] " CanoKey Support
2023-04-30 19:39 ` [PATCH] " Philippe Mathieu-Daudé
@ 2023-05-01 12:52 ` MkfsSion
2 siblings, 0 replies; 4+ messages in thread
From: MkfsSion @ 2023-05-01 12:52 UTC (permalink / raw)
To: Hongren (Zenithal) Zheng
Cc: Daniel P. Berrangé, Gerd Hoffmann, Canokeys.org, qemu-devel,
Peter Maydell
On Sun, Apr 30, 2023 at 09:58:19PM +0800, Hongren (Zenithal) Zheng wrote:
> 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/
> Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
Acked-by: YuanYang Meng <mkfssion@mkfssion.com>
> ---
> hw/usb/canokey.c | 2 +-
> hw/usb/canokey.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> 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 <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 24cf304203..e528889d33 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
> --
> 2.37.2
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-01 12:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-30 13:58 [PATCH] hw/usb/canokey: change license to GPLv2+ Hongren (Zenithal) Zheng
2023-04-30 16:16 ` 回复:[PATCH] " CanoKey Support
2023-04-30 19:39 ` [PATCH] " Philippe Mathieu-Daudé
2023-05-01 12:52 ` MkfsSion
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).