You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.2 KiB

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