From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSoNw-0005BI-3O for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:00:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSoNo-0001Bb-0l for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:00:51 -0400 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:50993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSoNn-0001BT-8r for qemu-devel@nongnu.org; Wed, 26 Mar 2014 10:00:43 -0400 Received: from /spool/local by e23smtp04.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 27 Mar 2014 00:00:39 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 556CD2CE803F for ; Thu, 27 Mar 2014 01:00:37 +1100 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s2QDe8R010551620 for ; Thu, 27 Mar 2014 00:40:09 +1100 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s2QE0a3P024339 for ; Thu, 27 Mar 2014 01:00:36 +1100 From: Alexey Kardashevskiy Date: Thu, 27 Mar 2014 01:00:32 +1100 Message-Id: <1395842432-7150-1-git-send-email-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [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: 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 --- Guys, did you mean just this or there is something more? Should all new files use this 2.0+ now? I have a couple like this coming. 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 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.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-provider.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 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.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 -- 1.8.4.rc4