]> git.proxmox.com Git - ceph.git/blob - ceph/debian/copyright
import 15.2.0 Octopus source
[ceph.git] / 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: LGPL-2.1 or LGPL-3 (see COPYING-LGPL2.1 and COPYING-LGPL3)
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 Share Alike 3.0 (CC-BY-SA-3.0)
19
20 Files: bin/git-archive-all.sh
21 License: GPL3
22
23 Files: src/mount/canonicalize.c
24 Copyright: Copyright (C) 1993 Rick Sladkey <jrs@world.std.com>
25 License: LGPL-2 or later
26
27 Files: src/os/btrfs_ioctl.h
28 Copyright: Copyright (C) 2007 Oracle. All rights reserved.
29 License: GPL2 (see COPYING-GPL2)
30
31 Files: src/include/ceph_hash.cc
32 Copyright: None
33 License: Public domain
34
35 Files: src/common/bloom_filter.hpp
36 Copyright: Copyright (C) 2000 Arash Partow <arash@partow.net>
37 License: Boost Software License, Version 1.0
38
39 Files: src/common/crc32c_intel*:
40 Copyright:
41 Copyright 2012-2013 Intel Corporation All Rights Reserved.
42 License: BSD 3-clause
43
44 Files: src/common/deleter.h
45 Copyright:
46 Copyright (C) 2014 Cloudius Systems, Ltd.
47 License:
48 Apache-2.0
49
50 Files: src/common/sctp_crc32.c:
51 Copyright:
52 Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved.
53 Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
54 License:
55 Redistribution and use in source and binary forms, with or without
56 modification, are permitted provided that the following conditions are met:
57
58 a) Redistributions of source code must retain the above copyright notice,
59 this list of conditions and the following disclaimer.
60
61 b) Redistributions in binary form must reproduce the above copyright
62 notice, this list of conditions and the following disclaimer in
63 the documentation and/or other materials provided with the distribution.
64
65 c) Neither the name of Cisco Systems, Inc. nor the names of its
66 contributors may be used to endorse or promote products derived
67 from this software without specific prior written permission.
68
69 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
70 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
71 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
72 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
73 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
74 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
75 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
76 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
77 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
78 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
79 THE POSSIBILITY OF SUCH DAMAGE.
80
81 Files: src/common/sstring.hh
82 Copyright:
83 Copyright 2014 Cloudius Systems
84 License:
85 Apache-2.0
86
87 Files: src/include/cpp-btree
88 Copyright:
89 Copyright 2013 Google Inc. All Rights Reserved.
90 License:
91 Apache-2.0
92
93 Files: src/json_spirit
94 Copyright:
95 Copyright John W. Wilkinson 2007 - 2011
96 License:
97 The MIT License
98
99 Copyright (c) 2007 - 2010 John W. Wilkinson
100
101 Permission is hereby granted, free of charge, to any person
102 obtaining a copy of this software and associated documentation
103 files (the "Software"), to deal in the Software without
104 restriction, including without limitation the rights to use,
105 copy, modify, merge, publish, distribute, sublicense, and/or sell
106 copies of the Software, and to permit persons to whom the
107 Software is furnished to do so, subject to the following
108 conditions:
109
110 The above copyright notice and this permission notice shall be
111 included in all copies or substantial portions of the Software.
112
113 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
114 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
115 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
116 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
117 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
118 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
119 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
120 OTHER DEALINGS IN THE SOFTWARE.
121
122 Files: src/test/common/Throttle.cc src/test/filestore/chain_xattr.cc
123 Copyright: Copyright (C) 2013 Cloudwatt <libre.licensing@cloudwatt.com>
124 License: LGPL-2.1 or later
125
126 Files: src/osd/ErasureCodePluginJerasure/*.{c,h}
127 Copyright: Copyright (c) 2011, James S. Plank <plank@cs.utk.edu>
128 License:
129 Redistribution and use in source and binary forms, with or without
130 modification, are permitted provided that the following conditions
131 are met:
132
133 - Redistributions of source code must retain the above copyright
134 notice, this list of conditions and the following disclaimer.
135
136 - Redistributions in binary form must reproduce the above copyright
137 notice, this list of conditions and the following disclaimer in
138 the documentation and/or other materials provided with the
139 distribution.
140
141 - Neither the name of the University of Tennessee nor the names of its
142 contributors may be used to endorse or promote products derived
143 from this software without specific prior written permission.
144
145 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
146 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
147 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
148 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
149 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
150 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
151 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
152 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
153 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
154 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
155 WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
156 POSSIBILITY OF SUCH DAMAGE.
157
158 Packaging:
159 Copyright (C) 2004-2009 by Sage Weil <sage@newdream.net>
160 Copyright (C) 2010 Canonical, Ltd.
161 Licensed under LGPL-2.1 or LGPL-3.0
162
163 Files: src/test/perf_local.cc
164 Copyright:
165 (c) 2011-2014 Stanford University
166 (c) 2011 Facebook
167 License:
168 The MIT License
169
170 File: qa/workunits/erasure-code/jquery.js
171 Copyright 2012 jQuery Foundation and other contributors
172 Released under the MIT license
173 http://jquery.org/license
174
175 Files: qa/workunits/erasure-code/jquery.{flot.categories,flot}.js
176 Copyright (c) 2007-2014 IOLA and Ole Laursen.
177 Licensed under the MIT license.
178
179 Files: src/include/timegm.h
180 Copyright (C) Copyright Howard Hinnant
181 Copyright (C) Copyright 2010-2011 Vicente J. Botet Escriba
182 License: Boost Software License, Version 1.0