diff mbox series

[8/30] powerpc tcg: Fix Lesser GPL version number

Message ID 20201019061126.3102-1-chetan4windows@gmail.com
State Accepted
Commit 6bd039cdbee2378ae1dff1d8b735466e9473f7f6
Headers show
Series None | expand

Commit Message

Chetan Oct. 19, 2020, 6:11 a.m. UTC
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 <chetan4windows@gmail.com>
---
 hw/ppc/ppce500_spin.c           | 2 +-
 target/ppc/compat.c             | 2 +-
 target/ppc/cpu-models.c         | 2 +-
 target/ppc/cpu-models.h         | 2 +-
 target/ppc/cpu.c                | 2 +-
 target/ppc/cpu.h                | 2 +-
 target/ppc/dfp_helper.c         | 2 +-
 target/ppc/excp_helper.c        | 2 +-
 target/ppc/fpu_helper.c         | 2 +-
 target/ppc/gdbstub.c            | 2 +-
 target/ppc/helper_regs.h        | 2 +-
 target/ppc/int_helper.c         | 2 +-
 target/ppc/internal.h           | 2 +-
 target/ppc/mem_helper.c         | 2 +-
 target/ppc/misc_helper.c        | 2 +-
 target/ppc/mmu-book3s-v3.c      | 2 +-
 target/ppc/mmu-book3s-v3.h      | 2 +-
 target/ppc/mmu-hash32.c         | 2 +-
 target/ppc/mmu-hash64.c         | 2 +-
 target/ppc/mmu-radix64.c        | 2 +-
 target/ppc/mmu_helper.c         | 2 +-
 target/ppc/timebase_helper.c    | 2 +-
 target/ppc/translate.c          | 2 +-
 target/ppc/translate_init.c.inc | 2 +-
 target/ppc/user_only_helper.c   | 2 +-
 25 files changed, 25 insertions(+), 25 deletions(-)

Comments

Daniel P. Berrangé Oct. 19, 2020, 10:43 a.m. UTC | #1
This subject line says 8/30, but I've never received patches
9->30, and I don't see them in the mailing list archive
either...

On Mon, Oct 19, 2020 at 06:11:26AM +0000, Chetan Pant wrote:
> 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 <chetan4windows@gmail.com>

> ---

>  hw/ppc/ppce500_spin.c           | 2 +-

>  target/ppc/compat.c             | 2 +-

>  target/ppc/cpu-models.c         | 2 +-

>  target/ppc/cpu-models.h         | 2 +-

>  target/ppc/cpu.c                | 2 +-

>  target/ppc/cpu.h                | 2 +-

>  target/ppc/dfp_helper.c         | 2 +-

>  target/ppc/excp_helper.c        | 2 +-

>  target/ppc/fpu_helper.c         | 2 +-

>  target/ppc/gdbstub.c            | 2 +-

>  target/ppc/helper_regs.h        | 2 +-

>  target/ppc/int_helper.c         | 2 +-

>  target/ppc/internal.h           | 2 +-

>  target/ppc/mem_helper.c         | 2 +-

>  target/ppc/misc_helper.c        | 2 +-

>  target/ppc/mmu-book3s-v3.c      | 2 +-

>  target/ppc/mmu-book3s-v3.h      | 2 +-

>  target/ppc/mmu-hash32.c         | 2 +-

>  target/ppc/mmu-hash64.c         | 2 +-

>  target/ppc/mmu-radix64.c        | 2 +-

>  target/ppc/mmu_helper.c         | 2 +-

>  target/ppc/timebase_helper.c    | 2 +-

>  target/ppc/translate.c          | 2 +-

>  target/ppc/translate_init.c.inc | 2 +-

>  target/ppc/user_only_helper.c   | 2 +-

>  25 files changed, 25 insertions(+), 25 deletions(-)

> 

> diff --git a/hw/ppc/ppce500_spin.c b/hw/ppc/ppce500_spin.c

> index 25c9ce7..d57b199 100644

> --- a/hw/ppc/ppce500_spin.c

> +++ b/hw/ppc/ppce500_spin.c

> @@ -8,7 +8,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/ppc/compat.c b/target/ppc/compat.c

> index 08aede8..dd56025 100644

> --- a/target/ppc/compat.c

> +++ b/target/ppc/compat.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/target/ppc/cpu-models.c b/target/ppc/cpu-models.c

> index 4ad1686..87e4228 100644

> --- a/target/ppc/cpu-models.c

> +++ b/target/ppc/cpu-models.c

> @@ -8,7 +8,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/ppc/cpu-models.h b/target/ppc/cpu-models.h

> index ce750b2..fc5e217 100644

