Re: [PATCH 27/30] x86 hvf cpus: Fix Lesser GPL version number

2020-12-05 Thread Cameron Esfahani


> On Oct 23, 2020, at 5:40 AM, 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 
> ---
> target/i386/hvf/panic.h  | 2 +-
> target/i386/hvf/vmx.h| 2 +-
> target/i386/hvf/x86.c| 2 +-
> target/i386/hvf/x86.h| 2 +-
> target/i386/hvf/x86_cpuid.c  | 2 +-
> target/i386/hvf/x86_decode.c | 2 +-
> target/i386/hvf/x86_decode.h | 2 +-
> target/i386/hvf/x86_descr.c  | 2 +-
> target/i386/hvf/x86_descr.h  | 2 +-
> target/i386/hvf/x86_emu.c| 4 ++--
> target/i386/hvf/x86_emu.h| 2 +-
> target/i386/hvf/x86_flags.c  | 2 +-
> target/i386/hvf/x86_flags.h  | 2 +-
> target/i386/hvf/x86_mmu.c| 2 +-
> target/i386/hvf/x86_mmu.h| 2 +-
> target/i386/hvf/x86hvf.c | 2 +-
> target/i386/hvf/x86hvf.h | 2 +-
> 17 files changed, 18 insertions(+), 18 deletions(-)
> 
> diff --git a/target/i386/hvf/panic.h b/target/i386/hvf/panic.h
> index 411ef43..a3eabeb 100644
> --- a/target/i386/hvf/panic.h
> +++ b/target/i386/hvf/panic.h
> @@ -5,7 +5,7 @@
>  * This program 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 program is distributed in the hope that it will be useful,
>  * but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/target/i386/hvf/vmx.h b/target/i386/hvf/vmx.h
> index 587b1b8..24c4cdf 100644
> --- a/target/i386/hvf/vmx.h
> +++ b/target/i386/hvf/vmx.h
> @@ -8,7 +8,7 @@
>  * This program 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 program is distributed in the hope that it will be useful,
>  * but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/target/i386/hvf/x86.c b/target/i386/hvf/x86.c
> index fdb11c8..cd04518 100644
> --- a/target/i386/hvf/x86.c
> +++ b/target/i386/hvf/x86.c
> @@ -5,7 +5,7 @@
>  * This program 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 program is distributed in the hope that it will be useful,
>  * but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/target/i386/hvf/x86.h b/target/i386/hvf/x86.h
> index bacade7..9e2c003 100644
> --- a/target/i386/hvf/x86.h
> +++ b/target/i386/hvf/x86.h
> @@ -5,7 +5,7 @@
>  * This program 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 program is distributed in the hope that it will be useful,
>  * but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/target/i386/hvf/x86_cpuid.c b/target/i386/hvf/x86_cpuid.c
> index 16762b6..ac731c2 100644
> --- a/target/i386/hvf/x86_cpuid.c
> +++ b/target/i386/hvf/x86_cpuid.c
> @@ -7,7 +7,7 @@
>  * This program 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 program is distributed in the hope that it will be useful,
>  * but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/target/i386/hvf/x86_decode.c b/target/i386/hvf/x86_decode.c
> index 34c5e30..062713b 100644
> --- a/target/i386/hvf/x86_decode.c
> +++ b/target/i386/hvf/x86_decode.c
> @@ -5,7 +5,7 @@
>  * This program 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 program is distributed in the hope that it will be useful,
>  * but WITHOUT ANY WARRANTY; without 

Re: [PATCH 27/30] x86 hvf cpus: Fix Lesser GPL version number

