diff options
author | 2019-03-11 13:13:53 +0100 | |
---|---|---|
committer | 2019-03-11 16:55:52 +0100 | |
commit | 328eb60dc1a19448b36eb63901ca0b8f87ed6f57 (patch) | |
tree | f1b672198d9c451bdc3c616ac63015595ac1237e /scripts/qemugdb/mtree.py | |
parent | chardev: add support for authorization for TLS clients (diff) | |
download | qemu-328eb60dc1a19448b36eb63901ca0b8f87ed6f57.tar.xz qemu-328eb60dc1a19448b36eb63901ca0b8f87ed6f57.zip |
qemugdb: fix licensing
qemu-gdb.py was committed after 2012-01-13, so the notice about
GPL v2-only contributions does not apply.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/qemugdb/mtree.py')
-rw-r--r-- | scripts/qemugdb/mtree.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/qemugdb/mtree.py b/scripts/qemugdb/mtree.py index e6791b7885..3030a60d3f 100644 --- a/scripts/qemugdb/mtree.py +++ b/scripts/qemugdb/mtree.py @@ -7,11 +7,8 @@ # Authors: # Avi Kivity <avi@redhat.com> # -# This work is licensed under the terms of the GNU GPL, version 2. See -# the COPYING file in the top-level directory. -# -# Contributions after 2012-01-13 are licensed under the terms of the -# GNU GPL, version 2 or (at your option) any later version. +# This work is licensed under the terms of the GNU GPL, version 2 or +# later. See the COPYING file in the top-level directory. # 'qemu mtree' -- display the memory hierarchy |