summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/AssemblerPower.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/AssemblerPower.cc
parent7de3593a311cb8912586ba378c86271e9e0ea1db (diff)
ADD: Rebrand
Diffstat (limited to 'dev/LibCompiler/src/AssemblerPower.cc')
-rw-r--r--dev/LibCompiler/src/AssemblerPower.cc6
1 files changed, 3 insertions, 3 deletions
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";