diff options
| author | Amlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> | 2025-01-21 11:08:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 11:08:33 +0100 |
| commit | e9616b14f5301fa06587f7c7fb271f9ccabcb819 (patch) | |
| tree | 9d50ee1d0677bcfc15a6c181ff10384b805a3d7f /dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | |
| parent | 7de3593a311cb8912586ba378c86271e9e0ea1db (diff) | |
ADD: Rebrand
Diffstat (limited to 'dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc')
| -rw-r--r-- | dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc index 927ea80..d76ea1d 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc @@ -2,7 +2,7 @@ * ======================================================== * * c++-drv - * Copyright (C) 2024 t& Corporation, all rights reserved. + * Copyright (C) 2024 MediaSwirl, all rights reserved. * * ======================================================== */ @@ -15,7 +15,7 @@ #define kExitNO (EXIT_FAILURE) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "TQ C++ Compiler Driver, (c) 2024 t& Corporation., all rights reserved.") + kPrintF(kWhite "%s\n", "TQ C++ Compiler Driver, (c) 2024 MediaSwirl., all rights reserved.") // extern_segment, @autodelete { ... }, fn foo() -> auto { ... } @@ -27,7 +27,7 @@ /* ZKA C++ Compiler */ /* This is part of the LibCompiler. */ -/* (c) t& Corporation. */ +/* (c) MediaSwirl. */ /// @author EL Mahrouss Amlal (amlel) /// @file CPlusPlusCompilerAMD64.cxx |
