diff options
| author | Amlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> | 2025-01-21 11:08:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 11:08:33 +0100 |
| commit | e9616b14f5301fa06587f7c7fb271f9ccabcb819 (patch) | |
| tree | 9d50ee1d0677bcfc15a6c181ff10384b805a3d7f /dev/LibCompiler/AAL | |
| parent | 7de3593a311cb8912586ba378c86271e9e0ea1db (diff) | |
ADD: Rebrand
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 0c3ee75..d42330b 100644 --- a/dev/LibCompiler/AAL/AssemblyInterface.h +++ b/dev/LibCompiler/AAL/AssemblyInterface.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 t& Corporation, all rights reserved + Copyright (C) 2024 MediaSwirl, all rights reserved ------------------------------------------- */ diff --git a/dev/LibCompiler/AAL/CPU/32x0.h b/dev/LibCompiler/AAL/CPU/32x0.h index a36d8c1..b38d872 100644 --- a/dev/LibCompiler/AAL/CPU/32x0.h +++ b/dev/LibCompiler/AAL/CPU/32x0.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 t& Corporation, all rights reserved + Copyright (C) 2024 MediaSwirl, all rights reserved ------------------------------------------- */ diff --git a/dev/LibCompiler/AAL/CPU/64x0.h b/dev/LibCompiler/AAL/CPU/64x0.h index 87d7557..3d20a40 100644 --- a/dev/LibCompiler/AAL/CPU/64x0.h +++ b/dev/LibCompiler/AAL/CPU/64x0.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 t& Corporation, all rights reserved + Copyright (C) 2024 MediaSwirl, all rights reserved ------------------------------------------- */ diff --git a/dev/LibCompiler/AAL/CPU/amd64.h b/dev/LibCompiler/AAL/CPU/amd64.h index 7c08628..daa4e3c 100644 --- a/dev/LibCompiler/AAL/CPU/amd64.h +++ b/dev/LibCompiler/AAL/CPU/amd64.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 t& Corporation, all rights reserved + Copyright (C) 2024 MediaSwirl, all rights reserved ------------------------------------------- */ diff --git a/dev/LibCompiler/AAL/CPU/arm64.h b/dev/LibCompiler/AAL/CPU/arm64.h index 58910a0..1a43987 100644 --- a/dev/LibCompiler/AAL/CPU/arm64.h +++ b/dev/LibCompiler/AAL/CPU/arm64.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024 t& Corporation, all rights reserved +Copyright (C) 2024 MediaSwirl, all rights reserved ------------------------------------------- */ diff --git a/dev/LibCompiler/AAL/CPU/power64.h b/dev/LibCompiler/AAL/CPU/power64.h index 101f5bc..c72738d 100644 --- a/dev/LibCompiler/AAL/CPU/power64.h +++ b/dev/LibCompiler/AAL/CPU/power64.h @@ -1,7 +1,7 @@ /* ------------------------------------------- Some modifications are copyrighted under: - t& Corporation. + MediaSwirl. Original author: Apple Inc |
