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>
This commit is contained in:
parent
fd4a5fd463
commit
328eb60dc1
@ -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
|
# This work is licensed under the terms of the GNU GPL, version 2 or
|
||||||
# the COPYING file in the top-level directory.
|
# later. 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.
|
|
||||||
|
|
||||||
# Usage:
|
# Usage:
|
||||||
# At the (gdb) prompt, type "source scripts/qemu-gdb.py".
|
# At the (gdb) prompt, type "source 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
|
# This work is licensed under the terms of the GNU GPL, version 2
|
||||||
# the COPYING file in the top-level directory.
|
# or later. 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.
|
|
||||||
|
|
||||||
import gdb
|
import gdb
|
||||||
|
|
||||||
|
@ -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
|
# This work is licensed under the terms of the GNU GPL, version 2 or
|
||||||
# the COPYING file in the top-level directory.
|
# later. 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.
|
|
||||||
|
|
||||||
# 'qemu mtree' -- display the memory hierarchy
|
# 'qemu mtree' -- display the memory hierarchy
|
||||||
|
|
||||||
|
@ -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
|
# This work is licensed under the terms of the GNU GPL, version 2 or
|
||||||
# the COPYING file in the top-level directory.
|
# later. 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.
|
|
||||||
|
|
||||||
# 'qemu tcg-lock-status' -- display the TCG lock status across threads
|
# 'qemu tcg-lock-status' -- display the TCG lock status across threads
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user