Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

COPYING-CMAKE-SCRIPTS 2.6 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  1. CMake - Cross Platform Makefile Generator
  2. Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
  3. All rights reserved.
  4. Redistribution and use in source and binary forms, with or without
  5. modification, are permitted provided that the following conditions
  6. are met:
  7. * Redistributions of source code must retain the above copyright
  8. notice, this list of conditions and the following disclaimer.
  9. * Redistributions in binary form must reproduce the above copyright
  10. notice, this list of conditions and the following disclaimer in the
  11. documentation and/or other materials provided with the distribution.
  12. * Neither the names of Kitware, Inc., the Insight Software Consortium,
  13. nor the names of their contributors may be used to endorse or promote
  14. products derived from this software without specific prior written
  15. permission.
  16. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  17. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  18. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  19. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  20. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  21. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  22. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  23. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  24. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  25. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  26. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  27. ------------------------------------------------------------------------------
  28. The above copyright and license notice applies to distributions of
  29. CMake in source and binary form. Some source files contain additional
  30. notices of original copyright by their contributors; see each source
  31. for details. Third-party software packages supplied with CMake under
  32. compatible licenses provide their own copyright notices documented in
  33. corresponding subdirectories.
  34. ------------------------------------------------------------------------------
  35. CMake was initially developed by Kitware with the following sponsorship:
  36. * National Library of Medicine at the National Institutes of Health
  37. as part of the Insight Segmentation and Registration Toolkit (ITK).
  38. * US National Labs (Los Alamos, Livermore, Sandia) ASC Parallel
  39. Visualization Initiative.
  40. * National Alliance for Medical Image Computing (NAMIC) is funded by the
  41. National Institutes of Health through the NIH Roadmap for Medical Research,
  42. Grant U54 EB005149.
  43. * Kitware, Inc.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...