Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / debian / copyright
1 Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5/copyright-format.xml?revision=279&view=markup
2 Name: ceph
3 Maintainer: Sage Weil <sage@newdream.net>
4 Source: http://ceph.com/
5
6 Files: *
7 Copyright: (c) 2004-2010 by Sage Weil <sage@newdream.net>
8 License: LGPL2.1 (see COPYING-LGPL2.1)
9
10 Files: cmake/modules/FindLTTngUST.cmake
11 Copyright:
12     Copyright 2016 Kitware, Inc.
13     Copyright 2016 Philippe Proulx <pproulx@efficios.com>
14 License: BSD 3-clause
15
16 Files: doc/*
17 Copyright: (c) 2010-2012 New Dream Network and contributors
18 License: Creative Commons Attribution-ShareAlike (CC BY-SA)
19
20 Files: src/mount/canonicalize.c
21 Copyright: Copyright (C) 1993 Rick Sladkey <jrs@world.std.com>
22 License: LGPL2 or later (see COPYING-GPL2)
23
24 Files: src/os/btrfs_ioctl.h
25 Copyright: Copyright (C) 2007 Oracle.  All rights reserved.
26 License: GPL2 (see COPYING-GPL2)
27
28 Files: src/include/ceph_hash.cc
29 Copyright: None
30 License: Public domain
31
32 Files: src/common/bloom_filter.hpp
33 Copyright: Copyright (C) 2000 Arash Partow
34 License: Boost Software License, Version 1.0
35
36 Files: src/common/crc32c_intel*:
37 Copyright:
38     Copyright 2012-2013 Intel Corporation All Rights Reserved.
39 License: BSD 3-clause
40
41 Files: src/common/sctp_crc32.c:
42 Copyright:
43     Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved.
44     Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
45 License:
46   Redistribution and use in source and binary forms, with or without
47   modification, are permitted provided that the following conditions are met:
48
49   a) Redistributions of source code must retain the above copyright notice,
50     this list of conditions and the following disclaimer.
51
52   b) Redistributions in binary form must reproduce the above copyright
53      notice, this list of conditions and the following disclaimer in
54     the documentation and/or other materials provided with the distribution.
55
56   c) Neither the name of Cisco Systems, Inc. nor the names of its
57      contributors may be used to endorse or promote products derived
58      from this software without specific prior written permission.
59
60   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
61   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
62   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
63   ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
64   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
65   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
66   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
67   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
68   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
69   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
70   THE POSSIBILITY OF SUCH DAMAGE.
71
72 Files: src/json_spirit
73 Copyright:
74         Copyright John W. Wilkinson 2007 - 2011
75 License:
76   The MIT License
77
78   Copyright (c) 2007 - 2010 John W. Wilkinson
79
80   Permission is hereby granted, free of charge, to any person
81   obtaining a copy of this software and associated documentation
82   files (the "Software"), to deal in the Software without
83   restriction, including without limitation the rights to use,
84   copy, modify, merge, publish, distribute, sublicense, and/or sell
85   copies of the Software, and to permit persons to whom the
86   Software is furnished to do so, subject to the following
87   conditions:
88
89   The above copyright notice and this permission notice shall be
90   included in all copies or substantial portions of the Software.
91
92   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
93   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
94   OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
95   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
96   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
97   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
98   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
99   OTHER DEALINGS IN THE SOFTWARE.
100
101
102
103 Files: src/test/common/Throttle.cc src/test/filestore/chain_xattr.cc
104 Copyright: Copyright (C) 2013 Cloudwatt <libre.licensing@cloudwatt.com>
105 License: LGPL2 or later
106
107 Files: src/osd/ErasureCodePluginJerasure/*.{c,h}
108 Copyright: Copyright (c) 2011, James S. Plank <plank@cs.utk.edu>
109 License:
110   Redistribution and use in source and binary forms, with or without
111   modification, are permitted provided that the following conditions
112   are met:
113
114    - Redistributions of source code must retain the above copyright
115      notice, this list of conditions and the following disclaimer.
116
117    - Redistributions in binary form must reproduce the above copyright
118      notice, this list of conditions and the following disclaimer in
119      the documentation and/or other materials provided with the
120      distribution.
121
122    - Neither the name of the University of Tennessee nor the names of its
123      contributors may be used to endorse or promote products derived
124      from this software without specific prior written permission.
125
126   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
127   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
128   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
129   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
130   HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
131   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
132   BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
133   OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
134   AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
135   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
136   WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
137   POSSIBILITY OF SUCH DAMAGE.
138
139 Packaging:
140     Copyright (C) 2004-2009 by Sage Weil <sage@newdream.net>
141     Copyright (C) 2010 Canonical, Ltd.
142     Licensed under LGPL-2.1
143
144 Files: src/test/perf_local.cc
145 Copyright:
146   (c) 2011-2014 Stanford University
147   (c) 2011 Facebook
148 License:
149   The MIT License