diff options
author | Gan Qixin <ganqixin@huawei.com> | 2020-11-11 02:42:22 +0800 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-11-15 17:04:40 +0100 |
commit | 6a2cd9570e1a9accf652c3d62ca87a2f6c9924ce (patch) | |
tree | 339ab0f645eeec76aa3e1509d2bd4d87f45e4d12 | |
parent | 3a645d364c898eba5439921f592b947c0717e531 (diff) | |
download | qemu-6a2cd9570e1a9accf652c3d62ca87a2f6c9924ce.zip qemu-6a2cd9570e1a9accf652c3d62ca87a2f6c9924ce.tar.gz qemu-6a2cd9570e1a9accf652c3d62ca87a2f6c9924ce.tar.bz2 |
tests/acceptance: Fix LGPL information in the file headers
There never was a "Lesser GPL version 2.0", It is either "GPL version 2.0"
or "Lesser GPL version 2.1". This patch replaces all "Lesser GPL version 2.0"
with "Lesser GPL version 2.1" in the tests/acceptance folder.
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
Message-Id: <20201110184223.549499-3-ganqixin@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | tests/acceptance/pc_cpu_hotplug_props.py | 2 | ||||
-rw-r--r-- | tests/acceptance/x86_cpu_model_versions.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/acceptance/pc_cpu_hotplug_props.py b/tests/acceptance/pc_cpu_hotplug_props.py index 08b7e63..e49bf33 100644 --- a/tests/acceptance/pc_cpu_hotplug_props.py +++ b/tests/acceptance/pc_cpu_hotplug_props.py @@ -9,7 +9,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later version. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/tests/acceptance/x86_cpu_model_versions.py b/tests/acceptance/x86_cpu_model_versions.py index 01ff614..2b7461b 100644 --- a/tests/acceptance/x86_cpu_model_versions.py +++ b/tests/acceptance/x86_cpu_model_versions.py @@ -9,7 +9,7 @@ # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later version. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of |