summaryrefslogtreecommitdiffhomepage
path: root/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc')
-rw-r--r--dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
index ae3e5ae..bb4e73a 100644
--- a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
+++ b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
@@ -15,7 +15,7 @@
#define kExitFail (EXIT_FAILURE)
#define kSplashCxx() \
- kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 Amlal EL Mahrouss, all rights reserved.")
+ kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 EL Mahrouss Logic, all rights reserved.")
// extern_segment, @MLAutoRelease { ... }, fn foo() -> auto { ... }
@@ -27,7 +27,7 @@
/* This is part of the ToolchainKit. */
/* (c) EL Mahrouss Logic */
-/// @author Amlal El Mahrouss (amlel)
+/// @author Amlal EL Mahrouss (amlel)
/// @file CPlusPlusCompilerAMD64.cxx
/// @brief Optimized C++ Compiler Driver.
/// @todo Throw error for scoped inside scoped variables when they get referenced outside.