summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineASM_NASMCompiler.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-09-27 18:04:34 +0200
committerAlex Neundorf <neundorf@kde.org>2010-09-27 18:04:34 +0200
commitffeca06a93eca70ef7505ac087cbb246e5191ed2 (patch)
tree3934a4fb3e96a130ffbcdc32c11a9b21444d87cb /Modules/CMakeDetermineASM_NASMCompiler.cmake
parent7b337ac8e20437bf134319bf3131505f69892447 (diff)
downloadcmake-ffeca06a93eca70ef7505ac087cbb246e5191ed2.tar.gz
Add missing copyright headers
Alex
Diffstat (limited to 'Modules/CMakeDetermineASM_NASMCompiler.cmake')
-rw-r--r--Modules/CMakeDetermineASM_NASMCompiler.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/Modules/CMakeDetermineASM_NASMCompiler.cmake b/Modules/CMakeDetermineASM_NASMCompiler.cmake
index 2c8cda568d..41326eedd0 100644
--- a/Modules/CMakeDetermineASM_NASMCompiler.cmake
+++ b/Modules/CMakeDetermineASM_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.)
+
# Find the nasm assembler
SET(CMAKE_ASM_NASM_COMPILER_INIT nasm)