]> git.proxmox.com Git - libgit2.git/blob - debian/copyright
Merge https://salsa.debian.org/debian/libgit2 into proxmox/bullseye
[libgit2.git] / debian / copyright
1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: libgit2
3 Source: https://libgit2.github.com/
4 Files-Excluded: deps/*
5 Comment: No bundled dependencies are required to build libgit2
6
7 Files: *
8 Copyright: 2009-2022, the libgit2 contributors
9 License: GPL-2 with linking exception, origin admission
10
11 Files: examples/*
12 src/util/rand.c
13 Copyright: Public Domain
14 License: CC0-1.0
15
16 Files: tests/clar/*
17 Copyright: 2011, Vicent Marti
18 License: MIT
19
20 Files: src/libgit2/xdiff/*
21 src/libgit2/xdiff/xdiffi.c
22 src/libgit2/xdiff/xdiffi.h
23 src/libgit2/xdiff/xemit.c
24 src/libgit2/xdiff/xemit.h
25 src/libgit2/xdiff/xinclude.h
26 src/libgit2/xdiff/xmacros.h
27 src/libgit2/xdiff/xmerge.c
28 src/libgit2/xdiff/xpatience.c
29 src/libgit2/xdiff/xprepare.c
30 src/libgit2/xdiff/xprepare.h
31 src/libgit2/xdiff/xtypes.h
32 src/libgit2/xdiff/xutils.c
33 src/libgit2/xdiff/xutils.h
34 Copyright: 2003, Davide Libenzi
35 2003-2016, Davide Libenzi, Johannes E. Schindelin
36 License: LGPL-2.1+
37
38 Files: src/libgit2/xdiff/xhistogram.c
39 Copyright: 2009-2010, Google Inc
40 License: BSD-3-clause
41
42 Files: src/util/util.c
43 tests/libgit2/refs/normalize.c
44 Copyright: 2009-2022, the libgit2 contributors
45 1990, Regents of the University of California
46 2009, Google Inc.
47 License: BSD-3-clause
48
49 Files: src/util/fs_path.c
50 src/util/hash/rfc6234/sha.h
51 Copyright: 2008, The Android Open Source Project
52 2011, IETF Trust
53 the libgit2 contributors
54 License: BSD-2-clause
55
56 Files: src/util/khash.h
57 src/util/utf8.c
58 Copyright: 2008-2011, Attractive Chaos <attractor@live.co.uk>
59 2009, Public Software Group e. V., Berlin, Germany
60 the libgit2 contributors
61 License: MIT
62
63 Files: src/libgit2/streams/openssl_dynamic.h
64 Copyright: 1995-1998, Eric Young <eay@cryptsoft.com>
65 2005, Nokia
66 2002, Sun Microsystems, Inc
67 1998-2007, The OpenSSL Project
68 the libgit2 contributors
69 License: OpenSSL or SSLeay
70
71 Files: cmake/FindGSSAPI.cmake
72 Copyright: 2013, Andreas Schneider <asn@cryptomilk.org>
73 License: BSD-3-clause
74
75 Files: include/git2/stdint.h
76 Copyright: 2006-2008, Alexander Chemeris
77 License: BSD-3-clause-modified
78
79 Files: debian/*
80 Copyright: 2011-2015, Russell Sim <russell.sim@gmail.com>
81 2020, Utkarsh Gupta <utkarsh@debian.org>
82 License: GPL-2+
83
84 License: BSD-2-clause
85 All rights reserved.
86 .
87 Redistribution and use in source and binary forms, with or without
88 modification, are permitted provided that the following conditions
89 are met:
90 * Redistributions of source code must retain the above copyright
91 notice, this list of conditions and the following disclaimer.
92 * Redistributions in binary form must reproduce the above copyright
93 notice, this list of conditions and the following disclaimer in
94 the documentation and/or other materials provided with the
95 distribution.
96 .
97 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
98 AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
99 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
100 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
101 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
102 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
103 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
104 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
105 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
106 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
107 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
108 SUCH DAMAGE.
109
110 License: BSD-3-clause
111 All rights reserved.
112 Redistribution and use in source and binary forms, with or without
113 modification, are permitted provided that the following conditions
114 are met:
115 1. Redistributions of source code must retain the above copyright
116 notice, this list of conditions and the following disclaimer.
117 2. Redistributions in binary form must reproduce the above copyright
118 notice, this list of conditions and the following disclaimer in the
119 documentation and/or other materials provided with the distribution.
120 3. [rescinded 22 July 1999]
121 4. Neither the name of the University nor the names of its contributors
122 may be used to endorse or promote products derived from this software
123 without specific prior written permission.
124 .
125 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
126 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
127 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
128 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
129 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
130 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
131 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
132 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
133 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
134 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
135 SUCH DAMAGE.
136
137 License: BSD-3-clause-modified
138 Redistribution and use in source and binary forms, with or without
139 modification, are permitted provided that the following conditions are met:
140 .
141 1. Redistributions of source code must retain the above copyright notice,
142 this list of conditions and the following disclaimer.
143 .
144 2. Redistributions in binary form must reproduce the above copyright
145 notice, this list of conditions and the following disclaimer in the
146 documentation and/or other materials provided with the distribution.
147 .
148 3. The name of the author may be used to endorse or promote products
149 derived from this software without specific prior written permission.
150 .
151 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
152 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
153 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
154 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
155 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
156 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
157 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
158 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
159 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
160 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
161
162 License: CC0-1.0
163 To the extent possible under law, the author(s) have dedicated all copyright
164 and related and neighboring rights to this software to the public domain
165 worldwide. This software is distributed without any warranty.
166 .
167 The full text of the CC0 1.0 Universal license is available on Debian systems
168 in /usr/share/common-licenses/CC0-1.0
169
170 License: GPL-2 with linking exception, origin admission
171 libgit2 is Copyright (C) 2009-2011 the libgit2 contributors,
172 unless otherwise stated. See the AUTHORS file for details.
173 .
174 Note that the only valid version of the GPL as far as this project
175 is concerned is _this_ particular version of the license (ie v2, not
176 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
177 .
178 LINKING EXCEPTION
179 .
180 In addition to the permissions in the GNU General Public License,
181 the authors give you unlimited permission to link the compiled
182 version of this library into combinations with other programs,
183 and to distribute those combinations without any restriction
184 coming from the use of this file. (The General Public License
185 restrictions do apply in other respects; for example, they cover
186 modification of the file, and distribution when not linked into
187 a combined executable.)
188 .
189 On Debian systems, the complete text of the GNU General
190 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
191 .
192 ----------------------------------------------------------------------
193 .
194 The priority queue implementation is based on code licensed under the
195 Apache 2.0 license:
196 .
197 Copyright 2010 Volkan Yazıcı <volkan.yazici@gmail.com>
198 Copyright 2006-2010 The Apache Software Foundation
199 .
200 The full text of the Apache 2.0 license is available at:
201 .
202 http://www.apache.org/licenses/LICENSE-2.0
203
204 License: GPL-2+
205 This package is free software; you can redistribute it and/or modify
206 it under the terms of the GNU General Public License as published by
207 the Free Software Foundation; either version 2 of the License, or
208 (at your option) any later version.
209 .
210 This package is distributed in the hope that it will be useful,
211 but WITHOUT ANY WARRANTY; without even the implied warranty of
212 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
213 GNU General Public License for more details.
214 .
215 You should have received a copy of the GNU General Public License
216 along with this program. If not, see <http://www.gnu.org/licenses/>
217 .
218 On Debian systems, the complete text of the GNU General
219 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
220
221 License: LGPL-2.1+
222 This library is free software; you can redistribute it and/or
223 modify it under the terms of the GNU Lesser General Public
224 License as published by the Free Software Foundation; either
225 version 2.1 of the License, or (at your option) any later version.
226 .
227 This library is distributed in the hope that it will be useful,
228 but WITHOUT ANY WARRANTY; without even the implied warranty of
229 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
230 Lesser General Public License for more details.
231 .
232 You should have received a copy of the GNU Lesser General Public
233 License along with this library; if not, write to the Free Software
234 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
235 02110-1301 USA.
236
237 License: MIT
238 Permission is hereby granted, free of charge, to any person obtaining a copy
239 of this software and associated documentation files (the "Software"), to deal
240 in the Software without restriction, including without limitation the rights
241 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
242 copies of the Software, and to permit persons to whom the Software is
243 furnished to do so, subject to the following conditions:
244 .
245 The above copyright notice and this permission notice shall be included in
246 all copies or substantial portions of the Software.
247 .
248 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
249 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
250 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
251 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
252 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
253 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
254 THE SOFTWARE.
255
256 License: OpenSSL
257 Redistribution and use in source and binary forms, with or without
258 modification, are permitted provided that the following conditions
259 are met:
260 1. Redistributions of source code must retain the above copyright
261 notice, this list of conditions and the following disclaimer.
262 2. Redistributions in binary form must reproduce the above copyright
263 notice, this list of conditions and the following disclaimer in
264 the documentation and/or other materials provided with the
265 distribution.
266 3. All advertising materials mentioning features or use of this
267 software must display the following acknowledgment:
268 "This product includes software developed by the OpenSSL Project
269 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
270 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
271 endorse or promote products derived from this software without
272 prior written permission. For written permission, please contact
273 openssl-core@openssl.org.
274 5. Products derived from this software may not be called "OpenSSL"
275 nor may "OpenSSL" appear in their names without prior written
276 permission of the OpenSSL Project.
277 6. Redistributions of any form whatsoever must retain the following
278 acknowledgment:
279 "This product includes software developed by the OpenSSL Project
280 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
281 .
282 THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
283 EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
284 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
285 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
286 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
287 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
288 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
289 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
290 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
291 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
292 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
293 OF THE POSSIBILITY OF SUCH DAMAGE.
294 ====================================================================
295 This product includes cryptographic software written by Eric Young
296 (eay@cryptsoft.com). This product includes software written by Tim
297 Hudson (tjh@cryptsoft.com).
298
299 License: SSLeay
300 This library is free for commercial and non-commercial use as long as
301 the following conditions are adhered to. The following conditions
302 apply to all code found in this distribution, be it the RC4, RSA,
303 lhash, DES, etc., code; not just the SSL code. The SSL documentation
304 included with this distribution is covered by the same copyright terms
305 except that the holder is Tim Hudson (tjh@cryptsoft.com).
306 .
307 Copyright remains Eric Young's, and as such any Copyright notices in
308 the code are not to be removed.
309 If this package is used in a product, Eric Young should be given attribution
310 as the author of the parts of the library used.
311 This can be in the form of a textual message at program startup or
312 in documentation (online or textual) provided with the package.
313 .
314 Redistribution and use in source and binary forms, with or without
315 modification, are permitted provided that the following conditions
316 are met:
317 1. Redistributions of source code must retain the copyright
318 notice, this list of conditions and the following disclaimer.
319 2. Redistributions in binary form must reproduce the above copyright
320 notice, this list of conditions and the following disclaimer in the
321 documentation and/or other materials provided with the distribution.
322 3. All advertising materials mentioning features or use of this software
323 must display the following acknowledgement:
324 "This product includes cryptographic software written by
325 Eric Young (eay@cryptsoft.com)"
326 The word 'cryptographic' can be left out if the routines from the library
327 being used are not cryptographic related :-).
328 4. If you include any Windows specific code (or a derivative thereof) from
329 the apps directory (application code) you must include an acknowledgement:
330 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
331 .
332 THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
333 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
334 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
335 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
336 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
337 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
338 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
339 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
340 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
341 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
342 SUCH DAMAGE.