From 3a645d364c898eba5439921f592b947c0717e531 Mon Sep 17 00:00:00 2001 From: Gan Qixin Date: Wed, 11 Nov 2020 02:42:21 +0800 Subject: tests/migration: 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/migration folder. Signed-off-by: Gan Qixin Message-Id: <20201110184223.549499-2-ganqixin@huawei.com> Signed-off-by: Thomas Huth --- tests/migration/guestperf/progress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/migration/guestperf/progress.py') diff --git a/tests/migration/guestperf/progress.py b/tests/migration/guestperf/progress.py index 46d2157..ab1ee57 100644 --- a/tests/migration/guestperf/progress.py +++ b/tests/migration/guestperf/progress.py @@ -6,7 +6,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 -- cgit v1.1