> --- a/target/ppc/cpu-models.h

> +++ b/target/ppc/cpu-models.h

> @@ -8,7 +8,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/ppc/cpu.c b/target/ppc/cpu.c

> index 2801166..e501a7f 100644

> --- a/target/ppc/cpu.c

> +++ b/target/ppc/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/target/ppc/cpu.h b/target/ppc/cpu.h

> index 766e9c5..9e108ed 100644

> --- a/target/ppc/cpu.h

> +++ b/target/ppc/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/target/ppc/dfp_helper.c b/target/ppc/dfp_helper.c

> index 2c65bad..07341a6 100644

> --- a/target/ppc/dfp_helper.c

> +++ b/target/ppc/dfp_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/target/ppc/excp_helper.c b/target/ppc/excp_helper.c

> index a988ba1..8429bf6 100644

> --- a/target/ppc/excp_helper.c

> +++ b/target/ppc/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/target/ppc/fpu_helper.c b/target/ppc/fpu_helper.c

> index ae43b08..ccc155a 100644

> --- a/target/ppc/fpu_helper.c

> +++ b/target/ppc/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/target/ppc/gdbstub.c b/target/ppc/gdbstub.c

> index 5c11c88..01459dd 100644

> --- a/target/ppc/gdbstub.c

> +++ b/target/ppc/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/ppc/helper_regs.h b/target/ppc/helper_regs.h

> index d78c2af..efcc903 100644

> --- a/target/ppc/helper_regs.h

> +++ b/target/ppc/helper_regs.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/target/ppc/int_helper.c b/target/ppc/int_helper.c

> index b45626f..0b682a1 100644

> --- a/target/ppc/int_helper.c

> +++ b/target/ppc/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/target/ppc/internal.h b/target/ppc/internal.h

> index 15d655b..6104940 100644

> --- a/target/ppc/internal.h

> +++ b/target/ppc/internal.h

> @@ -4,7 +4,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/ppc/mem_helper.c b/target/ppc/mem_helper.c

> index 98f5895..f4f7e73 100644

> --- a/target/ppc/mem_helper.c

> +++ b/target/ppc/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/target/ppc/misc_helper.c b/target/ppc/misc_helper.c

> index e43a3b4..5d6e0de 100644

> --- a/target/ppc/misc_helper.c

> +++ b/target/ppc/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/target/ppc/mmu-book3s-v3.c b/target/ppc/mmu-book3s-v3.c

> index 32b8c16..c78fd8d 100644

> --- a/target/ppc/mmu-book3s-v3.c

> +++ b/target/ppc/mmu-book3s-v3.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/target/ppc/mmu-book3s-v3.h b/target/ppc/mmu-book3s-v3.h

> index 0f3c9d0..7b89be5 100644

> --- a/target/ppc/mmu-book3s-v3.h

> +++ b/target/ppc/mmu-book3s-v3.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/target/ppc/mmu-hash32.c b/target/ppc/mmu-hash32.c

> index 55cf156..178cf09 100644

> --- a/target/ppc/mmu-hash32.c

> +++ b/target/ppc/mmu-hash32.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/ppc/mmu-hash64.c b/target/ppc/mmu-hash64.c

> index c31d21e..46061e9 100644

> --- a/target/ppc/mmu-hash64.c

> +++ b/target/ppc/mmu-hash64.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/ppc/mmu-radix64.c b/target/ppc/mmu-radix64.c

> index c60bf31..30fcfcf 100644

> --- a/target/ppc/mmu-radix64.c

> +++ b/target/ppc/mmu-radix64.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/target/ppc/mmu_helper.c b/target/ppc/mmu_helper.c

> index 8972714..ed74144 100644

> --- a/target/ppc/mmu_helper.c

> +++ b/target/ppc/mmu_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/target/ppc/timebase_helper.c b/target/ppc/timebase_helper.c

> index d16360a..8ff4080 100644

> --- a/target/ppc/timebase_helper.c

> +++ b/target/ppc/timebase_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/target/ppc/translate.c b/target/ppc/translate.c

> index fedb9b2..54cac0e 100644

> --- a/target/ppc/translate.c

> +++ b/target/ppc/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/ppc/translate_init.c.inc b/target/ppc/translate_init.c.inc

> index bb66526..c765803 100644

> --- a/target/ppc/translate_init.c.inc

> +++ b/target/ppc/translate_init.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

> diff --git a/target/ppc/user_only_helper.c b/target/ppc/user_only_helper.c

> index 683c033..aa3f867 100644

> --- a/target/ppc/user_only_helper.c

> +++ b/target/ppc/user_only_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

> -- 

> 2.17.1

> 

