summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin-GNU-Fortran.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-07-16 13:21:35 (GMT)
committerBrad King <brad.king@kitware.com>2013-07-16 13:25:06 (GMT)
commit2cc9f1fd5cece37efe00dde8a70a632eeb113112 (patch)
tree03ed804c43edb3255b5639660e5e0581dba662a6 /Modules/Platform/Darwin-GNU-Fortran.cmake
parent029e836a212b1069bda38ec09fe6614c68b12cc5 (diff)
downloadCMake-2cc9f1fd5cece37efe00dde8a70a632eeb113112.zip
CMake-2cc9f1fd5cece37efe00dde8a70a632eeb113112.tar.gz
CMake-2cc9f1fd5cece37efe00dde8a70a632eeb113112.tar.bz2
OS X: Add copyright notices to Darwin-*-Fortran.cmake
Diffstat (limited to 'Modules/Platform/Darwin-GNU-Fortran.cmake')
-rw-r--r--Modules/Platform/Darwin-GNU-Fortran.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/Modules/Platform/Darwin-GNU-Fortran.cmake b/Modules/Platform/Darwin-GNU-Fortran.cmake
index 8e8acc3..c5ffc6f 100644
--- a/Modules/Platform/Darwin-GNU-Fortran.cmake
+++ b/Modules/Platform/Darwin-GNU-Fortran.cmake
@@ -1,2 +1,15 @@
+#=============================================================================
+# Copyright 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 distribute this file outside of CMake, substitute the full
+# License text for the above reference.)
+
include(Platform/Darwin-GNU)
__darwin_compiler_gnu(Fortran)