1CMake - Cross Platform Makefile Generator
2Copyright 2000-2021 Kitware, Inc. and Contributors
3All rights reserved.
4
5Redistribution and use in source and binary forms, with or without
6modification, are permitted provided that the following conditions
7are met:
8
9* Redistributions of source code must retain the above copyright
10  notice, this list of conditions and the following disclaimer.
11
12* Redistributions in binary form must reproduce the above copyright
13  notice, this list of conditions and the following disclaimer in the
14  documentation and/or other materials provided with the distribution.
15
16* Neither the name of Kitware, Inc. nor the names of Contributors
17  may be used to endorse or promote products derived from this
18  software without specific prior written permission.
19
20THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
32------------------------------------------------------------------------------
33
34The following individuals and institutions are among the Contributors:
35
36* Aaron C. Meadows <cmake@shadowguarddev.com>
37* Adriaan de Groot <groot@kde.org>
38* Aleksey Avdeev <solo@altlinux.ru>
39* Alexander Neundorf <neundorf@kde.org>
40* Alexander Smorkalov <alexander.smorkalov@itseez.com>
41* Alexey Sokolov <sokolov@google.com>
42* Alex Merry <alex.merry@kde.org>
43* Alex Turbov <i.zaufi@gmail.com>
44* Andreas Pakulat <apaku@gmx.de>
45* Andreas Schneider <asn@cryptomilk.org>
46* André Rigland Brodtkorb <Andre.Brodtkorb@ifi.uio.no>
47* Axel Huebl, Helmholtz-Zentrum Dresden - Rossendorf
48* Benjamin Eikel
49* Bjoern Ricks <bjoern.ricks@gmail.com>
50* Brad Hards <bradh@kde.org>
51* Christopher Harvey
52* Christoph Grüninger <foss@grueninger.de>
53* Clement Creusot <creusot@cs.york.ac.uk>
54* Daniel Blezek <blezek@gmail.com>
55* Daniel Pfeifer <daniel@pfeifer-mail.de>
56* Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
57* Eran Ifrah <eran.ifrah@gmail.com>
58* Esben Mose Hansen, Ange Optimization ApS
59* Geoffrey Viola <geoffrey.viola@asirobots.com>
60* Google Inc
61* Gregor Jasny
62* Helio Chissini de Castro <helio@kde.org>
63* Ilya Lavrenov <ilya.lavrenov@itseez.com>
64* Insight Software Consortium <insightsoftwareconsortium.org>
65* Jan Woetzel
66* Julien Schueller
67* Kelly Thompson <kgt@lanl.gov>
68* Konstantin Podsvirov <konstantin@podsvirov.pro>
69* Laurent Montel <montel@kde.org>
70* Mario Bensi <mbensi@ipsquad.net>
71* Martin Gräßlin <mgraesslin@kde.org>
72* Mathieu Malaterre <mathieu.malaterre@gmail.com>
73* Matthaeus G. Chajdas
74* Matthias Kretz <kretz@kde.org>
75* Matthias Maennich <matthias@maennich.net>
76* Michael Hirsch, Ph.D. <www.scivision.co>
77* Michael Stürmer
78* Miguel A. Figueroa-Villanueva
79* Mike Jackson
80* Mike McQuaid <mike@mikemcquaid.com>
81* Nicolas Bock <nicolasbock@gmail.com>
82* Nicolas Despres <nicolas.despres@gmail.com>
83* Nikita Krupen'ko <krnekit@gmail.com>
84* NVIDIA Corporation <www.nvidia.com>
85* OpenGamma Ltd. <opengamma.com>
86* Patrick Stotko <stotko@cs.uni-bonn.de>
87* Per Øyvind Karlsen <peroyvind@mandriva.org>
88* Peter Collingbourne <peter@pcc.me.uk>
89* Petr Gotthard <gotthard@honeywell.com>
90* Philip Lowman <philip@yhbt.com>
91* Philippe Proulx <pproulx@efficios.com>
92* Raffi Enficiaud, Max Planck Society
93* Raumfeld <raumfeld.com>
94* Roger Leigh <rleigh@codelibre.net>
95* Rolf Eike Beer <eike@sf-mail.de>
96* Roman Donchenko <roman.donchenko@itseez.com>
97* Roman Kharitonov <roman.kharitonov@itseez.com>
98* Ruslan Baratov
99* Sebastian Holtermann <sebholt@xwmw.org>
100* Stephen Kelly <steveire@gmail.com>
101* Sylvain Joubert <joubert.sy@gmail.com>
102* The Qt Company Ltd.
103* Thomas Sondergaard <ts@medical-insight.com>
104* Tobias Hunger <tobias.hunger@qt.io>
105* Todd Gamblin <tgamblin@llnl.gov>
106* Tristan Carel
107* University of Dundee
108* Vadim Zhukov
109* Will Dicharry <wdicharry@stellarscience.com>
110
111See version control history for details of individual contributions.
112
113The above copyright and license notice applies to distributions of
114CMake in source and binary form.  Third-party software packages supplied
115with CMake under compatible licenses provide their own copyright notices
116documented in corresponding subdirectories or source files.
117
118------------------------------------------------------------------------------
119
120CMake was initially developed by Kitware with the following sponsorship:
121
122 * National Library of Medicine at the National Institutes of Health
123   as part of the Insight Segmentation and Registration Toolkit (ITK).
124
125 * US National Labs (Los Alamos, Livermore, Sandia) ASC Parallel
126   Visualization Initiative.
127
128 * National Alliance for Medical Image Computing (NAMIC) is funded by the
129   National Institutes of Health through the NIH Roadmap for Medical Research,
130   Grant U54 EB005149.
131
132 * Kitware, Inc.
133