OSDN Git Service

python/aqmp: add explicit GPLv2 license to legacy.py
authorJohn Snow <jsnow@redhat.com>
Fri, 25 Mar 2022 20:04:35 +0000 (16:04 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 21 Apr 2022 15:01:00 +0000 (11:01 -0400)
commit380fc8f32ed98d6655bc2c901300ebdf973ad488
tree1a152f0405301fd107737d9af0419bd32b9bd3cf
parent68e2e3dd66f25ed4653cb124620832ca7b9406e5
python/aqmp: add explicit GPLv2 license to legacy.py

The legacy.py module is heavily based on the QMP module by Luiz
Capitulino (et al) which is licensed as explicit GPLv2-only. The async
QMP package is currently licensed similarly, but I intend to relicense
the async package to the more flexible LGPLv2+.

In preparation for that change, make the license on legacy.py explicit.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20220325200438.2556381-2-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/aqmp/legacy.py