[PATCH 0/3] Fix LGPL information in the file headers

Gan Qixin posted 3 patches 5 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201110184223.549499-1-ganqixin@huawei.com
Maintainers: Fam Zheng <fam@euphon.net>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>
tests/acceptance/pc_cpu_hotplug_props.py   | 2 +-
tests/acceptance/x86_cpu_model_versions.py | 2 +-
tests/io-channel-helpers.c                 | 2 +-
tests/io-channel-helpers.h                 | 2 +-
tests/migration/guestperf-batch.py         | 2 +-
tests/migration/guestperf-plot.py          | 2 +-
tests/migration/guestperf.py               | 2 +-
tests/migration/guestperf/comparison.py    | 2 +-
tests/migration/guestperf/engine.py        | 2 +-
tests/migration/guestperf/hardware.py      | 2 +-
tests/migration/guestperf/plot.py          | 2 +-
tests/migration/guestperf/progress.py      | 2 +-
tests/migration/guestperf/report.py        | 2 +-
tests/migration/guestperf/scenario.py      | 2 +-
tests/migration/guestperf/shell.py         | 2 +-
tests/migration/guestperf/timings.py       | 2 +-
tests/migration/stress.c                   | 2 +-
tests/test-base64.c                        | 2 +-
tests/test-bufferiszero.c                  | 2 +-
tests/test-crypto-pbkdf.c                  | 2 +-
tests/test-qgraph.c                        | 2 +-
tests/test-uuid.c                          | 2 +-
22 files changed, 22 insertions(+), 22 deletions(-)
[PATCH 0/3] Fix LGPL information in the file headers
Posted by Gan Qixin 5 years ago
Hi all,
I saw some tasks to replace "LGPL version 2" with "LGPL version 2.1" in BiteSizedTasks. So I modified the file in the test folder that contains "LGPL version 2".

Thanks,
Gan Qixin

Gan Qixin (3):
  tests/migration: Fix LGPL information in the file headers
  tests/acceptance: Fix LGPL information in the file headers
  test: Fix LGPL information in the file headers

 tests/acceptance/pc_cpu_hotplug_props.py   | 2 +-
 tests/acceptance/x86_cpu_model_versions.py | 2 +-
 tests/io-channel-helpers.c                 | 2 +-
 tests/io-channel-helpers.h                 | 2 +-
 tests/migration/guestperf-batch.py         | 2 +-
 tests/migration/guestperf-plot.py          | 2 +-
 tests/migration/guestperf.py               | 2 +-
 tests/migration/guestperf/comparison.py    | 2 +-
 tests/migration/guestperf/engine.py        | 2 +-
 tests/migration/guestperf/hardware.py      | 2 +-
 tests/migration/guestperf/plot.py          | 2 +-
 tests/migration/guestperf/progress.py      | 2 +-
 tests/migration/guestperf/report.py        | 2 +-
 tests/migration/guestperf/scenario.py      | 2 +-
 tests/migration/guestperf/shell.py         | 2 +-
 tests/migration/guestperf/timings.py       | 2 +-
 tests/migration/stress.c                   | 2 +-
 tests/test-base64.c                        | 2 +-
 tests/test-bufferiszero.c                  | 2 +-
 tests/test-crypto-pbkdf.c                  | 2 +-
 tests/test-qgraph.c                        | 2 +-
 tests/test-uuid.c                          | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)

-- 
2.23.0


Re: [PATCH 0/3] Fix LGPL information in the file headers
Posted by Thomas Huth 5 years ago
On 10/11/2020 19.42, Gan Qixin wrote:
> Hi all,
> I saw some tasks to replace "LGPL version 2" with "LGPL version 2.1" in BiteSizedTasks. So I modified the file in the test folder that contains "LGPL version 2".

Thanks, but before you continue here ... there were already some patches for
this recently on the list, look for the "Fix Lesser GPL version number"
patch series from Chetan Pant ... I think some of them got merged already,
but some are still pending...

 Thomas


RE: [PATCH 0/3] Fix LGPL information in the file headers
Posted by ganqixin 5 years ago
> -----Original Message-----
> From: Thomas Huth [mailto:thuth@redhat.com]
> Sent: Wednesday, November 11, 2020 5:23 PM
> To: ganqixin <ganqixin@huawei.com>; qemu-devel@nongnu.org;
> qemu-trivial@nongnu.org
> Cc: Zhanghailiang <zhang.zhanghailiang@huawei.com>; laurent@vivier.eu;
> Chenqun (kuhn) <kuhn.chenqun@huawei.com>; philmd@redhat.com;
> Chetan Pant <chetan4windows@gmail.com>
> Subject: Re: [PATCH 0/3] Fix LGPL information in the file headers
> 
> On 10/11/2020 19.42, Gan Qixin wrote:
> > Hi all,
> > I saw some tasks to replace "LGPL version 2" with "LGPL version 2.1" in
> BiteSizedTasks. So I modified the file in the test folder that contains "LGPL
> version 2".
> 
> Thanks, but before you continue here ... there were already some patches for
> this recently on the list, look for the "Fix Lesser GPL version number"
> patch series from Chetan Pant ... I think some of them got merged already,
> but some are still pending...
> 
Thanks, I got it. I will try some other tasks :)

Gan Qixin