diff options
author | Brad King <brad.king@kitware.com> | 2009-09-28 15:37:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-09-28 15:37:35 (GMT) |
commit | de955e4b6d969bc25d31752547ac8ccec08060c1 (patch) | |
tree | b15d360c02877a5f2a0aa2a3451e97ffa40b560e /Source/kwsys/CTestConfig.cmake | |
parent | 832f0a88f042d16b4afb049968ae1c167109d6a0 (diff) | |
download | CMake-de955e4b6d969bc25d31752547ac8ccec08060c1.zip CMake-de955e4b6d969bc25d31752547ac8ccec08060c1.tar.gz CMake-de955e4b6d969bc25d31752547ac8ccec08060c1.tar.bz2 |
Convert KWSys to OSI-approved BSD License
This converts the KWSys license to a pure 3-clause OSI-approved BSD
License. We drop the previous license clause requiring modified
versions to be plainly marked. We also update the KWSys copyright to
cover the full development time range.
Diffstat (limited to 'Source/kwsys/CTestConfig.cmake')
-rw-r--r-- | Source/kwsys/CTestConfig.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/kwsys/CTestConfig.cmake b/Source/kwsys/CTestConfig.cmake index e4e7b0d..9ab6ed8 100644 --- a/Source/kwsys/CTestConfig.cmake +++ b/Source/kwsys/CTestConfig.cmake @@ -1,3 +1,14 @@ +#============================================================================= +# KWSys - Kitware System Library +# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium +# +# 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. +#============================================================================= set (CTEST_PROJECT_NAME "kwsys") set (CTEST_NIGHTLY_START_TIME "21:00:00 EDT") set (CTEST_DART_SERVER_VERSION "2") |