diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-01 21:44:17 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-01 21:44:17 (GMT) |
commit | d50a61a1ae6a530e3ebc2672c2e5e38b700d61e8 (patch) | |
tree | 199e0fd857de8b8bc59c60efe490efc45cc91907 /Modules/WriteBasicConfigVersionFile.cmake | |
parent | 4ba09bc6a22ab9aa3f59b6804224e3f96159658d (diff) | |
download | CMake-d50a61a1ae6a530e3ebc2672c2e5e38b700d61e8.zip CMake-d50a61a1ae6a530e3ebc2672c2e5e38b700d61e8.tar.gz CMake-d50a61a1ae6a530e3ebc2672c2e5e38b700d61e8.tar.bz2 |
Fix copyright notice
Alex
Diffstat (limited to 'Modules/WriteBasicConfigVersionFile.cmake')
-rw-r--r-- | Modules/WriteBasicConfigVersionFile.cmake | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Modules/WriteBasicConfigVersionFile.cmake b/Modules/WriteBasicConfigVersionFile.cmake index 361eb60..d7947ab 100644 --- a/Modules/WriteBasicConfigVersionFile.cmake +++ b/Modules/WriteBasicConfigVersionFile.cmake @@ -23,10 +23,19 @@ # Modules/BasicConfigVersion-AnyNewerVersion/SameMajorVersion.cmake.in to # create the resulting version file. -# Copyright (c) 2008, Alexander Neundorf, <neundorf@kde.org> +#============================================================================= +# Copyright (c) 2008-2011, Alexander Neundorf, <neundorf@kde.org> +# Copyright 2004-2009 Kitware, Inc. # -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +# 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(CMakeParseArguments) |