summaryrefslogtreecommitdiffhomepage
path: root/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-06 08:59:46 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-06 08:59:46 +0100
commitc2b7d2e59f7a89b1bf46013abc5a3d0c1b754606 (patch)
treea43cc7e1e2f0e146125eb84739f567f79a088a2f /dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
parent0328200aea1498a0387b6777a3be89eb280f0cdf (diff)
Opening source code, might liberate it too.
Diffstat (limited to 'dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc')
-rw-r--r--dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
index bb4e73a..e2bc0a5 100644
--- a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
+++ b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* c++-drv
- * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved, all rights reserved.
+ * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved, all rights reserved.
*
* ========================================================
*/
@@ -15,7 +15,7 @@
#define kExitFail (EXIT_FAILURE)
#define kSplashCxx() \
- kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 EL Mahrouss Logic, all rights reserved.")
+ kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 Amlal EL Mahrouss, all rights reserved.")
// extern_segment, @MLAutoRelease { ... }, fn foo() -> auto { ... }
@@ -25,7 +25,7 @@
/* ZKA C++ Compiler driver */
/* This is part of the ToolchainKit. */
-/* (c) EL Mahrouss Logic */
+/* (c) Amlal EL Mahrouss */
/// @author Amlal EL Mahrouss (amlel)
/// @file CPlusPlusCompilerAMD64.cxx