diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-29 18:36:16 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-29 18:36:16 +0100 |
| commit | 0faa04adb15638a0aa6b99c2909e44db979630f3 (patch) | |
| tree | 9441dff33a471c13919027658e29b6d45a0d2b02 /dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc | |
| parent | 99aa2529217e521c238db9238425e07630a61fda (diff) | |
IMP: Update copyright holder.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc')
| -rw-r--r-- | dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc index 349b056..83ba5aa 100644 --- a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc +++ b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc @@ -2,7 +2,7 @@ * ======================================================== * * c++-drv - * Copyright ZKA Web Services Co, all rights reserved. + * Copyright EL Mahrouss Logic, all rights reserved. * * ======================================================== */ @@ -16,7 +16,7 @@ #define kExitOK (0) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 ZKA Web Services Co, 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 { ... } @@ -26,7 +26,7 @@ /* ZKA C++ Compiler driver */ /* This is part of the ToolchainKit. */ -/* (c) ZKA Web Services Co */ +/* (c) EL Mahrouss Logic */ /// @author Amlal El Mahrouss (amlel) /// @file CPlusPlusCompilerAMD64.cxx |
