From aa8a74a19c1494f45bb0f063f70341601fe8947b Mon Sep 17 00:00:00 2001 From: Li Wang Date: Fri, 8 Jan 2016 09:42:15 +0800 Subject: [PATCH] Add copyright for rbd-nbd Signed-off-by: Li Wang --- src/tools/rbd_nbd/rbd-nbd.cc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/tools/rbd_nbd/rbd-nbd.cc b/src/tools/rbd_nbd/rbd-nbd.cc index 86a0fdd673217..8ce5787dd26a6 100644 --- a/src/tools/rbd_nbd/rbd-nbd.cc +++ b/src/tools/rbd_nbd/rbd-nbd.cc @@ -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 + * Li Wang + * + * 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 -- 2.39.5