diff options
author | Brad King <brad.king@kitware.com> | 2012-11-05 13:42:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-05 13:44:03 (GMT) |
commit | a4ae88bdb2b0954d2c9ccc8352915963987cbd34 (patch) | |
tree | c55982bc5851b04f1c0c2afffe7134b7358eac17 /bootstrap | |
parent | a7742140ad1a88e354037ea391c0e773f147ebd2 (diff) | |
download | CMake-a4ae88bdb2b0954d2c9ccc8352915963987cbd34.zip CMake-a4ae88bdb2b0954d2c9ccc8352915963987cbd34.tar.gz CMake-a4ae88bdb2b0954d2c9ccc8352915963987cbd34.tar.bz2 |
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-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |