mbox series

[0/4] Python: relicense async qmp as LGPLv2+

Message ID 20220325200438.2556381-1-jsnow@redhat.com (mailing list archive)
Headers show
Series Python: relicense async qmp as LGPLv2+ | expand

Message

John Snow March 25, 2022, 8:04 p.m. UTC
Patch 2 explains most of the why.

The only dangling exception is legacy.py (patch 1), which I have plans
to replace "soon" :tm: (after I fork this code out of qemu.git.)

John Snow (4):
  python/aqmp: add explicit GPLv2 license to legacy.py
  python/aqmp: relicense as LGPLv2+
  python/qmp-shell: relicense as LGPLv2+
  python/aqmp-tui: relicense as LGPLv2+

 python/qemu/aqmp/__init__.py  |  6 +++---
 python/qemu/aqmp/aqmp_tui.py  |  2 +-
 python/qemu/aqmp/legacy.py    | 11 +++++++++++
 python/qemu/aqmp/qmp_shell.py |  7 ++++---
 4 files changed, 19 insertions(+), 7 deletions(-)

Comments

John Snow March 30, 2022, 5:04 p.m. UTC | #1
On Fri, Mar 25, 2022 at 4:04 PM John Snow <jsnow@redhat.com> wrote:
>
> Patch 2 explains most of the why.
>
> The only dangling exception is legacy.py (patch 1), which I have plans
> to replace "soon" :tm: (after I fork this code out of qemu.git.)
>
> John Snow (4):
>   python/aqmp: add explicit GPLv2 license to legacy.py
>   python/aqmp: relicense as LGPLv2+
>   python/qmp-shell: relicense as LGPLv2+
>   python/aqmp-tui: relicense as LGPLv2+
>
>  python/qemu/aqmp/__init__.py  |  6 +++---
>  python/qemu/aqmp/aqmp_tui.py  |  2 +-
>  python/qemu/aqmp/legacy.py    | 11 +++++++++++
>  python/qemu/aqmp/qmp_shell.py |  7 ++++---
>  4 files changed, 19 insertions(+), 7 deletions(-)
>
> --
> 2.34.1
>

Thanks everyone. This is now staged on my python branch.

https://gitlab.com/jsnow/qemu/-/tree/python