diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-17 23:02:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-17 23:02:42 (GMT) |
commit | 126e5e39ffdd08961144c174626d219e6194f633 (patch) | |
tree | 0fc34b517d1ef41e5e5b1457df1da91d32c41123 /bootstrap | |
parent | 1c44342cffd2badaefd1651c7a95973429e728dc (diff) | |
download | CMake-126e5e39ffdd08961144c174626d219e6194f633.zip CMake-126e5e39ffdd08961144c174626d219e6194f633.tar.gz CMake-126e5e39ffdd08961144c174626d219e6194f633.tar.bz2 |
ENH: Fix copyright year
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ cmake_version() else CMAKE_VERSION=`echo $CMAKE_VERSION | sed "s/\.\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\)/\1.\2-\3/"` fi - echo "CMake ${CMAKE_VERSION}, Copyright (c) 2002 Kitware, Inc., Insight Consortium" + echo "CMake ${CMAKE_VERSION}, Copyright (c) 2006 Kitware, Inc., Insight Consortium" } # Display CMake bootstrap error, display the log file and exit |