[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 28 11:43:31 EDT 2009


Update of /cvsroot/CMake/CMake/Utilities/KWStyle
In directory public:/mounts/ram/cvs-serv9530/Utilities/KWStyle

Modified Files:
	CMakeLists.txt 
Log Message:
Convert CMake to OSI-approved BSD License

This converts the CMake license to a pure 3-clause OSI-approved BSD
License.  We drop the previous license clause requiring modified
versions to be plainly marked.  We also update the CMake copyright to
cover the full development time range.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/KWStyle/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** CMakeLists.txt	31 Aug 2007 18:07:53 -0000	1.2
--- CMakeLists.txt	28 Sep 2009 15:43:23 -0000	1.3
***************
*** 1,2 ****
--- 1,14 ----
+ #=============================================================================
+ # CMake - Cross Platform Makefile Generator
+ # Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
+ #
+ # Distributed under the OSI-approved BSD License (the "License");
+ # see accompanying file Copyright.txt for details.
+ #
+ # This software is distributed WITHOUT ANY WARRANTY; without even the
+ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ # See the License for more information.
+ #=============================================================================
+ 
  #-----------------------------------------------------------------------------
  # CMake uses KWStyle for checking the coding style



More information about the Cmake-commits mailing list