diff options
Diffstat (limited to 'dev/LibCompiler/src/CCompilerARM64.cc')
| -rw-r--r-- | dev/LibCompiler/src/CCompilerARM64.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibCompiler/src/CCompilerARM64.cc b/dev/LibCompiler/src/CCompilerARM64.cc index f57fafc..1300545 100644 --- a/dev/LibCompiler/src/CCompilerARM64.cc +++ b/dev/LibCompiler/src/CCompilerARM64.cc @@ -2,7 +2,7 @@ * ======================================================== * * cc - * Copyright (C) 2024 t& Corporation, all rights reserved. + * Copyright (C) 2024 MediaSwirl, all rights reserved. * * ======================================================== */ @@ -24,7 +24,7 @@ /* C driver */ /* This is part of the LibCompiler. */ -/* (c) t& Corporation. */ +/* (c) MediaSwirl. */ /// @author EL Mahrouss Amlal (amlel) /// @file ARM64-cc.cxx @@ -1480,7 +1480,7 @@ public: #define kPrintF printf #define kSplashCxx() \ - kPrintF(kWhite "ZKA C Driver, %s, (c) t& Corporation.\n", kDistVersion) + kPrintF(kWhite "ZKA C Driver, %s, (c) MediaSwirl.\n", kDistVersion) static void cc_print_help() { |
