[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 06/17] python/aqmp: relicense as LGPLv2+
From: |
John Snow |
Subject: |
[PULL 06/17] python/aqmp: relicense as LGPLv2+ |
Date: |
Thu, 21 Apr 2022 11:15:49 -0400 |
I am the sole author of all of the async QMP code (python/qemu/aqmp)
with the following exceptions:
python/qemu/aqmp/qmp_shell.py and python/qemu/aqmp/legacy.py were
written by Luiz Capitulino (et al) and are already licensed separately
as GPLv2 (only).
aqmp_tui.py was written by Niteesh Babu G S and is licensed as GPLv2+.
I wish to relicense as LGPLv2+ in order to provide as much flexibility
as I reasonably can, while retaining a copyleft license. It is my belief
that LGPLv2+ is a suitable license for the Python ecosystem that aligns
with the goals and philosophy of the QEMU project.
The intent is to eventually drop legacy.py, leaving only library code
that is LGPLv2+.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20220325200438.2556381-3-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
---
python/qemu/aqmp/__init__.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/python/qemu/aqmp/__init__.py b/python/qemu/aqmp/__init__.py
index 4c22c380790..2b69b264f4f 100644
--- a/python/qemu/aqmp/__init__.py
+++ b/python/qemu/aqmp/__init__.py
@@ -11,15 +11,15 @@
managing QMP events.
"""
-# Copyright (C) 2020, 2021 John Snow for Red Hat, Inc.
+# Copyright (C) 2020-2022 John Snow for Red Hat, Inc.
#
# Authors:
# John Snow <jsnow@redhat.com>
#
# Based on earlier work by Luiz Capitulino <lcapitulino@redhat.com>.
#
-# This work is licensed under the terms of the GNU GPL, version 2. See
-# the COPYING file in the top-level directory.
+# This work is licensed under the terms of the GNU LGPL, version 2 or
+# later. See the COPYING file in the top-level directory.
import logging
--
2.34.1
- [PULL 00/17] Python patches, John Snow, 2022/04/21
- [PULL 02/17] scripts/bench-block-job: switch to AQMP, John Snow, 2022/04/21
- [PULL 07/17] python/qmp-shell: relicense as LGPLv2+, John Snow, 2022/04/21
- [PULL 05/17] python/aqmp: add explicit GPLv2 license to legacy.py, John Snow, 2022/04/21
- [PULL 03/17] iotests/mirror-top-perms: switch to AQMP, John Snow, 2022/04/21
- [PULL 08/17] python/aqmp-tui: relicense as LGPLv2+, John Snow, 2022/04/21
- [PULL 06/17] python/aqmp: relicense as LGPLv2+,
John Snow <=
- [PULL 12/17] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy, John Snow, 2022/04/21
- [PULL 10/17] python/aqmp: take QMPBadPortError and parse_address from qemu.qmp, John Snow, 2022/04/21
- [PULL 11/17] python/aqmp: fully separate from qmp.QEMUMonitorProtocol, John Snow, 2022/04/21
- [PULL 14/17] python: re-enable pylint duplicate-code warnings, John Snow, 2022/04/21
- [PULL 17/17] python/qmp: remove pylint workaround from legacy.py, John Snow, 2022/04/21
- [PULL 13/17] python: remove the old QMP package, John Snow, 2022/04/21
- [PULL 01/17] python/machine: permanently switch to AQMP, John Snow, 2022/04/21
- [PULL 04/17] iotests: switch to AQMP, John Snow, 2022/04/21
- [PULL 16/17] python: rename 'aqmp-tui' to 'qmp-tui', John Snow, 2022/04/21
- [PULL 09/17] python: temporarily silence pylint duplicate-code warnings, John Snow, 2022/04/21