From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:33889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goTaL-0006QV-34 for qemu-devel@nongnu.org; Tue, 29 Jan 2019 08:37:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goTaJ-0006FI-Qm for qemu-devel@nongnu.org; Tue, 29 Jan 2019 08:37:53 -0500 From: Thomas Huth Date: Tue, 29 Jan 2019 14:37:47 +0100 Message-Id: <1548769067-20792-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH] target/s390x: Fix LGPL version in the file header comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, qemu-s390x@nongnu.org, cohuck@redhat.com It's either "GNU *Library* General Public License version 2" or "GNU Lesser General Public License version *2.1*", but there was no "version 2.0" of the "Lesser" license. So assume that version 2.1 is meant here. Signed-off-by: Thomas Huth --- target/s390x/cc_helper.c | 2 +- target/s390x/excp_helper.c | 2 +- target/s390x/fpu_helper.c | 2 +- target/s390x/gdbstub.c | 2 +- target/s390x/helper.c | 2 +- target/s390x/int_helper.c | 2 +- target/s390x/mem_helper.c | 2 +- target/s390x/misc_helper.c | 2 +- target/s390x/translate.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/target/s390x/cc_helper.c b/target/s390x/cc_helper.c index 5d91e45..307ad61 100644 --- a/target/s390x/cc_helper.c +++ b/target/s390x/cc_helper.c @@ -7,7 +7,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/target/s390x/excp_helper.c b/target/s390x/excp_helper.c index 2a33222..a758649 100644 --- a/target/s390x/excp_helper.c +++ b/target/s390x/excp_helper.c @@ -7,7 +7,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/target/s390x/fpu_helper.c b/target/s390x/fpu_helper.c index 1b662d2..e921172 100644 --- a/target/s390x/fpu_helper.c +++ b/target/s390x/fpu_helper.c @@ -7,7 +7,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/target/s390x/gdbstub.c b/target/s390x/gdbstub.c index b8c81da..df14759 100644 --- a/target/s390x/gdbstub.c +++ b/target/s390x/gdbstub.c @@ -7,7 +7,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/target/s390x/helper.c b/target/s390x/helper.c index 2546316..3d74836 100644 --- a/target/s390x/helper.c +++ b/target/s390x/helper.c @@ -7,7 +7,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/target/s390x/int_helper.c b/target/s390x/int_helper.c index abf77a9..abbbc20 100644 --- a/target/s390x/int_helper.c +++ b/target/s390x/int_helper.c @@ -7,7 +7,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/target/s390x/mem_helper.c b/target/s390x/mem_helper.c index 490c43e..a506d9e 100644 --- a/target/s390x/mem_helper.c +++ b/target/s390x/mem_helper.c @@ -7,7 +7,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/target/s390x/misc_helper.c b/target/s390x/misc_helper.c index 3f91579..52262f6 100644 --- a/target/s390x/misc_helper.c +++ b/target/s390x/misc_helper.c @@ -7,7 +7,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/target/s390x/translate.c b/target/s390x/translate.c index b5bd56b..6249c70 100644 --- a/target/s390x/translate.c +++ b/target/s390x/translate.c @@ -7,7 +7,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 -- 1.8.3.1