summaryrefslogtreecommitdiff
path: root/Modules/CMake.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-10-01 14:05:33 -0400
committerBrad King <brad.king@kitware.com>2009-10-01 14:05:33 -0400
commitcc11846dbf8ccd6a3dc06860afa5376937e79a4b (patch)
tree8b5cc5bf17105ab7047ba39a5e49537e4d92a8d5 /Modules/CMake.cmake
parent1b9e61f214b12f9a20a975d9bfe9c310d65082d2 (diff)
downloadcmake-cc11846dbf8ccd6a3dc06860afa5376937e79a4b.tar.gz
Add missing copyright notice to CMake.cmake module
Diffstat (limited to 'Modules/CMake.cmake')
-rw-r--r--Modules/CMake.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/Modules/CMake.cmake b/Modules/CMake.cmake
index 7689bd924b..cbdaa350cb 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.