summaryrefslogtreecommitdiffhomepage
path: root/tools
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 /tools
parent7de3593a311cb8912586ba378c86271e9e0ea1db (diff)
ADD: Rebrand
Diffstat (limited to 'tools')
-rw-r--r--tools/asm.cc6
-rw-r--r--tools/ld64.cc2
-rw-r--r--tools/tqcc.cc6
3 files changed, 7 insertions, 7 deletions
diff --git a/tools/asm.cc b/tools/asm.cc
index d72fd3c..b27defb 100644
--- a/tools/asm.cc
+++ b/tools/asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
@@ -39,8 +39,8 @@ int main(int argc, char const* argv[])
{
std::printf("asm.exe: Frontend Assembler (64x0, power64, x64).\n");
std::printf("asm.exe: Version: %s, Release: %s.\n", kDistVersion, kDistRelease);
- std::printf("asm.exe: Designed by t& Corporation., Copyright (C) 2024 t& Corporation, all rights reserved.\n");
- std::printf("libCxxCompiler.dylib: Designed by t& Corporation., Copyright (C) 2024 t& Corporation, all rights reserved.\n");
+ std::printf("asm.exe: Designed by MediaSwirl., Copyright (C) 2024 MediaSwirl, all rights reserved.\n");
+ std::printf("libCxxCompiler.dylib: Designed by MediaSwirl., Copyright (C) 2024 MediaSwirl, all rights reserved.\n");
return 0;
}
diff --git a/tools/ld64.cc b/tools/ld64.cc
index cd13129..4a9695a 100644
--- a/tools/ld64.cc
+++ b/tools/ld64.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/tools/tqcc.cc b/tools/tqcc.cc
index 9bd25e6..b6b2a12 100644
--- a/tools/tqcc.cc
+++ b/tools/tqcc.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
@@ -25,8 +25,8 @@ int main(int argc, char const* argv[])
{
std::printf("tqc++: Frontend C++ Compiler.\n");
std::printf("tqc++: Version: %s, Release: %s.\n", kDistVersion, kDistRelease);
- std::printf("tqc++: Designed by t& Corporation., Copyright (C) 2024 t& Corporation, all rights reserved.\n");
- std::printf("libCxxCompiler.dylib: Designed by t& Corporation., Copyright (C) 2024 t& Corporation, all rights reserved.\n");
+ std::printf("tqc++: Designed by MediaSwirl., Copyright (C) 2024 MediaSwirl, all rights reserved.\n");
+ std::printf("libCxxCompiler.dylib: Designed by MediaSwirl., Copyright (C) 2024 MediaSwirl, all rights reserved.\n");
return 0;
}