diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-12 04:33:08 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-12 04:33:08 +0200 |
| commit | 6653cfe50690dc4f53c8bec30cdb7d40ef9b62a4 (patch) | |
| tree | 118396a8b64fbfafe990ad7607a96bbceb8244b1 /Comm | |
| parent | d4d0541861d3f95fee182bef5b79f572d3bcb164 (diff) | |
[IMP] Needs to be merged with stable.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Comm')
| -rw-r--r-- | Comm/AsmKit/AsmKit.hpp | 2 | ||||
| -rw-r--r-- | Comm/AsmKit/CPU/32x0.hpp | 2 | ||||
| -rw-r--r-- | Comm/AsmKit/CPU/64x0.hpp | 2 | ||||
| -rw-r--r-- | Comm/AsmKit/CPU/amd64.hpp | 2 | ||||
| -rw-r--r-- | Comm/AsmKit/CPU/arm64.hpp | 3 | ||||
| -rw-r--r-- | Comm/AsmKit/CPU/ppc.hpp | 4 | ||||
| -rw-r--r-- | Comm/CompilerKit.hpp | 2 | ||||
| -rw-r--r-- | Comm/Defines.hpp | 2 | ||||
| -rw-r--r-- | Comm/ParserKit.hpp | 2 | ||||
| -rw-r--r-- | Comm/Public/SDK/CRT/__mpcc_alloca.hxx | 2 | ||||
| -rw-r--r-- | Comm/Public/SDK/CRT/__mpcc_defines.hxx | 2 | ||||
| -rw-r--r-- | Comm/Public/SDK/CRT/__mpcc_exception.hxx | 2 | ||||
| -rw-r--r-- | Comm/Public/SDK/CRT/__mpcc_hint.hxx | 2 | ||||
| -rw-r--r-- | Comm/Public/SDK/CRT/__mpcc_malloc.hxx | 2 | ||||
| -rw-r--r-- | Comm/StdKit/AE.hpp | 2 | ||||
| -rw-r--r-- | Comm/StdKit/ErrorID.hpp | 2 | ||||
| -rw-r--r-- | Comm/StdKit/ErrorOr.hpp | 2 | ||||
| -rw-r--r-- | Comm/StdKit/PEF.hpp | 2 | ||||
| -rw-r--r-- | Comm/StdKit/Ref.hpp | 4 | ||||
| -rw-r--r-- | Comm/StdKit/String.hpp | 2 | ||||
| -rw-r--r-- | Comm/StdKit/XCOFF.hxx | 2 |
21 files changed, 23 insertions, 24 deletions
diff --git a/Comm/AsmKit/AsmKit.hpp b/Comm/AsmKit/AsmKit.hpp index 6fbacfa..38b418c 100644 --- a/Comm/AsmKit/AsmKit.hpp +++ b/Comm/AsmKit/AsmKit.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/AsmKit/CPU/32x0.hpp b/Comm/AsmKit/CPU/32x0.hpp index e469dda..7b93a94 100644 --- a/Comm/AsmKit/CPU/32x0.hpp +++ b/Comm/AsmKit/CPU/32x0.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/AsmKit/CPU/64x0.hpp b/Comm/AsmKit/CPU/64x0.hpp index 10d12d8..b8bafb9 100644 --- a/Comm/AsmKit/CPU/64x0.hpp +++ b/Comm/AsmKit/CPU/64x0.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/AsmKit/CPU/amd64.hpp b/Comm/AsmKit/CPU/amd64.hpp index 17b515b..06dc1da 100644 --- a/Comm/AsmKit/CPU/amd64.hpp +++ b/Comm/AsmKit/CPU/amd64.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/AsmKit/CPU/arm64.hpp b/Comm/AsmKit/CPU/arm64.hpp index a6b558a..8dd5204 100644 --- a/Comm/AsmKit/CPU/arm64.hpp +++ b/Comm/AsmKit/CPU/arm64.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright Zeta Electronics Corporation +Copyright ZKA Technologies ------------------------------------------- */ @@ -24,4 +24,3 @@ struct CpuOpcodeArm64 final uint32_t fImmediateValue; // immediate 32-bit value bool fImmediateValueHooked; }; - diff --git a/Comm/AsmKit/CPU/ppc.hpp b/Comm/AsmKit/CPU/ppc.hpp index 4afbf5a..e3ea6c5 100644 --- a/Comm/AsmKit/CPU/ppc.hpp +++ b/Comm/AsmKit/CPU/ppc.hpp @@ -1,7 +1,7 @@ /* ------------------------------------------- - Some modifications are copyrighted under: - Zeta Electronics Corporation + Some modifications are copyrighted under: + ZKA Technologies Original author: Apple Inc diff --git a/Comm/CompilerKit.hpp b/Comm/CompilerKit.hpp index 25a1e66..177e424 100644 --- a/Comm/CompilerKit.hpp +++ b/Comm/CompilerKit.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/Defines.hpp b/Comm/Defines.hpp index a6f0260..31c1998 100644 --- a/Comm/Defines.hpp +++ b/Comm/Defines.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/ParserKit.hpp b/Comm/ParserKit.hpp index bc0ab54..4c3f483 100644 --- a/Comm/ParserKit.hpp +++ b/Comm/ParserKit.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/Public/SDK/CRT/__mpcc_alloca.hxx b/Comm/Public/SDK/CRT/__mpcc_alloca.hxx index 19ebaaf..02b3123 100644 --- a/Comm/Public/SDK/CRT/__mpcc_alloca.hxx +++ b/Comm/Public/SDK/CRT/__mpcc_alloca.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/Public/SDK/CRT/__mpcc_defines.hxx b/Comm/Public/SDK/CRT/__mpcc_defines.hxx index a526fd3..19ed8a4 100644 --- a/Comm/Public/SDK/CRT/__mpcc_defines.hxx +++ b/Comm/Public/SDK/CRT/__mpcc_defines.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/Public/SDK/CRT/__mpcc_exception.hxx b/Comm/Public/SDK/CRT/__mpcc_exception.hxx index a2539eb..4a9f84a 100644 --- a/Comm/Public/SDK/CRT/__mpcc_exception.hxx +++ b/Comm/Public/SDK/CRT/__mpcc_exception.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/Public/SDK/CRT/__mpcc_hint.hxx b/Comm/Public/SDK/CRT/__mpcc_hint.hxx index db58203..02dbc94 100644 --- a/Comm/Public/SDK/CRT/__mpcc_hint.hxx +++ b/Comm/Public/SDK/CRT/__mpcc_hint.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/Public/SDK/CRT/__mpcc_malloc.hxx b/Comm/Public/SDK/CRT/__mpcc_malloc.hxx index db3075f..eeaa67b 100644 --- a/Comm/Public/SDK/CRT/__mpcc_malloc.hxx +++ b/Comm/Public/SDK/CRT/__mpcc_malloc.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/StdKit/AE.hpp b/Comm/StdKit/AE.hpp index d06a8ca..ee39e56 100644 --- a/Comm/StdKit/AE.hpp +++ b/Comm/StdKit/AE.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright Zeta Electronics Corporation, all rights reserved. + * Copyright ZKA Technologies, all rights reserved. * * ======================================================== */ diff --git a/Comm/StdKit/ErrorID.hpp b/Comm/StdKit/ErrorID.hpp index 698b66b..abaac85 100644 --- a/Comm/StdKit/ErrorID.hpp +++ b/Comm/StdKit/ErrorID.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright Zeta Electronics Corporation, all rights reserved. + * Copyright ZKA Technologies, all rights reserved. * * ======================================================== */ diff --git a/Comm/StdKit/ErrorOr.hpp b/Comm/StdKit/ErrorOr.hpp index 04f013d..4097cc9 100644 --- a/Comm/StdKit/ErrorOr.hpp +++ b/Comm/StdKit/ErrorOr.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright Zeta Electronics Corporation, all rights reserved. + * Copyright ZKA Technologies, all rights reserved. * * ======================================================== */ diff --git a/Comm/StdKit/PEF.hpp b/Comm/StdKit/PEF.hpp index 911d903..85044b2 100644 --- a/Comm/StdKit/PEF.hpp +++ b/Comm/StdKit/PEF.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies ------------------------------------------- */ diff --git a/Comm/StdKit/Ref.hpp b/Comm/StdKit/Ref.hpp index 3ccb983..e655ccb 100644 --- a/Comm/StdKit/Ref.hpp +++ b/Comm/StdKit/Ref.hpp @@ -3,7 +3,7 @@ * ======================================================== * * CompilerKit - * Copyright Zeta Electronics Corporation, all rights reserved. + * Copyright ZKA Technologies, all rights reserved. * * ======================================================== */ @@ -12,7 +12,7 @@ namespace CompilerKit { - // @author Zeta Electronics Corporation + // @author ZKA Technologies // @brief Reference class, refers to a pointer of data in static memory. template <typename T> class Ref final diff --git a/Comm/StdKit/String.hpp b/Comm/StdKit/String.hpp index e495219..7e62bc5 100644 --- a/Comm/StdKit/String.hpp +++ b/Comm/StdKit/String.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright Zeta Electronics Corporation, all rights reserved. + * Copyright ZKA Technologies, all rights reserved. * * ======================================================== */ diff --git a/Comm/StdKit/XCOFF.hxx b/Comm/StdKit/XCOFF.hxx index 7e57514..4b25484 100644 --- a/Comm/StdKit/XCOFF.hxx +++ b/Comm/StdKit/XCOFF.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Zeta Electronics Corporation + Copyright ZKA Technologies File: XCOFF.hpp Purpose: XCOFF for NewOS. |
