summaryrefslogtreecommitdiff
path: root/Modules/Platform/UnixPaths.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-10-05 11:47:05 -0400
committerBrad King <brad.king@kitware.com>2009-10-05 11:47:05 -0400
commit3dc80f8d8cc71a68de37fb22582e59705fdb2d59 (patch)
tree9b2c980eb4823e9aafdd1b45c3e5cb38f7457e6d /Modules/Platform/UnixPaths.cmake
parentbca63bb738646fda2eff7a64e3030e9fdf000205 (diff)
downloadcmake-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.cmake14
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