From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKOYa-0003Rd-6r for qemu-devel@nongnu.org; Mon, 03 Mar 2014 03:49:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKOYT-0002PL-ER for qemu-devel@nongnu.org; Mon, 03 Mar 2014 03:49:04 -0500 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:38486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKOYS-0002LA-N2 for qemu-devel@nongnu.org; Mon, 03 Mar 2014 03:48:57 -0500 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 3 Mar 2014 18:48:50 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 647D42CE8051 for ; Mon, 3 Mar 2014 19:48:48 +1100 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s238SuXK16842976 for ; Mon, 3 Mar 2014 19:28:57 +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 s238mlDW003986 for ; Mon, 3 Mar 2014 19:48:47 +1100 Date: Mon, 3 Mar 2014 14:21:03 +0530 From: Bharata B Rao Message-ID: <20140303085103.GD20295@in.ibm.com> References: <1391005796-5916-1-git-send-email-bharata@linux.vnet.ibm.com> <1391005796-5916-2-git-send-email-bharata@linux.vnet.ibm.com> <20140130093053.GB8036@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140130093053.GB8036@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [RFC PATCH v0 1/2] gluster: Change licence to GPLv2+ Reply-To: bharata@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: kwolf@redhat.com, Paolo Bonzini , Josh Durgin , qemu-devel@nongnu.org, =?iso-8859-1?Q?Beno=EEt?= Canet On Thu, Jan 30, 2014 at 10:30:53AM +0100, Stefan Hajnoczi wrote: > On Wed, Jan 29, 2014 at 07:59:55PM +0530, Bharata B Rao wrote: > > Pipe handling mechanism in gluster driver was based on similar implementation > > in RBD driver and hence had GPLv2 and associated copyright information. > > After changing gluster driver to coroutine based implementation, the pipe > > handling code no longer exists and hence change gluster driver's licence to > > GPLv2+ and remove RBD copyrights. > > > > Signed-off-by: Bharata B Rao > > --- > > block/gluster.c | 12 ++---------- > > 1 file changed, 2 insertions(+), 10 deletions(-) > > > > diff --git a/block/gluster.c b/block/gluster.c > > index a009b15..ba56005 100644 > > --- a/block/gluster.c > > +++ b/block/gluster.c > > @@ -3,17 +3,9 @@ > > * > > * Copyright (C) 2012 Bharata B Rao > > * > > - * Pipe handling mechanism in AIO implementation is derived from > > - * block/rbd.c. Hence, > > + * This work is licensed under the terms of the GNU GPL, version 2 or later. > > + * See the COPYING file in the top-level directory. > > * > > - * Copyright (C) 2010-2011 Christian Brunner , > > - * Josh Durgin > > - * > > - * This work is licensed under the terms of the GNU GPL, version 2. See > > - * the COPYING file in the top-level directory. > > - * > > - * Contributions after 2012-01-13 are licensed under the terms of the > > - * GNU GPL, version 2 or (at your option) any later version. > > */ > > #include > > #include "block/block_int.h" > > I looked at git log -p block/gluster.c and this change seems reasonable, > but due to the nature of license changes: > > If anyone disagrees and has copyright on part of this file, please speak > now. Since nobody has said anything till now, Stefan, would you be taking this in now ? Regards, Bharata.