summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorBharata B Rao <bharata@linux.vnet.ibm.com>2014-01-29 19:59:55 +0530
committerKevin Wolf <kwolf@redhat.com>2014-03-05 15:58:32 +0100
commit85c09bc016076d59561449e786b7cd2138ea9446 (patch)
tree6e153f0746cf57d07b744e58f55f57f55b924df7 /block
parentf55ea6297cc0224fe4934b90ff5343b620b14669 (diff)
downloadqemu-85c09bc016076d59561449e786b7cd2138ea9446.tar.gz
gluster: Change licence to GPLv2+
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 <bharata@linux.vnet.ibm.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block')
-rw-r--r--block/gluster.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/block/gluster.c b/block/gluster.c
index fe7a10c30b..8b6ae1c74f 100644
--- a/block/gluster.c
+++ b/block/gluster.c
@@ -3,17 +3,9 @@
*
* Copyright (C) 2012 Bharata B Rao <bharata@linux.vnet.ibm.com>
*
- * 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 <chb@muc.de>,
- * Josh Durgin <josh.durgin@dreamhost.com>
- *
- * 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 <glusterfs/api/glfs.h>
#include "block/block_int.h"