licenses: Remove unused ArxFatalisDemo.
[gentoo.git] / licenses / CMake
1 CMake was initially developed by Kitware with the following sponsorship:
2
3  * National Library of Medicine at the National Institutes of Health
4    as part of the Insight Segmentation and Registration Toolkit (ITK).
5
6  * US National Labs (Los Alamos, Livermore, Sandia) ASCI Parallel 
7    Visualization Initiative.
8
9  * Kitware, Inc.
10
11 The CMake copyright is as follows:
12
13 Copyright (c) 2002 Kitware, Inc., Insight Consortium
14 All rights reserved.
15
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions are
18 met:
19
20  * Redistributions of source code must retain the above copyright notice,
21    this list of conditions and the following disclaimer.
22
23  * Redistributions in binary form must reproduce the above copyright notice,
24    this list of conditions and the following disclaimer in the documentation
25    and/or other materials provided with the distribution.
26
27  * The names of Kitware, Inc., the Insight Consortium, or the names of
28    any consortium members, or of any contributors, may not be used to
29    endorse or promote products derived from this software without
30    specific prior written permission.
31
32  * Modified source versions must be plainly marked as such, and must
33    not be misrepresented as being the original software.
34
35 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS''
36 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
38 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
39 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
40 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
41 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
42 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45
46 See also the CMake web site: http://www.cmake.org for more information.