diff options
author | Brad King <brad.king@kitware.com> | 2009-10-05 11:47:05 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-10-05 11:47:05 -0400 |
commit | 3dc80f8d8cc71a68de37fb22582e59705fdb2d59 (patch) | |
tree | 9b2c980eb4823e9aafdd1b45c3e5cb38f7457e6d /Modules/Platform/UnixPaths.cmake | |
parent | bca63bb738646fda2eff7a64e3030e9fdf000205 (diff) | |
download | cmake-3dc80f8d8cc71a68de37fb22582e59705fdb2d59.tar.gz |
Add copyright notice to (Unix|Windows)Paths.cmake
This commit adds our copyright notice to these non-trivial platform
modules.
Diffstat (limited to 'Modules/Platform/UnixPaths.cmake')
-rw-r--r-- | Modules/Platform/UnixPaths.cmake | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Modules/Platform/UnixPaths.cmake b/Modules/Platform/UnixPaths.cmake index 7cab433745..7cc5181ff4 100644 --- a/Modules/Platform/UnixPaths.cmake +++ b/Modules/Platform/UnixPaths.cmake @@ -1,3 +1,17 @@ + +#============================================================================= +# Copyright 2006-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.) + SET(UNIX 1) # also add the install directory of the running cmake to the search directories |