diff options
author | Brad King <brad.king@kitware.com> | 2009-10-01 18:05:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-10-01 18:05:33 (GMT) |
commit | cc11846dbf8ccd6a3dc06860afa5376937e79a4b (patch) | |
tree | 8b5cc5bf17105ab7047ba39a5e49537e4d92a8d5 /Modules/CMake.cmake | |
parent | 1b9e61f214b12f9a20a975d9bfe9c310d65082d2 (diff) | |
download | CMake-cc11846dbf8ccd6a3dc06860afa5376937e79a4b.zip CMake-cc11846dbf8ccd6a3dc06860afa5376937e79a4b.tar.gz CMake-cc11846dbf8ccd6a3dc06860afa5376937e79a4b.tar.bz2 |
Add missing copyright notice to CMake.cmake module
Diffstat (limited to 'Modules/CMake.cmake')
-rw-r--r-- | Modules/CMake.cmake | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Modules/CMake.cmake b/Modules/CMake.cmake index 7689bd9..cbdaa35 100644 --- a/Modules/CMake.cmake +++ b/Modules/CMake.cmake @@ -1,4 +1,17 @@ +#============================================================================= +# 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 # for a different file. |