diff options
author | Brad King <brad.king@kitware.com> | 2012-11-06 19:13:05 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-11-06 19:13:05 (GMT) |
commit | 43d3a6d49e402fa735022fd0720355a369df75fe (patch) | |
tree | 4e359c9e3c59d2867409471e8c24b2dab60e5401 | |
parent | 6991013ddb26aecc785dec82c335e82d37faa281 (diff) | |
parent | a4ae88bdb2b0954d2c9ccc8352915963987cbd34 (diff) | |
download | CMake-43d3a6d49e402fa735022fd0720355a369df75fe.zip CMake-43d3a6d49e402fa735022fd0720355a369df75fe.tar.gz CMake-43d3a6d49e402fa735022fd0720355a369df75fe.tar.bz2 |
Merge topic 'copyright-year'
a4ae88b Update programmatically-reported copyright year (#13638)
-rw-r--r-- | Source/cmDocumentation.cxx | 2 | ||||
-rwxr-xr-x | bootstrap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index c1360ef..debde3b 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -155,7 +155,7 @@ static const char *cmDocumentationStandardSeeAlso[][3] = static const char *cmDocumentationCopyright[][3] = { {0, - "Copyright 2000-2009 Kitware, Inc., Insight Software Consortium. " + "Copyright 2000-2012 Kitware, Inc., Insight Software Consortium. " "All rights reserved.", 0}, {0, "Redistribution and use in source and binary forms, with or without " @@ -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 |