mirror of https://git.48k.eu/ogclient
qmp: incorrect copyright header
Replace incorrect copyright header in qmp.py file.master
parent
4712941828
commit
c5ccc3c7e2
|
@ -1,12 +1,10 @@
|
||||||
# QEMU Monitor Protocol Python class
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2009, 2010 Red Hat Inc.
|
# Copyright (C) 2023 Soleta Networks <info@soleta.eu>
|
||||||
#
|
#
|
||||||
# Authors:
|
# This program is free software: you can redistribute it and/or modify it under
|
||||||
# Luiz Capitulino <lcapitulino@redhat.com>
|
# the terms of the GNU Affero General Public License as published by the
|
||||||
#
|
# Free Software Foundation; either version 3 of the License, or
|
||||||
# This work is licensed under the terms of the GNU GPL, version 2. See
|
# (at your option) any later version.
|
||||||
# the COPYING file in the top-level directory.
|
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import errno
|
import errno
|
||||||
|
|
Loading…
Reference in New Issue