> 


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|
Thomas Huth Oct. 19, 2020, 12:35 p.m. UTC | #2
On 19/10/2020 08.11, Chetan Pant wrote:
> 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 <chetan4windows@gmail.com>

> ---

>  hw/ppc/ppce500_spin.c           | 2 +-

>  target/ppc/compat.c             | 2 +-

>  target/ppc/cpu-models.c         | 2 +-

>  target/ppc/cpu-models.h         | 2 +-

>  target/ppc/cpu.c                | 2 +-

>  target/ppc/cpu.h                | 2 +-

>  target/ppc/dfp_helper.c         | 2 +-

>  target/ppc/excp_helper.c        | 2 +-

>  target/ppc/fpu_helper.c         | 2 +-

>  target/ppc/gdbstub.c            | 2 +-

>  target/ppc/helper_regs.h        | 2 +-

>  target/ppc/int_helper.c         | 2 +-

>  target/ppc/internal.h           | 2 +-

>  target/ppc/mem_helper.c         | 2 +-

>  target/ppc/misc_helper.c        | 2 +-

>  target/ppc/mmu-book3s-v3.c      | 2 +-

>  target/ppc/mmu-book3s-v3.h      | 2 +-

>  target/ppc/mmu-hash32.c         | 2 +-

>  target/ppc/mmu-hash64.c         | 2 +-

>  target/ppc/mmu-radix64.c        | 2 +-

>  target/ppc/mmu_helper.c         | 2 +-

>  target/ppc/timebase_helper.c    | 2 +-

>  target/ppc/translate.c          | 2 +-

>  target/ppc/translate_init.c.inc | 2 +-

>  target/ppc/user_only_helper.c   | 2 +-

>  25 files changed, 25 insertions(+), 25 deletions(-)

> 

> diff --git a/hw/ppc/ppce500_spin.c b/hw/ppc/ppce500_spin.c

> index 25c9ce7..d57b199 100644

> --- a/hw/ppc/ppce500_spin.c

> +++ b/hw/ppc/ppce500_spin.c

> @@ -8,7 +8,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

[...]

Reviewed-by: Thomas Huth <thuth@redhat.com>
Chetan Oct. 19, 2020, 1:58 p.m. UTC | #3
Hello,

On Mon, Oct 19, 2020 at 4:13 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:

>This subject line says 8/30, but I've never received patches

>9->30, and I don't see them in the mailing list archive

>either...


I'm working on the rest of the patches and will be pushing them before the
end of this week.
Please let me know if it's not the right way and if I should send the
remaining patches in one go.

Regards,
Chetan P.

On Mon, Oct 19, 2020 at 4:13 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:

> This subject line says 8/30, but I've never received patches

> 9->30, and I don't see them in the mailing list archive

> either...

>

> On Mon, Oct 19, 2020 at 06:11:26AM +0000, Chetan Pant wrote:

> > 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 <chetan4windows@gmail.com>

> > ---

> >  hw/ppc/ppce500_spin.c           | 2 +-

> >  target/ppc/compat.c             | 2 +-

> >  target/ppc/cpu-models.c         | 2 +-

> >  target/ppc/cpu-models.h         | 2 +-

> >  target/ppc/cpu.c                | 2 +-

> >  target/ppc/cpu.h                | 2 +-

> >  target/ppc/dfp_helper.c         | 2 +-

> >  target/ppc/excp_helper.c        | 2 +-

> >  target/ppc/fpu_helper.c         | 2 +-

> >  target/ppc/gdbstub.c            | 2 +-

> >  target/ppc/helper_regs.h        | 2 +-

> >  target/ppc/int_helper.c         | 2 +-

> >  target/ppc/internal.h           | 2 +-

> >  target/ppc/mem_helper.c         | 2 +-

> >  target/ppc/misc_helper.c        | 2 +-

> >  target/ppc/mmu-book3s-v3.c      | 2 +-

> >  target/ppc/mmu-book3s-v3.h      | 2 +-

> >  target/ppc/mmu-hash32.c         | 2 +-

> >  target/ppc/mmu-hash64.c         | 2 +-

> >  target/ppc/mmu-radix64.c        | 2 +-

> >  target/ppc/mmu_helper.c         | 2 +-

> >  target/ppc/timebase_helper.c    | 2 +-

> >  target/ppc/translate.c          | 2 +-

> >  target/ppc/translate_init.c.inc | 2 +-

> >  target/ppc/user_only_helper.c   | 2 +-

> >  25 files changed, 25 insertions(+), 25 deletions(-)

> >

> > diff --git a/hw/ppc/ppce500_spin.c b/hw/ppc/ppce500_spin.c

