From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLutu-0003Nn-Uq for qemu-devel@nongnu.org; Fri, 07 Mar 2014 08:33:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLutp-0001gp-Vv for qemu-devel@nongnu.org; Fri, 07 Mar 2014 08:33:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLutp-0001gl-O8 for qemu-devel@nongnu.org; Fri, 07 Mar 2014 08:33:17 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s27DXG3C006821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 7 Mar 2014 08:33:16 -0500 From: Kevin Wolf Date: Fri, 7 Mar 2014 14:32:49 +0100 Message-Id: <1394199187-9576-2-git-send-email-kwolf@redhat.com> In-Reply-To: <1394199187-9576-1-git-send-email-kwolf@redhat.com> References: <1394199187-9576-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 01/19] gluster: Change licence to GPLv2+ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com From: Bharata B Rao 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 Acked-by: Stefan Hajnoczi Signed-off-by: Kevin Wolf --- block/gluster.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/block/gluster.c b/block/gluster.c index fe7a10c..8b6ae1c 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" -- 1.8.1.4