]> Git Repo - qemu.git/commitdiff
python/aqmp: add explicit GPLv2 license to legacy.py
authorJohn Snow <[email protected]>
Fri, 25 Mar 2022 20:04:35 +0000 (16:04 -0400)
committerJohn Snow <[email protected]>
Thu, 21 Apr 2022 15:01:00 +0000 (11:01 -0400)
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 <[email protected]>
Message-id: 20220325200438.2556381[email protected]
Signed-off-by: John Snow <[email protected]>
python/qemu/aqmp/legacy.py

index 46026e9fdc6c8859a8c944076c7166b5f6ed671e..f86cb298049a2a64c8fb57ceaf4be481405bbd53 100644 (file)
@@ -4,6 +4,17 @@ Sync QMP Wrapper
 This class pretends to be qemu.qmp.QEMUMonitorProtocol.
 """
 
+#
+# Copyright (C) 2009-2022 Red Hat Inc.
+#
+# Authors:
+#  Luiz Capitulino <[email protected]>
+#  John Snow <[email protected]>
+#
+# This work is licensed under the terms of the GNU GPL, version 2.  See
+# the COPYING file in the top-level directory.
+#
+
 import asyncio
 from typing import (
     Any,
This page took 0.02827 seconds and 4 git commands to generate.