From 05c51485d56b14f7cd3c05afebd920157d7a0b8b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 3 Jan 2024 17:59:58 +0100 Subject: WesternCompany C/C++: 1.0.1 BETA. Signed-off-by: Amlal El Mahrouss --- CompilerDriver/cpp.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CompilerDriver/cpp.cxx') 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."); -- cgit v1.2.3