1 CMake - Cross Platform Makefile Generator
2 Copyright 2000-2024 Kitware, Inc. and Contributors
5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions
9 * Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
12 * Redistributions in binary form must reproduce the above copyright
13 notice, this list of conditions and the following disclaimer in the
14 documentation and/or other materials provided with the distribution.
16 * Neither the name of Kitware, Inc. nor the names of Contributors
17 may be used to endorse or promote products derived from this
18 software without specific prior written permission.
20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 ------------------------------------------------------------------------------
34 The following individuals and institutions are among the Contributors:
36 * Aaron C. Meadows <cmake@shadowguarddev.com>
37 * Adriaan de Groot <groot@kde.org>
38 * Aleksey Avdeev <solo@altlinux.ru>
39 * Alexander Neundorf <neundorf@kde.org>
40 * Alexander Smorkalov <alexander.smorkalov@itseez.com>
41 * Alexey Sokolov <sokolov@google.com>
42 * Alex Merry <alex.merry@kde.org>
43 * Alex Turbov <i.zaufi@gmail.com>
44 * Andreas Pakulat <apaku@gmx.de>
45 * Andreas Schneider <asn@cryptomilk.org>
46 * André Rigland Brodtkorb <Andre.Brodtkorb@ifi.uio.no>
47 * Axel Huebl, Helmholtz-Zentrum Dresden - Rossendorf
49 * Bjoern Ricks <bjoern.ricks@gmail.com>
50 * Brad Hards <bradh@kde.org>
52 * Christoph Grüninger <foss@grueninger.de>
53 * Clement Creusot <creusot@cs.york.ac.uk>
54 * Daniel Blezek <blezek@gmail.com>
55 * Daniel Pfeifer <daniel@pfeifer-mail.de>
56 * Dawid Wróbel <me@dawidwrobel.com>
57 * Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
58 * Eran Ifrah <eran.ifrah@gmail.com>
59 * Esben Mose Hansen, Ange Optimization ApS
60 * Geoffrey Viola <geoffrey.viola@asirobots.com>
63 * Helio Chissini de Castro <helio@kde.org>
64 * Ilya Lavrenov <ilya.lavrenov@itseez.com>
65 * Insight Software Consortium <insightsoftwareconsortium.org>
66 * Intel Corporation <www.intel.com>
68 * Jordan Williams <jordan@jwillikers.com>
70 * Kelly Thompson <kgt@lanl.gov>
71 * Konstantin Podsvirov <konstantin@podsvirov.pro>
72 * Laurent Montel <montel@kde.org>
73 * Mario Bensi <mbensi@ipsquad.net>
74 * Martin Gräßlin <mgraesslin@kde.org>
75 * Mathieu Malaterre <mathieu.malaterre@gmail.com>
76 * Matthaeus G. Chajdas
77 * Matthias Kretz <kretz@kde.org>
78 * Matthias Maennich <matthias@maennich.net>
79 * Michael Hirsch, Ph.D. <www.scivision.co>
81 * Miguel A. Figueroa-Villanueva
82 * Mike Durso <rbprogrammer@gmail.com>
84 * Mike McQuaid <mike@mikemcquaid.com>
85 * Nicolas Bock <nicolasbock@gmail.com>
86 * Nicolas Despres <nicolas.despres@gmail.com>
87 * Nikita Krupen'ko <krnekit@gmail.com>
88 * NVIDIA Corporation <www.nvidia.com>
89 * OpenGamma Ltd. <opengamma.com>
90 * Patrick Stotko <stotko@cs.uni-bonn.de>
91 * Per Øyvind Karlsen <peroyvind@mandriva.org>
92 * Peter Collingbourne <peter@pcc.me.uk>
93 * Petr Gotthard <gotthard@honeywell.com>
94 * Philip Lowman <philip@yhbt.com>
95 * Philippe Proulx <pproulx@efficios.com>
96 * Raffi Enficiaud, Max Planck Society
97 * Raumfeld <raumfeld.com>
98 * Roger Leigh <rleigh@codelibre.net>
99 * Rolf Eike Beer <eike@sf-mail.de>
100 * Roman Donchenko <roman.donchenko@itseez.com>
101 * Roman Kharitonov <roman.kharitonov@itseez.com>
103 * Sebastian Holtermann <sebholt@xwmw.org>
104 * Stephen Kelly <steveire@gmail.com>
105 * Sylvain Joubert <joubert.sy@gmail.com>
106 * The Qt Company Ltd.
107 * Thomas Sondergaard <ts@medical-insight.com>
108 * Tobias Hunger <tobias.hunger@qt.io>
109 * Todd Gamblin <tgamblin@llnl.gov>
111 * University of Dundee
113 * Will Dicharry <wdicharry@stellarscience.com>
115 See version control history for details of individual contributions.
117 The above copyright and license notice applies to distributions of
118 CMake in source and binary form. Third-party software packages supplied
119 with CMake under compatible licenses provide their own copyright notices
120 documented in corresponding subdirectories or source files.
122 ------------------------------------------------------------------------------
124 CMake was initially developed by Kitware with the following sponsorship:
126 * National Library of Medicine at the National Institutes of Health
127 as part of the Insight Segmentation and Registration Toolkit (ITK).
129 * US National Labs (Los Alamos, Livermore, Sandia) ASC Parallel
130 Visualization Initiative.
132 * National Alliance for Medical Image Computing (NAMIC) is funded by the
133 National Institutes of Health through the NIH Roadmap for Medical Research,
138 ------------------------------------------------------------------------
139 %Utilities/KWIML/Copyright.txt
141 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
142 # file Copyright.txt or https://cmake.org/licensing for details.
146 if (CMake_DOC_ARTIFACT_PREFIX)
147 # Undocumented option for CI usage to reuse already
148 # built documentation.
149 install(DIRECTORY ${CMake_DOC_ARTIFACT_PREFIX}/
150 DESTINATION . USE_SOURCE_PERMISSIONS)
152 # Normal documentation build.
153 add_subdirectory(Sphinx)
156 if(WIX_CUSTOM_ACTION_ENABLED)
157 add_subdirectory(Release/WiX)
160 # Make sure generated files use the same clang-tidy checks (none).
161 configure_file(.clang-tidy .clang-tidy COPYONLY)
163 ------------------------------------------------------------------------
164 %Utilities/cmbzip2/LICENSE
167 --------------------------------------------------------------------------
169 This program, "bzip2", the associated library "libbzip2", and all
170 documentation, are copyright (C) 1996-2019 Julian R Seward. All
173 Redistribution and use in source and binary forms, with or without
174 modification, are permitted provided that the following conditions
177 1. Redistributions of source code must retain the above copyright
178 notice, this list of conditions and the following disclaimer.
180 2. The origin of this software must not be misrepresented; you must
181 not claim that you wrote the original software. If you use this
182 software in a product, an acknowledgment in the product
183 documentation would be appreciated but is not required.
185 3. Altered source versions must be plainly marked as such, and must
186 not be misrepresented as being the original software.
188 4. The name of the author may not be used to endorse or promote
189 products derived from this software without specific prior written
192 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
193 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
194 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
195 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
196 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
197 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
198 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
199 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
200 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
201 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
202 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
204 Julian Seward, jseward@acm.org
205 bzip2/libbzip2 version 1.0.8 of 13 July 2019
207 --------------------------------------------------------------------------
208 %Utilities/cmcurl/COPYING
210 COPYRIGHT AND PERMISSION NOTICE
212 Copyright (c) 1996 - 2021, Daniel Stenberg, <daniel@haxx.se>, and many
213 contributors, see the THANKS file.
217 Permission to use, copy, modify, and distribute this software for any purpose
218 with or without fee is hereby granted, provided that the above copyright
219 notice and this permission notice appear in all copies.
221 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
222 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
223 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
224 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
225 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
226 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
227 OR OTHER DEALINGS IN THE SOFTWARE.
229 Except as contained in this notice, the name of a copyright holder shall not
230 be used in advertising or otherwise to promote the sale, use or other dealings
231 in this Software without prior written authorization of the copyright holder.
233 ------------------------------------------------------------------------
234 %Utilities/cmexpat/COPYING
236 Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
237 Copyright (c) 2001-2019 Expat maintainers
239 Permission is hereby granted, free of charge, to any person obtaining
240 a copy of this software and associated documentation files (the
241 "Software"), to deal in the Software without restriction, including
242 without limitation the rights to use, copy, modify, merge, publish,
243 distribute, sublicense, and/or sell copies of the Software, and to
244 permit persons to whom the Software is furnished to do so, subject to
245 the following conditions:
247 The above copyright notice and this permission notice shall be included
248 in all copies or substantial portions of the Software.
250 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
251 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
252 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
253 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
254 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
255 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
256 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
258 ------------------------------------------------------------------------
259 %Utilities/cmjsoncpp/LICENSE
261 The JsonCpp library's source code, including accompanying documentation,
262 tests and demonstration applications, are licensed under the following
265 Baptiste Lepilleur and The JsonCpp Authors explicitly disclaim copyright in all
266 jurisdictions which recognize such a disclaimer. In such jurisdictions,
267 this software is released into the Public Domain.
269 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
270 2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur and
271 The JsonCpp Authors, and is released under the terms of the MIT License (see below).
273 In jurisdictions which recognize Public Domain property, the user of this
274 software may choose to accept it either as 1) Public Domain, 2) under the
275 conditions of the MIT License (see below), or 3) under the terms of dual
276 Public Domain/MIT License conditions described here, as they choose.
278 The MIT License is about as close to Public Domain as a license can get, and is
279 described in clear, concise terms at:
281 http://en.wikipedia.org/wiki/MIT_License
283 The full text of the MIT License follows:
285 ========================================================================
286 Copyright (c) 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
288 Permission is hereby granted, free of charge, to any person
289 obtaining a copy of this software and associated documentation
290 files (the "Software"), to deal in the Software without
291 restriction, including without limitation the rights to use, copy,
292 modify, merge, publish, distribute, sublicense, and/or sell copies
293 of the Software, and to permit persons to whom the Software is
294 furnished to do so, subject to the following conditions:
296 The above copyright notice and this permission notice shall be
297 included in all copies or substantial portions of the Software.
299 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
300 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
301 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
302 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
303 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
304 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
305 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
307 ========================================================================
310 The MIT license is compatible with both the GPL and commercial
311 software, affording one all of the rights of Public Domain with the
312 minor nuisance of being required to keep the above copyright notice
313 and license text in the source code. Note also that by accepting the
314 Public Domain "license" you can re-license your copy using whatever
317 ------------------------------------------------------------------------
318 %Utilities/cmlibarchive/COPYING
320 The libarchive distribution as a whole is Copyright by Tim Kientzle
321 and is subject to the copyright notice reproduced at the bottom of
324 Each individual file in this distribution should have a clear
325 copyright/licensing statement at the beginning of the file. If any do
326 not, please let me know and I will rectify it. The following is
327 intended to summarize the copyright status of the individual files;
328 the actual statements in the files are controlling.
330 * Except as listed below, all C sources (including .c and .h files)
331 and documentation files are subject to the copyright notice reproduced
332 at the bottom of this file.
334 * The following source files are also subject in whole or in part to
335 a 3-clause UC Regents copyright; please read the individual source
337 libarchive/archive_entry.c
338 libarchive/archive_read_support_filter_compress.c
339 libarchive/archive_write_add_filter_compress.c
342 * The following source files are in the public domain:
343 libarchive/archive_getdate.c
345 * The following source files are triple-licensed with the ability to choose
346 from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses:
347 libarchive/archive_blake2.h
348 libarchive/archive_blake2_impl.h
349 libarchive/archive_blake2s_ref.c
350 libarchive/archive_blake2sp_ref.c
352 * The build files---including Makefiles, configure scripts,
353 and auxiliary scripts used as part of the compile process---have
354 widely varying licensing terms. Please check individual files before
355 distributing them to see if those restrictions apply to you.
357 I intend for all new source code to use the license below and hope over
358 time to replace code with other licenses with new implementations that
359 do use the license below. The varying licensing of the build scripts
360 seems to be an unavoidable mess.
363 Copyright (c) 2003-2018 <author(s)>
366 Redistribution and use in source and binary forms, with or without
367 modification, are permitted provided that the following conditions
369 1. Redistributions of source code must retain the above copyright
370 notice, this list of conditions and the following disclaimer
371 in this position and unchanged.
372 2. Redistributions in binary form must reproduce the above copyright
373 notice, this list of conditions and the following disclaimer in the
374 documentation and/or other materials provided with the distribution.
376 THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
377 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
378 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
379 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
380 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
381 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
382 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
383 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
384 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
385 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
387 ------------------------------------------------------------------------
388 %Utilities/cmliblzma/COPYING
394 Different licenses apply to different files in this package. Here
395 is a rough summary of which licenses apply to which parts of this
396 package (but check the individual files to be sure!):
398 - liblzma is in the public domain.
400 - xz, xzdec, and lzmadec command line tools are in the public
401 domain unless GNU getopt_long had to be compiled and linked
402 in from the lib directory. The getopt_long code is under
405 - The scripts to grep, diff, and view compressed files have been
406 adapted from gzip. These scripts and their documentation are
409 - All the documentation in the doc directory and most of the
410 XZ Utils specific documentation files in other directories
411 are in the public domain.
413 - Translated messages are in the public domain.
415 - The build system contains public domain files, and files that
416 are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
417 in the binaries being built.
419 - Test files and test code in the tests directory, and debugging
420 utilities in the debug directory are in the public domain.
422 - The extra directory may contain public domain files, and files
423 that are under various free software licenses.
425 You can do whatever you want with the files that have been put into
426 the public domain. If you find public domain legally problematic,
427 take the previous sentence as a license grant. If you still find
428 the lack of copyright legally problematic, you have too many
431 As usual, this software is provided "as is", without any warranty.
433 If you copy significant amounts of public domain code from XZ Utils
434 into your project, acknowledging this somewhere in your software is
435 polite (especially if it is proprietary, non-free software), but
436 naturally it is not legally required. Here is an example of a good
437 notice to put into "about box" or into documentation:
439 This software includes code from XZ Utils <https://tukaani.org/xz/>.
441 The following license texts are included in the following files:
442 - COPYING.LGPLv2.1: GNU Lesser General Public License version 2.1
443 - COPYING.GPLv2: GNU General Public License version 2
444 - COPYING.GPLv3: GNU General Public License version 3
446 Note that the toolchain (compiler, linker etc.) may add some code
447 pieces that are copyrighted. Thus, it is possible that e.g. liblzma
448 binary wouldn't actually be in the public domain in its entirety
449 even though it contains no copyrighted code from the XZ Utils source
452 If you have questions, don't hesitate to ask the author(s) for more
455 ------------------------------------------------------------------------
456 %Utilities/cmlibrhash/COPYING
459 BSD Zero Clause License
461 Copyright (c) 2005, Aleksey Kravchenko <rhash.admin@gmail.com>
463 Permission to use, copy, modify, and/or distribute this software for any
464 purpose with or without fee is hereby granted.
466 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
467 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
468 AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
469 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
470 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
471 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
472 PERFORMANCE OF THIS SOFTWARE.
474 ------------------------------------------------------------------------
475 %Utilities/cmlibuv/LICENSE
477 libuv is licensed for use as follows:
480 Copyright (c) 2015-present libuv project contributors.
482 Permission is hereby granted, free of charge, to any person obtaining a copy
483 of this software and associated documentation files (the "Software"), to
484 deal in the Software without restriction, including without limitation the
485 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
486 sell copies of the Software, and to permit persons to whom the Software is
487 furnished to do so, subject to the following conditions:
489 The above copyright notice and this permission notice shall be included in
490 all copies or substantial portions of the Software.
492 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
493 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
494 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
495 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
496 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
497 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
501 This license applies to parts of libuv originating from the
502 https://github.com/joyent/libuv repository:
506 Copyright Joyent, Inc. and other Node contributors. All rights reserved.
507 Permission is hereby granted, free of charge, to any person obtaining a copy
508 of this software and associated documentation files (the "Software"), to
509 deal in the Software without restriction, including without limitation the
510 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
511 sell copies of the Software, and to permit persons to whom the Software is
512 furnished to do so, subject to the following conditions:
514 The above copyright notice and this permission notice shall be included in
515 all copies or substantial portions of the Software.
517 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
518 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
519 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
520 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
521 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
522 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
527 This license applies to all parts of libuv that are not externally
528 maintained libraries.
530 The externally maintained libraries used by libuv are:
532 - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
534 - inet_pton and inet_ntop implementations, contained in src/inet.c, are
535 copyright the Internet Systems Consortium, Inc., and licensed under the ISC
538 - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
541 - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
542 Three clause BSD license.
544 - android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
545 Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
546 n° 289016). Three clause BSD license.
548 ------------------------------------------------------------------------
549 %Utilities/cmnghttp2/COPYING
553 Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa
554 Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors
556 Permission is hereby granted, free of charge, to any person obtaining
557 a copy of this software and associated documentation files (the
558 "Software"), to deal in the Software without restriction, including
559 without limitation the rights to use, copy, modify, merge, publish,
560 distribute, sublicense, and/or sell copies of the Software, and to
561 permit persons to whom the Software is furnished to do so, subject to
562 the following conditions:
564 The above copyright notice and this permission notice shall be
565 included in all copies or substantial portions of the Software.
567 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
568 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
569 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
570 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
571 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
572 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
573 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
575 ------------------------------------------------------------------------
576 %Utilities/cmzlib/Copyright.txt
578 'zlib' general purpose compression library
579 version 1.2.3, July 18th, 2005
581 Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
583 This software is provided 'as-is', without any express or implied
584 warranty. In no event will the authors be held liable for any damages
585 arising from the use of this software.
587 Permission is granted to anyone to use this software for any purpose,
588 including commercial applications, and to alter it and redistribute it
589 freely, subject to the following restrictions:
591 1. The origin of this software must not be misrepresented; you must not
592 claim that you wrote the original software. If you use this software
593 in a product, an acknowledgment in the product documentation would be
594 appreciated but is not required.
595 2. Altered source versions must be plainly marked as such, and must not be
596 misrepresented as being the original software.
597 3. This notice may not be removed or altered from any source distribution.
599 Jean-loup Gailly Mark Adler
600 jloup@gzip.org madler@alumni.caltech.edu
602 ------------------------------------------------------------------------
603 %Utilities/cmzstd/LICENSE
607 For Zstandard software
609 Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
611 Redistribution and use in source and binary forms, with or without modification,
612 are permitted provided that the following conditions are met:
614 * Redistributions of source code must retain the above copyright notice, this
615 list of conditions and the following disclaimer.
617 * Redistributions in binary form must reproduce the above copyright notice,
618 this list of conditions and the following disclaimer in the documentation
619 and/or other materials provided with the distribution.
621 * Neither the name Facebook nor the names of its contributors may be used to
622 endorse or promote products derived from this software without specific
623 prior written permission.
625 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
626 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
627 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
628 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
629 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
630 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
631 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
632 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
633 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
634 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
636 ------------------------------------------------------------------------