qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Chetan Pant <chetan4windows@gmail.com>, qemu-trivial@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	qemu-devel@nongnu.org, dirty@apple.com
Subject: Re: [PATCH 27/30] x86 hvf cpus: Fix Lesser GPL version number
Date: Fri, 13 Nov 2020 07:54:15 +0100	[thread overview]
Message-ID: <b3f6e965-02db-2238-e6a0-22635fd9dabc@redhat.com> (raw)
In-Reply-To: <20201023124012.20035-1-chetan4windows@gmail.com>

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 <chetan4windows@gmail.com>
> ---
>  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 +4,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_descr.c b/target/i386/hvf/x86_descr.c
> index 8c05c34..9f539e7 100644
> --- a/target/i386/hvf/x86_descr.c
> +++ b/target/i386/hvf/x86_descr.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_descr.h b/target/i386/hvf/x86_descr.h
> index 049ef9a..c356932 100644
> --- a/target/i386/hvf/x86_descr.h
> +++ b/target/i386/hvf/x86_descr.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_emu.c b/target/i386/hvf/x86_emu.c
> index d3e289e..da570e3 100644
> --- a/target/i386/hvf/x86_emu.c
> +++ b/target/i386/hvf/x86_emu.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
> @@ -23,7 +23,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/i386/hvf/x86_emu.h b/target/i386/hvf/x86_emu.h
> index f92a9c5..233f7b8 100644
> --- a/target/i386/hvf/x86_emu.h
> +++ b/target/i386/hvf/x86_emu.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_flags.c b/target/i386/hvf/x86_flags.c
> index 5ca4f41..fecbca7 100644
> --- a/target/i386/hvf/x86_flags.c
> +++ b/target/i386/hvf/x86_flags.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/i386/hvf/x86_flags.h b/target/i386/hvf/x86_flags.h
> index 785e80c..75c2a7f 100644
> --- a/target/i386/hvf/x86_flags.h
> +++ b/target/i386/hvf/x86_flags.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/i386/hvf/x86_mmu.c b/target/i386/hvf/x86_mmu.c
> index 65d4603..882a623 100644
> --- a/target/i386/hvf/x86_mmu.c
> +++ b/target/i386/hvf/x86_mmu.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_mmu.h b/target/i386/hvf/x86_mmu.h
> index cd6e137..9ae8a54 100644
> --- a/target/i386/hvf/x86_mmu.h
> +++ b/target/i386/hvf/x86_mmu.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/x86hvf.c b/target/i386/hvf/x86hvf.c
> index 5cbcb32..f267698 100644
> --- a/target/i386/hvf/x86hvf.c
> +++ b/target/i386/hvf/x86hvf.c
> @@ -6,7 +6,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/x86hvf.h b/target/i386/hvf/x86hvf.h
> index 79539f7..860bd2e 100644
> --- a/target/i386/hvf/x86hvf.h
> +++ b/target/i386/hvf/x86hvf.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
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>



  reply	other threads:[~2020-11-13  6:57 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-14 13:42 [PATCH 3/30] crypt: Fix Lesser GPL version number Chetan Pant
2020-10-14 13:49 ` [PATCH 4/30] authz: " Chetan Pant
2020-10-16 14:35   ` [PATCH 5/30] mips tcg: " Chetan Pant
2020-10-16 14:42     ` [PATCH 6/30] semihosting: " Chetan Pant
2020-10-16 14:53       ` [PATCH 7/30] non-virt: " Chetan Pant
2020-10-19  6:11         ` [PATCH 8/30] powerpc tcg: " Chetan Pant
2020-10-19 10:43           ` Daniel P. Berrangé
2020-10-19 13:58             ` Chetan
2020-10-19 12:35           ` Thomas Huth
2020-10-19 10:39         ` [PATCH 7/30] non-virt: " Thomas Huth
2020-11-02  8:57           ` Cédric Le Goater
2020-10-16 16:06       ` [PATCH 6/30] semihosting: " Alex Bennée
2020-10-19 10:37       ` Thomas Huth
2020-10-19 20:35       ` Eric Blake
2020-10-19 10:37     ` [PATCH 5/30] mips tcg: " Thomas Huth
2020-11-03 12:53     ` Philippe Mathieu-Daudé
2020-10-19 10:41   ` [PATCH 4/30] authz: " Daniel P. Berrangé
2020-10-19 10:41 ` [PATCH 3/30] crypt: " Daniel P. Berrangé
2020-10-23 12:16 ` [PATCH 9/30] cris tcg cpus: " Chetan Pant
2020-10-23 12:38   ` Thomas Huth
2020-10-23 12:18 ` [PATCH 10/30] microblaze " Chetan Pant
2020-10-23 12:39   ` Thomas Huth
2020-10-23 12:19 ` [PATCH 11/30] prep: " Chetan Pant
2020-10-23 12:40   ` Thomas Huth
2020-10-23 12:20 ` [PATCH 12/30] xtensa tcg cpus: " Chetan Pant
2020-10-23 12:41   ` Thomas Huth
2020-10-23 12:21 ` [PATCH 13/30] tricore " Chetan Pant
2020-10-23 12:41   ` Thomas Huth
2020-10-23 15:04   ` Bastian Koppelmann
2020-10-23 12:23 ` [PATCH 14/30] usb: " Chetan Pant
2020-10-23 12:42   ` Thomas Huth
2020-10-23 12:24 ` [PATCH 15/30] linux user: " Chetan Pant
2020-10-23 12:44   ` Thomas Huth
2020-10-23 12:26 ` [PATCH 16/30] boston: " Chetan Pant
2020-10-23 12:46   ` Thomas Huth
2020-11-03 12:58   ` Philippe Mathieu-Daudé
2020-10-23 12:28 ` [PATCH 17/30] x86 tcg cpus: " Chetan Pant
2020-10-23 19:00   ` Thomas Huth
2020-10-23 12:29 ` [PATCH 18/30] arm " Chetan Pant
2020-10-23 19:02   ` Thomas Huth
2020-10-23 12:30 ` [PATCH 19/30] parallel nor flas...: " Chetan Pant
2020-10-23 19:10   ` Thomas Huth
2020-10-23 12:31 ` [PATCH 20/30] migration: " Chetan Pant
2020-11-15 15:10   ` Thomas Huth
2020-10-23 12:32 ` [PATCH 21/30] overall usermode...: " Chetan Pant
2020-10-23 19:06   ` Thomas Huth
2020-10-23 12:33 ` [PATCH 22/30] overall/alpha tcg cpus|hppa: " Chetan Pant
2020-11-13  6:57   ` Thomas Huth
2020-10-23 12:35 ` [PATCH 23/30] tpm: " Chetan Pant
2020-10-23 14:33   ` Stefan Berger
2020-10-23 12:36 ` [PATCH 24/30] w32: " Chetan Pant
2020-10-23 13:00   ` Stefan Weil
2020-10-23 12:37 ` [PATCH 25/30] nvdimm: " Chetan Pant
2020-11-15 15:13   ` Thomas Huth
2020-10-23 12:38 ` [PATCH 26/30] renesas rx cpus: " Chetan Pant
2020-10-26 22:26   ` Philippe Mathieu-Daudé
2020-10-23 12:40 ` [PATCH 27/30] x86 hvf " Chetan Pant
2020-11-13  6:54   ` Thomas Huth [this message]
2020-12-05 23:07   ` Cameron Esfahani
2020-10-23 12:41 ` [PATCH 28/30] e1000e: " Chetan Pant
2020-11-13  6:56   ` Thomas Huth
2020-10-23 12:42 ` [PATCH 29/30] sparc tcg cpus: " Chetan Pant
2020-11-13  7:00   ` Thomas Huth
2020-10-23 12:44 ` [PATCH 30/30] nomaintainer: " Chetan Pant
2020-11-15 15:52   ` Thomas Huth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b3f6e965-02db-2238-e6a0-22635fd9dabc@redhat.com \
    --to=thuth@redhat.com \
    --cc=chetan4windows@gmail.com \
    --cc=dirty@apple.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).