> > index 25c9ce7..d57b199 100644

> > --- a/hw/ppc/ppce500_spin.c

> > +++ b/hw/ppc/ppce500_spin.c

> > @@ -8,7 +8,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/ppc/compat.c b/target/ppc/compat.c

> > index 08aede8..dd56025 100644

> > --- a/target/ppc/compat.c

> > +++ b/target/ppc/compat.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/target/ppc/cpu-models.c b/target/ppc/cpu-models.c

> > index 4ad1686..87e4228 100644

> > --- a/target/ppc/cpu-models.c

> > +++ b/target/ppc/cpu-models.c

> > @@ -8,7 +8,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/ppc/cpu-models.h b/target/ppc/cpu-models.h

> > index ce750b2..fc5e217 100644

> > --- a/target/ppc/cpu-models.h

> > +++ b/target/ppc/cpu-models.h

> > @@ -8,7 +8,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/ppc/cpu.c b/target/ppc/cpu.c

> > index 2801166..e501a7f 100644

> > --- a/target/ppc/cpu.c

> > +++ b/target/ppc/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/target/ppc/cpu.h b/target/ppc/cpu.h

> > index 766e9c5..9e108ed 100644

> > --- a/target/ppc/cpu.h

> > +++ b/target/ppc/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/target/ppc/dfp_helper.c b/target/ppc/dfp_helper.c

> > index 2c65bad..07341a6 100644

> > --- a/target/ppc/dfp_helper.c

> > +++ b/target/ppc/dfp_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/target/ppc/excp_helper.c b/target/ppc/excp_helper.c

> > index a988ba1..8429bf6 100644

> > --- a/target/ppc/excp_helper.c

> > +++ b/target/ppc/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/target/ppc/fpu_helper.c b/target/ppc/fpu_helper.c

> > index ae43b08..ccc155a 100644

> > --- a/target/ppc/fpu_helper.c

> > +++ b/target/ppc/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/target/ppc/gdbstub.c b/target/ppc/gdbstub.c

> > index 5c11c88..01459dd 100644

> > --- a/target/ppc/gdbstub.c

> > +++ b/target/ppc/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/ppc/helper_regs.h b/target/ppc/helper_regs.h

> > index d78c2af..efcc903 100644

> > --- a/target/ppc/helper_regs.h

> > +++ b/target/ppc/helper_regs.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/target/ppc/int_helper.c b/target/ppc/int_helper.c

> > index b45626f..0b682a1 100644

> > --- a/target/ppc/int_helper.c

> > +++ b/target/ppc/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/target/ppc/internal.h b/target/ppc/internal.h

> > index 15d655b..6104940 100644

> > --- a/target/ppc/internal.h

> > +++ b/target/ppc/internal.h

> > @@ -4,7 +4,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/ppc/mem_helper.c b/target/ppc/mem_helper.c

> > index 98f5895..f4f7e73 100644

> > --- a/target/ppc/mem_helper.c

> > +++ b/target/ppc/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/target/ppc/misc_helper.c b/target/ppc/misc_helper.c

> > index e43a3b4..5d6e0de 100644

> > --- a/target/ppc/misc_helper.c

> > +++ b/target/ppc/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/target/ppc/mmu-book3s-v3.c b/target/ppc/mmu-book3s-v3.c

> > index 32b8c16..c78fd8d 100644

> > --- a/target/ppc/mmu-book3s-v3.c

> > +++ b/target/ppc/mmu-book3s-v3.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/target/ppc/mmu-book3s-v3.h b/target/ppc/mmu-book3s-v3.h

> > index 0f3c9d0..7b89be5 100644

> > --- a/target/ppc/mmu-book3s-v3.h

> > +++ b/target/ppc/mmu-book3s-v3.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/target/ppc/mmu-hash32.c b/target/ppc/mmu-hash32.c

> > index 55cf156..178cf09 100644

> > --- a/target/ppc/mmu-hash32.c

> > +++ b/target/ppc/mmu-hash32.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/ppc/mmu-hash64.c b/target/ppc/mmu-hash64.c

> > index c31d21e..46061e9 100644

> > --- a/target/ppc/mmu-hash64.c

> > +++ b/target/ppc/mmu-hash64.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/ppc/mmu-radix64.c b/target/ppc/mmu-radix64.c

> > index c60bf31..30fcfcf 100644

> > --- a/target/ppc/mmu-radix64.c

> > +++ b/target/ppc/mmu-radix64.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/target/ppc/mmu_helper.c b/target/ppc/mmu_helper.c

> > index 8972714..ed74144 100644

> > --- a/target/ppc/mmu_helper.c

