]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add copyright for rbd-nbd 7166/head
authorLi Wang <li.wang@kylin-cloud.com>
Fri, 8 Jan 2016 01:42:15 +0000 (09:42 +0800)
committerLi Wang <li.wang@kylin-cloud.com>
Fri, 8 Jan 2016 01:42:15 +0000 (09:42 +0800)
Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
src/tools/rbd_nbd/rbd-nbd.cc

index 86a0fdd673217f69ae66a0a93bb962e1e7c3e108..8ce5787dd26a687e433fa808a3585baed42e0c59 100644 (file)
@@ -1,6 +1,21 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+/*
+ * rbd-nbd - RBD in userspace
+ *
+ * Copyright (C) 2015 - 2016 Kylin Corporation
+ *
+ * Author: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
+ *         Li Wang <li.wang@kylin-cloud.com>
+ *
+ * This is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software
+ * Foundation.  See file COPYING.
+ *
+*/
+
 #include "include/int_types.h"
 
 #include <stdio.h>