[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.5 1.6
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Sep 28 11:43:25 EDT 2009
Update of /cvsroot/CMake/CMake/Utilities/Doxygen
In directory public:/mounts/ram/cvs-serv9530/Utilities/Doxygen
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/Doxygen/CMakeLists.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** CMakeLists.txt 8 Jun 2004 21:26:48 -0000 1.5
--- CMakeLists.txt 28 Sep 2009 15:43:21 -0000 1.6
***************
*** 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.
+ #=============================================================================
+
#
# Build the documentation
More information about the Cmake-commits
mailing list