summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeTestASM_NASMCompiler.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-09-27 16:04:34 (GMT)
committerAlex Neundorf <neundorf@kde.org>2010-09-27 16:04:34 (GMT)
commitffeca06a93eca70ef7505ac087cbb246e5191ed2 (patch)
tree3934a4fb3e96a130ffbcdc32c11a9b21444d87cb /Modules/CMakeTestASM_NASMCompiler.cmake
parent7b337ac8e20437bf134319bf3131505f69892447 (diff)
downloadCMake-ffeca06a93eca70ef7505ac087cbb246e5191ed2.zip
CMake-ffeca06a93eca70ef7505ac087cbb246e5191ed2.tar.gz
CMake-ffeca06a93eca70ef7505ac087cbb246e5191ed2.tar.bz2
Add missing copyright headers
Alex
Diffstat (limited to 'Modules/CMakeTestASM_NASMCompiler.cmake')
-rw-r--r--Modules/CMakeTestASM_NASMCompiler.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/Modules/CMakeTestASM_NASMCompiler.cmake b/Modules/CMakeTestASM_NASMCompiler.cmake
index ba0e658..477c43b 100644
--- a/Modules/CMakeTestASM_NASMCompiler.cmake
+++ b/Modules/CMakeTestASM_NASMCompiler.cmake
@@ -1,3 +1,17 @@
+
+#=============================================================================
+# Copyright 2008-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.)
+
# This file is used by EnableLanguage in cmGlobalGenerator to
# determine that the selected ASM_NASM "compiler" works.
# For assembler this can only check whether the compiler has been found,