summaryrefslogtreecommitdiffhomepage
path: root/CompilerDriver/cpp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'CompilerDriver/cpp.cxx')
-rw-r--r--CompilerDriver/cpp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/CompilerDriver/cpp.cxx b/CompilerDriver/cpp.cxx
index d8d32bd..6986e27 100644
--- a/CompilerDriver/cpp.cxx
+++ b/CompilerDriver/cpp.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* cpp
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
@@ -926,14 +926,14 @@ int main(int argc, char** argv)
if (strcmp(argv[index], "-v") == 0 ||
strcmp(argv[index], "--version") == 0)
{
- printf("%s\n", "MP-UX Preprocessor v1.11, (c) WestCo");
+ printf("%s\n", "cpp v1.11, (c) Western Company");
return 0;
}
if (strcmp(argv[index], "-h") == 0 ||
strcmp(argv[index], "--help") == 0)
{
- printf("%s\n", "MP-UX Preprocessor v1.11, (c) WestCo");
+ printf("%s\n", "cpp v1.11, (c) Western Company");
printf("%s\n", "--working-dir: set directory to working path.");
printf("%s\n", "--include-dir: add directory to include path.");
printf("%s\n", "--define: define macro.");