summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-04 17:41:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-04 17:41:12 (GMT)
commit310ca5795aa0655f69856145f4647df4f4187b6d (patch)
tree7f5c0ea81a429e6d310c4c69fbd59a3fa22eb41e /bootstrap
parent826dc8696cf8344359432f30f061998ecc2fa63d (diff)
downloadCMake-310ca5795aa0655f69856145f4647df4f4187b6d.zip
CMake-310ca5795aa0655f69856145f4647df4f4187b6d.tar.gz
CMake-310ca5795aa0655f69856145f4647df4f4187b6d.tar.bz2
ENH: Fix copyright year
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 81cde9e..0e3748c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -254,7 +254,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) 2006 Kitware, Inc., Insight Consortium"
+ echo "CMake ${CMAKE_VERSION}, Copyright (c) 2007 Kitware, Inc., Insight Consortium"
}
# Display CMake bootstrap error, display the log file and exit