diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-11-26 11:36:57 +0100 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-11-26 11:36:57 +0100 |
| commit | 7316ded24ebc4cb9af154f560dc2b6c3498e2ca9 (patch) | |
| tree | 1ea30141b27b9539b15a18b58db72c8af4c83a1c /dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc | |
| parent | 011fe648fae0ebe8c2136c0c88432b5431d7f22f (diff) | |
ELMH Group takes ownership of the code.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@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 6dacdc3..5568e3a 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. + * Copyright (C) 2024, ELMH Group, all rights reserved. * * ======================================================== */ @@ -16,7 +16,7 @@ #define kExitNO (EXIT_FAILURE) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "ELMH C++ Compiler Driver, (c) 2024 EL Mahrouss Logic, all rights reserved.") + kPrintF(kWhite "%s\n", "ELMH C++ Compiler Driver, (c) 2024 ELMH Group, all rights reserved.") // extern_segment, @autodelete { ... }, fn foo() -> auto { ... } @@ -26,7 +26,7 @@ /* ZKA C++ Compiler */ /* This is part of the ToolchainKit. */ -/* (c) EL Mahrouss Logic */ +/* (c) ELMH Group */ /// @author EL Mahrouss Amlal (amlel) /// @file CPlusPlusCompilerAMD64.cxx |
