From patchwork Thu Aug 2 10:16:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [RFC,01/12] qorum: Add GPL v2+ header file. From: Benoit Canet X-Patchwork-Id: 174713 Message-Id: <1343902604-13981-2-git-send-email-benoit@irqsave.net> To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@linux.vnet.ibm.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Thu, 2 Aug 2012 12:16:33 +0200 Signed-off-by: Benoit Canet --- block/qorum.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 block/qorum.c diff --git a/block/qorum.c b/block/qorum.c new file mode 100644 index 0000000..3341021 --- /dev/null +++ b/block/qorum.c @@ -0,0 +1,15 @@ +/* + * Qorum Block filter + * + * Copyright (C) Nodalink, SARL. 2012 + * + * Author: + * BenoƮt Canet + * + * Based on the design and code of blkverify.c (Copyright (C) 2010 IBM, Corp) + * and blkmirror.c (Copyright (C) 2011 Red Hat, Inc). + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. + */ +