From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSoQx-0001KE-FZ for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:04:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSoQs-0002AH-0k for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:03:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSoQr-00029u-J5 for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:03:53 -0400 Message-ID: <5332DE42.70608@redhat.com> Date: Wed, 26 Mar 2014 15:03:46 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1395842432-7150-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1395842432-7150-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-2.0] fw-path-provider: Change GPL version to 2+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Il 26/03/2014 15:00, Alexey Kardashevskiy ha scritto: > Cc: Andreas F=C3=A4rber > Signed-off-by: Alexey Kardashevskiy > --- > > Guys, did you mean just this or there is something more? The recommended phrasing is - * the Free Software Foundation; under version 2 of the License. + * the Free Software Foundation; under version 2 of the License + * or (at your option) any later version. > Should all new files use this 2.0+ now? I have a couple like this comin= g. Yes. Anyway, Acked-by: Paolo Bonzini > Thanks! > > > --- > hw/core/fw-path-provider.c | 2 +- > include/hw/fw-path-provider.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/core/fw-path-provider.c b/hw/core/fw-path-provider.c > index b117157..62a0bff 100644 > --- a/hw/core/fw-path-provider.c > +++ b/hw/core/fw-path-provider.c > @@ -3,7 +3,7 @@ > * > * This program is free software; you can redistribute it and/or modi= fy > * it under the terms of the GNU General Public License as published = by > - * the Free Software Foundation; under version 2 of the License. > + * the Free Software Foundation; under version 2.0+ of the License. > * > * 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/include/hw/fw-path-provider.h b/include/hw/fw-path-provide= r.h > index 3018349..c7dcae6 100644 > --- a/include/hw/fw-path-provider.h > +++ b/include/hw/fw-path-provider.h > @@ -3,7 +3,7 @@ > * > * This program is free software; you can redistribute it and/or modi= fy > * it under the terms of the GNU General Public License as published = by > - * the Free Software Foundation; under version 2 of the License. > + * the Free Software Foundation; under version 2.0+ of the License. > * > * This program is distributed in the hope that it will be useful, > * but WITHOUT ANY WARRANTY; without even the implied warranty of >