diff options
author | Brad King <brad.king@kitware.com> | 2014-06-03 13:34:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-03 13:34:38 (GMT) |
commit | 889f2fd84c256c4dac113b9ac93c64ee8f2d713d (patch) | |
tree | 4b3dd9ec84a6d532eba14d534843d10fd6054b78 /Source/cmDocumentation.cxx | |
parent | 8da0a75ba2196465cea442e5a5a5f905fc2906d1 (diff) | |
download | CMake-889f2fd84c256c4dac113b9ac93c64ee8f2d713d.zip CMake-889f2fd84c256c4dac113b9ac93c64ee8f2d713d.tar.gz CMake-889f2fd84c256c4dac113b9ac93c64ee8f2d713d.tar.bz2 |
Simplify and clarify credit text and link
Use the name "Kitware" rather than "Kitware, Inc." to simplify the text.
Provide a CMake-specific URL.
Diffstat (limited to 'Source/cmDocumentation.cxx')
-rw-r--r-- | Source/cmDocumentation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index 5be4d5c..9df1e79 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -102,7 +102,7 @@ bool cmDocumentation::PrintVersion(std::ostream& os) this->GetNameString() << " version " << cmVersion::GetCMakeVersion() << "\n" "\n" - "CMake suite maintained by Kitware, Inc. (kitware.com).\n" + "CMake suite maintained and supported by Kitware (kitware.com/cmake).\n" ; return true; } |