diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-28 05:46:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-28 05:46:11 +0100 |
| commit | e227fc2e6c482c850477a1741c673afae31d46fa (patch) | |
| tree | 947c1754d11e16eefc9abb3a7cedb0b8372a9058 /tools | |
| parent | f61c814a0a95e98529c96361c992f1a8ea24688a (diff) | |
META: Change from inc to corp.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/asm.cc | 6 | ||||
| -rw-r--r-- | tools/ld64.cc | 2 | ||||
| -rw-r--r-- | tools/tqcc.cc | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/tools/asm.cc b/tools/asm.cc index 0d09dac..a303188 100644 --- a/tools/asm.cc +++ b/tools/asm.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Theater Quality Inc, all rights reserved + Copyright (C) 2024 Theater Quality Corp, 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 Inc, all rights reserved.\n"); - std::printf("libCxxCompiler.dylib: Designed by Theater Quality Incorporated, Copyright (C) 2024 Theater Quality Inc, all rights reserved.\n"); + std::printf("asm.exe: Designed by Theater Quality Corporporated, Copyright (C) 2024 Theater Quality Corp, all rights reserved.\n"); + std::printf("libCxxCompiler.dylib: Designed by Theater Quality Corporporated, Copyright (C) 2024 Theater Quality Corp, all rights reserved.\n"); return 0; } diff --git a/tools/ld64.cc b/tools/ld64.cc index fd0fc35..bf77730 100644 --- a/tools/ld64.cc +++ b/tools/ld64.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Theater Quality Inc, all rights reserved + Copyright (C) 2024 Theater Quality Corp, all rights reserved ------------------------------------------- */ diff --git a/tools/tqcc.cc b/tools/tqcc.cc index 45c3795..fd8f8c3 100644 --- a/tools/tqcc.cc +++ b/tools/tqcc.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Theater Quality Inc, all rights reserved + Copyright (C) 2024 Theater Quality Corp, 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 Inc, all rights reserved.\n"); - std::printf("libCxxCompiler.dylib: Designed by Theater Quality Incorporated, Copyright (C) 2024 Theater Quality Inc, all rights reserved.\n"); + std::printf("cl.exe: Designed by Theater Quality Corporporated, Copyright (C) 2024 Theater Quality Corp, all rights reserved.\n"); + std::printf("libCxxCompiler.dylib: Designed by Theater Quality Corporporated, Copyright (C) 2024 Theater Quality Corp, all rights reserved.\n"); return 0; } |
