summaryrefslogtreecommitdiff
path: root/Modules/WriteBasicConfigVersionFile.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-01 23:44:17 +0200
committerAlex Neundorf <neundorf@kde.org>2011-08-01 23:44:17 +0200
commitd50a61a1ae6a530e3ebc2672c2e5e38b700d61e8 (patch)
tree199e0fd857de8b8bc59c60efe490efc45cc91907 /Modules/WriteBasicConfigVersionFile.cmake
parent4ba09bc6a22ab9aa3f59b6804224e3f96159658d (diff)
downloadcmake-d50a61a1ae6a530e3ebc2672c2e5e38b700d61e8.tar.gz
Fix copyright notice
Alex
Diffstat (limited to 'Modules/WriteBasicConfigVersionFile.cmake')
-rw-r--r--Modules/WriteBasicConfigVersionFile.cmake15
1 files changed, 12 insertions, 3 deletions
diff --git a/Modules/WriteBasicConfigVersionFile.cmake b/Modules/WriteBasicConfigVersionFile.cmake
index 361eb60175..d7947ab18c 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)