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

John Snow posted 4 patches 3 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220325200438.2556381-1-jsnow@redhat.com
Test checkpatch passed
Maintainers: John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Beraldo Leal <bleal@redhat.com>
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(-)
[PATCH 0/4] Python: relicense async qmp as LGPLv2+
Posted by John Snow 3 years, 10 months ago
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

Re: [PATCH 0/4] Python: relicense async qmp as LGPLv2+
Posted by John Snow 3 years, 10 months ago
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