浏览代码

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>
Paolo Bonzini 6 年之前
父节点
当前提交
328eb60dc1
共有 4 个文件被更改,包括 8 次插入20 次删除
  1. 2 5
      scripts/qemu-gdb.py
  2. 2 5
      scripts/qemugdb/coroutine.py
  3. 2 5
      scripts/qemugdb/mtree.py
  4. 2 5
      scripts/qemugdb/tcg.py

+ 2 - 5
scripts/qemu-gdb.py

@@ -7,11 +7,8 @@
 # Authors:
 # Authors:
 #  Avi Kivity <avi@redhat.com>
 #  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.
 
 
 # Usage:
 # Usage:
 # At the (gdb) prompt, type "source scripts/qemu-gdb.py".
 # At the (gdb) prompt, type "source scripts/qemu-gdb.py".

+ 2 - 5
scripts/qemugdb/coroutine.py

@@ -7,11 +7,8 @@
 # Authors:
 # Authors:
 #  Avi Kivity <avi@redhat.com>
 #  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.
 
 
 import gdb
 import gdb
 
 

+ 2 - 5
scripts/qemugdb/mtree.py

@@ -7,11 +7,8 @@
 # Authors:
 # Authors:
 #  Avi Kivity <avi@redhat.com>
 #  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
 # 'qemu mtree' -- display the memory hierarchy
 
 

+ 2 - 5
scripts/qemugdb/tcg.py

@@ -8,11 +8,8 @@
 # Authors:
 # Authors:
 #  Alex Bennée <alex.bennee@linaro.org>
 #  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
 # 'qemu tcg-lock-status' -- display the TCG lock status across threads