summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-14 11:43:54 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-14 11:43:54 +0100
commit9e37866c2f81b764dc140efdbb74dd0237c69fff (patch)
treeb34ff72da918436cd7e4761bc11eb05f82964534 /tools
parent0f6791ffd43c8b781d6fc500e7302cfb8d0f8c57 (diff)
META: Update author to myself.
Diffstat (limited to 'tools')
-rw-r--r--tools/asm.cc6
-rw-r--r--tools/cl.cc6
-rw-r--r--tools/ld64.cc2
3 files changed, 7 insertions, 7 deletions
diff --git a/tools/asm.cc b/tools/asm.cc
index 6f2780f..c663fb7 100644
--- a/tools/asm.cc
+++ b/tools/asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 Theater Quality Incorporated., all rights reserved
+ Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved
------------------------------------------- */
@@ -37,8 +37,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 Theater Quality Incorporated, Copyright (C) 2024 Theater Quality Incorporated., all rights reserved.\n");
- std::printf("libToolchainKit.dylib: Designed by Theater Quality Incorporated, Copyright (C) 2024 Theater Quality Incorporated., all rights reserved.\n");
+ std::printf("asm.exe: Designed by Theater Quality Incorporated, Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved.\n");
+ std::printf("libToolchainKit.dylib: Designed by Theater Quality Incorporated, Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved.\n");
return 0;
}
diff --git a/tools/cl.cc b/tools/cl.cc
index 2a2ede2..033c6fe 100644
--- a/tools/cl.cc
+++ b/tools/cl.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 Theater Quality Incorporated., all rights reserved
+ Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved
------------------------------------------- */
@@ -25,8 +25,8 @@ int main(int argc, char const* argv[])
{
std::printf("cl.exe: Frontend C++ Compiler.\n");
std::printf("cl.exe: Version: %s, Release: %s.\n", kDistVersion, kDistRelease);
- std::printf("cl.exe: Designed by Theater Quality Incorporated, Copyright (C) 2024 Theater Quality Incorporated., all rights reserved.\n");
- std::printf("libToolchainKit.dylib: Designed by Theater Quality Incorporated, Copyright (C) 2024 Theater Quality Incorporated., all rights reserved.\n");
+ std::printf("cl.exe: Designed by Theater Quality Incorporated, Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved.\n");
+ std::printf("libToolchainKit.dylib: Designed by Theater Quality Incorporated, Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved.\n");
return 0;
}
diff --git a/tools/ld64.cc b/tools/ld64.cc
index c0e5e5f..1bd3daf 100644
--- a/tools/ld64.cc
+++ b/tools/ld64.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 Theater Quality Incorporated., all rights reserved
+ Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved
------------------------------------------- */