> > +++ b/target/ppc/mmu_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/target/ppc/timebase_helper.c b/target/ppc/timebase_helper.c

> > index d16360a..8ff4080 100644

> > --- a/target/ppc/timebase_helper.c

> > +++ b/target/ppc/timebase_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/target/ppc/translate.c b/target/ppc/translate.c

> > index fedb9b2..54cac0e 100644

> > --- a/target/ppc/translate.c

> > +++ b/target/ppc/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/ppc/translate_init.c.inc

> b/target/ppc/translate_init.c.inc

> > index bb66526..c765803 100644

> > --- a/target/ppc/translate_init.c.inc

> > +++ b/target/ppc/translate_init.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

> > diff --git a/target/ppc/user_only_helper.c

> b/target/ppc/user_only_helper.c

> > index 683c033..aa3f867 100644

> > --- a/target/ppc/user_only_helper.c

> > +++ b/target/ppc/user_only_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

> > --

> > 2.17.1

> >

> >

>

> Regards,

> Daniel

> --

> |: https://berrange.com      -o-

> https://www.flickr.com/photos/dberrange :|

> |: https://libvirt.org         -o-

> https://fstop138.berrange.com :|

> |: https://entangle-photo.org    -o-

> https://www.instagram.com/dberrange :|

>

>
<div dir="ltr"><div>Hello,</div><div><br>
</div><div dir="ltr">On Mon, Oct 19, 2020 at 4:13 PM Daniel P. Berrangé &lt;<a href="mailto:berrange@redhat.com">berrange@redhat.com</a>&gt; wrote: <br></div><div dir="ltr"><br></div><div dir="ltr">
&gt;This subject line says 8/30, but I&#39;ve never received patches<br>
&gt;9-&gt;30, and I don&#39;t see them in the mailing list archive<br>
&gt;either...

