Simplify and clarify credit text and link

Use the name "Kitware" rather than "Kitware, Inc." to simplify the text.
Provide a CMake-specific URL.
This commit is contained in:
Brad King 2014-06-03 09:34:38 -04:00
parent 8da0a75ba2
commit 889f2fd84c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}