Browse Source

Add missing copyright notice to CMake.cmake module

Brad King 16 years ago
parent
commit
cc11846dbf
1 changed files with 13 additions and 0 deletions
  1. 13 0
      Modules/CMake.cmake

+ 13 - 0
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.
 # 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
 # Do not remove this file from cvs without updating cmake.cxx to look
 # for a different file.
 # for a different file.