</div><div dir="ltr"><br></div><div>I&#39;m working on the rest of the patches and will be pushing them before the end of this week.</div><div>Please let me know if it&#39;s not the right way and if I should send the remaining patches in one go.<br></div><div dir="ltr"><br></div><div>Regards,</div><div>Chetan P.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 19, 2020 at 4:13 PM Daniel P. Berrangé &lt;<a href="mailto:berrange@redhat.com">berrange@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This subject line says 8/30, but I&#39;ve never received patches<br>
9-&gt;30, and I don&#39;t see them in the mailing list archive<br>
either...<br>
<br>
On Mon, Oct 19, 2020 at 06:11:26AM +0000, Chetan Pant wrote:<br>
&gt; There is no &quot;version 2&quot; of the &quot;Lesser&quot; General Public License.<br>
&gt; It is either &quot;GPL version 2.0&quot; or &quot;Lesser GPL version 2.1&quot;.<br>
&gt; This patch replaces all occurrences of &quot;Lesser GPL version 2&quot; with<br>
&gt; &quot;Lesser GPL version 2.1&quot; in comment section.<br>
&gt; <br>
&gt; Signed-off-by: Chetan Pant &lt;<a href="mailto:chetan4windows@gmail.com" target="_blank">chetan4windows@gmail.com</a>&gt;<br>
&gt; ---<br>
&gt;  hw/ppc/ppce500_spin.c           | 2 +-<br>
&gt;  target/ppc/compat.c             | 2 +-<br>
&gt;  target/ppc/cpu-models.c         | 2 +-<br>
&gt;  target/ppc/cpu-models.h         | 2 +-<br>
&gt;  target/ppc/cpu.c                | 2 +-<br>
&gt;  target/ppc/cpu.h                | 2 +-<br>
&gt;  target/ppc/dfp_helper.c         | 2 +-<br>
&gt;  target/ppc/excp_helper.c        | 2 +-<br>
&gt;  target/ppc/fpu_helper.c         | 2 +-<br>
&gt;  target/ppc/gdbstub.c            | 2 +-<br>
&gt;  target/ppc/helper_regs.h        | 2 +-<br>
&gt;  target/ppc/int_helper.c         | 2 +-<br>
&gt;  target/ppc/internal.h           | 2 +-<br>
&gt;  target/ppc/mem_helper.c         | 2 +-<br>
&gt;  target/ppc/misc_helper.c        | 2 +-<br>
&gt;  target/ppc/mmu-book3s-v3.c      | 2 +-<br>
&gt;  target/ppc/mmu-book3s-v3.h      | 2 +-<br>
&gt;  target/ppc/mmu-hash32.c         | 2 +-<br>
&gt;  target/ppc/mmu-hash64.c         | 2 +-<br>
&gt;  target/ppc/mmu-radix64.c        | 2 +-<br>
&gt;  target/ppc/mmu_helper.c         | 2 +-<br>
&gt;  target/ppc/timebase_helper.c    | 2 +-<br>
&gt;  target/ppc/translate.c          | 2 +-<br>
&gt;  target/ppc/translate_init.c.inc | 2 +-<br>
&gt;  target/ppc/user_only_helper.c   | 2 +-<br>
&gt;  25 files changed, 25 insertions(+), 25 deletions(-)<br>
&gt; <br>
&gt; diff --git a/hw/ppc/ppce500_spin.c b/hw/ppc/ppce500_spin.c<br>
&gt; index 25c9ce7..d57b199 100644<br>
&gt; --- a/hw/ppc/ppce500_spin.c<br>
&gt; +++ b/hw/ppc/ppce500_spin.c<br>
&gt; @@ -8,7 +8,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/compat.c b/target/ppc/compat.c<br>
&gt; index 08aede8..dd56025 100644<br>
&gt; --- a/target/ppc/compat.c<br>
&gt; +++ b/target/ppc/compat.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/cpu-models.c b/target/ppc/cpu-models.c<br>
&gt; index 4ad1686..87e4228 100644<br>
&gt; --- a/target/ppc/cpu-models.c<br>
&gt; +++ b/target/ppc/cpu-models.c<br>
&gt; @@ -8,7 +8,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/cpu-models.h b/target/ppc/cpu-models.h<br>
&gt; index ce750b2..fc5e217 100644<br>
&gt; --- a/target/ppc/cpu-models.h<br>
&gt; +++ b/target/ppc/cpu-models.h<br>
&gt; @@ -8,7 +8,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/cpu.c b/target/ppc/cpu.c<br>
&gt; index 2801166..e501a7f 100644<br>
&gt; --- a/target/ppc/cpu.c<br>
&gt; +++ b/target/ppc/cpu.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h<br>
&gt; index 766e9c5..9e108ed 100644<br>
&gt; --- a/target/ppc/cpu.h<br>
&gt; +++ b/target/ppc/cpu.h<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/dfp_helper.c b/target/ppc/dfp_helper.c<br>
&gt; index 2c65bad..07341a6 100644<br>
&gt; --- a/target/ppc/dfp_helper.c<br>
&gt; +++ b/target/ppc/dfp_helper.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c<br>
&gt; index a988ba1..8429bf6 100644<br>
&gt; --- a/target/ppc/excp_helper.c<br>
&gt; +++ b/target/ppc/excp_helper.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/fpu_helper.c b/target/ppc/fpu_helper.c<br>
&gt; index ae43b08..ccc155a 100644<br>
&gt; --- a/target/ppc/fpu_helper.c<br>
&gt; +++ b/target/ppc/fpu_helper.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/gdbstub.c b/target/ppc/gdbstub.c<br>
&gt; index 5c11c88..01459dd 100644<br>
&gt; --- a/target/ppc/gdbstub.c<br>
&gt; +++ b/target/ppc/gdbstub.c<br>
&gt; @@ -7,7 +7,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/helper_regs.h b/target/ppc/helper_regs.h<br>
&gt; index d78c2af..efcc903 100644<br>
&gt; --- a/target/ppc/helper_regs.h<br>
&gt; +++ b/target/ppc/helper_regs.h<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/int_helper.c b/target/ppc/int_helper.c<br>
&gt; index b45626f..0b682a1 100644<br>
&gt; --- a/target/ppc/int_helper.c<br>
&gt; +++ b/target/ppc/int_helper.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/internal.h b/target/ppc/internal.h<br>
&gt; index 15d655b..6104940 100644<br>
&gt; --- a/target/ppc/internal.h<br>
&gt; +++ b/target/ppc/internal.h<br>
&gt; @@ -4,7 +4,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/mem_helper.c b/target/ppc/mem_helper.c<br>
&gt; index 98f5895..f4f7e73 100644<br>
&gt; --- a/target/ppc/mem_helper.c<br>
&gt; +++ b/target/ppc/mem_helper.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/misc_helper.c b/target/ppc/misc_helper.c<br>
&gt; index e43a3b4..5d6e0de 100644<br>
&gt; --- a/target/ppc/misc_helper.c<br>
&gt; +++ b/target/ppc/misc_helper.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/mmu-book3s-v3.c b/target/ppc/mmu-book3s-v3.c<br>
&gt; index 32b8c16..c78fd8d 100644<br>
&gt; --- a/target/ppc/mmu-book3s-v3.c<br>
&gt; +++ b/target/ppc/mmu-book3s-v3.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/mmu-book3s-v3.h b/target/ppc/mmu-book3s-v3.h<br>
&gt; index 0f3c9d0..7b89be5 100644<br>
&gt; --- a/target/ppc/mmu-book3s-v3.h<br>
&gt; +++ b/target/ppc/mmu-book3s-v3.h<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/mmu-hash32.c b/target/ppc/mmu-hash32.c<br>
&gt; index 55cf156..178cf09 100644<br>
&gt; --- a/target/ppc/mmu-hash32.c<br>
&gt; +++ b/target/ppc/mmu-hash32.c<br>
&gt; @@ -7,7 +7,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/mmu-hash64.c b/target/ppc/mmu-hash64.c<br>
&gt; index c31d21e..46061e9 100644<br>
&gt; --- a/target/ppc/mmu-hash64.c<br>
&gt; +++ b/target/ppc/mmu-hash64.c<br>
&gt; @@ -7,7 +7,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/mmu-radix64.c b/target/ppc/mmu-radix64.c<br>
&gt; index c60bf31..30fcfcf 100644<br>
&gt; --- a/target/ppc/mmu-radix64.c<br>
&gt; +++ b/target/ppc/mmu-radix64.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/mmu_helper.c b/target/ppc/mmu_helper.c<br>
&gt; index 8972714..ed74144 100644<br>
&gt; --- a/target/ppc/mmu_helper.c<br>
&gt; +++ b/target/ppc/mmu_helper.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/timebase_helper.c b/target/ppc/timebase_helper.c<br>
&gt; index d16360a..8ff4080 100644<br>
&gt; --- a/target/ppc/timebase_helper.c<br>
&gt; +++ b/target/ppc/timebase_helper.c<br>
&gt; @@ -6,7 +6,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/translate.c b/target/ppc/translate.c<br>
&gt; index fedb9b2..54cac0e 100644<br>
&gt; --- a/target/ppc/translate.c<br>
&gt; +++ b/target/ppc/translate.c<br>
&gt; @@ -7,7 +7,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/translate_init.c.inc b/target/ppc/translate_init.c.inc<br>
&gt; index bb66526..c765803 100644<br>
&gt; --- a/target/ppc/translate_init.c.inc<br>
&gt; +++ b/target/ppc/translate_init.c.inc<br>
&gt; @@ -7,7 +7,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; diff --git a/target/ppc/user_only_helper.c b/target/ppc/user_only_helper.c<br>
&gt; index 683c033..aa3f867 100644<br>
&gt; --- a/target/ppc/user_only_helper.c<br>
&gt; +++ b/target/ppc/user_only_helper.c<br>
&gt; @@ -7,7 +7,7 @@<br>
&gt;   * This library is free software; you can redistribute it and/or<br>
&gt;   * modify it under the terms of the GNU Lesser General Public<br>
&gt;   * License as published by the Free Software Foundation; either<br>
&gt; - * version 2 of the License, or (at your option) any later version.<br>
&gt; + * version 2.1 of the License, or (at your option) any later version.<br>
&gt;   *<br>
&gt;   * This library is distributed in the hope that it will be useful,<br>
&gt;   * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
&gt; -- <br>
&gt; 2.17.1<br>
&gt; <br>
&gt; <br>
<br>
Regards,<br>
Daniel<br>
-- <br>
|: <a href="https://berrange.com" rel="noreferrer" target="_blank">https://berrange.com</a>      -o-    <a href="https://www.flickr.com/photos/dberrange" rel="noreferrer" target="_blank">https://www.flickr.com/photos/dberrange</a> :|<br>
|: <a href="https://libvirt.org" rel="noreferrer" target="_blank">https://libvirt.org</a>         -o-            <a href="https://fstop138.berrange.com" rel="noreferrer" target="_blank">https://fstop138.berrange.com</a> :|<br>
|: <a href="https://entangle-photo.org" rel="noreferrer" target="_blank">https://entangle-photo.org</a>    -o-    <a href="https://www.instagram.com/dberrange" rel="noreferrer" target="_blank">https://www.instagram.com/dberrange</a> :|<br>
<br>
</blockquote></div></div>
diff mbox series

