[Qemu-devel] [PATCH] scripts/qemugdb: re-license timers.py to GPLv2 or later

Alex Bennée posted 1 patch 5 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190311165538.6623-1-alex.bennee@linaro.org
Test checkpatch passed
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
scripts/qemugdb/timers.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH] scripts/qemugdb: re-license timers.py to GPLv2 or later
Posted by Alex Bennée 5 years ago
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>
---
 scripts/qemugdb/timers.py | 6 ++++--
 1 file 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
 
-- 
2.20.1


Re: [Qemu-devel] [PATCH] scripts/qemugdb: re-license timers.py to GPLv2 or later
Posted by Paolo Bonzini 5 years ago
On 11/03/19 17:55, Alex Bennée wrote:
> 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>
> ---
>  scripts/qemugdb/timers.py | 6 ++++--
>  1 file 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
>  
> 

+qemu-trivial

Re: [Qemu-devel] [PATCH] scripts/qemugdb: re-license timers.py to GPLv2 or later
Posted by Thomas Huth 5 years ago
On 11/03/2019 18.55, Paolo Bonzini wrote:
> On 11/03/19 17:55, Alex Bennée wrote:
>> 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>
>> ---
>>  scripts/qemugdb/timers.py | 6 ++++--
>>  1 file 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
> 
> +qemu-trivial

Reviewed-by: Thomas Huth <thuth@redhat.com>

... I think Laurent just sent his trivial PULL request for soft-freeze
already ... I still plan to send another PULL request today, so if
nobody else wants to pick it up for soft-freeze today, I can add it to
my queue if you like.

Re: [Qemu-devel] [PATCH] scripts/qemugdb: re-license timers.py to GPLv2 or later
Posted by Greg Kurz 5 years ago
On Mon, 11 Mar 2019 16:55:38 +0000
Alex Bennée <alex.bennee@linaro.org> wrote:

> 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>
> ---

Reviewed-by: Greg Kurz <groug@kaod.org>

>  scripts/qemugdb/timers.py | 6 ++++--
>  1 file 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
>