[Cmake-commits] [cmake-commits] king committed CMake.cmake 1.2 1.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Oct 1 14:05:37 EDT 2009
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv32388/Modules
Modified Files:
CMake.cmake
Log Message:
Add missing copyright notice to CMake.cmake module
Index: CMake.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMake.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** CMake.cmake 14 Dec 2005 18:51:08 -0000 1.2
--- CMake.cmake 1 Oct 2009 18:05:33 -0000 1.3
***************
*** 1,3 ****
--- 1,16 ----
+ #=============================================================================
+ # Copyright 2004-2009 Kitware, Inc.
+ #
+ # 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.
+ #=============================================================================
+ # (To distributed this file outside of CMake, substitute the full
+ # License text for the above reference.)
+
# This file is used by cmake.cxx to compute the CMAKE_ROOT location.
# Do not remove this file from cvs without updating cmake.cxx to look
More information about the Cmake-commits
mailing list