summaryrefslogtreecommitdiffhomepage
path: root/CompilerDriver/cpp.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-03 17:59:58 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-03 18:28:56 +0100
commit05c51485d56b14f7cd3c05afebd920157d7a0b8b (patch)
treec7c35a9a723ee7682a10ea2ac4835c8795bda072 /CompilerDriver/cpp.cxx
parentaa49d723caa7daf2bbc970bd9f4fe23a5a8d8df1 (diff)
WesternCompany C/C++: 1.0.1 BETA.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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.");