From e9616b14f5301fa06587f7c7fb271f9ccabcb819 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:08:33 +0100 Subject: ADD: Rebrand --- dev/LibCompiler/src/CCompilerARM64.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/LibCompiler/src/CCompilerARM64.cc') 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() { -- cgit v1.2.3