diff options
author | Brad King <brad.king@kitware.com> | 2011-12-16 14:43:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-12-16 14:43:39 (GMT) |
commit | dbf05f75c3406a03fc912d3d90949972f2bcfd07 (patch) | |
tree | 741abe5087139ada143cc55ca10d0c9135dd2b26 /bootstrap | |
parent | c544545c6364ed7081d60772505278c9f199ecf8 (diff) | |
download | CMake-dbf05f75c3406a03fc912d3d90949972f2bcfd07.zip CMake-dbf05f75c3406a03fc912d3d90949972f2bcfd07.tar.gz CMake-dbf05f75c3406a03fc912d3d90949972f2bcfd07.tar.bz2 |
bootstrap: Update copyright year in version report
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/bin/sh #============================================================================= # CMake - Cross Platform Makefile Generator -# Copyright 2000-2009 Kitware, Inc., Insight Software Consortium +# Copyright 2000-2011 Kitware, Inc., Insight Software Consortium # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file Copyright.txt for details. @@ -337,7 +337,7 @@ Directory and file names: # Display CMake bootstrap usage cmake_version_display() { - echo "CMake ${cmake_version}, Copyright 2000-2009 Kitware, Inc." + echo "CMake ${cmake_version}, Copyright 2000-2011 Kitware, Inc." } # Display CMake bootstrap error, display the log file and exit |