summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-11-05 08:42:41 -0500
committerBrad King <brad.king@kitware.com>2012-11-05 08:44:03 -0500
commita4ae88bdb2b0954d2c9ccc8352915963987cbd34 (patch)
treec55982bc5851b04f1c0c2afffe7134b7358eac17 /bootstrap
parenta7742140ad1a88e354037ea391c0e773f147ebd2 (diff)
downloadcmake-a4ae88bdb2b0954d2c9ccc8352915963987cbd34.tar.gz
Update programmatically-reported copyright year (#13638)
Update the copyright year reported by 'bootstrap' and in the generated documentation to report 2012.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 713f01f2bb..a4c4aa8aab 100755
--- a/bootstrap
+++ b/bootstrap
@@ -357,7 +357,7 @@ Directory and file names:
# Display CMake bootstrap usage
cmake_version_display()
{
- echo "CMake ${cmake_version}, Copyright 2000-2011 Kitware, Inc."
+ echo "CMake ${cmake_version}, Copyright 2000-2012 Kitware, Inc."
}
# Display CMake bootstrap error, display the log file and exit