From c5ccc3c7e201beccf8eb3d329e478bb33b34d43e Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Tue, 2 Apr 2024 13:20:10 +0200 Subject: qmp: incorrect copyright header Replace incorrect copyright header in qmp.py file. --- src/virtual/qmp.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/virtual') diff --git a/src/virtual/qmp.py b/src/virtual/qmp.py index 96823d3..ff08b9e 100644 --- a/src/virtual/qmp.py +++ b/src/virtual/qmp.py @@ -1,12 +1,10 @@ -# QEMU Monitor Protocol Python class # -# Copyright (C) 2009, 2010 Red Hat Inc. +# Copyright (C) 2023 Soleta Networks # -# Authors: -# Luiz Capitulino -# -# This work is licensed under the terms of the GNU GPL, version 2. See -# the COPYING file in the top-level directory. +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Affero General Public License as published by the +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. import json import errno -- cgit v1.2.3-18-g5258