diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-09-27 16:04:34 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-09-27 16:04:34 (GMT) |
commit | ffeca06a93eca70ef7505ac087cbb246e5191ed2 (patch) | |
tree | 3934a4fb3e96a130ffbcdc32c11a9b21444d87cb /Modules/CMakeDetermineASM_NASMCompiler.cmake | |
parent | 7b337ac8e20437bf134319bf3131505f69892447 (diff) | |
download | CMake-ffeca06a93eca70ef7505ac087cbb246e5191ed2.zip CMake-ffeca06a93eca70ef7505ac087cbb246e5191ed2.tar.gz CMake-ffeca06a93eca70ef7505ac087cbb246e5191ed2.tar.bz2 |
Add missing copyright headers
Alex
Diffstat (limited to 'Modules/CMakeDetermineASM_NASMCompiler.cmake')
-rw-r--r-- | Modules/CMakeDetermineASM_NASMCompiler.cmake | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Modules/CMakeDetermineASM_NASMCompiler.cmake b/Modules/CMakeDetermineASM_NASMCompiler.cmake index 2c8cda5..41326ee 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) |