Skip to content

Commit

Permalink
Merge pull request #7166 from kylinstorage/wip-rbdnbd-misc
Browse files Browse the repository at this point in the history
rbd-nbd: add copyright
  • Loading branch information
dragonylffly committed Jan 9, 2016
2 parents 3ef6347 + aa8a74a commit 00040df
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/tools/rbd_nbd/rbd-nbd.cc
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 00040df

Please sign in to comment.