summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/CCompilerARM64.cc
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com>2025-01-21 11:08:33 +0100
committerGitHub <noreply@github.com>2025-01-21 11:08:33 +0100
commite9616b14f5301fa06587f7c7fb271f9ccabcb819 (patch)
tree9d50ee1d0677bcfc15a6c181ff10384b805a3d7f /dev/LibCompiler/src/CCompilerARM64.cc
parent7de3593a311cb8912586ba378c86271e9e0ea1db (diff)
ADD: Rebrand
Diffstat (limited to 'dev/LibCompiler/src/CCompilerARM64.cc')
-rw-r--r--dev/LibCompiler/src/CCompilerARM64.cc6
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()
{