From 3e25486110012961c87f9a5a12759d16d16ced8b Mon Sep 17 00:00:00 2001 From: Chetan Pant Date: Tue, 2 Mar 2021 13:32:44 -0500 Subject: [PATCH] x86 tcg cpus: Fix Lesser GPL version number There is no "version 2" of the "Lesser" General Public License. It is either "GPL version 2.0" or "Lesser GPL version 2.1". This patch replaces all occurrences of "Lesser GPL version 2" with "Lesser GPL version 2.1" in comment section. Backport d9ff33ada7f32ca59f99b270a2d0eb223b3c9c8f --- qemu/target/i386/bpt_helper.c | 2 +- qemu/target/i386/cc_helper.c | 2 +- qemu/target/i386/cc_helper_template.h | 2 +- qemu/target/i386/cpu.c | 2 +- qemu/target/i386/cpu.h | 2 +- qemu/target/i386/excp_helper.c | 2 +- qemu/target/i386/fpu_helper.c | 2 +- qemu/target/i386/helper.c | 2 +- qemu/target/i386/int_helper.c | 2 +- qemu/target/i386/mem_helper.c | 2 +- qemu/target/i386/misc_helper.c | 2 +- qemu/target/i386/mpx_helper.c | 2 +- qemu/target/i386/ops_sse.h | 2 +- qemu/target/i386/ops_sse_header.h | 2 +- qemu/target/i386/seg_helper.c | 2 +- qemu/target/i386/shift_helper_template.h | 2 +- qemu/target/i386/smm_helper.c | 2 +- qemu/target/i386/svm_helper.c | 2 +- qemu/target/i386/translate.c | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/qemu/target/i386/bpt_helper.c b/qemu/target/i386/bpt_helper.c index 5d369578..4669bb23 100644 --- a/qemu/target/i386/bpt_helper.c +++ b/qemu/target/i386/bpt_helper.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/qemu/target/i386/cc_helper.c b/qemu/target/i386/cc_helper.c index 159dda46..613a98f6 100644 --- a/qemu/target/i386/cc_helper.c +++ b/qemu/target/i386/cc_helper.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/qemu/target/i386/cc_helper_template.h b/qemu/target/i386/cc_helper_template.h index dc34d0d4..9ece6b64 100644 --- a/qemu/target/i386/cc_helper_template.h +++ b/qemu/target/i386/cc_helper_template.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/qemu/target/i386/cpu.c b/qemu/target/i386/cpu.c index 5042c7f5..51da6a0c 100644 --- a/qemu/target/i386/cpu.c +++ b/qemu/target/i386/cpu.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/qemu/target/i386/cpu.h b/qemu/target/i386/cpu.h index fc1a4dd7..1d7f2b86 100644 --- a/qemu/target/i386/cpu.h +++ b/qemu/target/i386/cpu.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/qemu/target/i386/excp_helper.c b/qemu/target/i386/excp_helper.c index 673dd027..c85b0f36 100644 --- a/qemu/target/i386/excp_helper.c +++ b/qemu/target/i386/excp_helper.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/qemu/target/i386/fpu_helper.c b/qemu/target/i386/fpu_helper.c index f8181b4e..013cff6f 100644 --- a/qemu/target/i386/fpu_helper.c +++ b/qemu/target/i386/fpu_helper.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/qemu/target/i386/helper.c b/qemu/target/i386/helper.c index 335881c1..4ab3d7cb 100644 --- a/qemu/target/i386/helper.c +++ b/qemu/target/i386/helper.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/qemu/target/i386/int_helper.c b/qemu/target/i386/int_helper.c index cfa039d0..007b1455 100644 --- a/qemu/target/i386/int_helper.c +++ b/qemu/target/i386/int_helper.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/qemu/target/i386/mem_helper.c b/qemu/target/i386/mem_helper.c index 65ddb995..e7367207 100644 --- a/qemu/target/i386/mem_helper.c +++ b/qemu/target/i386/mem_helper.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/qemu/target/i386/misc_helper.c b/qemu/target/i386/misc_helper.c index c6ce439e..f054cc3e 100644 --- a/qemu/target/i386/misc_helper.c +++ b/qemu/target/i386/misc_helper.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/qemu/target/i386/mpx_helper.c b/qemu/target/i386/mpx_helper.c index 621fe24f..3a41075e 100644 --- a/qemu/target/i386/mpx_helper.c +++ b/qemu/target/i386/mpx_helper.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/qemu/target/i386/ops_sse.h b/qemu/target/i386/ops_sse.h index 86c90b6c..637aa7c5 100644 --- a/qemu/target/i386/ops_sse.h +++ b/qemu/target/i386/ops_sse.h @@ -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/qemu/target/i386/ops_sse_header.h b/qemu/target/i386/ops_sse_header.h index 094aafc5..6c0c8493 100644 --- a/qemu/target/i386/ops_sse_header.h +++ b/qemu/target/i386/ops_sse_header.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/qemu/target/i386/seg_helper.c b/qemu/target/i386/seg_helper.c index 154b7814..ce7d4f82 100644 --- a/qemu/target/i386/seg_helper.c +++ b/qemu/target/i386/seg_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/qemu/target/i386/shift_helper_template.h b/qemu/target/i386/shift_helper_template.h index 9e646d74..541dda28 100644 --- a/qemu/target/i386/shift_helper_template.h +++ b/qemu/target/i386/shift_helper_template.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/qemu/target/i386/smm_helper.c b/qemu/target/i386/smm_helper.c index 541368cb..cb8ac65e 100644 --- a/qemu/target/i386/smm_helper.c +++ b/qemu/target/i386/smm_helper.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/qemu/target/i386/svm_helper.c b/qemu/target/i386/svm_helper.c index 906e1135..d5a4caa1 100644 --- a/qemu/target/i386/svm_helper.c +++ b/qemu/target/i386/svm_helper.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/qemu/target/i386/translate.c b/qemu/target/i386/translate.c index 353dd84f..390905bb 100644 --- a/qemu/target/i386/translate.c +++ b/qemu/target/i386/translate.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