From cc11846dbf8ccd6a3dc06860afa5376937e79a4b Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 1 Oct 2009 14:05:33 -0400 Subject: Add missing copyright notice to CMake.cmake module --- Modules/CMake.cmake | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Modules/CMake.cmake') 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. -- cgit v1.2.1