From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtMqw-0005HT-RR for qemu-devel@nongnu.org; Fri, 03 Feb 2012 12:23:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtMqo-0001U6-PY for qemu-devel@nongnu.org; Fri, 03 Feb 2012 12:23:14 -0500 Received: from e9.ny.us.ibm.com ([32.97.182.139]:59885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtMqo-0001TW-IS for qemu-devel@nongnu.org; Fri, 03 Feb 2012 12:23:06 -0500 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 3 Feb 2012 12:23:03 -0500 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id E838D38C807A for ; Fri, 3 Feb 2012 12:23:01 -0500 (EST) Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q13HN0Ht233562 for ; Fri, 3 Feb 2012 12:23:00 -0500 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q13HMC44007566 for ; Fri, 3 Feb 2012 10:22:12 -0700 Message-ID: <4F2C17BD.7080605@us.ibm.com> Date: Fri, 03 Feb 2012 11:22:05 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1327682443-12605-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1327682443-12605-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Change license from GPLv2 to GPLv2+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Mark McLoughlin , qemu-devel@nongnu.org On 01/27/2012 10:40 AM, Stefan Weil wrote: > This file only contains code from Red Hat, so it can use GPLv2+. > Tested with `git blame -M -C net/checksum.c`. > > Signed-off-by: Stefan Weil Applied. Thanks. Regards, Anthony Liguori > --- > net/checksum.c | 5 +---- > 1 files changed, 1 insertions(+), 4 deletions(-) > > diff --git a/net/checksum.c b/net/checksum.c > index 264c23f..9919b2e 100644 > --- a/net/checksum.c > +++ b/net/checksum.c > @@ -4,7 +4,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 or later 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 > @@ -13,9 +13,6 @@ > * > * You should have received a copy of the GNU General Public License > * along with this program; if not, see. > - * > - * Contributions after 2012-01-13 are licensed under the terms of the > - * GNU GPL, version 2 or (at your option) any later version. > */ > > #include "net/checksum.h"