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/AssemblerPower.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/LibCompiler/src/AssemblerPower.cc') diff --git a/dev/LibCompiler/src/AssemblerPower.cc b/dev/LibCompiler/src/AssemblerPower.cc index 55916dd..3500997 100644 --- a/dev/LibCompiler/src/AssemblerPower.cc +++ b/dev/LibCompiler/src/AssemblerPower.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 t& Corporation, all rights reserved + Copyright (C) 2024 MediaSwirl, all rights reserved ------------------------------------------- */ @@ -91,13 +91,13 @@ LIBCOMPILER_MODULE(AssemblerMainPower64) { kStdOut << "AssemblerPower: POWER64 Assembler Driver.\nAssemblerPower: " << kDistVersion << "\nAssemblerPower: " "Copyright (c) " - "t& Corporation\n"; + "MediaSwirl\n"; return 0; } else if (strcmp(argv[i], "--h") == 0) { kStdOut << "AssemblerPower: POWER64 Assembler Driver.\nAssemblerPower: Copyright (c) 2024 " - "t& Corporation\n"; + "MediaSwirl\n"; kStdOut << "--version,/v: print program version.\n"; kStdOut << "--verbose: print verbose output.\n"; kStdOut << "--binary: output as flat binary.\n"; -- cgit v1.2.3