Patch

diff --git a/hw/ppc/ppce500_spin.c b/hw/ppc/ppce500_spin.c
index 25c9ce7..d57b199 100644
--- a/hw/ppc/ppce500_spin.c
+++ b/hw/ppc/ppce500_spin.c
@@ -8,7 +8,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/ppc/compat.c b/target/ppc/compat.c
index 08aede8..dd56025 100644
--- a/target/ppc/compat.c
+++ b/target/ppc/compat.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/target/ppc/cpu-models.c b/target/ppc/cpu-models.c
index 4ad1686..87e4228 100644
--- a/target/ppc/cpu-models.c
+++ b/target/ppc/cpu-models.c
@@ -8,7 +8,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/ppc/cpu-models.h b/target/ppc/cpu-models.h
index ce750b2..fc5e217 100644
--- a/target/ppc/cpu-models.h
+++ b/target/ppc/cpu-models.h
@@ -8,7 +8,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/ppc/cpu.c b/target/ppc/cpu.c
index 2801166..e501a7f 100644
--- a/target/ppc/cpu.c
+++ b/target/ppc/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/target/ppc/cpu.h b/target/ppc/cpu.h
index 766e9c5..9e108ed 100644
--- a/target/ppc/cpu.h
+++ b/target/ppc/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/target/ppc/dfp_helper.c b/target/ppc/dfp_helper.c
index 2c65bad..07341a6 100644
--- a/target/ppc/dfp_helper.c
+++ b/target/ppc/dfp_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/target/ppc/excp_helper.c b/target/ppc/excp_helper.c
index a988ba1..8429bf6 100644
--- a/target/ppc/excp_helper.c
+++ b/target/ppc/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/target/ppc/fpu_helper.c b/target/ppc/fpu_helper.c
index ae43b08..ccc155a 100644
--- a/target/ppc/fpu_helper.c
+++ b/target/ppc/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/target/ppc/gdbstub.c b/target/ppc/gdbstub.c
index 5c11c88..01459dd 100644
--- a/target/ppc/gdbstub.c
+++ b/target/ppc/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/ppc/helper_regs.h b/target/ppc/helper_regs.h
index d78c2af..efcc903 100644
--- a/target/ppc/helper_regs.h
+++ b/target/ppc/helper_regs.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/target/ppc/int_helper.c b/target/ppc/int_helper.c
index b45626f..0b682a1 100644
--- a/target/ppc/int_helper.c
+++ b/target/ppc/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/target/ppc/internal.h b/target/ppc/internal.h
index 15d655b..6104940 100644
--- a/target/ppc/internal.h
+++ b/target/ppc/internal.h
@@ -4,7 +4,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/ppc/mem_helper.c b/target/ppc/mem_helper.c
index 98f5895..f4f7e73 100644
--- a/target/ppc/mem_helper.c
+++ b/target/ppc/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/target/ppc/misc_helper.c b/target/ppc/misc_helper.c
index e43a3b4..5d6e0de 100644
--- a/target/ppc/misc_helper.c
+++ b/target/ppc/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/target/ppc/mmu-book3s-v3.c b/target/ppc/mmu-book3s-v3.c
index 32b8c16..c78fd8d 100644
--- a/target/ppc/mmu-book3s-v3.c
+++ b/target/ppc/mmu-book3s-v3.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/target/ppc/mmu-book3s-v3.h b/target/ppc/mmu-book3s-v3.h
index 0f3c9d0..7b89be5 100644
--- a/target/ppc/mmu-book3s-v3.h
+++ b/target/ppc/mmu-book3s-v3.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/target/ppc/mmu-hash32.c b/target/ppc/mmu-hash32.c
index 55cf156..178cf09 100644
--- a/target/ppc/mmu-hash32.c
+++ b/target/ppc/mmu-hash32.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/ppc/mmu-hash64.c b/target/ppc/mmu-hash64.c
index c31d21e..46061e9 100644
--- a/target/ppc/mmu-hash64.c
+++ b/target/ppc/mmu-hash64.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/ppc/mmu-radix64.c b/target/ppc/mmu-radix64.c
index c60bf31..30fcfcf 100644
--- a/target/ppc/mmu-radix64.c
+++ b/target/ppc/mmu-radix64.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/target/ppc/mmu_helper.c b/target/ppc/mmu_helper.c
index 8972714..ed74144 100644
--- a/target/ppc/mmu_helper.c
+++ b/target/ppc/mmu_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/target/ppc/timebase_helper.c b/target/ppc/timebase_helper.c
index d16360a..8ff4080 100644
--- a/target/ppc/timebase_helper.c
+++ b/target/ppc/timebase_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/target/ppc/translate.c b/target/ppc/translate.c
index fedb9b2..54cac0e 100644
--- a/target/ppc/translate.c
+++ b/target/ppc/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/ppc/translate_init.c.inc b/target/ppc/translate_init.c.inc
index bb66526..c765803 100644
--- a/target/ppc/translate_init.c.inc
+++ b/target/ppc/translate_init.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
diff --git a/target/ppc/user_only_helper.c b/target/ppc/user_only_helper.c
index 683c033..aa3f867 100644
--- a/target/ppc/user_only_helper.c
+++ b/target/ppc/user_only_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