]> git.proxmox.com Git - libgit2.git/blob - debian/copyright
Drop patch that has been merged upstream
[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
6 Files: *
7 Copyright: 2009-2012, the libgit2 contributors
8 License: GPL-2 with linking exception, origin admission
9
10 Files: cmake/Modules/FindGSSAPI.cmake
11 Copyright: 2013, Andreas Schneider <asn@cryptomilk.org>
12 License: BSD-2-clause
13
14 Files: debian/*
15 Copyright: 2011-2015, Russell Sim <russell.sim@gmail.com>
16 2020, Utkarsh Gupta <utkarsh@debian.org>
17 License: GPL-2+
18
19 Files: examples/*
20 Copyright: Public Domain
21 License: CC0-1.0
22
23 Files: include/git2/stdint.h
24 Copyright: 2006, Alexander Chemeris
25 License: BSD-3-clause-modified
26
27 Files: src/khash.h
28 Copyright: 2008, 2009, 2011, Attractive Chaos <attractor@live.co.uk>
29 License: MIT
30
31 Files: src/tsort.c
32 Copyright: 2010, Christopher Swenson
33 2011, Vicent Marti
34 License: MIT
35
36 Files: src/path.c
37 Copyright: 2008, The Android Open Source Project
38 License: BSD-2-clause
39
40 Files: src/util.c
41 Copyright: 2009, Public Software Group e. V., Berlin, Germany
42 1990, Regents of the University of California.
43 License: MIT and BSD-3-clause
44
45 Files: src/xdiff/*
46 Copyright: 2003, Davide Libenzi
47 License: LGPL-2.1+
48
49 Files: src/xdiff/xmerge.c
50 Copyright: 2003-2006, Davide Libenzi
51 2003-2006, Johannes E. Schindelin
52 License: LGPL-2.1+
53
54 Files: src/xdiff/xpatience.c
55 Copyright: 2003-2009, Davide Libenzi
56 2003-2009, Johannes E. Schindelin
57 License: LGPL-2.1+
58
59 Files: src/xdiff/xhistogram.c
60 Copyright: 2010, Google Inc and others from JGit's IP log.
61 License: EDL-1.0
62
63 Files: src/win32/posix_w32.c
64 Copyright: 1999 - 2012, The PHP Group
65 License: PHP-3.01
66
67 Files: tests/clar/*
68 Copyright: 2011, Vicent Marti
69 License: MIT
70
71 Files: tests/clar.h tests/clar.c tests/generate.py
72 Copyright: Vicent Marti
73 License: ISC
74
75 Files: tests/refs/normalize.c
76 Copyright: 2009, Google Inc.
77 License: BSD-3-clause-jgit
78
79 Files: src/date.c
80 Copyright: 2005, Linus Torvalds
81 License: GPL-2 with linking exception
82 .
83 Note that the only valid version of the GPL as far as this project
84 is concerned is _this_ particular version of the license (ie v2, not
85 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
86 .
87 LINKING EXCEPTION
88 .
89 In addition to the permissions in the GNU General Public License,
90 the authors give you unlimited permission to link the compiled
91 version of this library into combinations with other programs,
92 and to distribute those combinations without any restriction
93 coming from the use of this file. (The General Public License
94 restrictions do apply in other respects; for example, they cover
95 modification of the file, and distribution when not linked into
96 a combined executable.)
97 .
98 On Debian systems, the complete text of the GNU General
99 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
100
101 License: GPL-2 with linking exception, origin admission
102 libgit2 is Copyright (C) 2009-2011 the libgit2 contributors,
103 unless otherwise stated. See the AUTHORS file for details.
104 .
105 Note that the only valid version of the GPL as far as this project
106 is concerned is _this_ particular version of the license (ie v2, not
107 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
108 .
109 LINKING EXCEPTION
110 .
111 In addition to the permissions in the GNU General Public License,
112 the authors give you unlimited permission to link the compiled
113 version of this library into combinations with other programs,
114 and to distribute those combinations without any restriction
115 coming from the use of this file. (The General Public License
116 restrictions do apply in other respects; for example, they cover
117 modification of the file, and distribution when not linked into
118 a combined executable.)
119 .
120 On Debian systems, the complete text of the GNU General
121 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
122 .
123 ----------------------------------------------------------------------
124 .
125 The priority queue implementation is based on code licensed under the
126 Apache 2.0 license:
127 .
128 Copyright 2010 Volkan Yazıcı <volkan.yazici@gmail.com>
129 Copyright 2006-2010 The Apache Software Foundation
130 .
131 The full text of the Apache 2.0 license is available at:
132 .
133 http://www.apache.org/licenses/LICENSE-2.0
134
135
136 License: BSD-2-clause
137 All rights reserved.
138 .
139 Redistribution and use in source and binary forms, with or without
140 modification, are permitted provided that the following conditions
141 are met:
142 * Redistributions of source code must retain the above copyright
143 notice, this list of conditions and the following disclaimer.
144 * Redistributions in binary form must reproduce the above copyright
145 notice, this list of conditions and the following disclaimer in
146 the documentation and/or other materials provided with the
147 distribution.
148 .
149 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
150 AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
151 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
152 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
153 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
154 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
155 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
156 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
157 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
158 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
159 OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
160 SUCH DAMAGE.
161
162
163 License: BSD-3-clause
164 All rights reserved.
165 Redistribution and use in source and binary forms, with or without
166 modification, are permitted provided that the following conditions
167 are met:
168 1. Redistributions of source code must retain the above copyright
169 notice, this list of conditions and the following disclaimer.
170 2. Redistributions in binary form must reproduce the above copyright
171 notice, this list of conditions and the following disclaimer in the
172 documentation and/or other materials provided with the distribution.
173 3. [rescinded 22 July 1999]
174 4. Neither the name of the University nor the names of its contributors
175 may be used to endorse or promote products derived from this software
176 without specific prior written permission.
177 .
178 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
179 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
180 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
181 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
182 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
183 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
184 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
185 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
186 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
187 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
188 SUCH DAMAGE.
189
190 License: BSD-3-clause-modified
191 Redistribution and use in source and binary forms, with or without
192 modification, are permitted provided that the following conditions are met:
193 .
194 1. Redistributions of source code must retain the above copyright notice,
195 this list of conditions and the following disclaimer.
196 .
197 2. Redistributions in binary form must reproduce the above copyright
198 notice, this list of conditions and the following disclaimer in the
199 documentation and/or other materials provided with the distribution.
200 .
201 3. The name of the author may be used to endorse or promote products
202 derived from this software without specific prior written permission.
203 .
204 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
205 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
206 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
207 EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
208 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
209 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
210 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
211 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
212 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
213 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
214
215 License: BSD-3-clause-jgit
216 Redistribution and use in source and binary forms, with or
217 without modification, are permitted provided that the following
218 conditions are met:
219 .
220 - Redistributions of source code must retain the above copyright
221 notice, this list of conditions and the following disclaimer.
222 .
223 - Redistributions in binary form must reproduce the above
224 copyright notice, this list of conditions and the following
225 disclaimer in the documentation and/or other materials provided
226 with the distribution.
227 .
228 - Neither the name of the Git Development Community nor the
229 names of its contributors may be used to endorse or promote
230 products derived from this software without specific prior
231 written permission.
232 .
233 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
234 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
235 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
236 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
237 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
238 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
239 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
240 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
241 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
242 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
243 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
244 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
245 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
246
247
248 License: CC0-1.0
249 To the extent possible under law, the author(s) have dedicated all copyright
250 and related and neighboring rights to this software to the public domain
251 worldwide. This software is distributed without any warranty.
252 .
253 The full text of the CC0 1.0 Universal license is available on Debian systems
254 in /usr/share/common-licenses/CC0-1.0
255
256
257 License: ISC
258 Permission to use, copy, modify, and/or distribute this software for any
259 purpose with or without fee is hereby granted, provided that the above
260 copyright notice and this permission notice appear in all copies.
261 .
262 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
263 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
264 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
265 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
266 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
267 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
268 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
269
270
271 License: LGPL-2.1+
272 This library is free software; you can redistribute it and/or
273 modify it under the terms of the GNU Lesser General Public
274 License as published by the Free Software Foundation; either
275 version 2.1 of the License, or (at your option) any later version.
276 .
277 This library is distributed in the hope that it will be useful,
278 but WITHOUT ANY WARRANTY; without even the implied warranty of
279 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
280 Lesser General Public License for more details.
281 .
282 You should have received a copy of the GNU Lesser General Public
283 License along with this library; if not, write to the Free Software
284 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
285 02110-1301 USA.
286
287
288 License: EDL-1.0
289 This program and the accompanying materials are made available
290 under the terms of the Eclipse Distribution License v1.0 which
291 accompanies this distribution, is reproduced below, and is
292 available at http://www.eclipse.org/org/documents/edl-v10.php
293 .
294 All rights reserved.
295 .
296 Redistribution and use in source and binary forms, with or
297 without modification, are permitted provided that the following
298 conditions are met:
299 .
300 - Redistributions of source code must retain the above copyright
301 notice, this list of conditions and the following disclaimer.
302 .
303 - Redistributions in binary form must reproduce the above
304 copyright notice, this list of conditions and the following
305 disclaimer in the documentation and/or other materials provided
306 with the distribution.
307 .
308 - Neither the name of the Eclipse Foundation, Inc. nor the
309 names of its contributors may be used to endorse or promote
310 products derived from this software without specific prior
311 written permission.
312 .
313 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
314 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
315 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
316 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
317 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
318 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
319 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
320 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
321 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
322 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
323 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
324 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
325 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
326
327
328 License: GPL-2+
329 This package is free software; you can redistribute it and/or modify
330 it under the terms of the GNU General Public License as published by
331 the Free Software Foundation; either version 2 of the License, or
332 (at your option) any later version.
333 .
334 This package is distributed in the hope that it will be useful,
335 but WITHOUT ANY WARRANTY; without even the implied warranty of
336 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
337 GNU General Public License for more details.
338 .
339 You should have received a copy of the GNU General Public License
340 along with this program. If not, see <http://www.gnu.org/licenses/>
341 .
342 On Debian systems, the complete text of the GNU General
343 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
344
345
346 License: MIT
347 Permission is hereby granted, free of charge, to any person obtaining a copy
348 of this software and associated documentation files (the "Software"), to deal
349 in the Software without restriction, including without limitation the rights
350 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
351 copies of the Software, and to permit persons to whom the Software is
352 furnished to do so, subject to the following conditions:
353 .
354 The above copyright notice and this permission notice shall be included in
355 all copies or substantial portions of the Software.
356 .
357 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
358 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
359 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
360 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
361 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
362 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
363 THE SOFTWARE.
364
365
366 License: PHP-3.01
367 Redistribution and use in source and binary forms, with or without
368 modification, is permitted provided that the following conditions
369 are met:
370 .
371 1. Redistributions of source code must retain the above copyright
372 notice, this list of conditions and the following disclaimer.
373 .
374 2. Redistributions in binary form must reproduce the above copyright
375 notice, this list of conditions and the following disclaimer in
376 the documentation and/or other materials provided with the
377 distribution.
378 .
379 3. The name "PHP" must not be used to endorse or promote products
380 derived from this software without prior written permission. For
381 written permission, please contact group@php.net.
382 .
383 4. Products derived from this software may not be called "PHP", nor
384 may "PHP" appear in their name, without prior written permission
385 from group@php.net. You may indicate that your software works in
386 conjunction with PHP by saying "Foo for PHP" instead of calling
387 it "PHP Foo" or "phpfoo"
388 .
389 5. The PHP Group may publish revised and/or new versions of the
390 license from time to time. Each version will be given a
391 distinguishing version number.
392 Once covered code has been published under a particular version
393 of the license, you may always continue to use it under the terms
394 of that version. You may also choose to use such covered code
395 under the terms of any subsequent version of the license
396 published by the PHP Group. No one other than the PHP Group has
397 the right to modify the terms applicable to covered code created
398 under this License.
399 .
400 6. Redistributions of any form whatsoever must retain the following
401 acknowledgment:
402 "This product includes PHP software, freely available from
403 <http://www.php.net/software/>".
404 .
405 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
406 ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
407 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
408 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
409 DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
410 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
411 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
412 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
413 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
414 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
415 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
416 OF THE POSSIBILITY OF SUCH DAMAGE.