summaryrefslogtreecommitdiffhomepage
path: root/CompilerDriver/cpp.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-06 09:16:11 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-06 09:16:11 +0100
commit0507ce6ab5b7bd126ab847a1df0930c05a5b5197 (patch)
treefa7ae916ecb8df28d593c710568caeaf3542fccd /CompilerDriver/cpp.cc
parentc237b956070bfb63511d865b0053509b16fa85a3 (diff)
meta: rebrand to Mahrouss Logic.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerDriver/cpp.cc')
-rw-r--r--CompilerDriver/cpp.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/CompilerDriver/cpp.cc b/CompilerDriver/cpp.cc
index 3b6d914..4a23ef0 100644
--- a/CompilerDriver/cpp.cc
+++ b/CompilerDriver/cpp.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cpp
- * Copyright Western Company, all rights reserved.
+ * Copyright Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
@@ -930,14 +930,14 @@ int main(int argc, char** argv)
if (strcmp(argv[index], "-v") == 0 ||
strcmp(argv[index], "--version") == 0)
{
- printf("%s\n", "cpp v1.11, (c) Western Company");
+ printf("%s\n", "cpp v1.11, (c) Mahrouss Logic");
return 0;
}
if (strcmp(argv[index], "-h") == 0 ||
strcmp(argv[index], "--help") == 0)
{
- printf("%s\n", "cpp v1.11, (c) Western Company");
+ printf("%s\n", "cpp v1.11, (c) Mahrouss Logic");
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.");