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

2022-03-30 Thread John Snow
On Fri, Mar 25, 2022 at 4:04 PM John Snow 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 leg

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

2022-03-25 Thread John Snow
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: r