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