From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47565 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PStIp-0008LK-QP for qemu-devel@nongnu.org; Wed, 15 Dec 2010 10:30:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PStIo-0005WW-TY for qemu-devel@nongnu.org; Wed, 15 Dec 2010 10:30:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PStIo-0005UG-Ms for qemu-devel@nongnu.org; Wed, 15 Dec 2010 10:30:02 -0500 Message-ID: <4D08DF3C.3020005@redhat.com> Date: Wed, 15 Dec 2010 16:31:08 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 26/27] blockdev: Collect block device code in new blockdev.c References: <1275669195-28312-1-git-send-email-kwolf@redhat.com> <1275669195-28312-27-git-send-email-kwolf@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko Cc: Markus Armbruster , qemu-devel@nongnu.org Am 15.12.2010 16:04, schrieb Artyom Tarasenko: > On Fri, Jun 4, 2010 at 6:33 PM, Kevin Wolf wrote: >> From: Markus Armbruster >> >> Anything that moves hundreds of lines out of vl.c can't be all bad. > > I know I'm late for this train, but why does this patch change the > license of the former vl.c code from a BSD-like one to GPLv2? > It seems to be contradicting the vl.c paragraph: > > * The above copyright notice and this permission notice shall be included in > * all copies or substantial portions of the Software. Right, I think this needs to fixed. Markus, can you send a patch? Kevin