From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSogE-0006uv-OV for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:19:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSog9-0007Iz-Au for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:19:46 -0400 Received: from mail-qg0-f45.google.com ([209.85.192.45]:53016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSog9-0007IT-6j for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:19:41 -0400 Received: by mail-qg0-f45.google.com with SMTP id j5so921771qga.18 for ; Wed, 26 Mar 2014 07:19:40 -0700 (PDT) Message-ID: <5332E1F6.7060105@ozlabs.ru> Date: Thu, 27 Mar 2014 01:19:34 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <5332DF39.6030000@suse.de> <1395843182-7369-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1395843182-7369-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH for-2.0 v2] fw-path-provider: Change GPL version to 2+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= On 03/27/2014 01:13 AM, Alexey Kardashevskiy wrote: > Cc: Andreas Färber > Signed-off-by: Alexey Kardashevskiy Ah, this one is missing "suggested-by". And Paolo's "sob". Posting patches is tough :) > --- > > Changes: > v2: > * corrected text > > > --- > hw/core/fw-path-provider.c | 3 ++- > include/hw/fw-path-provider.h | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/hw/core/fw-path-provider.c b/hw/core/fw-path-provider.c > index b117157..d4f1a9d 100644 > --- a/hw/core/fw-path-provider.c > +++ b/hw/core/fw-path-provider.c > @@ -3,7 +3,8 @@ > * > * This program is free software; you can redistribute it and/or modify > * 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 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/include/hw/fw-path-provider.h b/include/hw/fw-path-provider.h > index 3018349..6ce9d7c 100644 > --- a/include/hw/fw-path-provider.h > +++ b/include/hw/fw-path-provider.h > @@ -3,7 +3,8 @@ > * > * This program is free software; you can redistribute it and/or modify > * 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 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 > -- Alexey