summaryrefslogtreecommitdiffhomepage
path: root/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-22 08:31:16 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-22 08:31:16 +0100
commit011fe648fae0ebe8c2136c0c88432b5431d7f22f (patch)
tree648b6343414d9eab41d1eef508060086eff9479e /dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc
parent82a878f9cd071e8224298d8d57a59c277cfb750c (diff)
Move copyright holder to EL Mahrouss Logic
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 9d16b0e..6dacdc3 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.
*
* ========================================================
*/
@@ -16,7 +16,7 @@
#define kExitNO (EXIT_FAILURE)
#define kSplashCxx() \
- kPrintF(kWhite "%s\n", "ELMH C++ Compiler Driver, (c) 2024 Amlal EL Mahrouss, all rights reserved.")
+ kPrintF(kWhite "%s\n", "ELMH C++ Compiler Driver, (c) 2024 EL Mahrouss Logic, all rights reserved.")
// extern_segment, @autodelete { ... }, fn foo() -> auto { ... }
@@ -26,7 +26,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