diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-05 18:39:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-05 18:39:53 +0100 |
| commit | 308648200054fc09440c0efe03993048885975f6 (patch) | |
| tree | cb531ec1e3e906ad6088313f96cb7d7e84303048 /dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc | |
| parent | a7b4c0fd866478d8e296aa30e3b4c8f901fc7f29 (diff) | |
Update copyright holder (add LICENSE as well)
Signed-off-by: Amlal El Mahrouss <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 1c92b31..bcfd26c 100644 --- a/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc +++ b/dev/ToolchainKit/src/CPlusPlusCompilerAMD64.cc @@ -2,7 +2,7 @@ * ======================================================== * * c++-drv - * Copyright EL Mahrouss Logic, all rights reserved. + * Copyright Amlal EL Mahrouss, 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 |
