From bf1b52d19972e78e9e272daf1b7590e023e99717 Mon Sep 17 00:00:00 2001 From: Chetan Pant Date: Fri, 23 Oct 2020 12:16:48 +0000 Subject: [PATCH] cris 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. Signed-off-by: Chetan Pant Message-Id: <20201023121649.19123-1-chetan4windows@gmail.com> Reviewed-by: Thomas Huth Signed-off-by: Thomas Huth --- target/cris/cpu.h | 2 +- target/cris/crisv10-decode.h | 2 +- target/cris/crisv32-decode.h | 2 +- target/cris/gdbstub.c | 2 +- target/cris/helper.c | 2 +- target/cris/machine.c | 2 +- target/cris/mmu.c | 2 +- target/cris/op_helper.c | 2 +- target/cris/translate.c | 2 +- target/cris/translate_v10.c.inc | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/target/cris/cpu.h b/target/cris/cpu.h index 8f08d7628b2..d3b64929096 100644 --- a/target/cris/cpu.h +++ b/target/cris/cpu.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/target/cris/crisv10-decode.h b/target/cris/crisv10-decode.h index 028179bd0f0..9c531f36b42 100644 --- a/target/cris/crisv10-decode.h +++ b/target/cris/crisv10-decode.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/target/cris/crisv32-decode.h b/target/cris/crisv32-decode.h index cdc2f8cbe6a..fa0a7f0d63a 100644 --- a/target/cris/crisv32-decode.h +++ b/target/cris/crisv32-decode.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/target/cris/gdbstub.c b/target/cris/gdbstub.c index b01b2aa0811..2418d575b15 100644 --- a/target/cris/gdbstub.c +++ b/target/cris/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/cris/helper.c b/target/cris/helper.c index b5159b83577..ed45c3d9b70 100644 --- a/target/cris/helper.c +++ b/target/cris/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/cris/machine.c b/target/cris/machine.c index be38a89377a..f370f33486d 100644 --- a/target/cris/machine.c +++ b/target/cris/machine.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/cris/mmu.c b/target/cris/mmu.c index 2acbcfd1c7a..a279b7f1b60 100644 --- a/target/cris/mmu.c +++ b/target/cris/mmu.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/cris/op_helper.c b/target/cris/op_helper.c index 6b1e7ae4a8d..d55a18a213e 100644 --- a/target/cris/op_helper.c +++ b/target/cris/op_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/cris/translate.c b/target/cris/translate.c index c312e6f8a65..c893f877abf 100644 --- a/target/cris/translate.c +++ b/target/cris/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 diff --git a/target/cris/translate_v10.c.inc b/target/cris/translate_v10.c.inc index 7f38fd215ea..86d78a82aa4 100644 --- a/target/cris/translate_v10.c.inc +++ b/target/cris/translate_v10.c.inc @@ -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 -- 2.39.5