From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSoaZ-00087r-Tp for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:14:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSoaO-0005Hv-1z for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:13:55 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:47075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSoaN-0005HT-92 for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:13:44 -0400 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 27 Mar 2014 00:13:39 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 68A292BB0052 for ; Thu, 27 Mar 2014 01:13:07 +1100 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s2QDqdMV9634298 for ; Thu, 27 Mar 2014 00:52:39 +1100 Received: from d23av04.au.ibm.com (localhost [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s2QED6Z4002800 for ; Thu, 27 Mar 2014 01:13:06 +1100 From: Alexey Kardashevskiy Date: Thu, 27 Mar 2014 01:13:02 +1100 Message-Id: <1395843182-7369-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <5332DF39.6030000@suse.de> References: <5332DF39.6030000@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [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: Alexey Kardashevskiy , Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= Cc: Andreas Färber Signed-off-by: Alexey Kardashevskiy --- 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 -- 1.8.4.rc4