diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-03-11 16:55:38 +0000 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-03-12 08:04:22 +0100 |
commit | 390947ed2a7e5e84fa912f275ac20eac48d2f8ca (patch) | |
tree | 7cfade1fc92b147d832b30bc7786b043441fdfec /scripts | |
parent | ce864603443567b8186dc435ebba08338ef4a6d6 (diff) |
scripts/qemugdb: re-license timers.py to GPLv2 or later
I'm the sole author (aside from a one line by Greg fixing encoding)
and I was asked nicely on IRC to bring it into line with the rest of
the files.
Cc: Greg Kurz <groug@kaod.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/qemugdb/timers.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/qemugdb/timers.py b/scripts/qemugdb/timers.py index 51ea04b5e2..f0e132d27a 100644 --- a/scripts/qemugdb/timers.py +++ b/scripts/qemugdb/timers.py @@ -6,8 +6,10 @@ # # Author: 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. +# This work is licensed under the terms of the GNU GPL, version 2 or later. +# See the COPYING file in the top-level directory. +# +# SPDX-License-Identifier: GPL-2.0-or-later # 'qemu timers' -- display the current timerlists |