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 /dev/LibCompiler/src/DynamicLinker64PEF.cc | |
| parent | f61c814a0a95e98529c96361c992f1a8ea24688a (diff) | |
META: Change from inc to corp.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/src/DynamicLinker64PEF.cc')
| -rw-r--r-- | dev/LibCompiler/src/DynamicLinker64PEF.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibCompiler/src/DynamicLinker64PEF.cc b/dev/LibCompiler/src/DynamicLinker64PEF.cc index 67b6105..5c09494 100644 --- a/dev/LibCompiler/src/DynamicLinker64PEF.cc +++ b/dev/LibCompiler/src/DynamicLinker64PEF.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Theater Quality Inc, all rights reserved + Copyright (C) 2024 Theater Quality Corp, all rights reserved @file DynamicLinker64PEF.cc @brief: C++ 64-Bit PEF Linker. @@ -32,7 +32,7 @@ #include <LibCompiler/NFC/AE.h> #include <cstdint> -#define kLinkerVersionStr "TQ Media 64-Bit Linker %s, (c) Theater Quality Incorporated 2024, all rights reserved.\n" +#define kLinkerVersionStr "TQ Media 64-Bit Linker %s, (c) Theater Quality Corporporated 2024, all rights reserved.\n" #define MemoryCopy(DST, SRC, SZ) memcpy(DST, SRC, SZ) #define StringCompare(DST, SRC) strcmp(DST, SRC) @@ -253,7 +253,7 @@ TOOLCHAINKIT_MODULE(DynamicLinker64PEF) pef_container.Count = 0UL; pef_container.Kind = is_executable ? LibCompiler::kPefKindExec : LibCompiler::kPefKindDylib; pef_container.SubCpu = kSubArch; - pef_container.Linker = kLinkerId; // Theater Quality Incorporated Linker + pef_container.Linker = kLinkerId; // Theater Quality Corporporated Linker pef_container.Abi = kAbi; // Multi-Processor UX ABI pef_container.Magic[0] = kPefMagic[kFatBinaryEnable ? 2 : 0]; pef_container.Magic[1] = kPefMagic[1]; |
