From a4ae88bdb2b0954d2c9ccc8352915963987cbd34 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 5 Nov 2012 08:42:41 -0500 Subject: Update programmatically-reported copyright year (#13638) Update the copyright year reported by 'bootstrap' and in the generated documentation to report 2012. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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 -- cgit v1.2.1