From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8W8T-0000OA-Ok for qemu-devel@nongnu.org; Wed, 29 Jan 2014 09:29:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8W8M-0000WG-AV for qemu-devel@nongnu.org; Wed, 29 Jan 2014 09:29:01 -0500 Received: from e28smtp07.in.ibm.com ([122.248.162.7]:50018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8W8L-0000VL-Lr for qemu-devel@nongnu.org; Wed, 29 Jan 2014 09:28:54 -0500 Received: from /spool/local by e28smtp07.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 29 Jan 2014 19:58:50 +0530 Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id 97446125805C for ; Wed, 29 Jan 2014 20:00:32 +0530 (IST) Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0TESgdr41550054 for ; Wed, 29 Jan 2014 19:58:42 +0530 Received: from d28av01.in.ibm.com (localhost [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s0TESkk0017479 for ; Wed, 29 Jan 2014 19:58:46 +0530 From: Bharata B Rao Date: Wed, 29 Jan 2014 19:59:55 +0530 Message-Id: <1391005796-5916-2-git-send-email-bharata@linux.vnet.ibm.com> In-Reply-To: <1391005796-5916-1-git-send-email-bharata@linux.vnet.ibm.com> References: <1391005796-5916-1-git-send-email-bharata@linux.vnet.ibm.com> Subject: [Qemu-devel] [RFC PATCH v0 1/2] 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, stefanha@redhat.com, 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 --- 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" -- 1.7.11.7