summaryrefslogtreecommitdiffhomepage
path: root/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-07 21:18:44 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-07 21:18:44 +0100
commit3952f60677d24d0add44e07befdfe980ae0e25b8 (patch)
tree648f04dee4dc0493cfecc73792b180200ffa467c /dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
parentc2c89e359eecd0f842f951b5065fec962eb11636 (diff)
META: Bump.
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 147e99d..7eeeb6d 100644
--- a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
+++ b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* c++-drv
- * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
@@ -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, @autodelete { ... }, fn foo() -> auto { ... }
@@ -25,7 +25,7 @@
/* ZKA C++ Compiler */
/* This is part of the ToolchainKit. */
-/* (c) Amlal EL Mahrouss */
+/* (c) EL Mahrouss Logic */
/// @author EL Mahrouss Amlal (amlel)
/// @file CPlusPlusCompilerAMD64.cxx