summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/AssemblerPower.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-11 22:28:00 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-11 22:28:00 +0100
commit288d020aa081076dade30cad61be1c9fae616f98 (patch)
tree47abd346034f486f0b40d357fa56f72ca6919719 /dev/LibCompiler/src/AssemblerPower.cc
parentac2debcd00dd78ad77f58d0c448862b76619ea61 (diff)
ADD: Rebrand.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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 e2bc76d..55916dd 100644
--- a/dev/LibCompiler/src/AssemblerPower.cc
+++ b/dev/LibCompiler/src/AssemblerPower.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 Theater Quality Corp, all rights reserved
+ Copyright (C) 2024 t& Corporation, all rights reserved
------------------------------------------- */
@@ -91,13 +91,13 @@ LIBCOMPILER_MODULE(AssemblerMainPower64)
{
kStdOut << "AssemblerPower: POWER64 Assembler Driver.\nAssemblerPower: " << kDistVersion << "\nAssemblerPower: "
"Copyright (c) "
- "Theater Quality Corp\n";
+ "t& Corporation\n";
return 0;
}
else if (strcmp(argv[i], "--h") == 0)
{
kStdOut << "AssemblerPower: POWER64 Assembler Driver.\nAssemblerPower: Copyright (c) 2024 "
- "Theater Quality Corp\n";
+ "t& Corporation\n";
kStdOut << "--version,/v: print program version.\n";
kStdOut << "--verbose: print verbose output.\n";
kStdOut << "--binary: output as flat binary.\n";