From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gomhV-0005me-J6 for qemu-devel@nongnu.org; Wed, 30 Jan 2019 05:02:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gomhT-00063S-Vr for qemu-devel@nongnu.org; Wed, 30 Jan 2019 05:02:33 -0500 References: <1548252536-6242-1-git-send-email-thuth@redhat.com> <1548252536-6242-5-git-send-email-thuth@redhat.com> From: Laurent Vivier Message-ID: Date: Wed, 30 Jan 2019 11:02:11 +0100 MIME-Version: 1.0 In-Reply-To: <1548252536-6242-5-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 4/4] tcg: Fix LGPL version number List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Richard Henderson On 23/01/2019 15:08, Thomas Huth wrote: > It's either "GNU *Library* General Public version 2" or "GNU Lesser > General Public version *2.1*", but there was no "version 2.0" of the > "Lesser" library. So assume that version 2.1 is meant here. > > Cc: Richard Henderson > Signed-off-by: Thomas Huth > --- > accel/tcg/atomic_template.h | 2 +- > accel/tcg/cpu-exec-common.c | 2 +- > accel/tcg/cpu-exec.c | 2 +- > accel/tcg/cputlb.c | 2 +- > accel/tcg/softmmu_template.h | 2 +- > accel/tcg/tcg-runtime-gvec.c | 2 +- > accel/tcg/translate-all.c | 2 +- > accel/tcg/translate-all.h | 2 +- > accel/tcg/user-exec.c | 2 +- > tcg/tcg-gvec-desc.h | 2 +- > tcg/tcg-op-gvec.c | 2 +- > tcg/tcg-op-gvec.h | 2 +- > tcg/tcg-op-vec.c | 2 +- > 13 files changed, 13 insertions(+), 13 deletions(-) > > diff --git a/accel/tcg/atomic_template.h b/accel/tcg/atomic_template.h > index efde12f..685602b 100644 > --- a/accel/tcg/atomic_template.h > +++ b/accel/tcg/atomic_template.h > @@ -7,7 +7,7 @@ > * This library is free software; you can redistribute it and/or > * modify it under the terms of the GNU Lesser General Public > * License as published by the Free Software Foundation; either > - * version 2 of the License, or (at your option) any later version. > + * version 2.1 of the License, or (at your option) any later version. > * > * This library is distributed in the hope that it will be useful, > * but WITHOUT ANY WARRANTY; without even the implied warranty of > diff --git a/accel/tcg/cpu-exec-common.c b/accel/tcg/cpu-exec-common.c > index 2988fde..462a1f1 100644 > --- a/accel/tcg/cpu-exec-common.c > +++ b/accel/tcg/cpu-exec-common.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/accel/tcg/cpu-exec.c b/accel/tcg/cpu-exec.c > index 870027d..60d87d5 100644 > --- a/accel/tcg/cpu-exec.c > +++ b/accel/tcg/cpu-exec.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/accel/tcg/cputlb.c b/accel/tcg/cputlb.c > index af6bd8c..ec27f3d 100644 > --- a/accel/tcg/cputlb.c > +++ b/accel/tcg/cputlb.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/accel/tcg/softmmu_template.h b/accel/tcg/softmmu_template.h > index b0adea0..1fdd262 100644 > --- a/accel/tcg/softmmu_template.h > +++ b/accel/tcg/softmmu_template.h > @@ -11,7 +11,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/accel/tcg/tcg-runtime-gvec.c b/accel/tcg/tcg-runtime-gvec.c > index 90340e5..09424e9 100644 > --- a/accel/tcg/tcg-runtime-gvec.c > +++ b/accel/tcg/tcg-runtime-gvec.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/accel/tcg/translate-all.c b/accel/tcg/translate-all.c > index 8cb8c88..1773d7e 100644 > --- a/accel/tcg/translate-all.c > +++ b/accel/tcg/translate-all.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/accel/tcg/translate-all.h b/accel/tcg/translate-all.h > index 08e2f23..64f5fd9 100644 > --- a/accel/tcg/translate-all.h > +++ b/accel/tcg/translate-all.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/accel/tcg/user-exec.c b/accel/tcg/user-exec.c > index 941295e..7741f5f 100644 > --- a/accel/tcg/user-exec.c > +++ b/accel/tcg/user-exec.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/tcg/tcg-gvec-desc.h b/tcg/tcg-gvec-desc.h > index 3b4c2d9..2dda7d6 100644 > --- a/tcg/tcg-gvec-desc.h > +++ b/tcg/tcg-gvec-desc.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/tcg/tcg-op-gvec.c b/tcg/tcg-op-gvec.c > index 61c25f5..6d4207e 100644 > --- a/tcg/tcg-op-gvec.c > +++ b/tcg/tcg-op-gvec.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/tcg/tcg-op-gvec.h b/tcg/tcg-op-gvec.h > index ff43a29..b8b9fee 100644 > --- a/tcg/tcg-op-gvec.h > +++ b/tcg/tcg-op-gvec.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/tcg/tcg-op-vec.c b/tcg/tcg-op-vec.c > index cefba3d..0fbeaea 100644 > --- a/tcg/tcg-op-vec.c > +++ b/tcg/tcg-op-vec.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 > Applied to my trivial-patches branch. Thanks, Laurent