diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-03 17:59:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-03 18:28:56 +0100 |
| commit | 05c51485d56b14f7cd3c05afebd920157d7a0b8b (patch) | |
| tree | c7c35a9a723ee7682a10ea2ac4835c8795bda072 /CompilerFrontend | |
| parent | aa49d723caa7daf2bbc970bd9f4fe23a5a8d8df1 (diff) | |
WesternCompany C/C++: 1.0.1 BETA.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerFrontend')
| -rw-r--r-- | CompilerFrontend/cl/compiler.d | 2 | ||||
| -rw-r--r-- | CompilerFrontend/cl/main.d | 4 | ||||
| -rw-r--r-- | CompilerFrontend/cl/makefile | 2 | ||||
| -rw-r--r-- | CompilerFrontend/cl/man/mpcc.8 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/CompilerFrontend/cl/compiler.d b/CompilerFrontend/cl/compiler.d index c823d4f..d343a75 100644 --- a/CompilerFrontend/cl/compiler.d +++ b/CompilerFrontend/cl/compiler.d @@ -2,7 +2,7 @@ * ======================================================== * * MP-UX C Compiler - * Copyright WestCo, all rights reserved. + * Copyright Western Company, all rights reserved. * * ======================================================== */ diff --git a/CompilerFrontend/cl/main.d b/CompilerFrontend/cl/main.d index 11d9511..ef57284 100644 --- a/CompilerFrontend/cl/main.d +++ b/CompilerFrontend/cl/main.d @@ -2,7 +2,7 @@ * ======================================================== * * MP-UX C Compiler - * Copyright WestCo, all rights reserved. + * Copyright Western Company, all rights reserved. * * ======================================================== */ @@ -50,7 +50,7 @@ void main(string[] args) if (arg == "--version" || arg == "-v") { - writeln("mpcc: version 1.01, (c) WestCo all rights reserved."); + writeln("mpcc: version 1.01, (c) Western Company all rights reserved."); return; } else if (arg == "--dialect") diff --git a/CompilerFrontend/cl/makefile b/CompilerFrontend/cl/makefile index 14827ac..e40f46d 100644 --- a/CompilerFrontend/cl/makefile +++ b/CompilerFrontend/cl/makefile @@ -2,7 +2,7 @@ # ======================================================== # # C++Kit - # Copyright WestCo, all rights reserved. + # Copyright Western Company, all rights reserved. # # ======================================================== # diff --git a/CompilerFrontend/cl/man/mpcc.8 b/CompilerFrontend/cl/man/mpcc.8 index 7be0c44..b362916 100644 --- a/CompilerFrontend/cl/man/mpcc.8 +++ b/CompilerFrontend/cl/man/mpcc.8 @@ -4,7 +4,7 @@ .Sh NAME .Nm mcc -.Nd WestCo C/C++ Compiler +.Nd Western Company C/C++ Compiler .Sh DESCRIPTION |
