summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-03 13:35:02 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-06-03 13:35:02 (GMT)
commitaacbe0c3f6ca151123037985dd520010d723ac87 (patch)
tree480e157235c44b2d97aec82c8f255e9d86829d4f /Source/cmDocumentation.cxx
parent54d322eb8295b3d95e1fb41173b16fdf7c10f860 (diff)
parent889f2fd84c256c4dac113b9ac93c64ee8f2d713d (diff)
downloadCMake-aacbe0c3f6ca151123037985dd520010d723ac87.zip
CMake-aacbe0c3f6ca151123037985dd520010d723ac87.tar.gz
CMake-aacbe0c3f6ca151123037985dd520010d723ac87.tar.bz2
Merge topic 'cmake-credits'
889f2fd8 Simplify and clarify credit text and link
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 71e53f4..8d035af 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;
}