2020-11-12 Thread Thomas Huth
On 23/10/2020 14.40, 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 
> ---
>  target/i386/hvf/panic.h  | 2 +-
>  target/i386/hvf/vmx.h| 2 +-
>  target/i386/hvf/x86.c| 2 +-
>  target/i386/hvf/x86.h| 2 +-
>  target/i386/hvf/x86_cpuid.c  | 2 +-
>  target/i386/hvf/x86_decode.c | 2 +-
>  target/i386/hvf/x86_decode.h | 2 +-
>  target/i386/hvf/x86_descr.c  | 2 +-
>  target/i386/hvf/x86_descr.h  | 2 +-
>  target/i386/hvf/x86_emu.c| 4 ++--
>  target/i386/hvf/x86_emu.h| 2 +-
>  target/i386/hvf/x86_flags.c  | 2 +-
>  target/i386/hvf/x86_flags.h  | 2 +-
>  target/i386/hvf/x86_mmu.c| 2 +-
>  target/i386/hvf/x86_mmu.h| 2 +-
>  target/i386/hvf/x86hvf.c | 2 +-
>  target/i386/hvf/x86hvf.h | 2 +-
>  17 files changed, 18 insertions(+), 18 deletions(-)
> 
> diff --git a/target/i386/hvf/panic.h b/target/i386/hvf/panic.h
> index 411ef43..a3eabeb 100644
> --- a/target/i386/hvf/panic.h
> +++ b/target/i386/hvf/panic.h
> @@ -5,7 +5,7 @@
>   * This program 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 program is distributed in the hope that it will be useful,
>   * but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/target/i386/hvf/vmx.h b/target/i386/hvf/vmx.h
> index 587b1b8..24c4cdf 100644
> --- a/target/i386/hvf/vmx.h
> +++ b/target/i386/hvf/vmx.h
> @@ -8,7 +8,7 @@
>   * This program 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 program is distributed in the hope that it will be useful,
>   * but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/target/i386/hvf/x86.c b/target/i386/hvf/x86.c
> index fdb11c8..cd04518 100644
> --- a/target/i386/hvf/x86.c
> +++ b/target/i386/hvf/x86.c
> @@ -5,7 +5,7 @@
>   * This program 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 program is distributed in the hope that it will be useful,
>   * but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/target/i386/hvf/x86.h b/target/i386/hvf/x86.h
> index bacade7..9e2c003 100644
> --- a/target/i386/hvf/x86.h
> +++ b/target/i386/hvf/x86.h
> @@ -5,7 +5,7 @@
>   * This program 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 program is distributed in the hope that it will be useful,
>   * but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/target/i386/hvf/x86_cpuid.c b/target/i386/hvf/x86_cpuid.c
> index 16762b6..ac731c2 100644
> --- a/target/i386/hvf/x86_cpuid.c
> +++ b/target/i386/hvf/x86_cpuid.c
> @@ -7,7 +7,7 @@
>   * This program 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 program is distributed in the hope that it will be useful,
>   * but WITHOUT ANY WARRANTY; without even the implied warranty of
> diff --git a/target/i386/hvf/x86_decode.c b/target/i386/hvf/x86_decode.c
> index 34c5e30..062713b 100644
> --- a/target/i386/hvf/x86_decode.c
> +++ b/target/i386/hvf/x86_decode.c
> @@ -5,7 +5,7 @@
>   * This program 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 program is distributed in the hope that it will be useful,
> 

[PATCH 27/30] x86 hvf cpus: Fix Lesser GPL version number

2020-10-23 Thread Chetan Pant
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 
---
 target/i386/hvf/panic.h  | 2 +-
 target/i386/hvf/vmx.h| 2 +-
 target/i386/hvf/x86.c| 2 +-
 target/i386/hvf/x86.h| 2 +-
 target/i386/hvf/x86_cpuid.c  | 2 +-
 target/i386/hvf/x86_decode.c | 2 +-
 target/i386/hvf/x86_decode.h | 2 +-
 target/i386/hvf/x86_descr.c  | 2 +-
 target/i386/hvf/x86_descr.h  | 2 +-
 target/i386/hvf/x86_emu.c| 4 ++--
 target/i386/hvf/x86_emu.h| 2 +-
 target/i386/hvf/x86_flags.c  | 2 +-
 target/i386/hvf/x86_flags.h  | 2 +-
 target/i386/hvf/x86_mmu.c| 2 +-
 target/i386/hvf/x86_mmu.h| 2 +-
 target/i386/hvf/x86hvf.c | 2 +-
 target/i386/hvf/x86hvf.h | 2 +-
 17 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/target/i386/hvf/panic.h b/target/i386/hvf/panic.h
index 411ef43..a3eabeb 100644
--- a/target/i386/hvf/panic.h
+++ b/target/i386/hvf/panic.h
@@ -5,7 +5,7 @@
  * This program 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 program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/target/i386/hvf/vmx.h b/target/i386/hvf/vmx.h
index 587b1b8..24c4cdf 100644
--- a/target/i386/hvf/vmx.h
+++ b/target/i386/hvf/vmx.h
@@ -8,7 +8,7 @@
  * This program 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 program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/target/i386/hvf/x86.c b/target/i386/hvf/x86.c
index fdb11c8..cd04518 100644
--- a/target/i386/hvf/x86.c
+++ b/target/i386/hvf/x86.c
@@ -5,7 +5,7 @@
  * This program 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 program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/target/i386/hvf/x86.h b/target/i386/hvf/x86.h
index bacade7..9e2c003 100644
--- a/target/i386/hvf/x86.h
+++ b/target/i386/hvf/x86.h
@@ -5,7 +5,7 @@
  * This program 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 program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/target/i386/hvf/x86_cpuid.c b/target/i386/hvf/x86_cpuid.c
index 16762b6..ac731c2 100644
--- a/target/i386/hvf/x86_cpuid.c
+++ b/target/i386/hvf/x86_cpuid.c
@@ -7,7 +7,7 @@
  * This program 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 program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/target/i386/hvf/x86_decode.c b/target/i386/hvf/x86_decode.c
index 34c5e30..062713b 100644
--- a/target/i386/hvf/x86_decode.c
+++ b/target/i386/hvf/x86_decode.c
@@ -5,7 +5,7 @@
  * This program 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 program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/target/i386/hvf/x86_decode.h b/target/i386/hvf/x86_decode.h
index ef79601..a2d7a2a 100644
--- a/target/i386/hvf/x86_decode.h
+++ b/target/i386/hvf/x86_decode.h
@@ -4,7