summaryrefslogtreecommitdiff
path: root/Source/cmDocumentation.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-03 09:34:38 -0400
committerBrad King <brad.king@kitware.com>2014-06-03 09:34:38 -0400
commit889f2fd84c256c4dac113b9ac93c64ee8f2d713d (patch)
tree4b3dd9ec84a6d532eba14d534843d10fd6054b78 /Source/cmDocumentation.cxx
parent8da0a75ba2196465cea442e5a5a5f905fc2906d1 (diff)
downloadcmake-889f2fd84c256c4dac113b9ac93c64ee8f2d713d.tar.gz
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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx
index 5be4d5c4c2..9df1e79061 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;
}