From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL 25/26] test: Fix LGPL information in the file headers
Date: Sun, 15 Nov 2020 17:26:12 +0100 [thread overview]
Message-ID: <20201115162613.74645-26-thuth@redhat.com> (raw)
In-Reply-To: <20201115162613.74645-1-thuth@redhat.com>
From: Gan Qixin <ganqixin@huawei.com>
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 test folder.
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
Message-Id: <20201110184223.549499-4-ganqixin@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/io-channel-helpers.c | 2 +-
tests/io-channel-helpers.h | 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 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/tests/io-channel-helpers.c b/tests/io-channel-helpers.c
index ab988ef4fe..ff156ed3c4 100644
--- a/tests/io-channel-helpers.c
+++ b/tests/io-channel-helpers.c
@@ -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
diff --git a/tests/io-channel-helpers.h b/tests/io-channel-helpers.h
index bb2de6fbb9..3d14043710 100644
--- a/tests/io-channel-helpers.h
+++ b/tests/io-channel-helpers.h
@@ -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
diff --git a/tests/test-base64.c b/tests/test-base64.c
index a7f722c459..3012d7be26 100644
--- a/tests/test-base64.c
+++ b/tests/test-base64.c
@@ -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
diff --git a/tests/test-bufferiszero.c b/tests/test-bufferiszero.c
index 42d194cadf..e45fd31804 100644
--- a/tests/test-bufferiszero.c
+++ b/tests/test-bufferiszero.c
@@ -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
diff --git a/tests/test-crypto-pbkdf.c b/tests/test-crypto-pbkdf.c
index 85ed1f9b33..c50fd639d2 100644
--- a/tests/test-crypto-pbkdf.c
+++ b/tests/test-crypto-pbkdf.c
@@ -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
diff --git a/tests/test-qgraph.c b/tests/test-qgraph.c
index 267291c6ed..ae2f7b2dd8 100644
--- a/tests/test-qgraph.c
+++ b/tests/test-qgraph.c
@@ -5,7 +5,7 @@
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
- * License version 2 as published by the Free Software Foundation.
+ * License version 2.1 as published by the Free Software Foundation.
*
* 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/test-uuid.c b/tests/test-uuid.c
index 22b4b0727d..c111de5fc1 100644
--- a/tests/test-uuid.c
+++ b/tests/test-uuid.c
@@ -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
--
2.18.4
next prev parent reply other threads:[~2020-11-15 16:37 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-15 16:25 [PULL 00/26] Fixes for Lesser GPL license statements Thomas Huth
2020-11-15 16:25 ` [PULL 01/26] semihosting: Fix Lesser GPL version number Thomas Huth
2020-11-15 16:25 ` [PULL 02/26] non-virt: " Thomas Huth
2020-11-15 16:25 ` [PULL 03/26] powerpc tcg: " Thomas Huth
2020-11-15 16:25 ` [PULL 04/26] cris tcg cpus: " Thomas Huth
2020-11-15 16:25 ` [PULL 05/26] microblaze " Thomas Huth
2020-11-15 16:25 ` [PULL 06/26] prep: " Thomas Huth
2020-11-15 16:25 ` [PULL 07/26] xtensa tcg cpus: " Thomas Huth
2020-11-15 16:25 ` [PULL 08/26] tricore " Thomas Huth
2020-11-15 16:25 ` [PULL 09/26] usb: " Thomas Huth
2020-11-15 16:25 ` [PULL 10/26] linux user: " Thomas Huth
2020-11-15 16:25 ` [PULL 11/26] x86 tcg cpus: " Thomas Huth
2020-11-15 16:25 ` [PULL 12/26] arm " Thomas Huth
2020-11-15 16:26 ` [PULL 13/26] parallel nor flash: " Thomas Huth
2020-11-15 16:26 ` [PULL 14/26] migration: " Thomas Huth
2020-11-15 16:26 ` [PULL 15/26] overall usermode...: " Thomas Huth
2020-11-15 16:26 ` [PULL 16/26] overall/alpha tcg cpus|hppa: " Thomas Huth
2020-11-15 16:26 ` [PULL 17/26] tpm: " Thomas Huth
2020-11-15 16:26 ` [PULL 18/26] w32: " Thomas Huth
2020-11-15 16:26 ` [PULL 19/26] nvdimm: " Thomas Huth
2020-11-15 16:26 ` [PULL 20/26] x86 hvf cpus: " Thomas Huth
2020-11-15 16:26 ` [PULL 21/26] e1000e: " Thomas Huth
2020-11-15 16:26 ` [PULL 22/26] sparc tcg cpus: " Thomas Huth
2020-11-15 16:26 ` [PULL 23/26] tests/migration: Fix LGPL information in the file headers Thomas Huth
2020-11-15 16:26 ` [PULL 24/26] tests/acceptance: " Thomas Huth
2020-11-15 16:26 ` Thomas Huth [this message]
2020-11-15 16:26 ` [PULL 26/26] nomaintainer: Fix Lesser GPL version number Thomas Huth
2020-11-15 16:48 ` [PULL 00/26] Fixes for Lesser GPL license statements no-reply
2020-11-16 18:10 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201115162613.74645-26-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).