summary refs log tree commit diff stats
path: root/scripts/qemugdb/tcg.py
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-03-11 13:13:53 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-11 16:55:52 +0100
commit328eb60dc1a19448b36eb63901ca0b8f87ed6f57 (patch)
treef1b672198d9c451bdc3c616ac63015595ac1237e /scripts/qemugdb/tcg.py
parentfd4a5fd4639bb1bfd04144fca85856d825e00ab4 (diff)
downloadfocaccia-qemu-328eb60dc1a19448b36eb63901ca0b8f87ed6f57.tar.gz
focaccia-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/tcg.py')
-rw-r--r--scripts/qemugdb/tcg.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/qemugdb/tcg.py b/scripts/qemugdb/tcg.py
index 8c7f1d7454..18880fc9a7 100644
--- a/scripts/qemugdb/tcg.py
+++ b/scripts/qemugdb/tcg.py
@@ -8,11 +8,8 @@
 # Authors:
 #  Alex Bennée <alex.bennee@linaro.org>
 #
-# 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 tcg-lock-status' -- display the TCG lock status across threads