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/AAL | |
| parent | f61c814a0a95e98529c96361c992f1a8ea24688a (diff) | |
META: Change from inc to corp.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/AAL')
| -rw-r--r-- | dev/LibCompiler/AAL/AssemblyInterface.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/AAL/CPU/32x0.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/AAL/CPU/64x0.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/AAL/CPU/amd64.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/AAL/CPU/arm64.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/AAL/CPU/power64.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev/LibCompiler/AAL/AssemblyInterface.h b/dev/LibCompiler/AAL/AssemblyInterface.h index 245aee9..6425821 100644 --- a/dev/LibCompiler/AAL/AssemblyInterface.h +++ b/dev/LibCompiler/AAL/AssemblyInterface.h @@ -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/dev/LibCompiler/AAL/CPU/32x0.h b/dev/LibCompiler/AAL/CPU/32x0.h index 828ef8d..f502e29 100644 --- a/dev/LibCompiler/AAL/CPU/32x0.h +++ b/dev/LibCompiler/AAL/CPU/32x0.h @@ -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/dev/LibCompiler/AAL/CPU/64x0.h b/dev/LibCompiler/AAL/CPU/64x0.h index a057805..40080a5 100644 --- a/dev/LibCompiler/AAL/CPU/64x0.h +++ b/dev/LibCompiler/AAL/CPU/64x0.h @@ -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/dev/LibCompiler/AAL/CPU/amd64.h b/dev/LibCompiler/AAL/CPU/amd64.h index 219968a..5de8a5a 100644 --- a/dev/LibCompiler/AAL/CPU/amd64.h +++ b/dev/LibCompiler/AAL/CPU/amd64.h @@ -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/dev/LibCompiler/AAL/CPU/arm64.h b/dev/LibCompiler/AAL/CPU/arm64.h index f2a14ce..0c32073 100644 --- a/dev/LibCompiler/AAL/CPU/arm64.h +++ b/dev/LibCompiler/AAL/CPU/arm64.h @@ -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/dev/LibCompiler/AAL/CPU/power64.h b/dev/LibCompiler/AAL/CPU/power64.h index 74e0966..f3f48ce 100644 --- a/dev/LibCompiler/AAL/CPU/power64.h +++ b/dev/LibCompiler/AAL/CPU/power64.h @@ -1,7 +1,7 @@ /* ------------------------------------------- Some modifications are copyrighted under: - Theater Quality Incorporated + Theater Quality Corporporated Original author: Apple Inc |
