summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-11-06 14:13:05 -0500
committerCMake Topic Stage <kwrobot@kitware.com>2012-11-06 14:13:05 -0500
commit43d3a6d49e402fa735022fd0720355a369df75fe (patch)
tree4e359c9e3c59d2867409471e8c24b2dab60e5401 /bootstrap
parent6991013ddb26aecc785dec82c335e82d37faa281 (diff)
parenta4ae88bdb2b0954d2c9ccc8352915963987cbd34 (diff)
downloadcmake-43d3a6d49e402fa735022fd0720355a369df75fe.tar.gz
Merge topic 'copyright-year'
a4ae88b Update programmatically-reported copyright year (#13638)
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index a0529f23db..0e6d16ca90 100755
--- a/bootstrap
+++ b/bootstrap
@@ -370,7 +370,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