Name: developer/build/cmake Summary: A cross-platform, open-source make system Publisher: solaris Version: 3.24.0 Build Release: 11.4 Branch: 11.4.81.0.0.193.0 Packaging Date: Fri Mar 21 18:47:06 2025 Size: 106.84 MB Compressed Size: 38.62 MB FMRI: pkg://solaris/developer/build/cmake@3.24.0,11.4-11.4.81.0.0.193.0:20250321T184706Z License: CMake - Cross Platform Makefile Generator Copyright 2000-2022 Kitware, Inc. and Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Kitware, Inc. nor the names of Contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------------------------------------------------------------------------------ The following individuals and institutions are among the Contributors: * Aaron C. Meadows * Adriaan de Groot * Aleksey Avdeev * Alexander Neundorf * Alexander Smorkalov * Alexey Sokolov * Alex Merry * Alex Turbov * Andreas Pakulat * Andreas Schneider * André Rigland Brodtkorb * Axel Huebl, Helmholtz-Zentrum Dresden - Rossendorf * Benjamin Eikel * Bjoern Ricks * Brad Hards * Christopher Harvey * Christoph Grüninger * Clement Creusot * Daniel Blezek * Daniel Pfeifer * Enrico Scholz * Eran Ifrah * Esben Mose Hansen, Ange Optimization ApS * Geoffrey Viola * Google Inc * Gregor Jasny * Helio Chissini de Castro * Ilya Lavrenov * Insight Software Consortium * Intel Corporation * Jan Woetzel * Jordan Williams * Julien Schueller * Kelly Thompson * Konstantin Podsvirov * Laurent Montel * Mario Bensi * Martin Gräßlin * Mathieu Malaterre * Matthaeus G. Chajdas * Matthias Kretz * Matthias Maennich * Michael Hirsch, Ph.D. * Michael Stürmer * Miguel A. Figueroa-Villanueva * Mike Durso * Mike Jackson * Mike McQuaid * Nicolas Bock * Nicolas Despres * Nikita Krupen'ko * NVIDIA Corporation * OpenGamma Ltd. * Patrick Stotko * Per Øyvind Karlsen * Peter Collingbourne * Petr Gotthard * Philip Lowman * Philippe Proulx * Raffi Enficiaud, Max Planck Society * Raumfeld * Roger Leigh * Rolf Eike Beer * Roman Donchenko * Roman Kharitonov * Ruslan Baratov * Sebastian Holtermann * Stephen Kelly * Sylvain Joubert * The Qt Company Ltd. * Thomas Sondergaard * Tobias Hunger * Todd Gamblin * Tristan Carel * University of Dundee * Vadim Zhukov * Will Dicharry See version control history for details of individual contributions. The above copyright and license notice applies to distributions of CMake in source and binary form. Third-party software packages supplied with CMake under compatible licenses provide their own copyright notices documented in corresponding subdirectories or source files. ------------------------------------------------------------------------------ CMake was initially developed by Kitware with the following sponsorship: * National Library of Medicine at the National Institutes of Health as part of the Insight Segmentation and Registration Toolkit (ITK). * US National Labs (Los Alamos, Livermore, Sandia) ASC Parallel Visualization Initiative. * National Alliance for Medical Image Computing (NAMIC) is funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149. * Kitware, Inc. ## Files: cmake-3.24.0/Source/cmUVStreambuf.h /* * This file is based on example code from: * * http://www.voidcn.com/article/p-vjnlygmc-gy.html * * The example code was distributed under the following license: * * Copyright 2007 Edd Dawson. * Distributed under the Boost Software License, Version 1.0. * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, to any person or organization * obtaining a copy of the software and accompanying documentation covered by * this license (the "Software") to use, reproduce, display, distribute, * execute, and transmit the Software, and to prepare derivative works of the * Software, and to permit third-parties to whom the Software is furnished to * do so, all subject to the following: * * The copyright notices in the Software and this entire statement, including * the above license grant, this restriction and the following disclaimer, * must be included in all copies of the Software, in whole or in part, and * all derivative works of the Software, unless such copies or derivative * works are solely in the form of machine-executable object code generated by * a source language processor. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT * SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE * FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/src/random.c cmake-3.24.0/Utilities/cmlibuv/src/unix/epoll.c cmake-3.24.0/Utilities/cmlibuv/src/unix/random-sysctl-linux.c cmake-3.24.0/Utilities/cmlibuv/src/unix/random-getentropy.c cmake-3.24.0/Utilities/cmlibuv/src/unix/random-getrandom.c cmake-3.24.0/Utilities/cmlibuv/src/unix/random-devurandom.c /* Copyright libuv contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/src/win/snprintf.c /* Copyright the libuv project contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_submit.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_priority_spec.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_npn.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_buf.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_outbound_item.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_pq.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_hd.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_version.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_hd_huffman.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_map.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_mem.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_option.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_helper.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_queue.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_stream.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_debug.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_callbacks.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_net.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_rcbuf.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_http.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_session.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_frame.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_hd_huffman.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_map.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_mem.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_option.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_hd_huffman_data.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_pq.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_int.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_hd.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_outbound_item.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_submit.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_priority_spec.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_npn.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_buf.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_session.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_frame.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_http.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_debug.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_callbacks.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_rcbuf.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_helper.c cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_queue.h cmake-3.24.0/Utilities/cmnghttp2/lib/nghttp2_stream.h cmake-3.24.0/Utilities/cmnghttp2/lib/includes/nghttp2/nghttp2.h cmake-3.24.0/Utilities/cmnghttp2/lib/includes/nghttp2/nghttp2ver.h /* * nghttp2 - HTTP/2 C Library * * Copyright (c) 2012 Tatsuhiro Tsujikawa * Copyright (c) 2012, 2013 Tatsuhiro Tsujikawa * Copyright (c) 2013 Tatsuhiro Tsujikawa * Copyright (c) 2013, 2014 Tatsuhiro Tsujikawa * Copyright (c) 2014 Tatsuhiro Tsujikawa * Copyright (c) 2015 Tatsuhiro Tsujikawa * Copyright (c) 2016 Tatsuhiro Tsujikawa * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/include/uv/posix.h cmake-3.24.0/Utilities/cmlibuv/include/uv/os390.h cmake-3.24.0/Utilities/cmlibuv/src/strscpy.h cmake-3.24.0/Utilities/cmlibuv/src/uv-data-getter-setters.c cmake-3.24.0/Utilities/cmlibuv/src/strscpy.c cmake-3.24.0/Utilities/cmlibuv/src/unix/os390-proctitle.c cmake-3.24.0/Utilities/cmlibuv/src/unix/hpux.c cmake-3.24.0/Utilities/cmlibuv/src/unix/sysinfo-loadavg.c cmake-3.24.0/Utilities/cmlibuv/src/unix/ibmi.c cmake-3.24.0/Utilities/cmlibuv/src/unix/posix-poll.c cmake-3.24.0/Utilities/cmlibuv/src/unix/os390-syscalls.c cmake-3.24.0/Utilities/cmlibuv/src/unix/no-proctitle.c cmake-3.24.0/Utilities/cmlibuv/src/unix/cygwin.c cmake-3.24.0/Utilities/cmlibuv/src/unix/bsd-proctitle.c cmake-3.24.0/Utilities/cmlibuv/src/unix/bsd-ifaddrs.c cmake-3.24.0/Utilities/cmlibuv/src/unix/haiku.c cmake-3.24.0/Utilities/cmlibuv/src/unix/sysinfo-memory.c cmake-3.24.0/Utilities/cmlibuv/src/unix/procfs-exepath.c cmake-3.24.0/Utilities/cmlibuv/src/unix/aix-common.c cmake-3.24.0/Utilities/cmlibuv/src/unix/no-fsevents.c cmake-3.24.0/Utilities/cmlibuv/src/unix/os390.c cmake-3.24.0/Utilities/cmlibuv/src/unix/os390-syscalls.h cmake-3.24.0/Utilities/cmlibuv/src/unix/posix-hrtime.c cmake-3.24.0/Utilities/cmlibuv/src/unix/darwin-stub.h cmake-3.24.0/Utilities/cmlibuv/src/win/fs-fd-hash-inl.h cmake-3.24.0/Utilities/cmlibuv/src/win/detect-wakeup.c /* Copyright libuv project contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/src/unix/getnameinfo.c cmake-3.24.0/Utilities/cmlibuv/src/win/getnameinfo.c /* Copyright Joyent, Inc. and other Node contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/dictBuilder/divsufsort.h /* * divsufsort.h for libdivsufsort-lite * Copyright (c) 2003-2008 Yuta Mori All Rights Reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following * conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/src/unix/qnx.c /* Copyright libuv contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/dictBuilder/divsufsort.c /* * divsufsort.c for libdivsufsort-lite * Copyright (c) 2003-2008 Yuta Mori All Rights Reserved. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following * conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/include/uv.h cmake-3.24.0/Utilities/cmlibuv/include/uv/sunos.h cmake-3.24.0/Utilities/cmlibuv/include/uv/win.h cmake-3.24.0/Utilities/cmlibuv/include/uv/version.h cmake-3.24.0/Utilities/cmlibuv/include/uv/linux.h cmake-3.24.0/Utilities/cmlibuv/include/uv/darwin.h cmake-3.24.0/Utilities/cmlibuv/include/uv/bsd.h cmake-3.24.0/Utilities/cmlibuv/include/uv/errno.h cmake-3.24.0/Utilities/cmlibuv/include/uv/threadpool.h cmake-3.24.0/Utilities/cmlibuv/include/uv/aix.h cmake-3.24.0/Utilities/cmlibuv/include/uv/unix.h cmake-3.24.0/Utilities/cmlibuv/src/uv-common.h cmake-3.24.0/Utilities/cmlibuv/src/fs-poll.c cmake-3.24.0/Utilities/cmlibuv/src/threadpool.c cmake-3.24.0/Utilities/cmlibuv/src/version.c cmake-3.24.0/Utilities/cmlibuv/src/uv-common.c cmake-3.24.0/Utilities/cmlibuv/src/unix/dl.c cmake-3.24.0/Utilities/cmlibuv/src/unix/thread.c cmake-3.24.0/Utilities/cmlibuv/src/unix/poll.c cmake-3.24.0/Utilities/cmlibuv/src/unix/loop.c cmake-3.24.0/Utilities/cmlibuv/src/unix/fs.c cmake-3.24.0/Utilities/cmlibuv/src/unix/aix.c cmake-3.24.0/Utilities/cmlibuv/src/unix/linux-syscalls.c cmake-3.24.0/Utilities/cmlibuv/src/unix/internal.h cmake-3.24.0/Utilities/cmlibuv/src/unix/stream.c cmake-3.24.0/Utilities/cmlibuv/src/unix/loop-watcher.c cmake-3.24.0/Utilities/cmlibuv/src/unix/tty.c cmake-3.24.0/Utilities/cmlibuv/src/unix/pipe.c cmake-3.24.0/Utilities/cmlibuv/src/unix/udp.c cmake-3.24.0/Utilities/cmlibuv/src/unix/process.c cmake-3.24.0/Utilities/cmlibuv/src/unix/tcp.c cmake-3.24.0/Utilities/cmlibuv/src/unix/linux-syscalls.h cmake-3.24.0/Utilities/cmlibuv/src/win/internal.h cmake-3.24.0/Utilities/cmlibuv/src/win/core.c cmake-3.24.0/Utilities/cmlibuv/src/win/handle-inl.h cmake-3.24.0/Utilities/cmlibuv/src/win/stream-inl.h cmake-3.24.0/Utilities/cmlibuv/src/win/process-stdio.c cmake-3.24.0/Utilities/cmlibuv/src/win/winapi.c cmake-3.24.0/Utilities/cmlibuv/src/win/req-inl.h cmake-3.24.0/Utilities/cmlibuv/src/win/util.c cmake-3.24.0/Utilities/cmlibuv/src/win/poll.c cmake-3.24.0/Utilities/cmlibuv/src/win/fs-event.c cmake-3.24.0/Utilities/cmlibuv/src/win/error.c cmake-3.24.0/Utilities/cmlibuv/src/win/getaddrinfo.c cmake-3.24.0/Utilities/cmlibuv/src/win/atomicops-inl.h cmake-3.24.0/Utilities/cmlibuv/src/win/process.c cmake-3.24.0/Utilities/cmlibuv/src/win/winsock.c cmake-3.24.0/Utilities/cmlibuv/src/win/thread.c cmake-3.24.0/Utilities/cmlibuv/src/win/pipe.c cmake-3.24.0/Utilities/cmlibuv/src/win/winapi.h cmake-3.24.0/Utilities/cmlibuv/src/win/tcp.c cmake-3.24.0/Utilities/cmlibuv/src/win/loop-watcher.c cmake-3.24.0/Utilities/cmlibuv/src/win/udp.c cmake-3.24.0/Utilities/cmlibuv/src/win/dl.c cmake-3.24.0/Utilities/cmlibuv/src/win/winsock.h cmake-3.24.0/Utilities/cmlibuv/src/win/handle.c cmake-3.24.0/Utilities/cmlibuv/src/win/tty.c cmake-3.24.0/Utilities/cmlibuv/src/win/stream.c cmake-3.24.0/Utilities/cmlibuv/src/win/fs.c cmake-3.24.0/Utilities/cmlibuv/src/win/async.c /* Copyright Joyent, Inc. and other Node contributors. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/src/timer.c cmake-3.24.0/Utilities/cmlibuv/src/unix/kqueue.c cmake-3.24.0/Utilities/cmlibuv/src/unix/linux-core.c cmake-3.24.0/Utilities/cmlibuv/src/unix/proctitle.c cmake-3.24.0/Utilities/cmlibuv/src/unix/async.c cmake-3.24.0/Utilities/cmlibuv/src/unix/linux-inotify.c cmake-3.24.0/Utilities/cmlibuv/src/unix/sunos.c cmake-3.24.0/Utilities/cmlibuv/src/unix/freebsd.c cmake-3.24.0/Utilities/cmlibuv/src/unix/core.c cmake-3.24.0/Utilities/cmlibuv/src/unix/getaddrinfo.c cmake-3.24.0/Utilities/cmlibuv/src/unix/signal.c cmake-3.24.0/Utilities/cmlibuv/src/unix/netbsd.c cmake-3.24.0/Utilities/cmlibuv/src/unix/openbsd.c cmake-3.24.0/Utilities/cmlibuv/src/unix/darwin-proctitle.c cmake-3.24.0/Utilities/cmlibuv/src/unix/fsevents.c cmake-3.24.0/Utilities/cmlibuv/src/unix/darwin.c cmake-3.24.0/Utilities/cmlibuv/src/win/signal.c /* Copyright Joyent, Inc. and other Node contributors. All rights reserved. * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Source/CursesDialog/form/fld_page.c cmake-3.24.0/Source/CursesDialog/form/fld_opts.c cmake-3.24.0/Source/CursesDialog/form/frm_req_name.c cmake-3.24.0/Source/CursesDialog/form/fld_newftyp.c cmake-3.24.0/Source/CursesDialog/form/fld_stat.c cmake-3.24.0/Source/CursesDialog/form/frm_def.c cmake-3.24.0/Source/CursesDialog/form/fld_link.c cmake-3.24.0/Source/CursesDialog/form/fld_attr.c cmake-3.24.0/Source/CursesDialog/form/fld_current.c cmake-3.24.0/Source/CursesDialog/form/fld_just.c cmake-3.24.0/Source/CursesDialog/form/frm_driver.c cmake-3.24.0/Source/CursesDialog/form/fld_user.c cmake-3.24.0/Source/CursesDialog/form/frm_sub.c cmake-3.24.0/Source/CursesDialog/form/fld_arg.c cmake-3.24.0/Source/CursesDialog/form/fld_info.c cmake-3.24.0/Source/CursesDialog/form/frm_post.c cmake-3.24.0/Source/CursesDialog/form/fld_move.c cmake-3.24.0/Source/CursesDialog/form/frm_data.c cmake-3.24.0/Source/CursesDialog/form/mf_common.h cmake-3.24.0/Source/CursesDialog/form/frm_scale.c cmake-3.24.0/Source/CursesDialog/form/form.priv.h cmake-3.24.0/Source/CursesDialog/form/fld_ftlink.c cmake-3.24.0/Source/CursesDialog/form/frm_page.c cmake-3.24.0/Source/CursesDialog/form/frm_opts.c cmake-3.24.0/Source/CursesDialog/form/fld_max.c cmake-3.24.0/Source/CursesDialog/form/fld_pad.c cmake-3.24.0/Source/CursesDialog/form/frm_win.c cmake-3.24.0/Source/CursesDialog/form/form.h cmake-3.24.0/Source/CursesDialog/form/frm_user.c cmake-3.24.0/Source/CursesDialog/form/fld_dup.c cmake-3.24.0/Source/CursesDialog/form/fld_ftchoice.c cmake-3.24.0/Source/CursesDialog/form/nc_alloc.h cmake-3.24.0/Source/CursesDialog/form/eti.h cmake-3.24.0/Source/CursesDialog/form/frm_cursor.c cmake-3.24.0/Source/CursesDialog/form/fld_def.c cmake-3.24.0/Source/CursesDialog/form/fld_type.c cmake-3.24.0/Source/CursesDialog/form/frm_hook.c /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * * Copyright (c) 1998,2000 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * * "Software"), to deal in the Software without restriction, including * * without limitation the rights to use, copy, modify, merge, publish, * * distribute, distribute with modifications, sublicense, and/or sell * * copies of the Software, and to permit persons to whom the Software is * * furnished to do so, subject to the following conditions: * * * * The above copyright notice and this permission notice shall be included * * in all copies or substantial portions of the Software. * * * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * * * Except as contained in this notice, the name(s) of the above copyright * * holders shall not be used in advertising or otherwise to promote the * * sale, use or other dealings in this Software without prior written * * authorization. * ****************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_string.h /*- * Copyright (c) 2003-2010 Tim Kientzle * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_compress.c /*- * Copyright (c) 1985, 1986, 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Diomidis Spinellis and James A. Woods, derived from original * work by Spencer Thomas and Joseph Orost. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ ## Files: cmake-3.24.0/Utilities/cmelf/elf64.h cmake-3.24.0/Utilities/cmelf/elf_common.h cmake-3.24.0/Utilities/cmelf/elf32.h /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 1996-1998 John D. Polstra. * Copyright (c) 1998 John D. Polstra. * Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien * Copyright (c) 2017, 2018 Dell EMC * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * $FreeBSD$ */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_platform.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_xxhash.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_crc32.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/filter_fork.h /*- * Copyright (c) 2003-2007 Tim Kientzle * Copyright (c) 2003-2008 Tim Kientzle * Copyright (c) 2003-2010 Tim Kientzle * Copyright (c) 2007 Joerg Sonnenberger * Copyright (c) 2009 Joerg Sonnenberger * Copyright (c) 2014 Michihiro NAKAJIMA * Copyright (c) 2016 Martin Matuska * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_digest_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_cryptor.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_rar5.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_hmac_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_rar.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_digest.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_cryptor_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_hmac.c /*- * Copyright (c) 2003-2007 Tim Kientzle * Copyright (c) 2011 Andres Mejia * Copyright (c) 2011 Michihiro NAKAJIMA * Copyright (c) 2014 Michihiro NAKAJIMA * Copyright (c) 2018 Grzegorz Antoniak (http://antoniak.org) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_endian.h /*- * Copyright (c) 2002 Thomas Moestl * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * * Borrowed from FreeBSD's */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/krb5.c /* GSSAPI/krb5 support for FTP - loosely based on old krb4.c * * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan * Copyright (c) 2004 - 2022 Daniel Stenberg * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * 3. Neither the name of the Institute nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/src/unix/pthread-fixes.c * Copyright (c) 2012, Google Inc. /* Copyright (c) 2013, Sony Mobile Communications AB All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_pack_dev.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_pack_dev.h /*- * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Charles M. Hannum. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_pathmatch.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_windows.h /*- * Copyright (c) 2003-2006 Tim Kientzle * Copyright (c) 2003-2007 Tim Kientzle * Copyright (c) 2009-2011 Michihiro NAKAJIMA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer * in this position and unchanged. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD$ */ ## Files: cmake-3.24.0/Utilities/cmlibuv/include/uv/tree.h /*- * Copyright 2002 Niels Provos * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_gnutar.c /*- * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). * Copyright (c) 2011-2012 Michihiro NAKAJIMA * Author: Jonas Gastal * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_compress.c /*- * Copyright (c) 1985, 1986, 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Diomidis Spinellis and James A. Woods, derived from original * work by Spencer Thomas and Joseph Orost. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry.c /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/include/uv/stdint-msvc2008.h // ISO C9x compliant stdint.h for Microsoft Visual Studio // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 // // Copyright (c) 2006-2008 Alexander Chemeris // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, // this list of conditions and the following disclaimer. // // 2. Redistributions in binary form must reproduce the above copyright // notice, this list of conditions and the following disclaimer in the // documentation and/or other materials provided with the distribution. // // 3. The name of the author may be used to endorse or promote products // derived from this software without specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED // WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO // EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // /////////////////////////////////////////////////////////////////////////////// ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_windows.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_platform_xattr.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_getdate.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_platform_acl.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/config_freebsd.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_acl_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_cmdline_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry_locale.h /*- * Copyright (c) 2003-2007 Kees Zeelenberg * Copyright (c) 2003-2007 Tim Kientzle * Copyright (c) 2003-2010 Tim Kientzle * Copyright (c) 2003-2015 Tim Kientzle * Copyright (c) 2009-2011 Michihiro NAKAJIMA * Copyright (c) 2011 Michihiro NAKAJIMA * Copyright (c) 2012 Michihiro NAKAJIMA * Copyright (c) 2017 Martin Matuska * Copyright (c) 2020 Martin Matuska * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD$ */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_string_composition.h /*- * Copyright (c) 2011-2012 libarchive Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD$ * */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_disk_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_disk_private.h /*- * Copyright (c) 2003-2007 Tim Kientzle * Copyright (c) 2003-2009 Tim Kientzle * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer * in this position and unchanged. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ ## Files: cmake-3.24.0/Utilities/KWIML/include/kwiml/abi.h cmake-3.24.0/Utilities/KWIML/include/kwiml/int.h /*============================================================================ Kitware Information Macro Library Copyright 2010-2018 Kitware, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Kitware, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ============================================================================*/ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_pathmatch.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_ar.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_ar.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_disk_posix.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_disk_posix.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_disk_windows.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_disk_windows.c /*- * Copyright (c) 2003-2007 Tim Kientzle * Copyright (c) 2003-2009 Tim Kientzle * Copyright (c) 2003-2010 Tim Kientzle * Copyright (c) 2007 Kai Wang * Copyright (c) 2007 Tim Kientzle * Copyright (c) 2010-2012 Michihiro NAKAJIMA * Copyright (c) 2011-2012 Michihiro NAKAJIMA * Copyright (c) 2012 Michihiro NAKAJIMA * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer * in this position and unchanged. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ## Files: cmake-3.24.0/Tests/QtAutogen/Complex/codeeditor.h cmake-3.24.0/Tests/QtAutogen/Complex/calwidget.h /**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follows: ** ** "Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are ** met: ** * Redistributions of source code must retain the above copyright ** notice, this list of conditions and the following disclaimer. ** * Redistributions in binary form must reproduce the above copyright ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. ** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor ** the names of its contributors may be used to endorse or promote ** products derived from this software without specific prior written ** permission. ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT ** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." ** $QT_END_LICENSE$ ** ****************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_open_memory.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_shar.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_cpio_odc.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_lrzip.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_grzip.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_random_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_lzop.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_open_filename.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_open_file.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_check_magic.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_cmdline.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_open_fd.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_uuencode.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_v7tar.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_disk_set_standard_lookup.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_by_name.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_open_filename.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_lzop.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_ustar.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_rpm.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_acl.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_compress.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_extract2.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_set_format.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_zstd.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry_copy_stat.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry_copy_bhfi.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_lz4.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_zstd.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry_sparse.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry_strmode.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_cpio.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_bzip2.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_xar.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/filter_fork_windows.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_set_options.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_options.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_openssl_hmac_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry_stat.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_all.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_openssl_evp_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_compress.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_raw.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_add_passphrase.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_data_into_fd.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_lha.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_zip.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_options_private.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_passphrase.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_by_name.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_util.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_all.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_iso9660.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_cpio_binary.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_disk_acl_freebsd.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_xz.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_cab.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_b64encode.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_xz.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_raw.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_extract.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_append_filter.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_cpio_newc.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_7zip.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_zip.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_disk_set_standard_lookup.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_lz4.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_bzip2.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry_xattr.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_string.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_open_memory.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_filter_by_ext.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_program.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_version_details.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/filter_fork_posix.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_disk_acl_darwin.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_xar.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_program.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_uu.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_random.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_match.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_gzip.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_string_sprintf.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_none.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_empty.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_disk_acl_linux.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_by_code.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_gzip.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_by_code.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_none.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_warc.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_disk_acl_sunos.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter_grzip.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry_link_resolver.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_open_fd.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_options.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_lrzip.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_7zip.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_disk_entry_from_file.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_iso9660.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_tar.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_mtree.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_add_filter.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_virtual.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_pax.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_format_mtree.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_open_file.c /*- * Copyright (c) 2003-2007 Tim Kientzle * Copyright (c) 2003-2008 Tim Kientzle and Miklos Vajna * Copyright (c) 2003-2009 Tim Kientzle * Copyright (c) 2003-2010 Tim Kientzle * Copyright (c) 2003-2011 Tim Kientzle * Copyright (c) 2003-2012 Tim Kientzle * Copyright (c) 2004-2013 Tim Kientzle * Copyright (c) 2006 Rudolf Marek SYSGO s.r.o. * Copyright (c) 2007 Joerg Sonnenberger * Copyright (c) 2008 Anselm Strauss * Copyright (c) 2008 Joerg Sonnenberger * Copyright (c) 2008-2014 Michihiro NAKAJIMA * Copyright (c) 2009 Andreas Henriksson * Copyright (c) 2009 Joerg Sonnenberger * Copyright (c) 2009 Michihiro NAKAJIMA * Copyright (c) 2009-2011 Michihiro NAKAJIMA * Copyright (c) 2009-2011 Sean Purcell * Copyright (c) 2009-2012 Michihiro NAKAJIMA * Copyright (c) 2009-2012,2014 Michihiro NAKAJIMA * Copyright (c) 2010-2011 Michihiro NAKAJIMA * Copyright (c) 2010-2012 Michihiro NAKAJIMA * Copyright (c) 2011 Michihiro NAKAJIMA * Copyright (c) 2011 Tim Kientzle * Copyright (c) 2011-2012 Michihiro NAKAJIMA * Copyright (c) 2011-2012,2014 Michihiro NAKAJIMA * Copyright (c) 2012 Michihiro NAKAJIMA * Copyright (c) 2012 Ondrej Holy * Copyright (c) 2013 Konrad Kleine * Copyright (c) 2013 Marek Kubica * Copyright (c) 2014 Michihiro NAKAJIMA * Copyright (c) 2014 Sebastian Freundt * Copyright (c) 2015 Okhotnikov Kirill * Copyright (c) 2016 Martin Matuska * Copyright (c) 2017 Martin Matuska * Copyright (c) 2017 Sean Purcell * Copyright (c) 2020 Martin Matuska * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/xxhash.c /* xxHash - Fast Hash algorithm Copyright (C) 2012-2014, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. You can contact the author at : - xxHash source repository : http://code.google.com/p/xxhash/ */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_rb.c /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas . * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * * Based on: NetBSD: rb.c,v 1.6 2010/04/30 13:58:09 joerg Exp */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_warc.c /*- * Copyright (c) 2014 Sebastian Freundt * Author: Sebastian Freundt * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ## Files: cmake-3.24.0/Tests/QtAutogen/Complex/calwidget.cpp cmake-3.24.0/Tests/QtAutogen/Complex/main.cpp cmake-3.24.0/Tests/QtAutogen/Complex/codeeditor.cpp /**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follows: ** ** "Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are ** met: ** * Redistributions of source code must retain the above copyright ** notice, this list of conditions and the following disclaimer. ** * Redistributions in binary form must reproduce the above copyright ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. ** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor ** the names of its contributors may be used to endorse or promote ** products derived from this software without specific prior written ** permission. ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT ** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." ** $QT_END_LICENSE$ ** ****************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_rb.h /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Matt Thomas . * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * * Based on NetBSD: rb.h,v 1.13 2009/08/16 10:57:01 yamt Exp */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_entry.c /* * Following code is modified from UC Berkeley sources, and * is subject to the following copyright notice. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/curl_sasl.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Source/kwsys/MD5.c /* Independent implementation of MD5 (RFC 1321). This code implements the MD5 Algorithm defined in RFC 1321, whose text is available at http://www.ietf.org/rfc/rfc1321.txt The code is derived from the text of the RFC, including the test suite (section A.5) but excluding the rest of Appendix A. It does not include any code or documentation that is identified in the RFC as being copyrighted. The original and principal author of md5.c is L. Peter Deutsch . Other authors are noted in the change history that follows (in reverse chronological order): 2002-04-13 lpd Clarified derivation from RFC 1321; now handles byte order either statically or dynamically; added missing #include in library. 2002-03-11 lpd Corrected argument list for main(), and added int return type, in test program and T value program. 2002-02-21 lpd Added missing #include in test program. 2000-07-03 lpd Patched to eliminate warnings about "constant is unsigned in ANSI C, signed in traditional"; made test program self-checking. 1999-11-04 lpd Edited comments slightly for automatic TOC extraction. 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5). 1999-05-03 lpd Original version. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/mprintf.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1999 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * * Purpose: * A merge of Bjorn Reese's format() function and Daniel's dsprintf() * 1.0. A full blooded printf() clone with full support for $ * everywhere (parameters, widths and precisions) including variabled * sized parameters (like doubles, long longs, long doubles and even * void * in 64-bit architectures). * * Current restrictions: * - Max 128 parameters * - No 'long double' support. * * If you ever want truly portable and good *printf() clones, the project that * took on from here is named 'Trio' and you find more details on the trio web * page at https://daniel.haxx.se/projects/trio/ */ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/siphash.h /* ========================================================================== * siphash.h - SipHash-2-4 in a single header file * -------------------------------------------------------------------------- * Derived by William Ahern from the reference implementation[1] published[2] * by Jean-Philippe Aumasson and Daniel J. Berstein. * Minimal changes by Sebastian Pipping and Victor Stinner on top, see below. * Licensed under the CC0 Public Domain Dedication license. * * 1. https://www.131002.net/siphash/siphash24.c * 2. https://www.131002.net/siphash/ * -------------------------------------------------------------------------- * HISTORY: * * 2020-10-03 (Sebastian Pipping) * - Drop support for Visual Studio 9.0/2008 and earlier * * 2019-08-03 (Sebastian Pipping) * - Mark part of sip24_valid as to be excluded from clang-format * - Re-format code using clang-format 9 * * 2018-07-08 (Anton Maklakov) * - Add "fall through" markers for GCC's -Wimplicit-fallthrough * * 2017-11-03 (Sebastian Pipping) * - Hide sip_tobin and sip_binof unless SIPHASH_TOBIN macro is defined * * 2017-07-25 (Vadim Zeitlin) * - Fix use of SIPHASH_MAIN macro * * 2017-07-05 (Sebastian Pipping) * - Use _SIP_ULL macro to not require a C++11 compiler if compiled as C++ * - Add const qualifiers at two places * - Ensure <=80 characters line length (assuming tab width 4) * * 2017-06-23 (Victor Stinner) * - Address Win64 compile warnings * * 2017-06-18 (Sebastian Pipping) * - Clarify license note in the header * - Address C89 issues: * - Stop using inline keyword (and let compiler decide) * - Replace _Bool by int * - Turn macro siphash24 into a function * - Address invalid conversion (void pointer) by explicit cast * - Address lack of stdint.h for Visual Studio 2003 to 2008 * - Always expose sip24_valid (for self-tests) * * 2012-11-04 - Born. (William Ahern) * -------------------------------------------------------------------------- * USAGE: * * SipHash-2-4 takes as input two 64-bit words as the key, some number of * message bytes, and outputs a 64-bit word as the message digest. This * implementation employs two data structures: a struct sipkey for * representing the key, and a struct siphash for representing the hash * state. * * For converting a 16-byte unsigned char array to a key, use either the * macro sip_keyof or the routine sip_tokey. The former instantiates a * compound literal key, while the latter requires a key object as a * parameter. * * unsigned char secret[16]; * arc4random_buf(secret, sizeof secret); * struct sipkey *key = sip_keyof(secret); * * For hashing a message, use either the convenience macro siphash24 or the * routines sip24_init, sip24_update, and sip24_final. * * struct siphash state; * void *msg; * size_t len; * uint64_t hash; * * sip24_init(&state, key); * sip24_update(&state, msg, len); * hash = sip24_final(&state); * * or * * hash = siphash24(msg, len, key); * * To convert the 64-bit hash value to a canonical 8-byte little-endian * binary representation, use either the macro sip_binof or the routine * sip_tobin. The former instantiates and returns a compound literal array, * while the latter requires an array object as a parameter. * -------------------------------------------------------------------------- * NOTES: * * o Neither sip_keyof, sip_binof, nor siphash24 will work with compilers * lacking compound literal support. Instead, you must use the lower-level * interfaces which take as parameters the temporary state objects. * * o Uppercase macros may evaluate parameters more than once. Lowercase * macros should not exhibit any such side effects. * ========================================================================== */ ## Files: cmake-3.24.0/Tests/VSAndroid/jni/first.h cmake-3.24.0/Tests/VSAndroid/jni/first.c cmake-3.24.0/Tests/VSAndroid/jni/second.c /* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/curl_sasl.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC2195 CRAM-MD5 authentication * RFC2617 Basic and Digest Access Authentication * RFC2831 DIGEST-MD5 authentication * RFC4422 Simple Authentication and Security Layer (SASL) * RFC4616 PLAIN authentication * RFC5802 SCRAM-SHA-1 authentication * RFC7677 SCRAM-SHA-256 authentication * RFC6749 OAuth 2.0 Authorization Framework * RFC7628 A Set of SASL Mechanisms for OAuth * Draft LOGIN SASL Mechanism * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/imap.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC2195 CRAM-MD5 authentication * RFC2595 Using TLS with IMAP, POP3 and ACAP * RFC2831 DIGEST-MD5 authentication * RFC3501 IMAPv4 protocol * RFC4422 Simple Authentication and Security Layer (SASL) * RFC4616 PLAIN authentication * RFC4752 The Kerberos V5 ("GSSAPI") SASL Mechanism * RFC4959 IMAP Extension for SASL Initial Client Response * RFC5092 IMAP URL Scheme * RFC6749 OAuth 2.0 Authorization Framework * RFC8314 Use of TLS for Email Submission and Access * Draft LOGIN SASL Mechanism * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmjsoncpp/src/lib_json/json_tool.h cmake-3.24.0/Utilities/cmjsoncpp/include/json/forwards.h cmake-3.24.0/Utilities/cmjsoncpp/include/json/allocator.h cmake-3.24.0/Utilities/cmjsoncpp/include/json/value.h cmake-3.24.0/Utilities/cmjsoncpp/include/json/assertions.h cmake-3.24.0/Utilities/cmjsoncpp/include/json/config.h cmake-3.24.0/Utilities/cmjsoncpp/include/json/reader.h cmake-3.24.0/Utilities/cmjsoncpp/include/json/writer.h cmake-3.24.0/Utilities/cmjsoncpp/include/json/json_features.h cmake-3.24.0/Utilities/cmjsoncpp/include/json/json.h // Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors // Distributed under MIT license, or public domain if desired and // recognized in your jurisdiction. // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE ## Files: cmake-3.24.0/Tests/Plugin/include/DynamicLoader.hxx cmake-3.24.0/Tests/Plugin/src/DynamicLoader.cxx /* Distributed under the OSI-approved BSD 3-Clause License. See https://cmake.org/licensing#kwsys for details. */ ## Files: cmake-3.24.0/Utilities/cmzlib/gzguts.h /* gzguts.h -- zlib internal header definitions for gz* operations * Copyright (C) 2004-2019 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Tests/RunCMake/FindBoost/MockInstalls/1.70.0/include/boost/version.hpp cmake-3.24.0/Tests/RunCMake/FindBoost/CMakePackage_MissingTarget/include/boost/version.hpp cmake-3.24.0/Tests/RunCMake/FindBoost/CMakePackage_New/include/boost/version.hpp cmake-3.24.0/Tests/RunCMake/FindBoost/CMakePackage_LowerCaseTargetPrefix/include/boost/version.hpp cmake-3.24.0/Tests/RunCMake/FindBoost/CMakePackage_NoHeaderTarget/include/boost/version.hpp // (C) Copyright John maddock 1999. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ## Files: cmake-3.24.0/Utilities/cmexpat/lib/latin1tab.h cmake-3.24.0/Utilities/cmexpat/lib/utf8tab.h cmake-3.24.0/Utilities/cmexpat/lib/asciitab.h cmake-3.24.0/Utilities/cmexpat/lib/iasciitab.h /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2002 Fred L. Drake, Jr. Copyright (c) 2017 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/c-hyper.c cmake-3.24.0/Utilities/cmcurl/lib/http_aws_sigv4.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Source/CursesDialog/form/fty_alpha.c cmake-3.24.0/Source/CursesDialog/form/fty_regex.c cmake-3.24.0/Source/CursesDialog/form/fty_ipv4.c cmake-3.24.0/Source/CursesDialog/form/fty_enum.c cmake-3.24.0/Source/CursesDialog/form/fty_int.c cmake-3.24.0/Source/CursesDialog/form/fty_num.c cmake-3.24.0/Source/CursesDialog/form/fty_alnum.c /* * THIS CODE IS SPECIFICALLY EXEMPTED FROM THE NCURSES PACKAGE COPYRIGHT. * You may freely copy it for use as a template for your own field types. * If you develop a field type that might be of general use, please send * it back to the ncurses maintainers for inclusion in the next version. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/mbedtls.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2022, Daniel Stenberg, , et al. * Copyright (C) 2010 - 2011, Hoi-Ho Chan, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/xmltok_ns.c /* This file is included! __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2002 Greg Stein Copyright (c) 2002 Fred L. Drake, Jr. Copyright (c) 2002-2006 Karl Waclawek Copyright (c) 2017-2021 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/src/inet.c /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-1999 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/ascii.h /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1999-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2002 Fred L. Drake, Jr. Copyright (c) 2007 Karl Waclawek Copyright (c) 2017 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/mqtt.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2019 - 2020, Björn Stenberg, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/splay.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1997 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzlib/inflate.c /* inflate.c -- zlib decompression * Copyright (C) 1995-2022 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/common/xxhash.c /* * xxHash - Fast Hash algorithm * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - xxHash homepage: http://www.xxhash.com * - xxHash source repository : https://github.com/Cyan4973/xxHash * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. */ ## Files: cmake-3.24.0/Utilities/cmzlib/compress.c /* compress.c -- compress a memory buffer * Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/xmltok_impl.c /* This file is included (from xmltok.c, 1-3 times depending on XML_MIN_SIZE)! __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2002 Fred L. Drake, Jr. Copyright (c) 2002-2016 Karl Waclawek Copyright (c) 2016-2022 Sebastian Pipping Copyright (c) 2017 Rhodri James Copyright (c) 2018 Benjamin Peterson Copyright (c) 2018 Anton Maklakov Copyright (c) 2019 David Loffredo Copyright (c) 2020 Boris Kolpackov Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmzlib/crc32.c /* crc32.c -- compute the CRC-32 of a data stream * Copyright (C) 1995-2022 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h * * This interleaved implementation of a CRC makes use of pipelined multiple * arithmetic-logic units, commonly found in modern CPU cores. It is due to * Kadatch and Jenkins (2010). See doc/crc-doc.1.0.pdf in this distribution. */ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/common/threading.h cmake-3.24.0/Utilities/cmzstd/lib/common/threading.c /** * Copyright (c) 2016 Tino Reichardt * All rights reserved. * * You can contact the author at: * - zstdmt source repository: https://github.com/mcmilk/zstdmt * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/hsts.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2020 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Source/cmDependencyProvider.h /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. */ ## Files: cmake-3.24.0/Utilities/KWIML/test/test_abi_CXX.cxx cmake-3.24.0/Utilities/KWIML/test/test.c cmake-3.24.0/Utilities/KWIML/test/test_abi_C.c cmake-3.24.0/Utilities/KWIML/test/test_int_format.h cmake-3.24.0/Utilities/KWIML/test/test_include_C.c cmake-3.24.0/Utilities/KWIML/test/test_abi_endian.h cmake-3.24.0/Utilities/KWIML/test/test_include_CXX.cxx cmake-3.24.0/Utilities/KWIML/test/test.h cmake-3.24.0/Utilities/KWIML/test/test_int_CXX.cxx cmake-3.24.0/Utilities/KWIML/test/test_int_C.c cmake-3.24.0/Utilities/KWIML/test/test.cxx /* Copyright Kitware, Inc. Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt for details. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_random.c /* * Copyright (c) 1996, David Mazieres * Copyright (c) 2008, Damien Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/expat_external.h /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2000-2004 Fred L. Drake, Jr. Copyright (c) 2001-2002 Greg Stein Copyright (c) 2002-2006 Karl Waclawek Copyright (c) 2016 Cristian Rodríguez Copyright (c) 2016-2019 Sebastian Pipping Copyright (c) 2017 Rhodri James Copyright (c) 2018 Yury Gribov Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibrhash/librhash/sha256.c /* sha256.c - an implementation of SHA-256/224 hash functions * based on FIPS 180-3 (Federal Information Processing Standart). * * Copyright (c) 2010, Aleksey Kravchenko * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibuv/src/idna.h cmake-3.24.0/Utilities/cmlibuv/src/idna.c /* Copyright (c) 2011, 2018 Ben Noordhuis * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_random.c /* * Arc4 random number generator for OpenBSD. * * This code is derived from section 17.1 of Applied Cryptography, * second edition, which describes a stream cipher allegedly * compatible with RSA Labs "RC4" cipher (the actual description of * which is a trade secret). The same algorithm is used as a stream * cipher called "arcfour" in Tatu Ylonen's ssh package. * * RC4 is a registered trademark of RSA Laboratories. */ ## Files: cmake-3.24.0/Utilities/cmvssetup/Setup.Configuration.h // This file is licensed under "The MIT License(MIT)". // This file is released by Visual Studio setup team for consumption by external applications. // For more information please look at this git repo https://github.com/microsoft/vs-setup-samples ## Files: cmake-3.24.0/Utilities/Scripts/update-third-party.bash #============================================================================= # Copyright 2015-2016 Kitware, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= ## Files: cmake-3.24.0/Utilities/cmlibrhash/librhash/md5.c /* md5.c - an implementation of the MD5 algorithm, based on RFC 1321. * * Copyright (c) 2007, Aleksey Kravchenko * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmbzip2/blocksort.c cmake-3.24.0/Utilities/cmbzip2/bzlib.c cmake-3.24.0/Utilities/cmbzip2/huffman.c cmake-3.24.0/Utilities/cmbzip2/mk251.c cmake-3.24.0/Utilities/cmbzip2/unzcrash.c cmake-3.24.0/Utilities/cmbzip2/bzlib_private.h cmake-3.24.0/Utilities/cmbzip2/randtable.c cmake-3.24.0/Utilities/cmbzip2/bzlib.h cmake-3.24.0/Utilities/cmbzip2/compress.c cmake-3.24.0/Utilities/cmbzip2/bzip2.c cmake-3.24.0/Utilities/cmbzip2/bzip2recover.c cmake-3.24.0/Utilities/cmbzip2/crctable.c cmake-3.24.0/Utilities/cmbzip2/decompress.c /* ------------------------------------------------------------------ This file is part of bzip2/libbzip2, a program and library for lossless, block-sorting data compression. bzip2/libbzip2 version 1.0.8 of 13 July 2019 Copyright (C) 1996-2019 Julian Seward Please read the WARNING, DISCLAIMER and PATENTS sections in the README file. This program is released under the terms of the license contained in the file LICENSE. ------------------------------------------------------------------ */ ## Files: cmake-3.24.0/Utilities/cmzlib/gzclose.c /* gzclose.c -- zlib gzclose() function * Copyright (C) 2004, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/parsedate.h cmake-3.24.0/Utilities/cmcurl/lib/amigaos.h cmake-3.24.0/Utilities/cmcurl/lib/curl_threads.h cmake-3.24.0/Utilities/cmcurl/lib/arpa_telnet.h cmake-3.24.0/Utilities/cmcurl/lib/speedcheck.h cmake-3.24.0/Utilities/cmcurl/lib/strtok.c cmake-3.24.0/Utilities/cmcurl/lib/curlx.h cmake-3.24.0/Utilities/cmcurl/lib/curl_printf.h cmake-3.24.0/Utilities/cmcurl/lib/getenv.c cmake-3.24.0/Utilities/cmcurl/lib/strtoofft.c cmake-3.24.0/Utilities/cmcurl/lib/llist.h cmake-3.24.0/Utilities/cmcurl/lib/dict.h cmake-3.24.0/Utilities/cmcurl/lib/easyif.h cmake-3.24.0/Utilities/cmcurl/lib/netrc.h cmake-3.24.0/Utilities/cmcurl/lib/setup-os400.h cmake-3.24.0/Utilities/cmcurl/lib/curl_gethostname.c cmake-3.24.0/Utilities/cmcurl/lib/setopt.h cmake-3.24.0/Utilities/cmcurl/lib/curl_addrinfo.h cmake-3.24.0/Utilities/cmcurl/lib/curl_fnmatch.c cmake-3.24.0/Utilities/cmcurl/lib/curl_get_line.h cmake-3.24.0/Utilities/cmcurl/lib/slist.c cmake-3.24.0/Utilities/cmcurl/lib/curl_memrchr.h cmake-3.24.0/Utilities/cmcurl/lib/wildcard.c cmake-3.24.0/Utilities/cmcurl/lib/inet_pton.h cmake-3.24.0/Utilities/cmcurl/lib/psl.c cmake-3.24.0/Utilities/cmcurl/lib/curl_ldap.h cmake-3.24.0/Utilities/cmcurl/lib/curl_gethostname.h cmake-3.24.0/Utilities/cmcurl/lib/file.h cmake-3.24.0/Utilities/cmcurl/lib/telnet.h cmake-3.24.0/Utilities/cmcurl/lib/rand.h cmake-3.24.0/Utilities/cmcurl/lib/dotdot.h cmake-3.24.0/Utilities/cmcurl/lib/strtoofft.h cmake-3.24.0/Utilities/cmcurl/lib/sockaddr.h cmake-3.24.0/Utilities/cmcurl/lib/gopher.h cmake-3.24.0/Utilities/cmcurl/lib/parsedate.c cmake-3.24.0/Utilities/cmcurl/lib/curl_threads.c cmake-3.24.0/Utilities/cmcurl/lib/speedcheck.c cmake-3.24.0/Utilities/cmcurl/lib/strtok.h cmake-3.24.0/Utilities/cmcurl/lib/psl.h cmake-3.24.0/Utilities/cmcurl/lib/nonblock.h cmake-3.24.0/Utilities/cmcurl/lib/curl_md4.h cmake-3.24.0/Utilities/cmcurl/lib/curl_sspi.h cmake-3.24.0/Utilities/cmcurl/lib/curl_memory.h cmake-3.24.0/Utilities/cmcurl/lib/curl_memrchr.c cmake-3.24.0/Utilities/cmcurl/lib/easyoptions.h cmake-3.24.0/Utilities/cmcurl/lib/slist.h cmake-3.24.0/Utilities/cmcurl/lib/strerror.h cmake-3.24.0/Utilities/cmcurl/lib/ftplistparser.h cmake-3.24.0/Utilities/cmcurl/lib/tftp.h cmake-3.24.0/Utilities/cmcurl/lib/getinfo.h cmake-3.24.0/Utilities/cmcurl/lib/curl_fnmatch.h cmake-3.24.0/Utilities/cmcurl/lib/memdebug.h cmake-3.24.0/Utilities/cmcurl/lib/inet_ntop.h cmake-3.24.0/Utilities/cmcurl/lib/vauth/digest.h cmake-3.24.0/Utilities/cmcurl/lib/vauth/ntlm.h cmake-3.24.0/Utilities/cmcurl/lib/vtls/keylog.c cmake-3.24.0/Utilities/cmcurl/lib/vtls/keylog.h cmake-3.24.0/Utilities/cmcurl/lib/vtls/wolfssl.h cmake-3.24.0/Utilities/cmcurl/lib/vtls/nssg.h cmake-3.24.0/Utilities/cmcurl/lib/vtls/gskit.h cmake-3.24.0/Utilities/cmcurl/include/curl/mprintf.h cmake-3.24.0/Utilities/cmcurl/include/curl/stdcheaders.h cmake-3.24.0/Utilities/cmcurl/include/curl/easy.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/smb.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2016 - 2022, Daniel Stenberg, , et al. * Copyright (C) 2014, Bill Nagel , Exacq Technologies * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/conncache.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2016, Linus Nielsen Feltzing, * Copyright (C) 2012 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmjsoncpp/src/lib_json/json_reader.cpp // Copyright 2007-2011 Baptiste Lepilleur and The JsonCpp Authors // Copyright (C) 2016 InfoTeCS JSC. All rights reserved. // Distributed under MIT license, or public domain if desired and // recognized in your jurisdiction. // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE ## Files: cmake-3.24.0/Utilities/cmlibrhash/librhash/hex.c /* hex.c - conversion for hexadecimal and base32 strings. * * Copyright (c) 2008, Aleksey Kravchenko * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/xmlrole.h /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2002 Karl Waclawek Copyright (c) 2002 Fred L. Drake, Jr. Copyright (c) 2017 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/altsvc.h cmake-3.24.0/Utilities/cmcurl/lib/vssh/wolfssh.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2019 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzlib/zconf.h /* zconf.h -- configuration of the zlib compression library * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Source/CPack/IFW/cmCPackIFWPackage.cxx cmake-3.24.0/Source/CPack/IFW/cmCPackIFWPackage.cxx // Licenses ## Files: cmake-3.24.0/Tests/QtAutogen/Complex/blub.h cmake-3.24.0/Tests/QtAutogen/Complex/xyz.cpp cmake-3.24.0/Tests/QtAutogen/Complex/yaf.h cmake-3.24.0/Tests/QtAutogen/Complex/foo.h cmake-3.24.0/Tests/QtAutogen/Complex/bar.cpp cmake-3.24.0/Tests/QtAutogen/Complex/abc.h cmake-3.24.0/Tests/QtAutogen/Complex/abc.cpp cmake-3.24.0/Tests/QtAutogen/Complex/yaf.cpp cmake-3.24.0/Tests/QtAutogen/Complex/foo.cpp cmake-3.24.0/Tests/QtAutogen/Complex/blub.cpp cmake-3.24.0/Tests/QtAutogen/Complex/yaf_p.h cmake-3.24.0/Tests/QtAutogen/Complex/abc_p.h cmake-3.24.0/Tests/QtAutogen/Complex/xyz.h cmake-3.24.0/Tests/QtAutogen/Complex/sub/bar.h cmake-3.24.0/Tests/CMakeGUI/QCMakePresetTest.h cmake-3.24.0/Tests/CMakeGUI/EnvironmentDialogTest.cxx cmake-3.24.0/Tests/CMakeGUI/CatchShow.h cmake-3.24.0/Tests/CMakeGUI/EnvironmentDialogTest.h cmake-3.24.0/Tests/CMakeGUI/QCMakePresetItemModelTest.h cmake-3.24.0/Tests/CMakeGUI/CMakeGUITest.cxx cmake-3.24.0/Tests/CMakeGUI/QCMakePresetComboBoxTest.cxx cmake-3.24.0/Tests/CMakeGUI/CMakeGUITest.h cmake-3.24.0/Tests/CMakeGUI/CatchShow.cxx cmake-3.24.0/Tests/CMakeGUI/QCMakePresetItemModelTest.cxx cmake-3.24.0/Tests/CMakeGUI/CatchShowTest.h cmake-3.24.0/Tests/CMakeGUI/QCMakePresetTest.cxx cmake-3.24.0/Tests/CMakeGUI/QCMakePresetComboBoxTest.h cmake-3.24.0/Tests/CMakeGUI/CatchShowTest.cxx cmake-3.24.0/Tests/CMakeGUI/QCMakeCacheModelTest.cxx cmake-3.24.0/Tests/CMakeGUI/QCMakeCacheModelTest.h cmake-3.24.0/Tests/CMakeLib/testSystemTools.cxx cmake-3.24.0/Tests/CMakeLib/testCTestResourceGroups.cxx cmake-3.24.0/Tests/CMakeLib/testFindPackageCommand.cxx cmake-3.24.0/Tests/CMakeLib/testArgumentParser.cxx cmake-3.24.0/Tests/CMakeLib/testString.cxx cmake-3.24.0/Tests/CMakeLib/testUTF8.cxx cmake-3.24.0/Tests/CMakeLib/testXMLSafe.cxx cmake-3.24.0/Tests/CMakeLib/testGeneratedFileStream.cxx cmake-3.24.0/Tests/CMakeLib/testRange.cxx cmake-3.24.0/Tests/CMakeLib/testStringAlgorithms.cxx cmake-3.24.0/Tests/CMakeLib/testCMFilesystemPath.cxx cmake-3.24.0/Tests/CMakeLib/testRST.cxx cmake-3.24.0/Tests/CMakeLib/testAffinity.cxx cmake-3.24.0/Tests/Fuzzing/xml_parser_fuzzer.cc cmake-3.24.0/Utilities/cm3p/uv.h cmake-3.24.0/Utilities/cm3p/archive_entry.h cmake-3.24.0/Utilities/cm3p/zstd.h cmake-3.24.0/Utilities/cm3p/expat.h cmake-3.24.0/Utilities/cm3p/Setup.Configuration.h cmake-3.24.0/Utilities/cm3p/lzma.h cmake-3.24.0/Utilities/cm3p/rhash.h cmake-3.24.0/Utilities/cm3p/archive.h cmake-3.24.0/Utilities/cm3p/bzlib.h cmake-3.24.0/Utilities/cm3p/zlib.h cmake-3.24.0/Utilities/cm3p/curl/curl.h cmake-3.24.0/Utilities/cm3p/json/reader.h cmake-3.24.0/Utilities/cm3p/json/writer.h cmake-3.24.0/Utilities/cm3p/json/value.h cmake-3.24.0/Utilities/cm3p/kwiml/int.h cmake-3.24.0/Utilities/cm3p/kwiml/abi.h cmake-3.24.0/Utilities/std/cm/bits/container_helpers.hxx cmake-3.24.0/Utilities/std/cm/bits/string_view.cxx cmake-3.24.0/Utilities/std/cm/bits/erase_if.hxx cmake-3.24.0/Utilities/std/cm/bits/fs_path.cxx cmake-3.24.0/Source/cmGlobalNinjaGenerator.cxx cmake-3.24.0/Source/cmQtAutoMocUic.cxx cmake-3.24.0/Source/cmPropertyDefinition.cxx cmake-3.24.0/Source/cmUVProcessChain.h cmake-3.24.0/Source/cmDefinitions.h cmake-3.24.0/Source/cmCryptoHash.cxx cmake-3.24.0/Source/cmCustomCommandLines.h cmake-3.24.0/Source/cmQtAutoGenInitializer.h cmake-3.24.0/Source/cmGlobalGhsMultiGenerator.cxx cmake-3.24.0/Source/cmPathLabel.cxx cmake-3.24.0/Source/cmCMakeLanguageCommand.h cmake-3.24.0/Source/cmExtraEclipseCDT4Generator.h cmake-3.24.0/Source/cmMakefileLibraryTargetGenerator.h cmake-3.24.0/Source/cmAffinity.h cmake-3.24.0/Source/cmSubcommandTable.h cmake-3.24.0/Source/cmLocalUnixMakefileGenerator3.cxx cmake-3.24.0/Source/cmTargetCompileDefinitionsCommand.cxx cmake-3.24.0/Source/cmLocalVisualStudioGenerator.h cmake-3.24.0/Source/cmLocalGenerator.cxx cmake-3.24.0/Source/cmMakefileProfilingData.h cmake-3.24.0/Source/cmWindowsRegistry.h cmake-3.24.0/Source/cmFilePathChecksum.cxx cmake-3.24.0/Source/cmAddLinkOptionsCommand.h cmake-3.24.0/Source/cmLDConfigTool.cxx cmake-3.24.0/Source/cmTargetPropertyComputer.h cmake-3.24.0/Source/cmGlobalXCodeGenerator.cxx cmake-3.24.0/Source/cmPropertyMap.cxx cmake-3.24.0/Source/cmGlobalNMakeMakefileGenerator.cxx cmake-3.24.0/Source/cmComputeLinkDepends.h cmake-3.24.0/Source/cmAddTestCommand.cxx cmake-3.24.0/Source/cmNinjaTypes.h cmake-3.24.0/Source/cmQtAutoGenGlobalInitializer.h cmake-3.24.0/Source/cmGlobalVisualStudio12Generator.cxx cmake-3.24.0/Source/cmInstallExportGenerator.h cmake-3.24.0/Source/cmIDEOptions.cxx cmake-3.24.0/Source/cmCurl.cxx cmake-3.24.0/Source/cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.cxx cmake-3.24.0/Source/cmFindCommon.cxx cmake-3.24.0/Source/cmIfCommand.h cmake-3.24.0/Source/cmXMLParser.cxx cmake-3.24.0/Source/cmLDConfigTool.h cmake-3.24.0/Source/cmState.cxx cmake-3.24.0/Source/cmQtAutoGenGlobalInitializer.cxx cmake-3.24.0/Source/cmInstallFileSetGenerator.cxx cmake-3.24.0/Source/cmTest.cxx cmake-3.24.0/Source/cmGeneratorExpressionEvaluator.h cmake-3.24.0/Source/cmIDEFlagTable.h cmake-3.24.0/Source/cmFileAPIToolchains.h cmake-3.24.0/Source/cmExportBuildAndroidMKGenerator.h cmake-3.24.0/Source/cmValue.h cmake-3.24.0/Source/cmIfCommand.cxx cmake-3.24.0/Source/cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.cxx cmake-3.24.0/Source/cmDependsFortran.h cmake-3.24.0/Source/cmInstallType.h cmake-3.24.0/Source/cmNinjaNormalTargetGenerator.cxx cmake-3.24.0/Source/cmCMakePresetsGraphReadJSONTestPresets.cxx cmake-3.24.0/Source/cmFileAPI.h cmake-3.24.0/Source/cmGlobalVisualStudio10Generator.cxx cmake-3.24.0/Source/cmDependsJava.h cmake-3.24.0/Source/cmLDConfigLDConfigTool.h cmake-3.24.0/Source/cmConstStack.h cmake-3.24.0/Source/cmScanDepFormat.h cmake-3.24.0/Source/cmGlobalVisualStudio11Generator.cxx cmake-3.24.0/Source/cmIncludeExternalMSProjectCommand.cxx cmake-3.24.0/Source/cmDuration.h cmake-3.24.0/Source/cmSetSourceFilesPropertiesCommand.h cmake-3.24.0/Source/cmExtraKateGenerator.cxx cmake-3.24.0/Source/cmTargetLinkLibraryType.h cmake-3.24.0/Source/cmGeneratorExpressionNode.h cmake-3.24.0/Source/cmWriteFileCommand.cxx cmake-3.24.0/Source/cmLocalVisualStudio10Generator.h cmake-3.24.0/Source/cmVariableWatchCommand.cxx cmake-3.24.0/Source/cmAlgorithms.h cmake-3.24.0/Source/cmFileLock.h cmake-3.24.0/Source/cmFindPackageCommand.h cmake-3.24.0/Source/cmFLTKWrapUICommand.cxx cmake-3.24.0/Source/cmBuildCommand.cxx cmake-3.24.0/Source/cmBuildNameCommand.h cmake-3.24.0/Source/cmInstallRuntimeDependencySet.h cmake-3.24.0/Source/cmExtraSublimeTextGenerator.h cmake-3.24.0/Source/cmVisualStudioWCEPlatformParser.h cmake-3.24.0/Source/cmSetCommand.h cmake-3.24.0/Source/cmGeneratorExpressionContext.h cmake-3.24.0/Source/cmGlobalVisualStudio14Generator.cxx cmake-3.24.0/Source/cmDefinitions.cxx cmake-3.24.0/Source/cmGetCMakePropertyCommand.cxx cmake-3.24.0/Source/cmXMLParser.h cmake-3.24.0/Source/cmTest.h cmake-3.24.0/Source/cmForEachCommand.h cmake-3.24.0/Source/cmXCodeScheme.h cmake-3.24.0/Source/cmLocalGenerator.h cmake-3.24.0/Source/cmCacheManager.h cmake-3.24.0/Source/cmQtAutoGenerator.h cmake-3.24.0/Source/cmExportSet.h cmake-3.24.0/Source/cmGlobalVisualStudio71Generator.h cmake-3.24.0/Source/cmVSSetupHelper.cxx cmake-3.24.0/Source/cmComputeLinkDepends.cxx cmake-3.24.0/Source/cmSystemTools.cxx cmake-3.24.0/Source/cmGlobalGenerator.cxx cmake-3.24.0/Source/cmScanDepFormat.cxx cmake-3.24.0/Source/cmVisualStudio10TargetGenerator.h cmake-3.24.0/Source/cmMakefile.cxx cmake-3.24.0/Source/cmGlobalVisualStudio14Generator.h cmake-3.24.0/Source/cmGraphVizWriter.h cmake-3.24.0/Source/cmStateSnapshot.h cmake-3.24.0/Source/cmSeparateArgumentsCommand.h cmake-3.24.0/Source/cmSetTestsPropertiesCommand.h cmake-3.24.0/Source/cmDocumentationEntry.h cmake-3.24.0/Source/cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.cxx cmake-3.24.0/Source/cmAddCompileOptionsCommand.cxx cmake-3.24.0/Source/cmExportInstallFileGenerator.cxx cmake-3.24.0/Source/cmUVSignalHackRAII.h cmake-3.24.0/Source/cmInstallGenerator.cxx cmake-3.24.0/Source/cmVisualStudioSlnData.h cmake-3.24.0/Source/cmUVProcessChain.cxx cmake-3.24.0/Source/cmTargetExport.h cmake-3.24.0/Source/cmTargetCompileOptionsCommand.h cmake-3.24.0/Source/cmGeneratorExpressionContext.cxx cmake-3.24.0/Source/cmBinUtilsWindowsPEGetRuntimeDependenciesTool.cxx cmake-3.24.0/Source/cmInstallFileSetGenerator.h cmake-3.24.0/Source/cmGhsMultiTargetGenerator.cxx cmake-3.24.0/Source/cmLDConfigLDConfigTool.cxx cmake-3.24.0/Source/cmIncludeGuardCommand.h cmake-3.24.0/Source/cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.h cmake-3.24.0/Source/cmFileInstaller.h cmake-3.24.0/Source/cmMachO.cxx cmake-3.24.0/Source/cmQTWrapUICommand.h cmake-3.24.0/Source/cmLinkLineDeviceComputer.cxx cmake-3.24.0/Source/cmFileCopier.h cmake-3.24.0/Source/cmGetPipes.h cmake-3.24.0/Source/cmMakeDirectoryCommand.cxx cmake-3.24.0/Source/cmCoreTryCompile.h cmake-3.24.0/Source/cmInstallProgramsCommand.h cmake-3.24.0/Source/cmakemain.cxx cmake-3.24.0/Source/cmXCodeObject.cxx cmake-3.24.0/Source/cmSetDirectoryPropertiesCommand.cxx cmake-3.24.0/Source/cmInstallTargetGenerator.h cmake-3.24.0/Source/cmComputeComponentGraph.h cmake-3.24.0/Source/cmFileTimeCache.cxx cmake-3.24.0/Source/cmGlobalMinGWMakefileGenerator.h cmake-3.24.0/Source/cmListFileCache.cxx cmake-3.24.0/Source/cmExportBuildFileGenerator.h cmake-3.24.0/Source/cmDepends.h cmake-3.24.0/Source/cmBase32.h cmake-3.24.0/Source/cmRemoveDefinitionsCommand.h cmake-3.24.0/Source/cmGetTestPropertyCommand.h cmake-3.24.0/Source/cmRemoveCommand.cxx cmake-3.24.0/Source/cmTransformDepfile.cxx cmake-3.24.0/Source/cmGlobalWatcomWMakeGenerator.h cmake-3.24.0/Source/cmBuildNameCommand.cxx cmake-3.24.0/Source/cmAddLibraryCommand.cxx cmake-3.24.0/Source/cmArchiveWrite.cxx cmake-3.24.0/Source/cmVisualStudioSlnParser.h cmake-3.24.0/Source/cmFindPathCommand.cxx cmake-3.24.0/Source/cmStateDirectory.h cmake-3.24.0/Source/cmCPluginAPI.h cmake-3.24.0/Source/cmGetSourceFilePropertyCommand.cxx cmake-3.24.0/Source/cmTestGenerator.cxx cmake-3.24.0/Source/cmUtilitySourceCommand.cxx cmake-3.24.0/Source/cmFileAPICodemodel.h cmake-3.24.0/Source/cmSourceFileLocationKind.h cmake-3.24.0/Source/cmLinkItemGraphVisitor.h cmake-3.24.0/Source/cmVariableRequiresCommand.h cmake-3.24.0/Source/cmOSXBundleGenerator.cxx cmake-3.24.0/Source/cmGeneratorExpression.h cmake-3.24.0/Source/cmMessageCommand.cxx cmake-3.24.0/Source/cmRST.cxx cmake-3.24.0/Source/cmTargetCompileFeaturesCommand.cxx cmake-3.24.0/Source/cmInstallGetRuntimeDependenciesGenerator.cxx cmake-3.24.0/Source/cmGlobalGeneratorFactory.h cmake-3.24.0/Source/cmGlobalMSYSMakefileGenerator.cxx cmake-3.24.0/Source/cmGeneratorExpressionEvaluationFile.h cmake-3.24.0/Source/cmLinkedTree.h cmake-3.24.0/Source/cmConfigureFileCommand.h cmake-3.24.0/Source/cmBinUtilsWindowsPEGetRuntimeDependenciesTool.h cmake-3.24.0/Source/cmCustomCommandGenerator.cxx cmake-3.24.0/Source/cmExecProgramCommand.h cmake-3.24.0/Source/cmExecProgramCommand.cxx cmake-3.24.0/Source/cmGlobalVisualStudioGenerator.h cmake-3.24.0/Source/cmInstallDirectoryGenerator.h cmake-3.24.0/Source/cmSubcommandTable.cxx cmake-3.24.0/Source/cmLinkItem.cxx cmake-3.24.0/Source/cmCallVisualStudioMacro.h cmake-3.24.0/Source/cmGlobalVisualStudioVersionedGenerator.cxx cmake-3.24.0/Source/cmPropertyMap.h cmake-3.24.0/Source/cmTimestamp.h cmake-3.24.0/Source/cmSourceGroupCommand.cxx cmake-3.24.0/Source/cmLocalGhsMultiGenerator.cxx cmake-3.24.0/Source/cmTransformDepfile.h cmake-3.24.0/Source/cmGetTestPropertyCommand.cxx cmake-3.24.0/Source/cmSubdirCommand.h cmake-3.24.0/Source/cmGlobVerificationManager.cxx cmake-3.24.0/Source/cmStatePrivate.h cmake-3.24.0/Source/cmUuid.cxx cmake-3.24.0/Source/cmExpandedCommandArgument.h cmake-3.24.0/Source/cmELF.h cmake-3.24.0/Source/cmTryCompileCommand.cxx cmake-3.24.0/Source/cmTargetPropCommandBase.h cmake-3.24.0/Source/cmRuntimeDependencyArchive.h cmake-3.24.0/Source/cmGccDepfileReader.cxx cmake-3.24.0/Source/cmake.cxx cmake-3.24.0/Source/cmGeneratorExpressionLexer.h cmake-3.24.0/Source/cmEnableTestingCommand.h cmake-3.24.0/Source/cmMessageCommand.h cmake-3.24.0/Source/cmFileInstaller.cxx cmake-3.24.0/Source/cmDocumentationFormatter.cxx cmake-3.24.0/Source/cmVisualStudioWCEPlatformParser.cxx cmake-3.24.0/Source/cmStringCommand.cxx cmake-3.24.0/Source/cmFileAPI.cxx cmake-3.24.0/Source/cmString.cxx cmake-3.24.0/Source/cmGlobalNMakeMakefileGenerator.h cmake-3.24.0/Source/cmCPackPropertiesGenerator.h cmake-3.24.0/Source/cmLinkDirectoriesCommand.cxx cmake-3.24.0/Source/cmMessenger.h cmake-3.24.0/Source/cmDynamicLoader.h cmake-3.24.0/Source/cmFindBase.h cmake-3.24.0/Source/cmBuildOptions.h cmake-3.24.0/Source/cmCoreTryCompile.cxx cmake-3.24.0/Source/cmHexFileConverter.h cmake-3.24.0/Source/cmRulePlaceholderExpander.h cmake-3.24.0/Source/cmGlobalMinGWMakefileGenerator.cxx cmake-3.24.0/Source/cmLoadCommandCommand.h cmake-3.24.0/Source/cmInstallCommandArguments.cxx cmake-3.24.0/Source/cmQTWrapCPPCommand.cxx cmake-3.24.0/Source/cmFileTimes.h cmake-3.24.0/Source/cm_codecvt.cxx cmake-3.24.0/Source/cmScriptGenerator.h cmake-3.24.0/Source/cmRange.h cmake-3.24.0/Source/cmTestGenerator.h cmake-3.24.0/Source/cmExportSet.cxx cmake-3.24.0/Source/cm_utf8.h cmake-3.24.0/Source/cmDependsJavaParserHelper.cxx cmake-3.24.0/Source/cmFileAPICMakeFiles.h cmake-3.24.0/Source/cmGeneratorTarget.cxx cmake-3.24.0/Source/cmIncludeCommand.cxx cmake-3.24.0/Source/cmInstallScriptGenerator.cxx cmake-3.24.0/Source/cmSetDirectoryPropertiesCommand.h cmake-3.24.0/Source/cmXCOFF.h cmake-3.24.0/Source/cmGhsMultiGpj.h cmake-3.24.0/Source/cmWorkerPool.cxx cmake-3.24.0/Source/cmUtilitySourceCommand.h cmake-3.24.0/Source/cmGlobalVisualStudioGenerator.cxx cmake-3.24.0/Source/cmCommand.h cmake-3.24.0/Source/cmMarkAsAdvancedCommand.cxx cmake-3.24.0/Source/cmCMakePathCommand.h cmake-3.24.0/Source/cmAddCompileOptionsCommand.h cmake-3.24.0/Source/cmDocumentationSection.h cmake-3.24.0/Source/cmDocumentation.h cmake-3.24.0/Source/cmGlobalJOMMakefileGenerator.h cmake-3.24.0/Source/cmTimestamp.cxx cmake-3.24.0/Source/cmMarkAsAdvancedCommand.h cmake-3.24.0/Source/cmLocalNinjaGenerator.h cmake-3.24.0/Source/cmBase32.cxx cmake-3.24.0/Source/cmFileSet.h cmake-3.24.0/Source/cmTargetSourcesCommand.cxx cmake-3.24.0/Source/cmOutputRequiredFilesCommand.h cmake-3.24.0/Source/cmForEachCommand.cxx cmake-3.24.0/Source/cmIncludeCommand.h cmake-3.24.0/Source/cmGeneratorExpressionLexer.cxx cmake-3.24.0/Source/cmConsoleBuf.h cmake-3.24.0/Source/cmInstallFilesGenerator.cxx cmake-3.24.0/Source/cmLinkItem.h cmake-3.24.0/Source/cmCMakeLanguageCommand.cxx cmake-3.24.0/Source/cmFileAPICache.h cmake-3.24.0/Source/cmGeneratedFileStream.cxx cmake-3.24.0/Source/cmGlobalVisualStudio11Generator.h cmake-3.24.0/Source/cmStateTypes.h cmake-3.24.0/Source/cmGetFilenameComponentCommand.cxx cmake-3.24.0/Source/cmNinjaTargetGenerator.h cmake-3.24.0/Source/cmFSPermissions.h cmake-3.24.0/Source/cmGlobalJOMMakefileGenerator.cxx cmake-3.24.0/Source/cmExternalMakefileProjectGenerator.h cmake-3.24.0/Source/cmStringAlgorithms.h cmake-3.24.0/Source/cmGlobalVisualStudioVersionedGenerator.h cmake-3.24.0/Source/cmGraphAdjacencyList.h cmake-3.24.0/Source/cmFindPackageCommand.cxx cmake-3.24.0/Source/cmGccDepfileLexerHelper.h cmake-3.24.0/Source/cmInstallProgramsCommand.cxx cmake-3.24.0/Source/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h cmake-3.24.0/Source/cmUVHandlePtr.h cmake-3.24.0/Source/bindexplib.h cmake-3.24.0/Source/cmGetPipes.cxx cmake-3.24.0/Source/cmGlobalXCodeGenerator.h cmake-3.24.0/Source/cmExtraCodeLiteGenerator.cxx cmake-3.24.0/Source/cmCPluginAPI.cxx cmake-3.24.0/Source/cmCLocaleEnvironmentScope.cxx cmake-3.24.0/Source/cmAddCustomTargetCommand.h cmake-3.24.0/Source/cmPlaceholderExpander.cxx cmake-3.24.0/Source/cmString.hxx cmake-3.24.0/Source/cmAffinity.cxx cmake-3.24.0/Source/cmGlobalVisualStudio8Generator.h cmake-3.24.0/Source/cmWhileCommand.cxx cmake-3.24.0/Source/cmExprParserHelper.h cmake-3.24.0/Source/cmLinkItemGraphVisitor.cxx cmake-3.24.0/Source/cmTargetIncludeDirectoriesCommand.h cmake-3.24.0/Source/cmStringReplaceHelper.h cmake-3.24.0/Source/cmGetPropertyCommand.cxx cmake-3.24.0/Source/cmAuxSourceDirectoryCommand.h cmake-3.24.0/Source/cmNinjaLinkLineDeviceComputer.h cmake-3.24.0/Source/cmProcessOutput.h cmake-3.24.0/Source/cmVersion.cxx cmake-3.24.0/Source/cmAddLinkOptionsCommand.cxx cmake-3.24.0/Source/cmConditionEvaluator.cxx cmake-3.24.0/Source/cmIncludeDirectoryCommand.cxx cmake-3.24.0/Source/cmNinjaTargetGenerator.cxx cmake-3.24.0/Source/cmExecuteProcessCommand.h cmake-3.24.0/Source/cmTargetPropertyComputer.cxx cmake-3.24.0/Source/cmFileTimes.cxx cmake-3.24.0/Source/cmExportCommand.h cmake-3.24.0/Source/cmState.h cmake-3.24.0/Source/cmCMakePresetsGraph.cxx cmake-3.24.0/Source/cmSourceFileLocation.h cmake-3.24.0/Source/cmWorkingDirectory.h cmake-3.24.0/Source/cmBreakCommand.h cmake-3.24.0/Source/cmUnsetCommand.cxx cmake-3.24.0/Source/cmInstallSubdirectoryGenerator.h cmake-3.24.0/Source/cmCommandArgumentParserHelper.cxx cmake-3.24.0/Source/cmFileCommand.cxx cmake-3.24.0/Source/cmExportTryCompileFileGenerator.cxx cmake-3.24.0/Source/cmMathCommand.h cmake-3.24.0/Source/cmInstallGetRuntimeDependenciesGenerator.h cmake-3.24.0/Source/cmMakeDirectoryCommand.h cmake-3.24.0/Source/cmCMakePresetsGraphReadJSONConfigurePresets.cxx cmake-3.24.0/Source/cmMakefileLibraryTargetGenerator.cxx cmake-3.24.0/Source/cmGccDepfileLexerHelper.cxx cmake-3.24.0/Source/cmListFileLexer.h cmake-3.24.0/Source/cmCommonTargetGenerator.cxx cmake-3.24.0/Source/cmMakefileTargetGenerator.h cmake-3.24.0/Source/cmAddExecutableCommand.h cmake-3.24.0/Source/cmParseArgumentsCommand.cxx cmake-3.24.0/Source/cmFileTime.h cmake-3.24.0/Source/cm_get_date.c cmake-3.24.0/Source/cmNinjaLinkLineComputer.h cmake-3.24.0/Source/cmSubdirCommand.cxx cmake-3.24.0/Source/cmFileLockResult.h cmake-3.24.0/Source/cmCustomCommand.h cmake-3.24.0/Source/cmOSXBundleGenerator.h cmake-3.24.0/Source/cmGeneratorExpressionDAGChecker.h cmake-3.24.0/Source/cmTryCompileCommand.h cmake-3.24.0/Source/cmGeneratorExpressionParser.h cmake-3.24.0/Source/cmGlobalUnixMakefileGenerator3.cxx cmake-3.24.0/Source/cmDependsJava.cxx cmake-3.24.0/Source/cmGetTargetPropertyCommand.cxx cmake-3.24.0/Source/cmMakefileExecutableTargetGenerator.cxx cmake-3.24.0/Source/cmMakefileUtilityTargetGenerator.cxx cmake-3.24.0/Source/cmMakefileUtilityTargetGenerator.h cmake-3.24.0/Source/cm_codecvt.hxx cmake-3.24.0/Source/cmEnableLanguageCommand.h cmake-3.24.0/Source/cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.h cmake-3.24.0/Source/cmFileAPIToolchains.cxx cmake-3.24.0/Source/cmQtAutoRcc.h cmake-3.24.0/Source/cmDependsFortran.cxx cmake-3.24.0/Source/cmOutputRequiredFilesCommand.cxx cmake-3.24.0/Source/cmSetTargetPropertiesCommand.h cmake-3.24.0/Source/cmTargetIncludeDirectoriesCommand.cxx cmake-3.24.0/Source/cmMathCommand.cxx cmake-3.24.0/Source/cmcmd.h cmake-3.24.0/Source/cmDuration.cxx cmake-3.24.0/Source/cmCreateTestSourceList.cxx cmake-3.24.0/Source/cmUVStreambuf.h cmake-3.24.0/Source/cmInstallCommand.cxx cmake-3.24.0/Source/cmGlobalCommonGenerator.h cmake-3.24.0/Source/cmStringReplaceHelper.cxx cmake-3.24.0/Source/cmCacheManager.cxx cmake-3.24.0/Source/cmPropertyDefinition.h cmake-3.24.0/Source/cmGlobalMSYSMakefileGenerator.h cmake-3.24.0/Source/cmBinUtilsLinuxELFGetRuntimeDependenciesTool.h cmake-3.24.0/Source/cmXMLSafe.cxx cmake-3.24.0/Source/cmDocumentationFormatter.h cmake-3.24.0/Source/cmOptionCommand.h cmake-3.24.0/Source/cmBreakCommand.cxx cmake-3.24.0/Source/cmExportCommand.cxx cmake-3.24.0/Source/cmCMakeMinimumRequired.h cmake-3.24.0/Source/cmNinjaNormalTargetGenerator.h cmake-3.24.0/Source/cmNinjaLinkLineComputer.cxx cmake-3.24.0/Source/cmVersion.h cmake-3.24.0/Source/cmInstallTargetGenerator.cxx cmake-3.24.0/Source/cmGlobalCommonGenerator.cxx cmake-3.24.0/Source/cmLocalCommonGenerator.h cmake-3.24.0/Source/cmGlobalVisualStudio9Generator.h cmake-3.24.0/Source/cmRemoveDefinitionsCommand.cxx cmake-3.24.0/Source/cmQTWrapUICommand.cxx cmake-3.24.0/Source/cmCMakeHostSystemInformationCommand.h cmake-3.24.0/Source/cmTargetCompileOptionsCommand.cxx cmake-3.24.0/Source/cmcmd.cxx cmake-3.24.0/Source/cmBuildCommand.h cmake-3.24.0/Source/cmFindPathCommand.h cmake-3.24.0/Source/cmTarget.cxx cmake-3.24.0/Source/cmCMakePresetsGraph.h cmake-3.24.0/Source/cmMacroCommand.h cmake-3.24.0/Source/cmDependsCompiler.cxx cmake-3.24.0/Source/cmExportBuildFileGenerator.cxx cmake-3.24.0/Source/cmListCommand.cxx cmake-3.24.0/Source/cmFindCommon.h cmake-3.24.0/Source/cmXMLSafe.h cmake-3.24.0/Source/cmQtAutoGen.h cmake-3.24.0/Source/cmInstallDirectoryGenerator.cxx cmake-3.24.0/Source/cmLinkLineComputer.h cmake-3.24.0/Source/cmGlobalVisualStudio71Generator.cxx cmake-3.24.0/Source/cmAddSubDirectoryCommand.h cmake-3.24.0/Source/cmCMakePresetsGraphReadJSON.cxx cmake-3.24.0/Source/cmSetCommand.cxx cmake-3.24.0/Source/cmAddExecutableCommand.cxx cmake-3.24.0/Source/cmFLTKWrapUICommand.h cmake-3.24.0/Source/cmListCommand.h cmake-3.24.0/Source/cmCMakePath.h cmake-3.24.0/Source/cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.h cmake-3.24.0/Source/cmInstallFilesGenerator.h cmake-3.24.0/Source/cmNinjaLinkLineDeviceComputer.cxx cmake-3.24.0/Source/cmComputeLinkInformation.h cmake-3.24.0/Source/cmExportFileGenerator.cxx cmake-3.24.0/Source/cmStandardLevelResolver.h cmake-3.24.0/Source/cmELF.cxx cmake-3.24.0/Source/cmSubdirDependsCommand.cxx cmake-3.24.0/Source/cmGlobalBorlandMakefileGenerator.h cmake-3.24.0/Source/cmFileCopier.cxx cmake-3.24.0/Source/cmTargetLinkOptionsCommand.h cmake-3.24.0/Source/cmLinkDirectoriesCommand.h cmake-3.24.0/Source/cmExtraSublimeTextGenerator.cxx cmake-3.24.0/Source/cmDefinePropertyCommand.h cmake-3.24.0/Source/cmCreateTestSourceList.h cmake-3.24.0/Source/cmMakefile.h cmake-3.24.0/Source/cmIncludeRegularExpressionCommand.h cmake-3.24.0/Source/cmStringAlgorithms.cxx cmake-3.24.0/Source/cmGeneratorExpressionParser.cxx cmake-3.24.0/Source/cmStandardLevelResolver.cxx cmake-3.24.0/Source/cmBinUtilsLinuxELFLinker.cxx cmake-3.24.0/Source/cmDependsC.h cmake-3.24.0/Source/cmSourceGroup.cxx cmake-3.24.0/Source/cmMessenger.cxx cmake-3.24.0/Source/cmCustomCommand.cxx cmake-3.24.0/Source/cmTargetLinkOptionsCommand.cxx cmake-3.24.0/Source/cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.h cmake-3.24.0/Source/cmGeneratorExpressionEvaluator.cxx cmake-3.24.0/Source/cmXCOFF.cxx cmake-3.24.0/Source/cmFindBase.cxx cmake-3.24.0/Source/cmFileLockResult.cxx cmake-3.24.0/Source/cmCMakePresetsGraphReadJSONBuildPresets.cxx cmake-3.24.0/Source/cmExportLibraryDependenciesCommand.h cmake-3.24.0/Source/cmLocalGhsMultiGenerator.h cmake-3.24.0/Source/cmIncludeRegularExpressionCommand.cxx cmake-3.24.0/Source/cmOrderDirectories.h cmake-3.24.0/Source/cmGlobalGenerator.h cmake-3.24.0/Source/cmCommandArgumentParserHelper.h cmake-3.24.0/Source/cmProcessTools.cxx cmake-3.24.0/Source/cmExtraCodeLiteGenerator.h cmake-3.24.0/Source/cmAddDependenciesCommand.h cmake-3.24.0/Source/cmSiteNameCommand.h cmake-3.24.0/Source/cmProjectCommand.cxx cmake-3.24.0/Source/cmTargetLinkDirectoriesCommand.cxx cmake-3.24.0/Source/cmQtAutoMocUic.h cmake-3.24.0/Source/cmLinkLineDeviceComputer.h cmake-3.24.0/Source/cmGccDepfileReader.h cmake-3.24.0/Source/cmComputeTargetDepends.h cmake-3.24.0/Source/cmExtraEclipseCDT4Generator.cxx cmake-3.24.0/Source/cmOrderDirectories.cxx cmake-3.24.0/Source/cmFunctionCommand.h cmake-3.24.0/Source/cmCommand.cxx cmake-3.24.0/Source/cmFileAPICache.cxx cmake-3.24.0/Source/cmIncludeDirectoryCommand.h cmake-3.24.0/Source/cmWriteFileCommand.h cmake-3.24.0/Source/ctest.cxx cmake-3.24.0/Source/cmUuid.h cmake-3.24.0/Source/cmUVHandlePtr.cxx cmake-3.24.0/Source/cmVisualStudioGeneratorOptions.h cmake-3.24.0/Source/cmGetCMakePropertyCommand.h cmake-3.24.0/Source/cmFindLibraryCommand.h cmake-3.24.0/Source/cmBinUtilsLinuxELFGetRuntimeDependenciesTool.cxx cmake-3.24.0/Source/cmGetFilenameComponentCommand.h cmake-3.24.0/Source/cmLocalUnixMakefileGenerator3.h cmake-3.24.0/Source/cmConditionEvaluator.h cmake-3.24.0/Source/cmXMLWriter.cxx cmake-3.24.0/Source/cmInstallRuntimeDependencySetGenerator.h cmake-3.24.0/Source/cmConsoleBuf.cxx cmake-3.24.0/Source/cmInstalledFile.cxx cmake-3.24.0/Source/cmTargetPropCommandBase.cxx cmake-3.24.0/Source/cmVisualStudio10TargetGenerator.cxx cmake-3.24.0/Source/cmJSONHelpers.h cmake-3.24.0/Source/cmGraphVizWriter.cxx cmake-3.24.0/Source/cmReturnCommand.h cmake-3.24.0/Source/cmExecuteProcessCommand.cxx cmake-3.24.0/Source/cmWorkerPool.h cmake-3.24.0/Source/cmInstallImportedRuntimeArtifactsGenerator.h cmake-3.24.0/Source/cmCustomCommandGenerator.h cmake-3.24.0/Source/cmTargetDepend.h cmake-3.24.0/Source/cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.cxx cmake-3.24.0/Source/cmExportInstallAndroidMKGenerator.cxx cmake-3.24.0/Source/cmTargetLinkDirectoriesCommand.h cmake-3.24.0/Source/cmCTest.h cmake-3.24.0/Source/cmOutputConverter.h cmake-3.24.0/Source/cmCommonTargetGenerator.h cmake-3.24.0/Source/cmTargetPrecompileHeadersCommand.h cmake-3.24.0/Source/cmMessageMetadata.h cmake-3.24.0/Source/cmInstallScriptGenerator.h cmake-3.24.0/Source/cmPathLabel.h cmake-3.24.0/Source/cmXMLWriter.h cmake-3.24.0/Source/cmDynamicLoader.cxx cmake-3.24.0/Source/cmFortranParser.h cmake-3.24.0/Source/cmVariableRequiresCommand.cxx cmake-3.24.0/Source/cmProjectCommand.h cmake-3.24.0/Source/cmGlobalUnixMakefileGenerator3.h cmake-3.24.0/Source/cmGlobalVisualStudio10Generator.h cmake-3.24.0/Source/cmStandardLexer.h cmake-3.24.0/Source/cmRST.h cmake-3.24.0/Source/cmAddTestCommand.h cmake-3.24.0/Source/cmSetTestsPropertiesCommand.cxx cmake-3.24.0/Source/cmExtraCodeBlocksGenerator.cxx cmake-3.24.0/Source/cmake.h cmake-3.24.0/Source/cmSourceFileLocation.cxx cmake-3.24.0/Source/cmFileTime.cxx cmake-3.24.0/Source/cmFindProgramCommand.cxx cmake-3.24.0/Source/cmExternalMakefileProjectGenerator.cxx cmake-3.24.0/Source/cmInstallRuntimeDependencySet.cxx cmake-3.24.0/Source/cmStringCommand.h cmake-3.24.0/Source/cmMSVC60LinkLineComputer.cxx cmake-3.24.0/Source/cmMessageType.h cmake-3.24.0/Source/cmAuxSourceDirectoryCommand.cxx cmake-3.24.0/Source/cmContinueCommand.h cmake-3.24.0/Source/cmFunctionBlocker.cxx cmake-3.24.0/Source/cmFileLock.cxx cmake-3.24.0/Source/cmDependsCompiler.h cmake-3.24.0/Source/cmBinUtilsLinuxELFLinker.h cmake-3.24.0/Source/cmComputeComponentGraph.cxx cmake-3.24.0/Source/cmWorkingDirectory.cxx cmake-3.24.0/Source/cmTargetPrecompileHeadersCommand.cxx cmake-3.24.0/Source/cmLocalVisualStudio10Generator.cxx cmake-3.24.0/Source/cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.cxx cmake-3.24.0/Source/cmCMakePathCommand.cxx cmake-3.24.0/Source/cmComputeTargetDepends.cxx cmake-3.24.0/Source/cmInstallCommand.h cmake-3.24.0/Source/cmGlobalVisualStudio7Generator.cxx cmake-3.24.0/Source/cmNinjaUtilityTargetGenerator.h cmake-3.24.0/Source/cmStateSnapshot.cxx cmake-3.24.0/Source/cmSearchPath.cxx cmake-3.24.0/Source/cmInstalledFile.h cmake-3.24.0/Source/cmInstallMode.h cmake-3.24.0/Source/cmGeneratorExpressionEvaluationFile.cxx cmake-3.24.0/Source/cmCryptoHash.h cmake-3.24.0/Source/cmAddLibraryCommand.h cmake-3.24.0/Source/cmTargetLinkLibrariesCommand.h cmake-3.24.0/Source/cmInstallExportGenerator.cxx cmake-3.24.0/Source/cmAddCustomCommandCommand.cxx cmake-3.24.0/Source/cmGeneratorExpression.cxx cmake-3.24.0/Source/cmQtAutoGenerator.cxx cmake-3.24.0/Source/cmFindFileCommand.cxx cmake-3.24.0/Source/cmWindowsRegistry.cxx cmake-3.24.0/Source/cmGeneratedFileStream.h cmake-3.24.0/Source/cmLinkLineComputer.cxx cmake-3.24.0/Source/cmLocalVisualStudio7Generator.cxx cmake-3.24.0/Source/cmTargetCompileDefinitionsCommand.h cmake-3.24.0/Source/cmAddCompileDefinitionsCommand.cxx cmake-3.24.0/Source/cmPolicies.h cmake-3.24.0/Source/cmWhileCommand.h cmake-3.24.0/Source/cmCommands.cxx cmake-3.24.0/Source/cmFileLockWin32.cxx cmake-3.24.0/Source/cmStateDirectory.cxx cmake-3.24.0/Source/cmFileLockPool.cxx cmake-3.24.0/Source/cmUseMangledMesaCommand.cxx cmake-3.24.0/Source/cmConfigureFileCommand.cxx cmake-3.24.0/Source/cmArgumentParser.cxx cmake-3.24.0/Source/cmComputeLinkInformation.cxx cmake-3.24.0/Source/cmDependsJavaParserHelper.h cmake-3.24.0/Source/cmSiteNameCommand.cxx cmake-3.24.0/Source/cmBinUtilsWindowsPELinker.h cmake-3.24.0/Source/cmLoadCacheCommand.h cmake-3.24.0/Source/cm_get_date.h cmake-3.24.0/Source/cmAddSubDirectoryCommand.cxx cmake-3.24.0/Source/cmIncludeExternalMSProjectCommand.h cmake-3.24.0/Source/cmAddCustomTargetCommand.cxx cmake-3.24.0/Source/cmSetTargetPropertiesCommand.cxx cmake-3.24.0/Source/cmDepends.cxx cmake-3.24.0/Source/cmDocumentationSection.cxx cmake-3.24.0/Source/cmFunctionCommand.cxx cmake-3.24.0/Source/cmCurl.h cmake-3.24.0/Source/cmContinueCommand.cxx cmake-3.24.0/Source/cmSourceFile.h cmake-3.24.0/Source/cmGetTargetPropertyCommand.h cmake-3.24.0/Source/cmFSPermissions.cxx cmake-3.24.0/Source/cmProcessTools.h cmake-3.24.0/Source/cmTargetLinkLibrariesCommand.cxx cmake-3.24.0/Source/cmExportFileGenerator.h cmake-3.24.0/Source/cm_sys_stat.h cmake-3.24.0/Source/cmGetSourceFilePropertyCommand.h cmake-3.24.0/Source/cmCMakeMinimumRequired.cxx cmake-3.24.0/Source/cmNewLineStyle.h cmake-3.24.0/Source/cmFindLibraryCommand.cxx cmake-3.24.0/Source/cmCMakePolicyCommand.h cmake-3.24.0/Source/cmFortranParserImpl.cxx cmake-3.24.0/Source/cmCallVisualStudioMacro.cxx cmake-3.24.0/Source/cmHexFileConverter.cxx cmake-3.24.0/Source/cmInstallTargetsCommand.h cmake-3.24.0/Source/cmReturnCommand.cxx cmake-3.24.0/Source/cmNewLineStyle.cxx cmake-3.24.0/Source/cmVariableWatch.h cmake-3.24.0/Source/cmCMakeHostSystemInformationCommand.cxx cmake-3.24.0/Source/cmGlobVerificationManager.h cmake-3.24.0/Source/cmCTest.cxx cmake-3.24.0/Source/cmExportInstallAndroidMKGenerator.h cmake-3.24.0/Source/cmExpandedCommandArgument.cxx cmake-3.24.0/Source/cmOptionCommand.cxx cmake-3.24.0/Source/cmParseArgumentsCommand.h cmake-3.24.0/Source/cmUseMangledMesaCommand.h cmake-3.24.0/Source/bindexplib.cxx cmake-3.24.0/Source/cmVisualStudioSlnParser.cxx cmake-3.24.0/Source/cmRulePlaceholderExpander.cxx cmake-3.24.0/Source/cmInstallCommandArguments.h cmake-3.24.0/Source/cmProcessOutput.cxx cmake-3.24.0/Source/cmLocale.h cmake-3.24.0/Source/cmSourceGroup.h cmake-3.24.0/Source/cmLocalNinjaGenerator.cxx cmake-3.24.0/Source/cmMakefileTargetGenerator.cxx cmake-3.24.0/Source/cmSetSourceFilesPropertiesCommand.cxx cmake-3.24.0/Source/cmXCode21Object.h cmake-3.24.0/Source/cmExportLibraryDependenciesCommand.cxx cmake-3.24.0/Source/cmTryRunCommand.cxx cmake-3.24.0/Source/cmSubdirDependsCommand.h cmake-3.24.0/Source/cmVSSetupHelper.h cmake-3.24.0/Source/cmDocumentation.cxx cmake-3.24.0/Source/cmXCodeScheme.cxx cmake-3.24.0/Source/cmSetPropertyCommand.h cmake-3.24.0/Source/cmLinkLibrariesCommand.h cmake-3.24.0/Source/cmPlaceholderExpander.h cmake-3.24.0/Source/cmGlobalNinjaGenerator.h cmake-3.24.0/Source/cmInstallRuntimeDependencySetGenerator.cxx cmake-3.24.0/Source/cmTarget.h cmake-3.24.0/Source/cmNinjaUtilityTargetGenerator.cxx cmake-3.24.0/Source/cmBinUtilsLinker.cxx cmake-3.24.0/Source/cmEnableTestingCommand.cxx cmake-3.24.0/Source/cmTargetCompileFeaturesCommand.h cmake-3.24.0/Source/cmLocalXCodeGenerator.cxx cmake-3.24.0/Source/cmDefinePropertyCommand.cxx cmake-3.24.0/Source/cmTargetSourcesCommand.h cmake-3.24.0/Source/cmFindProgramCommand.h cmake-3.24.0/Source/cmCMakePresetsGraphInternal.h cmake-3.24.0/Source/cmGlobalGhsMultiGenerator.h cmake-3.24.0/Source/cmGlobalWatcomWMakeGenerator.cxx cmake-3.24.0/Source/cmGlobalBorlandMakefileGenerator.cxx cmake-3.24.0/Source/cmBinUtilsWindowsPELinker.cxx cmake-3.24.0/Source/cmMakefileExecutableTargetGenerator.h cmake-3.24.0/Source/cmFileLockPool.h cmake-3.24.0/Source/cmInstallFilesCommand.cxx cmake-3.24.0/Source/cm_utf8.c cmake-3.24.0/Source/cmCLocaleEnvironmentScope.h cmake-3.24.0/Source/cmOutputConverter.cxx cmake-3.24.0/Source/cmMachO.h cmake-3.24.0/Source/cmGlobalVisualStudio7Generator.h cmake-3.24.0/Source/cmQTWrapCPPCommand.h cmake-3.24.0/Source/cmMakefileProfilingData.cxx cmake-3.24.0/Source/cmCMakePolicyCommand.cxx cmake-3.24.0/Source/cmTryRunCommand.h cmake-3.24.0/Source/cmInstallTargetsCommand.cxx cmake-3.24.0/Source/cmQtAutoRcc.cxx cmake-3.24.0/Source/cmCMakePath.cxx cmake-3.24.0/Source/cmQtAutoGenInitializer.cxx cmake-3.24.0/Source/cmRemoveCommand.h cmake-3.24.0/Source/cmLocalXCodeGenerator.h cmake-3.24.0/Source/cmGetDirectoryPropertyCommand.h cmake-3.24.0/Source/cmAddDefinitionsCommand.h cmake-3.24.0/Source/cmProperty.h cmake-3.24.0/Source/cmMSVC60LinkLineComputer.h cmake-3.24.0/Source/cmFilePathChecksum.h cmake-3.24.0/Source/cmInstallSubdirectoryGenerator.cxx cmake-3.24.0/Source/cmLoadCommandCommand.cxx cmake-3.24.0/Source/cmSetPropertyCommand.cxx cmake-3.24.0/Source/cmAddDefinitionsCommand.cxx cmake-3.24.0/Source/cmCommands.h cmake-3.24.0/Source/cmExtraCodeBlocksGenerator.h cmake-3.24.0/Source/cmSourceGroupCommand.h cmake-3.24.0/Source/cmExportBuildAndroidMKGenerator.cxx cmake-3.24.0/Source/cmFindFileCommand.h cmake-3.24.0/Source/cmAddCustomCommandCommand.h cmake-3.24.0/Source/cmQtAutoGen.cxx cmake-3.24.0/Source/cmFileCommand.h cmake-3.24.0/Source/cmMacroCommand.cxx cmake-3.24.0/Source/cmExtraKateGenerator.h cmake-3.24.0/Source/cmInstallImportedRuntimeArtifactsGenerator.cxx cmake-3.24.0/Source/cmFileLockUnix.cxx cmake-3.24.0/Source/cmExecutionStatus.h cmake-3.24.0/Source/cmVariableWatchCommand.h cmake-3.24.0/Source/cmVsProjectType.h cmake-3.24.0/Source/cmSeparateArgumentsCommand.cxx cmake-3.24.0/Source/cmIncludeGuardCommand.cxx cmake-3.24.0/Source/cmFileAPICodemodel.cxx cmake-3.24.0/Source/cmCustomCommandTypes.h cmake-3.24.0/Source/cmCustomCommandLines.cxx cmake-3.24.0/Source/cmSearchPath.h cmake-3.24.0/Source/cmInstallGenerator.h cmake-3.24.0/Source/cmFileTimeCache.h cmake-3.24.0/Source/cmLoadCacheCommand.cxx cmake-3.24.0/Source/cmIDEOptions.h cmake-3.24.0/Source/cmArchiveWrite.h cmake-3.24.0/Source/cmGlobalVisualStudio8Generator.cxx cmake-3.24.0/Source/cmUnsetCommand.h cmake-3.24.0/Source/cmExprParserHelper.cxx cmake-3.24.0/Source/cmGhsMultiTargetGenerator.h cmake-3.24.0/Source/cmFunctionBlocker.h cmake-3.24.0/Source/cmAddCompileDefinitionsCommand.h cmake-3.24.0/Source/cmEnableLanguageCommand.cxx cmake-3.24.0/Source/cmExportTryCompileFileGenerator.h cmake-3.24.0/Source/cmBinUtilsMacOSMachOLinker.cxx cmake-3.24.0/Source/cmExportInstallFileGenerator.h cmake-3.24.0/Source/cmLinkLibrariesCommand.cxx cmake-3.24.0/Source/cmFileSet.cxx cmake-3.24.0/Source/cmXCodeObject.h cmake-3.24.0/Source/cmGeneratorExpressionNode.cxx cmake-3.24.0/Source/cmLocalVisualStudio7Generator.h cmake-3.24.0/Source/cmGeneratorExpressionDAGChecker.cxx cmake-3.24.0/Source/cmSourceFile.cxx cmake-3.24.0/Source/cmGetPropertyCommand.h cmake-3.24.0/Source/cmInstallFilesCommand.h cmake-3.24.0/Source/cmVisualStudioSlnData.cxx cmake-3.24.0/Source/cmGlobalVisualStudio12Generator.h cmake-3.24.0/Source/cmGeneratorTarget.h cmake-3.24.0/Source/cmUtils.hxx cmake-3.24.0/Source/cmFileAPICMakeFiles.cxx cmake-3.24.0/Source/cmLocalVisualStudioGenerator.cxx cmake-3.24.0/Source/cmBinUtilsMacOSMachOLinker.h cmake-3.24.0/Source/cmGccDepfileReaderTypes.h cmake-3.24.0/Source/cmListFileCache.h cmake-3.24.0/Source/cmBinUtilsLinker.h cmake-3.24.0/Source/cmAddDependenciesCommand.cxx cmake-3.24.0/Source/cmArgumentParser.h cmake-3.24.0/Source/cmCommandLineArgument.h cmake-3.24.0/Source/cmDependsC.cxx cmake-3.24.0/Source/cmScriptGenerator.cxx cmake-3.24.0/Source/cmVersionMacros.h cmake-3.24.0/Source/cmVariableWatch.cxx cmake-3.24.0/Source/cmLocalCommonGenerator.cxx cmake-3.24.0/Source/cmSystemTools.h cmake-3.24.0/Source/cmGetDirectoryPropertyCommand.cxx cmake-3.24.0/Source/cmGhsMultiGpj.cxx cmake-3.24.0/Source/cmXCode21Object.cxx cmake-3.24.0/Source/cmGlobalVisualStudio9Generator.cxx cmake-3.24.0/Source/cmRuntimeDependencyArchive.cxx cmake-3.24.0/Source/LexerParser/cmFortranParser.cxx cmake-3.24.0/Source/LexerParser/cmExprParser.cxx cmake-3.24.0/Source/LexerParser/cmCommandArgumentLexer.cxx cmake-3.24.0/Source/LexerParser/cmCTestResourceGroupsLexer.cxx cmake-3.24.0/Source/LexerParser/cmFortranLexer.cxx cmake-3.24.0/Source/LexerParser/cmDependsJavaLexer.cxx cmake-3.24.0/Source/LexerParser/cmGccDepfileLexer.cxx cmake-3.24.0/Source/LexerParser/cmDependsJavaParser.cxx cmake-3.24.0/Source/LexerParser/cmListFileLexer.c cmake-3.24.0/Source/LexerParser/cmCommandArgumentParser.cxx cmake-3.24.0/Source/LexerParser/cmExprLexer.cxx cmake-3.24.0/Source/CursesDialog/cmCursesCacheEntryComposite.h cmake-3.24.0/Source/CursesDialog/cmCursesFilePathWidget.cxx cmake-3.24.0/Source/CursesDialog/cmCursesForm.h cmake-3.24.0/Source/CursesDialog/cmCursesLabelWidget.cxx cmake-3.24.0/Source/CursesDialog/cmCursesWidget.h cmake-3.24.0/Source/CursesDialog/cmCursesOptionsWidget.h cmake-3.24.0/Source/CursesDialog/cmCursesMainForm.cxx cmake-3.24.0/Source/CursesDialog/cmCursesBoolWidget.cxx cmake-3.24.0/Source/CursesDialog/cmCursesDummyWidget.h cmake-3.24.0/Source/CursesDialog/cmCursesCacheEntryComposite.cxx cmake-3.24.0/Source/CursesDialog/cmCursesFilePathWidget.h cmake-3.24.0/Source/CursesDialog/cmCursesColor.cxx cmake-3.24.0/Source/CursesDialog/cmCursesStandardIncludes.h cmake-3.24.0/Source/CursesDialog/cmCursesPathWidget.cxx cmake-3.24.0/Source/CursesDialog/cmCursesForm.cxx cmake-3.24.0/Source/CursesDialog/cmCursesDummyWidget.cxx cmake-3.24.0/Source/CursesDialog/cmCursesWidget.cxx cmake-3.24.0/Source/CursesDialog/cmCursesOptionsWidget.cxx cmake-3.24.0/Source/CursesDialog/cmCursesLongMessageForm.cxx cmake-3.24.0/Source/CursesDialog/cmCursesMainForm.h cmake-3.24.0/Source/CursesDialog/cmCursesStringWidget.h cmake-3.24.0/Source/CursesDialog/cmCursesLabelWidget.h cmake-3.24.0/Source/CursesDialog/ccmake.cxx cmake-3.24.0/Source/CursesDialog/cmCursesBoolWidget.h cmake-3.24.0/Source/CursesDialog/cmCursesLongMessageForm.h cmake-3.24.0/Source/CursesDialog/cmCursesPathWidget.h cmake-3.24.0/Source/CursesDialog/cmCursesStringWidget.cxx cmake-3.24.0/Source/CursesDialog/cmCursesColor.h cmake-3.24.0/Source/CPack/cmCPackComponentGroup.cxx cmake-3.24.0/Source/CPack/cmCPackNSISGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackProductBuildGenerator.h cmake-3.24.0/Source/CPack/cmCPackBundleGenerator.h cmake-3.24.0/Source/CPack/cmCPackPKGGenerator.cxx cmake-3.24.0/Source/CPack/cpack.cxx cmake-3.24.0/Source/CPack/cmCPackNuGetGenerator.h cmake-3.24.0/Source/CPack/cmCPackFreeBSDGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackDragNDropGenerator.h cmake-3.24.0/Source/CPack/cmCPackDebGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackGeneratorFactory.cxx cmake-3.24.0/Source/CPack/cmCPackCygwinBinaryGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackGeneratorFactory.h cmake-3.24.0/Source/CPack/cmCPackFreeBSDGenerator.h cmake-3.24.0/Source/CPack/cmCPackBundleGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackRPMGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackCygwinSourceGenerator.h cmake-3.24.0/Source/CPack/cmCPackArchiveGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackLog.h cmake-3.24.0/Source/CPack/cmCPackDebGenerator.h cmake-3.24.0/Source/CPack/cmCPackExternalGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackGenerator.h cmake-3.24.0/Source/CPack/cmCPackNuGetGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackArchiveGenerator.h cmake-3.24.0/Source/CPack/cmCPackExternalGenerator.h cmake-3.24.0/Source/CPack/cmCPackNSISGenerator.h cmake-3.24.0/Source/CPack/cmCPackRPMGenerator.h cmake-3.24.0/Source/CPack/cmCPackCygwinBinaryGenerator.h cmake-3.24.0/Source/CPack/cmCPackProductBuildGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackSTGZGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackPKGGenerator.h cmake-3.24.0/Source/CPack/cmCPackLog.cxx cmake-3.24.0/Source/CPack/cmCPackDragNDropGenerator.cxx cmake-3.24.0/Source/CPack/cmCPackComponentGroup.h cmake-3.24.0/Source/CPack/cmCPackSTGZGenerator.h cmake-3.24.0/Source/CPack/cmCPackCygwinSourceGenerator.cxx cmake-3.24.0/Source/CPack/WiX/cmWIXPatchParser.cxx cmake-3.24.0/Source/CPack/WiX/cmCPackWIXGenerator.h cmake-3.24.0/Source/CPack/WiX/cmWIXFeaturesSourceWriter.h cmake-3.24.0/Source/CPack/WiX/cmWIXShortcut.h cmake-3.24.0/Source/CPack/WiX/cmWIXPatch.h cmake-3.24.0/Source/CPack/WiX/cmWIXShortcut.cxx cmake-3.24.0/Source/CPack/WiX/cmWIXFeaturesSourceWriter.cxx cmake-3.24.0/Source/CPack/WiX/cmCMakeToWixPath.cxx cmake-3.24.0/Source/CPack/WiX/cmWIXSourceWriter.h cmake-3.24.0/Source/CPack/WiX/cmWIXPatch.cxx cmake-3.24.0/Source/CPack/WiX/cmWIXDirectoriesSourceWriter.cxx cmake-3.24.0/Source/CPack/WiX/cmWIXSourceWriter.cxx cmake-3.24.0/Source/CPack/WiX/cmWIXPatchParser.h cmake-3.24.0/Source/CPack/WiX/cmCMakeToWixPath.h cmake-3.24.0/Source/CPack/WiX/cmCPackWIXGenerator.cxx cmake-3.24.0/Source/CPack/WiX/cmWIXFilesSourceWriter.cxx cmake-3.24.0/Source/CPack/WiX/cmWIXDirectoriesSourceWriter.h cmake-3.24.0/Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx cmake-3.24.0/Source/CPack/WiX/cmWIXFilesSourceWriter.h cmake-3.24.0/Source/CPack/WiX/cmWIXRichTextFormatWriter.h cmake-3.24.0/Source/CPack/WiX/cmWIXAccessControlList.cxx cmake-3.24.0/Source/CPack/WiX/cmWIXAccessControlList.h cmake-3.24.0/Source/CPack/IFW/cmCPackIFWPackage.h cmake-3.24.0/Source/CPack/IFW/cmCPackIFWGenerator.h cmake-3.24.0/Source/CPack/IFW/cmCPackIFWPackage.cxx cmake-3.24.0/Source/CPack/IFW/cmCPackIFWRepository.h cmake-3.24.0/Source/CPack/IFW/cmCPackIFWInstaller.h cmake-3.24.0/Source/CPack/IFW/cmCPackIFWCommon.cxx cmake-3.24.0/Source/CPack/IFW/cmCPackIFWInstaller.cxx cmake-3.24.0/Source/CPack/IFW/cmCPackIFWCommon.h cmake-3.24.0/Source/CPack/IFW/cmCPackIFWRepository.cxx cmake-3.24.0/Source/CPack/IFW/cmCPackIFWGenerator.cxx cmake-3.24.0/Source/CTest/cmCTestHG.h cmake-3.24.0/Source/CTest/cmCTestLaunch.h cmake-3.24.0/Source/CTest/cmProcess.h cmake-3.24.0/Source/CTest/cmCTestCurl.h cmake-3.24.0/Source/CTest/cmCTestScriptHandler.cxx cmake-3.24.0/Source/CTest/cmCTestGlobalVC.h cmake-3.24.0/Source/CTest/cmCTestMultiProcessHandler.cxx cmake-3.24.0/Source/CTest/cmCTestVC.h cmake-3.24.0/Source/CTest/cmCTestTestHandler.cxx cmake-3.24.0/Source/CTest/cmCTestVC.cxx cmake-3.24.0/Source/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx cmake-3.24.0/Source/CTest/cmCTestReadCustomFilesCommand.h cmake-3.24.0/Source/CTest/cmCTestBinPacker.h cmake-3.24.0/Source/CTest/cmCTestBinPacker.cxx cmake-3.24.0/Source/CTest/cmParseDelphiCoverage.h cmake-3.24.0/Source/CTest/cmCTestGIT.h cmake-3.24.0/Source/CTest/cmCTestCoverageCommand.cxx cmake-3.24.0/Source/CTest/cmParsePHPCoverage.h cmake-3.24.0/Source/CTest/cmParseBlanketJSCoverage.h cmake-3.24.0/Source/CTest/cmCTestResourceAllocator.cxx cmake-3.24.0/Source/CTest/cmCTestSleepCommand.h cmake-3.24.0/Source/CTest/cmCTestRunTest.h cmake-3.24.0/Source/CTest/cmCTestBZR.cxx cmake-3.24.0/Source/CTest/cmCTestGIT.cxx cmake-3.24.0/Source/CTest/cmCTestSubmitCommand.cxx cmake-3.24.0/Source/CTest/cmCTestTestCommand.h cmake-3.24.0/Source/CTest/cmCTestGlobalVC.cxx cmake-3.24.0/Source/CTest/cmCTestBuildCommand.cxx cmake-3.24.0/Source/CTest/cmCTestTestHandler.h cmake-3.24.0/Source/CTest/cmCTestCurl.cxx cmake-3.24.0/Source/CTest/cmParseJacocoCoverage.h cmake-3.24.0/Source/CTest/cmCTestSVN.h cmake-3.24.0/Source/CTest/cmCTestHG.cxx cmake-3.24.0/Source/CTest/cmCTestBuildAndTestHandler.cxx cmake-3.24.0/Source/CTest/cmCTestUpdateHandler.cxx cmake-3.24.0/Source/CTest/cmCTestConfigureHandler.cxx cmake-3.24.0/Source/CTest/cmCTestMultiProcessHandler.h cmake-3.24.0/Source/CTest/cmParseGTMCoverage.h cmake-3.24.0/Source/CTest/cmCTestUploadCommand.cxx cmake-3.24.0/Source/CTest/cmCTestBZR.h cmake-3.24.0/Source/CTest/cmCTestMemCheckHandler.cxx cmake-3.24.0/Source/CTest/cmCTestCVS.cxx cmake-3.24.0/Source/CTest/cmCTestP4.h cmake-3.24.0/Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h cmake-3.24.0/Source/CTest/cmCTestResourceSpec.cxx cmake-3.24.0/Source/CTest/cmCTestCVS.h cmake-3.24.0/Source/CTest/cmCTestLaunchReporter.cxx cmake-3.24.0/Source/CTest/cmCTestCoverageCommand.h cmake-3.24.0/Source/CTest/cmCTestCoverageHandler.h cmake-3.24.0/Source/CTest/cmCTestRunScriptCommand.cxx cmake-3.24.0/Source/CTest/cmCTestCoverageHandler.cxx cmake-3.24.0/Source/CTest/cmParseCoberturaCoverage.h cmake-3.24.0/Source/CTest/cmCTestScriptHandler.h cmake-3.24.0/Source/CTest/cmCTestTypes.h cmake-3.24.0/Source/CTest/cmCTestSVN.cxx cmake-3.24.0/Source/CTest/cmCTestRunTest.cxx cmake-3.24.0/Source/CTest/cmCTestP4.cxx cmake-3.24.0/Source/CTest/cmCTestTestCommand.cxx cmake-3.24.0/Source/CTest/cmCTestBuildCommand.h cmake-3.24.0/Source/CTest/cmCTestStartCommand.h cmake-3.24.0/Source/CTest/cmCTestBuildHandler.h cmake-3.24.0/Source/CTest/cmCTestRunScriptCommand.h cmake-3.24.0/Source/CTest/cmCTestResourceSpec.h cmake-3.24.0/Source/CTest/cmCTestResourceGroupsLexerHelper.cxx cmake-3.24.0/Source/CTest/cmCTestHandlerCommand.cxx cmake-3.24.0/Source/CTest/cmCTestUploadHandler.cxx cmake-3.24.0/Source/CTest/cmCTestCommand.h cmake-3.24.0/Source/CTest/cmCTestMemCheckCommand.cxx cmake-3.24.0/Source/CTest/cmCTestSleepCommand.cxx cmake-3.24.0/Source/CTest/cmCTestResourceAllocator.h cmake-3.24.0/Source/CTest/cmCTestLaunchReporter.h cmake-3.24.0/Source/CTest/cmParseBlanketJSCoverage.cxx cmake-3.24.0/Source/CTest/cmCTestTestMeasurementXMLParser.cxx cmake-3.24.0/Source/CTest/cmParseMumpsCoverage.h cmake-3.24.0/Source/CTest/cmCTestUploadCommand.h cmake-3.24.0/Source/CTest/cmCTestUpdateCommand.cxx cmake-3.24.0/Source/CTest/cmParseCacheCoverage.h cmake-3.24.0/Source/CTest/cmCTestConfigureCommand.cxx cmake-3.24.0/Source/CTest/cmCTestBuildAndTestHandler.h cmake-3.24.0/Source/CTest/cmCTestUploadHandler.h cmake-3.24.0/Source/CTest/cmCTestMemCheckCommand.h cmake-3.24.0/Source/CTest/cmCTestHandlerCommand.h cmake-3.24.0/Source/CTest/cmCTestGenericHandler.cxx cmake-3.24.0/Source/CTest/cmCTestMemCheckHandler.h cmake-3.24.0/Source/CTest/cmCTestTestMeasurementXMLParser.h cmake-3.24.0/Source/CTest/cmCTestReadCustomFilesCommand.cxx cmake-3.24.0/Source/CTest/cmProcess.cxx cmake-3.24.0/Source/CTest/cmCTestBuildHandler.cxx cmake-3.24.0/Source/CTest/cmCTestResourceGroupsLexerHelper.h cmake-3.24.0/Source/CTest/cmCTestStartCommand.cxx cmake-3.24.0/Source/CTest/cmCTestConfigureCommand.h cmake-3.24.0/Source/CTest/cmCTestLaunch.cxx cmake-3.24.0/Source/CTest/cmCTestSubmitHandler.h cmake-3.24.0/Source/CTest/cmCTestUpdateHandler.h cmake-3.24.0/Source/CTest/cmCTestSubmitHandler.cxx cmake-3.24.0/Source/CTest/cmCTestConfigureHandler.h cmake-3.24.0/Source/CTest/cmCTestSubmitCommand.h cmake-3.24.0/Source/CTest/cmCTestGenericHandler.h cmake-3.24.0/Source/CTest/cmCTestUpdateCommand.h cmake-3.24.0/Source/QtDialog/EnvironmentDialog.cxx cmake-3.24.0/Source/QtDialog/CMakeSetupDialog.cxx cmake-3.24.0/Source/QtDialog/CMakeSetup.cxx cmake-3.24.0/Source/QtDialog/QCMakePresetItemModel.h cmake-3.24.0/Source/QtDialog/WarningMessagesDialog.h cmake-3.24.0/Source/QtDialog/QCMake.h cmake-3.24.0/Source/QtDialog/AddCacheEntry.h cmake-3.24.0/Source/QtDialog/QCMakePresetComboBox.cxx cmake-3.24.0/Source/QtDialog/QCMakeCacheView.h cmake-3.24.0/Source/QtDialog/QCMakeWidgets.h cmake-3.24.0/Source/QtDialog/RegexExplorer.h cmake-3.24.0/Source/QtDialog/EnvironmentDialog.h cmake-3.24.0/Source/QtDialog/QCMakePreset.cxx cmake-3.24.0/Source/QtDialog/RegexExplorer.cxx cmake-3.24.0/Source/QtDialog/QCMakeCacheView.cxx cmake-3.24.0/Source/QtDialog/QCMakePreset.h cmake-3.24.0/Source/QtDialog/QCMakePresetItemModel.cxx cmake-3.24.0/Source/QtDialog/QCMakeWidgets.cxx cmake-3.24.0/Source/QtDialog/QCMake.cxx cmake-3.24.0/Source/QtDialog/WarningMessagesDialog.cxx cmake-3.24.0/Source/QtDialog/CMakeGUIExec.cxx cmake-3.24.0/Source/QtDialog/QCMakePresetComboBox.h cmake-3.24.0/Source/QtDialog/AddCacheEntry.cxx cmake-3.24.0/Source/QtDialog/CMakeSetupDialog.h /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. */ ## Files: cmake-3.24.0/Utilities/cmzlib/adler32.c /* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2011, 2016 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Source/LexerParser/cmFortranParser.cxx cmake-3.24.0/Source/LexerParser/cmFortranLexer.cxx /*------------------------------------------------------------------------- Portions of this source have been derived from makedepf90 version 2.8.8, Copyright (C) 2000--2006 Erik Edelmann The code was originally distributed under the GPL but permission from the copyright holder has been obtained to distribute this derived work under the CMake license. -------------------------------------------------------------------------*/ ## Files: cmake-3.24.0/Utilities/Scripts/clang-format.bash #!/usr/bin/env bash #============================================================================= # Copyright 2015-2017 Kitware, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #============================================================================= ## Files: cmake-3.24.0/Utilities/cmcurl/lib/doh.c cmake-3.24.0/Utilities/cmcurl/include/curl/header.h cmake-3.24.0/Utilities/cmcurl/include/curl/options.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2018 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/common/fse_decompress.c /* ****************************************************************** * FSE : Finite State Entropy decoder * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy * - Public forum : https://groups.google.com/forum/#!forum/lz4c * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/inet_pton.c /* Copyright (c) 1996 - 2021 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * SOFTWARE. */ ## Files: cmake-3.24.0/Source/CPack/WiX/cmWIXRichTextFormatWriter.h /** \class cmWIXRichtTextFormatWriter * \brief Helper class to generate Rich Text Format (RTF) documents * from plain text (e.g. for license and welcome text) */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/schannel.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012, Marc Hoersken, , et al. * Copyright (C) 2012 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/bufref.c cmake-3.24.0/Utilities/cmcurl/lib/bufref.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/doh.h cmake-3.24.0/Utilities/cmcurl/include/curl/urlapi.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2018 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Source/kwsys/RegularExpression.cxx // The remaining code in this file is derived from the regular expression code // whose copyright statement appears below. It has been changed to work // with the class concepts of C++ and COOL. ## Files: cmake-3.24.0/Utilities/cmcurl/lib/altsvc.c cmake-3.24.0/Utilities/cmcurl/lib/vssh/wolfssh.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2019 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmlibrhash/librhash/sha3.c /* sha3.c - an implementation of Secure Hash Algorithm 3 (Keccak). * based on the * The Keccak SHA-3 submission. Submission to NIST (Round 3), 2011 * by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche * * Copyright (c) 2013, Aleksey Kravchenko * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/xmltok_impl.h /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2017-2019 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/ldap.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_iso9660.c /* * Usage : copyright-file= * Type : string, max 37 bytes * Default: Not specified * COMPAT : mkisofs -copyright * * Specifies Copyright Filename. * This file shall be described in the Root Directory * and containing a copyright statement. */ ## Files: cmake-3.24.0/Source/CPack/cmCPackDragNDropGenerator.cxx // License body ## Files: cmake-3.24.0/Utilities/cmlibrhash/librhash/sha1.c /* sha1.c - an implementation of Secure Hash Algorithm 1 (SHA1) * based on RFC 3174. * * Copyright (c) 2008, Aleksey Kravchenko * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Source/CPack/IFW/cmCPackIFWPackage.h /// List of license agreements to be accepted by the installing user ## Files: cmake-3.24.0/Utilities/cmzlib/uncompr.c /* uncompr.c -- decompress a memory buffer * Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmpdcurses/pdcurses/scanw.c /* _pdc_vsscanf() - Internal routine to parse and format an input buffer. It scans a series of input fields; each field is formatted according to a supplied format string and the formatted input is stored in the variable number of addresses passed. Returns the number of input fields or EOF on error. Don't compile this unless required. Some compilers (at least Borland C++ 3.0) have to link with math libraries due to the use of floats. Based on vsscanf.c and input.c from emx 0.8f library source, Copyright (c) 1990-1992 by Eberhard Mattes, who has kindly agreed to its inclusion in PDCurses. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/bearssl.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2019 - 2022, Michael Forney, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/mbedtls_threadlock.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2013 - 2020, Daniel Stenberg, , et al. * Copyright (C) 2010, Hoi-Ho Chan, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Source/kwsys/RegularExpression.cxx /* * compile and find * * Copyright (c) 1986 by University of Toronto. * Written by Henry Spencer. Not derived from licensed software. * * Permission is granted to anyone to use this software for any * purpose on any computer system, and to redistribute it freely, * subject to the following restrictions: * * 1. The author is not responsible for the consequences of use of * this software, no matter how awful, even if they arise * from defects in it. * * 2. The origin of this software must not be misrepresented, either * by explicit claim or by omission. * * 3. Altered versions must be plainly marked as such, and must not * be misrepresented as being the original software. * * Beware that some of this code is subtly aware of the way operator * precedence is structured in regular expressions. Serious changes in * regular-expression syntax might require a total rethink. */ ## Files: cmake-3.24.0/Source/CPack/cmCPackDragNDropGenerator.cxx // only put license on dmg if is user provided ## Files: cmake-3.24.0/Utilities/cmcurl/lib/fileinfo.h cmake-3.24.0/Utilities/cmcurl/lib/wildcard.h cmake-3.24.0/Utilities/cmcurl/lib/fileinfo.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2010 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/common/debug.h cmake-3.24.0/Utilities/cmzstd/lib/common/debug.c /* ****************************************************************** * debug * Part of FSE library * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ ## Files: cmake-3.24.0/Source/kwsys/testDirectory.cxx cmake-3.24.0/Source/kwsys/testStatus.cxx cmake-3.24.0/Source/kwsys/testConfigure.cxx /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing#kwsys for details. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/gsasl.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2020 - 2021, Simon Josefsson, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC5802 SCRAM-SHA-1 authentication * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/compress/fse_compress.c /* ****************************************************************** * FSE : Finite State Entropy encoder * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy * - Public forum : https://groups.google.com/forum/#!forum/lz4c * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ ## Files: cmake-3.24.0/Utilities/cmcurl/CMake/CurlTests.c cmake-3.24.0/Utilities/cmcurl/lib/multi.c cmake-3.24.0/Utilities/cmcurl/lib/socks.c cmake-3.24.0/Utilities/cmcurl/lib/http_chunks.c cmake-3.24.0/Utilities/cmcurl/lib/dotdot.c cmake-3.24.0/Utilities/cmcurl/lib/sendf.h cmake-3.24.0/Utilities/cmcurl/lib/base64.c cmake-3.24.0/Utilities/cmcurl/lib/asyn-ares.c cmake-3.24.0/Utilities/cmcurl/lib/mime.h cmake-3.24.0/Utilities/cmcurl/lib/gopher.c cmake-3.24.0/Utilities/cmcurl/lib/curl_ntlm_core.c cmake-3.24.0/Utilities/cmcurl/lib/escape.c cmake-3.24.0/Utilities/cmcurl/lib/rand.c cmake-3.24.0/Utilities/cmcurl/lib/http.c cmake-3.24.0/Utilities/cmcurl/lib/curl_multibyte.c cmake-3.24.0/Utilities/cmcurl/lib/connect.c cmake-3.24.0/Utilities/cmcurl/lib/telnet.c cmake-3.24.0/Utilities/cmcurl/lib/file.c cmake-3.24.0/Utilities/cmcurl/lib/http_proxy.c cmake-3.24.0/Utilities/cmcurl/lib/http_negotiate.c cmake-3.24.0/Utilities/cmcurl/lib/tftp.c cmake-3.24.0/Utilities/cmcurl/lib/warnless.h cmake-3.24.0/Utilities/cmcurl/lib/curl_ctype.c cmake-3.24.0/Utilities/cmcurl/lib/transfer.h cmake-3.24.0/Utilities/cmcurl/lib/if2ip.c cmake-3.24.0/Utilities/cmcurl/lib/timeval.h cmake-3.24.0/Utilities/cmcurl/lib/formdata.c cmake-3.24.0/Utilities/cmcurl/lib/url.h cmake-3.24.0/Utilities/cmcurl/lib/multiif.h cmake-3.24.0/Utilities/cmcurl/lib/hostip.c cmake-3.24.0/Utilities/cmcurl/lib/nonblock.c cmake-3.24.0/Utilities/cmcurl/lib/select.c cmake-3.24.0/Utilities/cmcurl/lib/timediff.h cmake-3.24.0/Utilities/cmcurl/lib/strcase.c cmake-3.24.0/Utilities/cmcurl/lib/easy.c cmake-3.24.0/Utilities/cmcurl/lib/h2h3.c cmake-3.24.0/Utilities/cmcurl/lib/http.h cmake-3.24.0/Utilities/cmcurl/lib/curl_path.c cmake-3.24.0/Utilities/cmcurl/lib/cookie.c cmake-3.24.0/Utilities/cmcurl/lib/setopt.c cmake-3.24.0/Utilities/cmcurl/lib/curl_base64.h cmake-3.24.0/Utilities/cmcurl/lib/ftp.c cmake-3.24.0/Utilities/cmcurl/lib/quic.h cmake-3.24.0/Utilities/cmcurl/lib/urlapi.c cmake-3.24.0/Utilities/cmcurl/lib/version.c cmake-3.24.0/Utilities/cmcurl/lib/sendf.c cmake-3.24.0/Utilities/cmcurl/lib/idn_win32.c cmake-3.24.0/Utilities/cmcurl/lib/dict.c cmake-3.24.0/Utilities/cmcurl/lib/mime.c cmake-3.24.0/Utilities/cmcurl/lib/urldata.h cmake-3.24.0/Utilities/cmcurl/lib/curl_ntlm_core.h cmake-3.24.0/Utilities/cmcurl/lib/escape.h cmake-3.24.0/Utilities/cmcurl/lib/socks.h cmake-3.24.0/Utilities/cmcurl/lib/select.h cmake-3.24.0/Utilities/cmcurl/lib/timediff.c cmake-3.24.0/Utilities/cmcurl/lib/strcase.h cmake-3.24.0/Utilities/cmcurl/lib/h2h3.h cmake-3.24.0/Utilities/cmcurl/lib/url.c cmake-3.24.0/Utilities/cmcurl/lib/rtsp.c cmake-3.24.0/Utilities/cmcurl/lib/curl_setup.h cmake-3.24.0/Utilities/cmcurl/lib/md5.c cmake-3.24.0/Utilities/cmcurl/lib/curl_ctype.h cmake-3.24.0/Utilities/cmcurl/lib/http_ntlm.c cmake-3.24.0/Utilities/cmcurl/lib/transfer.c cmake-3.24.0/Utilities/cmcurl/lib/http2.c cmake-3.24.0/Utilities/cmcurl/lib/headers.h cmake-3.24.0/Utilities/cmcurl/lib/http_proxy.h cmake-3.24.0/Utilities/cmcurl/lib/warnless.c cmake-3.24.0/Utilities/cmcurl/lib/vssh/libssh2.c cmake-3.24.0/Utilities/cmcurl/lib/vssh/ssh.h cmake-3.24.0/Utilities/cmcurl/lib/vauth/ntlm.c cmake-3.24.0/Utilities/cmcurl/lib/vtls/x509asn1.h cmake-3.24.0/Utilities/cmcurl/lib/vtls/hostcheck.h cmake-3.24.0/Utilities/cmcurl/lib/vtls/gskit.c cmake-3.24.0/Utilities/cmcurl/lib/vtls/vtls.h cmake-3.24.0/Utilities/cmcurl/lib/vtls/wolfssl.c cmake-3.24.0/Utilities/cmcurl/lib/vtls/openssl.c cmake-3.24.0/Utilities/cmcurl/lib/vtls/hostcheck.c cmake-3.24.0/Utilities/cmcurl/lib/vtls/x509asn1.c cmake-3.24.0/Utilities/cmcurl/lib/vtls/vtls.c cmake-3.24.0/Utilities/cmcurl/lib/vtls/nss.c cmake-3.24.0/Utilities/cmcurl/lib/vtls/openssl.h cmake-3.24.0/Utilities/cmcurl/lib/vtls/gtls.c cmake-3.24.0/Utilities/cmcurl/lib/vquic/vquic.h cmake-3.24.0/Utilities/cmcurl/lib/vquic/quiche.h cmake-3.24.0/Utilities/cmcurl/lib/vquic/ngtcp2.c cmake-3.24.0/Utilities/cmcurl/lib/vquic/msh3.h cmake-3.24.0/Utilities/cmcurl/lib/vquic/quiche.c cmake-3.24.0/Utilities/cmcurl/lib/vquic/vquic.c cmake-3.24.0/Utilities/cmcurl/lib/vquic/msh3.c cmake-3.24.0/Utilities/cmcurl/include/curl/curl.h cmake-3.24.0/Utilities/cmcurl/include/curl/system.h cmake-3.24.0/Utilities/cmcurl/include/curl/curlver.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/krb5_sspi.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2014 - 2021, Steve Holme, . * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC4752 The Kerberos V5 ("GSSAPI") SASL Mechanism * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzlib/gzwrite.c /* gzwrite.c -- zlib functions for writing gzip files * Copyright (C) 2004-2019 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/rustls.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2020 - 2022, Jacob Hoffman-Andrews, * * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/system_win32.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2016 - 2020, Steve Holme, . * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/pop3.h cmake-3.24.0/Utilities/cmcurl/lib/smtp.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2009 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/curl_des.h cmake-3.24.0/Utilities/cmcurl/lib/curl_des.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2015 - 2022, Steve Holme, . * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/curl_rtmp.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2021, Daniel Stenberg, , et al. * Copyright (C) 2010, Howard Chu, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Tests/iOSNavApp/Classes/RootViewController.h // // RootViewController.h // NavApp3 // // Created by David Cole on 6/23/11. // Copyright 2011 Kitware, Inc. All rights reserved. // ## Files: cmake-3.24.0/Utilities/cmexpat/lib/expat.h /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2000-2005 Fred L. Drake, Jr. Copyright (c) 2001-2002 Greg Stein Copyright (c) 2002-2016 Karl Waclawek Copyright (c) 2016-2022 Sebastian Pipping Copyright (c) 2016 Cristian Rodríguez Copyright (c) 2016 Thomas Beutlich Copyright (c) 2017 Rhodri James Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/vauth.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2014 - 2021, Steve Holme, . * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/vauth.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2014 - 2022, Steve Holme, . * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_getdate.c /* ** Originally written by Steven M. Bellovin while ** at the University of North Carolina at Chapel Hill. Later tweaked by ** a couple of people on Usenet. Completely overhauled by Rich $alz ** and Jim Berets in August, 1990; ** ** This grammar has 10 shift/reduce conflicts. ** ** This code is in the public domain and has no copyright. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/if2ip.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2020, 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmbzip2/spewG.c /* ------------------------------------------------------------------ This file is part of bzip2/libbzip2, a program and library for lossless, block-sorting data compression. bzip2/libbzip2 version 1.0.8 of 13 July 2019 Copyright (C) 1996-2019 Julian Seward Please read the WARNING, DISCLAIMER and PATENTS sections in the README file. This program is released under the terms of the license contained in the file LICENSE. ------------------------------------------------------------------ */ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/compress/hist.c cmake-3.24.0/Utilities/cmzstd/lib/compress/hist.h /* ****************************************************************** * hist : Histogram functions * part of Finite State Entropy project * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy * - Public forum : https://groups.google.com/forum/#!forum/lz4c * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ ## Files: cmake-3.24.0/Utilities/cmzlib/deflate.c /* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmzlib/inflate.h /* inflate.h -- internal inflate state definition * Copyright (C) 1995-2019 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Source/kwsys/MD5.c /* Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. L. Peter Deutsch ghost@aladdin.com */ ## Files: cmake-3.24.0/Utilities/cmzlib/inffast.h /* inffast.h -- header to use inffast.c * Copyright (C) 1995-2003, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/decompress/huf_decompress.c /* ****************************************************************** * huff0 huffman decoder, * part of Finite State Entropy library * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/bearssl.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2019 - 2020, Michael Forney, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/curl_gssapi.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2011 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Source/cmcldeps.cxx // Copyright 2011 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_windows.c /* * The following function was modified from PostgreSQL sources and is * subject to the copyright below. */ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/xmlparse.c /* a30d2613dcfdef81475a9d1a349134d2d42722172fdaa7d5bb12ed2aa74b9596 (2.4.6+) __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2000-2006 Fred L. Drake, Jr. Copyright (c) 2001-2002 Greg Stein Copyright (c) 2002-2016 Karl Waclawek Copyright (c) 2005-2009 Steven Solie Copyright (c) 2016 Eric Rahm Copyright (c) 2016-2022 Sebastian Pipping Copyright (c) 2016 Gaurav Copyright (c) 2016 Thomas Beutlich Copyright (c) 2016 Gustavo Grieco Copyright (c) 2016 Pascal Cuoq Copyright (c) 2016 Ed Schouten Copyright (c) 2017-2018 Rhodri James Copyright (c) 2017 Václav Slavík Copyright (c) 2017 Viktor Szakats Copyright (c) 2017 Chanho Park Copyright (c) 2017 Rolf Eike Beer Copyright (c) 2017 Hans Wennborg Copyright (c) 2018 Anton Maklakov Copyright (c) 2018 Benjamin Peterson Copyright (c) 2018 Marco Maggi Copyright (c) 2018 Mariusz Zaborski Copyright (c) 2019 David Loffredo Copyright (c) 2019-2020 Ben Wagner Copyright (c) 2019 Vadim Zeitlin Copyright (c) 2021 Dong-hee Na Copyright (c) 2022 Samanta Navarro Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/easyoptions.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ | | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * ___|___/|_| ______| * * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_blake2sp_ref.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_blake2s_ref.c cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_blake2_impl.h cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_blake2.h /* BLAKE2 reference source code package - reference C implementations Copyright 2012, Samuel Neves . You may use this under the terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at your option. The terms of these licenses can be found at: - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 - OpenSSL license : https://www.openssl.org/source/license.html - Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0 More information about the BLAKE2 hash function can be found at https://blake2.net. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/krb5_gssapi.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2014 - 2019, Steve Holme, . * Copyright (C) 2015 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC4752 The Kerberos V5 ("GSSAPI") SASL Mechanism * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/easygetopt.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ | | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * ___|___/|_| ______| * * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/dynbuf.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2020, 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Source/LexerParser/cmFortranParser.cxx cmake-3.24.0/Source/LexerParser/cmExprParser.cxx cmake-3.24.0/Source/LexerParser/cmDependsJavaParser.cxx cmake-3.24.0/Source/LexerParser/cmCommandArgumentParser.cxx /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/md4.c /* When no other crypto library is available, or the crypto library doesn't * support MD4, we use this code segment this implementation of it * * This is an OpenSSL-compatible implementation of the RSA Data Security, Inc. * MD4 Message-Digest Algorithm (RFC 1320). * * Homepage: https://openwall.info/wiki/people/solar/software/public-domain-source-code/md4 * * Author: * Alexander Peslyak, better known as Solar Designer * * This software was written by Alexander Peslyak in 2001. No copyright is * claimed, and the software is hereby placed in the public domain. In case * this attempt to disclaim copyright and place the software in the public * domain is deemed null and void, then the software is Copyright (c) 2001 * Alexander Peslyak and it is hereby released to the general public under the * following terms: * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. * * (This is a heavily cut-down "BSD license".) * * This differs from Colin Plumb's older public domain implementation in that * no exactly 32-bit integer data type is required (any 32-bit or wider * unsigned integer data type will do), there's no compile-time endianness * configuration, and the function prototypes match OpenSSL's. No code from * Colin Plumb's implementation has been reused; this comment merely compares * the properties of the two independent implementations. * * The primary goals of this implementation are portability and ease of use. * It is meant to be fast, but not as fast as possible. Some known * optimizations are not included to reduce source code size and avoid * compile-time configuration. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/pop3.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC1734 POP3 Authentication * RFC1939 POP3 protocol * RFC2195 CRAM-MD5 authentication * RFC2384 POP URL Scheme * RFC2449 POP3 Extension Mechanism * RFC2595 Using TLS with IMAP, POP3 and ACAP * RFC2831 DIGEST-MD5 authentication * RFC4422 Simple Authentication and Security Layer (SASL) * RFC4616 PLAIN authentication * RFC4752 The Kerberos V5 ("GSSAPI") SASL Mechanism * RFC5034 POP3 SASL Authentication Mechanism * RFC6749 OAuth 2.0 Authorization Framework * RFC8314 Use of TLS for Email Submission and Access * Draft LOGIN SASL Mechanism * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/rename.h cmake-3.24.0/Utilities/cmcurl/lib/dynbuf.c cmake-3.24.0/Utilities/cmcurl/lib/rename.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Source/bindexplib.cxx /*------------------------------------------------------------------------- Portions of this source have been derived from the 'bindexplib' tool provided by the CERN ROOT Data Analysis Framework project (root.cern.ch). Permission has been granted by Pere Mato to distribute this derived work under the CMake license. -------------------------------------------------------------------------*/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/mqtt.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2020 - 2022, Daniel Stenberg, , et al. * Copyright (C) 2019, Björn Stenberg, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmvssetup/Setup.Configuration.h // // Copyright (C) Microsoft Corporation. All rights reserved. // ## Files: cmake-3.24.0/Source/CPack/cmCPackDragNDropGenerator.cxx /* * LPic Layout * (https://github.com/pypt/dmg-add-license/blob/master/main.c) * as far as I can tell (no official documentation seems to exist): * struct LPic { * uint16_t default_language; // points to a resid, defaulting to 0, * // which is the first set language * uint16_t length; * struct { * uint16_t language_code; * uint16_t resid; * uint16_t encoding; // Encoding from TextCommon.h, * // forcing MacRoman (0) for now. Might need to * // allow overwrite per license by user later * } item[1]; * } */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/sha256.c cmake-3.24.0/Utilities/cmcurl/lib/curl_sha256.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2017, Florin Petriuc, * Copyright (C) 2018 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/cleartext.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC4616 PLAIN authentication * Draft LOGIN SASL Mechanism * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/winconfig.h /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 2000 Clark Cooper Copyright (c) 2002 Greg Stein Copyright (c) 2005 Karl Waclawek Copyright (c) 2017-2021 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/socks_gssapi.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2021, Daniel Stenberg, , et al. * Copyright (C) 2009, Markus Moeller, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Tests/CMakeLib/testUTF8.cxx /* Copyright. */ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/common/huf.h /* ****************************************************************** * huff0 huffman codec, * part of Finite State Entropy library * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ ## Files: cmake-3.24.0/Utilities/cmzlib/inffast.c /* inffast.c -- fast decoding * Copyright (C) 1995-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Source/CPack/cmCPackDragNDropGenerator.cxx // License file ## Files: cmake-3.24.0/Utilities/cmzstd/lib/compress/huf_compress.c /* ****************************************************************** * Huffman encoder, part of New Generation Entropy library * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy * - Public forum : https://groups.google.com/forum/#!forum/lz4c * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ ## Files: cmake-3.24.0/Tests/iOSNavApp/Classes/NavApp3AppDelegate.h // // NavApp3AppDelegate.h // NavApp3 // // Created by David Cole on 6/23/11. // Copyright 2011 Kitware, Inc. All rights reserved. // ## Files: cmake-3.24.0/Tests/X11/HelloWorldX11.cxx /* * main.h * TestX * * Created by Jeff Louie on Tue Feb 03 2004. * Copyright (c) 2004 __MyCompanyName__. All rights reserved. * */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/strerror.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2004 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Source/CPack/IFW/cmCPackIFWPackage.cxx // Licenses (copy to meta dir) ## Files: cmake-3.24.0/Utilities/cmcurl/lib/headers.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/oauth2.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC6749 OAuth 2.0 Authorization Framework * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzlib/inftrees.h /* inftrees.h -- header to use inftrees.c * Copyright (C) 1995-2005, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/curl_path.c /* * Copyright (c) 2001-2004 Damien Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Tests/iOSNavApp/TotalFunction.h // // TotalFunction.h // NavApp3 // // Created by David Cole on 8/10/11. // Copyright 2011 Kitware, Inc. All rights reserved. // ## Files: cmake-3.24.0/Utilities/cmexpat/lib/internal.h /* internal.h Internal definitions used by Expat. This is not needed to compile client code. The following calling convention macros are defined for frequently called functions: FASTCALL - Used for those internal functions that have a simple body and a low number of arguments and local variables. PTRCALL - Used for functions called though function pointers. PTRFASTCALL - Like PTRCALL, but for low number of arguments. inline - Used for selected internal functions for which inlining may improve performance on some platforms. Note: Use of these macros is based on judgement, not hard rules, and therefore subject to change. __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 2002-2003 Fred L. Drake, Jr. Copyright (c) 2002-2006 Karl Waclawek Copyright (c) 2003 Greg Stein Copyright (c) 2016-2021 Sebastian Pipping Copyright (c) 2018 Yury Gribov Copyright (c) 2019 David Loffredo Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/common/zstd_deps.h cmake-3.24.0/Utilities/cmzstd/lib/common/zstd_trace.h cmake-3.24.0/Utilities/cmzstd/lib/common/cpu.h cmake-3.24.0/Utilities/cmzstd/lib/dictBuilder/fastcover.c cmake-3.24.0/Utilities/cmzstd/lib/dictBuilder/cover.h /* * Copyright (c) Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_write_set_format_iso9660.c /* Copyright File Identifier */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/curl_gssapi.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2011 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Tests/iOSNavApp/TotalFunction.c // // TotalFunction.c // NavApp3 // // Created by David Cole on 8/10/11. // Copyright 2011 Kitware, Inc. All rights reserved. // ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/sectransp.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2022, Daniel Stenberg, , et al. * Copyright (C) 2012 - 2017, Nick Zitzmann, . * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzlib/zutil.h /* zutil.h -- internal interface and configuration of the compression library * Copyright (C) 1995-2022 Jean-loup Gailly, Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmzlib/deflate.h /* deflate.h -- internal compression state * Copyright (C) 1995-2018 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Source/kwsys/RegularExpression.cxx // // Copyright (C) 1991 Texas Instruments Incorporated. // // Permission is granted to any individual or institution to use, copy, modify // and distribute this software, provided that this complete copyright and // permission notice is maintained, intact, in all copies and supporting // documentation. // // Texas Instruments Incorporated provides this software "as is" without // express or implied warranty. // // // Created: MNF 06/13/89 Initial Design and Implementation // Updated: LGO 08/09/89 Inherit from Generic // Updated: MBN 09/07/89 Added conditional exception handling // Updated: MBN 12/15/89 Sprinkled "const" qualifiers all over the place! // Updated: DLS 03/22/91 New lite version // ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/digest.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC2831 DIGEST-MD5 authentication * RFC7616 DIGEST-SHA256, DIGEST-SHA512-256 authentication * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/rustls.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2020 - 2021, Jacob Hoffman-Andrews, * * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmjsoncpp/src/lib_json/json_value.cpp cmake-3.24.0/Utilities/cmjsoncpp/src/lib_json/json_writer.cpp // Copyright 2011 Baptiste Lepilleur and The JsonCpp Authors // Distributed under MIT license, or public domain if desired and // recognized in your jurisdiction. // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE ## Files: cmake-3.24.0/Utilities/cmlibuv/src/heap-inl.h cmake-3.24.0/Utilities/cmlibuv/src/queue.h cmake-3.24.0/Utilities/cmlibuv/src/unix/atomic-ops.h cmake-3.24.0/Utilities/cmlibuv/src/unix/spinlock.h /* Copyright (c) 2013, Ben Noordhuis * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmzlib/inftrees.c /* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2022 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/curl_rtmp.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2010 - 2020, Howard Chu, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/socks_sspi.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2021, Daniel Stenberg, , et al. * Copyright (C) 2009, 2011, Markus Moeller, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/version_win32.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2016 - 2022, Steve Holme, . * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/Release/linux/aarch64/test/test-ninja.bash cmake-3.24.0/Utilities/Release/linux/aarch64/test/test-make.bash cmake-3.24.0/Utilities/Release/linux/x86_64/test/test-ninja.bash cmake-3.24.0/Utilities/Release/linux/x86_64/test/test-make.bash cmake-3.24.0/Utilities/Sphinx/cmake.py cmake-3.24.0/Source/cmConvertMSBuildXMLToJSON.py # Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/mbedtls.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2020, Daniel Stenberg, , et al. * Copyright (C) 2010, Hoi-Ho Chan, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/inet_ntop.c /* * Copyright (C) 1996-2021 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Source/LexerParser/cmExprParserTokens.h cmake-3.24.0/Source/LexerParser/cmFortranParserTokens.h cmake-3.24.0/Source/LexerParser/cmDependsJavaParserTokens.h cmake-3.24.0/Source/LexerParser/cmCommandArgumentParserTokens.h /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ ## Files: cmake-3.24.0/Utilities/cmlibrhash/librhash/algorithms.c /* algorithms.c - the algorithms supported by the rhash library * * Copyright (c) 2011, Aleksey Kravchenko * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/spnego_sspi.c cmake-3.24.0/Utilities/cmcurl/lib/vauth/spnego_gssapi.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC4178 Simple and Protected GSS-API Negotiation Mechanism * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/xmltok.c /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2001-2003 Fred L. Drake, Jr. Copyright (c) 2002 Greg Stein Copyright (c) 2002-2016 Karl Waclawek Copyright (c) 2005-2009 Steven Solie Copyright (c) 2016-2022 Sebastian Pipping Copyright (c) 2016 Pascal Cuoq Copyright (c) 2016 Don Lewis Copyright (c) 2017 Rhodri James Copyright (c) 2017 Alexander Bluhm Copyright (c) 2017 Benbuck Nason Copyright (c) 2017 José Gutiérrez de la Concha Copyright (c) 2019 David Loffredo Copyright (c) 2021 Dong-hee Na Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/openldap.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2011 - 2022, Daniel Stenberg, , et al. * Copyright (C) 2010, Howard Chu, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/pingpong.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * 'pingpong' is for generic back-and-forth support functions used by FTP, * IMAP, POP3, SMTP and whatever more that likes them. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/common/fse.h /* ****************************************************************** * FSE : Finite State Entropy codec * Public Prototypes declaration * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/smb.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2014, Bill Nagel , Exacq Technologies * Copyright (C) 2018 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_opt.c /* * Copyright (c) Przemyslaw Skibinski, Yann Collet, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_getdate.c /* * This code is in the public domain and has no copyright. * * This is a plain C recursive-descent translation of an old * public-domain YACC grammar that has been used for parsing dates in * very many open-source projects. * * Since the original authors were generous enough to donate their * work to the public domain, I feel compelled to match their * generosity. * * Tim Kientzle, February 2009. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/smtp.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC1870 SMTP Service Extension for Message Size * RFC2195 CRAM-MD5 authentication * RFC2831 DIGEST-MD5 authentication * RFC3207 SMTP over TLS * RFC4422 Simple Authentication and Security Layer (SASL) * RFC4616 PLAIN authentication * RFC4752 The Kerberos V5 ("GSSAPI") SASL Mechanism * RFC4954 SMTP Authentication * RFC5321 SMTP protocol * RFC5890 Internationalized Domain Names for Applications (IDNA) * RFC6531 SMTP Extension for Internationalized Email * RFC6532 Internationalized Email Headers * RFC6749 OAuth 2.0 Authorization Framework * RFC8314 Use of TLS for Email Submission and Access * Draft SMTP URL Interface * Draft LOGIN SASL Mechanism * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_windows.c /*------------------------------------------------------------------------- * * win32error.c * Map win32 error codes to errno values * * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * * IDENTIFICATION * $PostgreSQL: pgsql/src/port/win32error.c,v 1.4 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_read_support_filter_compress.c /* * This code borrows heavily from "compress" source code, which is * protected by the following copyright. (Clause 3 dropped by request * of the Regents.) */ ## Files: cmake-3.24.0/Utilities/cmlibrhash/librhash/rhash.c /* rhash.c - implementation of LibRHash library calls * * Copyright (c) 2008, Aleksey Kravchenko * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/digest_sspi.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2014 - 2016, Steve Holme, . * Copyright (C) 2015 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC2831 DIGEST-MD5 authentication * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmlibrhash/librhash/byte_order.c /* byte_order.c - byte order related platform dependent routines, * * Copyright (c) 2008, Aleksey Kravchenko * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmlibrhash/librhash/sha512.c /* sha512.c - an implementation of SHA-384/512 hash functions * based on FIPS 180-3 (Federal Information Processing Standart). * * Copyright (c) 2010, Aleksey Kravchenko * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/splay.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1997 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzlib/zlib.h /* zlib.h -- interface of the 'zlib' general purpose compression library version 1.2.12, March 11th, 2022 Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Jean-loup Gailly Mark Adler jloup@gzip.org madler@alumni.caltech.edu The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). */ ## Files: cmake-3.24.0/Tests/VSAndroid/src/com/example/twolibs/TwoLibs.java /* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/imap.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2009 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/mbedtls_threadlock.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2013 - 2021, Daniel Stenberg, , et al. * Copyright (C) 2010, 2011, Hoi-Ho Chan, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/nametab.h /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 2000 Clark Cooper Copyright (c) 2017 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/zstd_errors.h cmake-3.24.0/Utilities/cmzstd/lib/zdict.h cmake-3.24.0/Utilities/cmzstd/lib/zstd.h cmake-3.24.0/Utilities/cmzstd/lib/common/mem.h cmake-3.24.0/Utilities/cmzstd/lib/common/error_private.c cmake-3.24.0/Utilities/cmzstd/lib/common/pool.c cmake-3.24.0/Utilities/cmzstd/lib/common/compiler.h cmake-3.24.0/Utilities/cmzstd/lib/common/zstd_common.c cmake-3.24.0/Utilities/cmzstd/lib/common/zstd_internal.h cmake-3.24.0/Utilities/cmzstd/lib/common/pool.h cmake-3.24.0/Utilities/cmzstd/lib/common/error_private.h cmake-3.24.0/Utilities/cmzstd/lib/deprecated/zbuff.h cmake-3.24.0/Utilities/cmzstd/lib/deprecated/zbuff_decompress.c cmake-3.24.0/Utilities/cmzstd/lib/deprecated/zbuff_compress.c cmake-3.24.0/Utilities/cmzstd/lib/deprecated/zbuff_common.c cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_ldm.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstdmt_compress.c cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_double_fast.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_opt.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_compress_superblock.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_compress_sequences.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_compress_literals.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_lazy.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_fast.c cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_compress_internal.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_double_fast.c cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_ldm.c cmake-3.24.0/Utilities/cmzstd/lib/compress/zstdmt_compress.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_ldm_geartab.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_cwksp.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_compress.c cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_compress_sequences.c cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_compress_literals.c cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_lazy.c cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_fast.h cmake-3.24.0/Utilities/cmzstd/lib/compress/zstd_compress_superblock.c cmake-3.24.0/Utilities/cmzstd/lib/decompress/zstd_ddict.c cmake-3.24.0/Utilities/cmzstd/lib/decompress/zstd_decompress_block.c cmake-3.24.0/Utilities/cmzstd/lib/decompress/zstd_decompress_block.h cmake-3.24.0/Utilities/cmzstd/lib/decompress/zstd_decompress_internal.h cmake-3.24.0/Utilities/cmzstd/lib/decompress/zstd_decompress.c cmake-3.24.0/Utilities/cmzstd/lib/decompress/zstd_ddict.h cmake-3.24.0/Utilities/cmzstd/lib/dictBuilder/zdict.c cmake-3.24.0/Utilities/cmzstd/lib/dictBuilder/cover.c /* * Copyright (c) Yann Collet, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/schannel.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2022, Daniel Stenberg, , et al. * Copyright (C) 2012 - 2016, Marc Hoersken, * Copyright (C) 2012, Mark Salisbury, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/version_win32.h cmake-3.24.0/Utilities/cmcurl/lib/system_win32.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2016 - 2021, Steve Holme, . * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/md5.c /* * This is an OpenSSL-compatible implementation of the RSA Data Security, Inc. * MD5 Message-Digest Algorithm (RFC 1321). * * Homepage: https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 * * Author: * Alexander Peslyak, better known as Solar Designer * * This software was written by Alexander Peslyak in 2001. No copyright is * claimed, and the software is hereby placed in the public domain. * In case this attempt to disclaim copyright and place the software in the * public domain is deemed null and void, then the software is * Copyright (c) 2001 Alexander Peslyak and it is hereby released to the * general public under the following terms: * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. * * (This is a heavily cut-down "BSD license".) * * This differs from Colin Plumb's older public domain implementation in that * no exactly 32-bit integer data type is required (any 32-bit or wider * unsigned integer data type will do), there's no compile-time endianness * configuration, and the function prototypes match OpenSSL's. No code from * Colin Plumb's implementation has been reused; this comment merely compares * the properties of the two independent implementations. * * The primary goals of this implementation are portability and ease of use. * It is meant to be fast, but not as fast as possible. Some known * optimizations are not included to reduce source code size and avoid * compile-time configuration. */ ## Files: cmake-3.24.0/Utilities/cmzlib/gzread.c /* gzread.c -- zlib functions for reading gzip files * Copyright (C) 2004-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/common/entropy_common.c /* ****************************************************************** * Common functions of New Generation Entropy library * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy * - Public forum : https://groups.google.com/forum/#!forum/lz4c * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ ## Files: cmake-3.24.0/Source/CPack/cmCPackFreeBSDGenerator.cxx // List-of-strings values (e.g. "licenses": ["GPLv2", "LGPLv2"]) ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/sectransp.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2014, Nick Zitzmann, . * Copyright (C) 2012 - 2020, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/include/curl/curlver.h /* This is the global package copyright */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/socketpair.h cmake-3.24.0/Utilities/cmcurl/lib/socketpair.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2019 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/hmac.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC2104 Keyed-Hashing for Message Authentication * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/c-hyper.h cmake-3.24.0/Utilities/cmcurl/lib/http_aws_sigv4.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/hsts.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2020 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vssh/libssh.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2017 - 2022 Red Hat, Inc. * * Authors: Nikos Mavrogiannopoulos, Tomas Mraz, Stanislav Zidek, * Robert Kolcun, Andreas Schneider * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzstd/lib/common/xxhash.h /* * xxHash - Extremely Fast Hash algorithm * Header File * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - xxHash source repository : https://github.com/Cyan4973/xxHash * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. */ ## Files: cmake-3.24.0/Source/LexerParser/cmExprParserTokens.h cmake-3.24.0/Source/LexerParser/cmFortranParserTokens.h cmake-3.24.0/Source/LexerParser/cmFortranParser.cxx cmake-3.24.0/Source/LexerParser/cmExprParser.cxx cmake-3.24.0/Source/LexerParser/cmDependsJavaParserTokens.h cmake-3.24.0/Source/LexerParser/cmDependsJavaParser.cxx cmake-3.24.0/Source/LexerParser/cmCommandArgumentParser.cxx cmake-3.24.0/Source/LexerParser/cmCommandArgumentParserTokens.h /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/conncache.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2015 - 2022, Daniel Stenberg, , et al. * Copyright (C) 2012 - 2014, Linus Nielsen Feltzing, * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/xmlrole.c /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2002 Greg Stein Copyright (c) 2002-2006 Karl Waclawek Copyright (c) 2002-2003 Fred L. Drake, Jr. Copyright (c) 2005-2009 Steven Solie Copyright (c) 2016-2021 Sebastian Pipping Copyright (c) 2017 Rhodri James Copyright (c) 2019 David Loffredo Copyright (c) 2021 Dong-hee Na Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Source/CPack/cmCPackDragNDropGenerator.cxx // use sla_dir if both sla_dir and license_file are set ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vauth/cram.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * RFC2195 CRAM-MD5 authentication * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzlib/inftrees.c cmake-3.24.0/Utilities/cmzlib/deflate.c /* If you use the zlib library in a product, an acknowledgment is welcome in the documentation of your product. If for some reason you cannot include such an acknowledgment, I would appreciate that you keep this copyright string in the executable of your product. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/vtls/schannel_verify.c /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2012 - 2016, Marc Hoersken, * Copyright (C) 2012, Mark Salisbury, * Copyright (C) 2012 - 2022, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Source/CPack/cmCPackDragNDropGenerator.cxx // License text uses CR newlines. ## Files: cmake-3.24.0/Utilities/cmzstd/lib/common/bitstream.h /* ****************************************************************** * bitstream * Part of FSE library * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. ****************************************************************** */ ## Files: cmake-3.24.0/Source/kwsys/testProcess.c cmake-3.24.0/Source/kwsys/MD5.c cmake-3.24.0/Source/kwsys/kwsysPrivate.h cmake-3.24.0/Source/kwsys/EncodingC.c cmake-3.24.0/Source/kwsys/testDynload.c cmake-3.24.0/Source/kwsys/testEncoding.cxx cmake-3.24.0/Source/kwsys/testFStream.cxx cmake-3.24.0/Source/kwsys/DynamicLoader.cxx cmake-3.24.0/Source/kwsys/String.c cmake-3.24.0/Source/kwsys/testConsoleBuf.hxx cmake-3.24.0/Source/kwsys/testDynloadUse.c cmake-3.24.0/Source/kwsys/SystemTools.cxx cmake-3.24.0/Source/kwsys/Terminal.c cmake-3.24.0/Source/kwsys/testConsoleBuf.cxx cmake-3.24.0/Source/kwsys/Status.cxx cmake-3.24.0/Source/kwsys/Directory.cxx cmake-3.24.0/Source/kwsys/kwsysPlatformTestsCXX.cxx cmake-3.24.0/Source/kwsys/testDynloadImpl.c cmake-3.24.0/Source/kwsys/RegularExpression.cxx cmake-3.24.0/Source/kwsys/CommandLineArguments.cxx cmake-3.24.0/Source/kwsys/testConsoleBufChild.cxx cmake-3.24.0/Source/kwsys/SystemInformation.cxx cmake-3.24.0/Source/kwsys/testDynload.h cmake-3.24.0/Source/kwsys/ProcessUNIX.c cmake-3.24.0/Source/kwsys/testFail.c cmake-3.24.0/Source/kwsys/kwsysPlatformTestsC.c cmake-3.24.0/Source/kwsys/FStream.cxx cmake-3.24.0/Source/kwsys/testTerminal.c cmake-3.24.0/Source/kwsys/EncodingCXX.cxx cmake-3.24.0/Source/kwsys/testDynamicLoader.cxx cmake-3.24.0/Source/kwsys/testCommandLineArguments.cxx cmake-3.24.0/Source/kwsys/testDynloadImpl.h cmake-3.24.0/Source/kwsys/testCommandLineArguments1.cxx cmake-3.24.0/Source/kwsys/testSystemInformation.cxx cmake-3.24.0/Source/kwsys/ProcessWin32.c cmake-3.24.0/Source/kwsys/Base64.c cmake-3.24.0/Source/kwsys/System.c cmake-3.24.0/Source/kwsys/testEncode.c cmake-3.24.0/Source/kwsys/testSystemTools.cxx cmake-3.24.0/Source/kwsys/Glob.cxx /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing#kwsys for details. */ ## Files: cmake-3.24.0/Utilities/cmexpat/lib/xmltok.h /* __ __ _ ___\ \/ /_ __ __ _| |_ / _ \\ /| '_ \ / _` | __| | __// \| |_) | (_| | |_ \___/_/\_\ .__/ \__,_|\__| |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2002 Fred L. Drake, Jr. Copyright (c) 2002-2005 Karl Waclawek Copyright (c) 2016-2017 Sebastian Pipping Copyright (c) 2017 Rhodri James Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ## Files: cmake-3.24.0/Utilities/cmzlib/zutil.c /* zutil.c -- target dependent utility functions for the compression library * Copyright (C) 1995-2017 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmlibarchive/libarchive/archive_windows.c /* PostgreSQL Database Management System (formerly known as Postgres, then as Postgres95) Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group Portions Copyright (c) 1994, The Regents of the University of California Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies. IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. */ ## Files: cmake-3.24.0/Utilities/cmcurl/lib/hostip4.c cmake-3.24.0/Utilities/cmcurl/lib/http_digest.h cmake-3.24.0/Utilities/cmcurl/lib/curl_endian.c cmake-3.24.0/Utilities/cmcurl/lib/ftp.h cmake-3.24.0/Utilities/cmcurl/lib/setup-vms.h cmake-3.24.0/Utilities/cmcurl/lib/hostsyn.c cmake-3.24.0/Utilities/cmcurl/lib/content_encoding.c cmake-3.24.0/Utilities/cmcurl/lib/curl_path.h cmake-3.24.0/Utilities/cmcurl/lib/cookie.h cmake-3.24.0/Utilities/cmcurl/lib/http2.h cmake-3.24.0/Utilities/cmcurl/lib/ftplistparser.c cmake-3.24.0/Utilities/cmcurl/lib/getinfo.c cmake-3.24.0/Utilities/cmcurl/lib/memdebug.c cmake-3.24.0/Utilities/cmcurl/lib/http_ntlm.h cmake-3.24.0/Utilities/cmcurl/lib/setup-win32.h cmake-3.24.0/Utilities/cmcurl/lib/share.h cmake-3.24.0/Utilities/cmcurl/lib/rtsp.h cmake-3.24.0/Utilities/cmcurl/lib/asyn-thread.c cmake-3.24.0/Utilities/cmcurl/lib/progress.h cmake-3.24.0/Utilities/cmcurl/lib/curl_ntlm_wb.h cmake-3.24.0/Utilities/cmcurl/lib/curl_setup_once.h cmake-3.24.0/Utilities/cmcurl/lib/strdup.h cmake-3.24.0/Utilities/cmcurl/lib/curl_sspi.c cmake-3.24.0/Utilities/cmcurl/lib/asyn.h cmake-3.24.0/Utilities/cmcurl/lib/hostip6.c cmake-3.24.0/Utilities/cmcurl/lib/curl_range.c cmake-3.24.0/Utilities/cmcurl/lib/hash.h cmake-3.24.0/Utilities/cmcurl/lib/curl_multibyte.h cmake-3.24.0/Utilities/cmcurl/lib/content_encoding.h cmake-3.24.0/Utilities/cmcurl/lib/connect.h cmake-3.24.0/Utilities/cmcurl/lib/netrc.c cmake-3.24.0/Utilities/cmcurl/lib/curl_krb5.h cmake-3.24.0/Utilities/cmcurl/lib/http_digest.c cmake-3.24.0/Utilities/cmcurl/lib/urlapi-int.h cmake-3.24.0/Utilities/cmcurl/lib/llist.c cmake-3.24.0/Utilities/cmcurl/lib/curl_endian.h cmake-3.24.0/Utilities/cmcurl/lib/amigaos.c cmake-3.24.0/Utilities/cmcurl/lib/http_chunks.h cmake-3.24.0/Utilities/cmcurl/lib/strdup.c cmake-3.24.0/Utilities/cmcurl/lib/curl_range.h cmake-3.24.0/Utilities/cmcurl/lib/hash.c cmake-3.24.0/Utilities/cmcurl/lib/timeval.c cmake-3.24.0/Utilities/cmcurl/lib/formdata.h cmake-3.24.0/Utilities/cmcurl/lib/sigpipe.h cmake-3.24.0/Utilities/cmcurl/lib/hostip.h cmake-3.24.0/Utilities/cmcurl/lib/pingpong.h cmake-3.24.0/Utilities/cmcurl/lib/progress.c cmake-3.24.0/Utilities/cmcurl/lib/curl_ntlm_wb.c cmake-3.24.0/Utilities/cmcurl/lib/md4.c cmake-3.24.0/Utilities/cmcurl/lib/curl_get_line.c cmake-3.24.0/Utilities/cmcurl/lib/multihandle.h cmake-3.24.0/Utilities/cmcurl/lib/hostasyn.c cmake-3.24.0/Utilities/cmcurl/lib/share.c cmake-3.24.0/Utilities/cmcurl/lib/curl_addrinfo.c cmake-3.24.0/Utilities/cmcurl/lib/http_negotiate.h cmake-3.24.0/Utilities/cmcurl/lib/curl_hmac.h cmake-3.24.0/Utilities/cmcurl/lib/curl_md5.h cmake-3.24.0/Utilities/cmcurl/lib/vauth/ntlm_sspi.c cmake-3.24.0/Utilities/cmcurl/lib/vtls/gtls.h cmake-3.24.0/Utilities/cmcurl/lib/vquic/ngtcp2.h cmake-3.24.0/Utilities/cmcurl/include/curl/typecheck-gcc.h cmake-3.24.0/Utilities/cmcurl/include/curl/multi.h /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ***************************************************************************/ ## Files: cmake-3.24.0/Utilities/cmzlib/gzlib.c /* gzlib.c -- zlib functions common to reading and writing gzip files * Copyright (C) 2004-2019 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ ## Files: cmake-3.24.0/Utilities/cmzlib/trees.c /* trees.c -- output deflated data using Huffman coding * Copyright (C) 1995-2021 Jean-loup Gailly * detect_data_type() function provided freely by Cosmin Truta, 2006 * For conditions of distribution and use, see copyright notice in zlib.h */