diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-29 18:44:35 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-29 18:44:35 +0100 |
| commit | 1f8df0670cbda950901162b720393d15acd70261 (patch) | |
| tree | f67f67fb99698b544a83e73472aad59c42813e7d /dev/ZBAKit/src/HEL | |
| parent | c08af30448618c5d1950dc1fa0fb1685782e7b22 (diff) | |
IMP: Update copyright holder.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBAKit/src/HEL')
| -rw-r--r-- | dev/ZBAKit/src/HEL/64X000/Boot64x0.S | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/src/HEL/AMD64/BootAHCI.cc | 4 | ||||
| -rw-r--r-- | dev/ZBAKit/src/HEL/AMD64/BootATA.cc | 4 | ||||
| -rw-r--r-- | dev/ZBAKit/src/HEL/AMD64/BootMain.cc | 4 | ||||
| -rw-r--r-- | dev/ZBAKit/src/HEL/AMD64/BootPlatform.cc | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/src/HEL/ARM64/BootMain.cc | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/src/HEL/ARM64/BootPlatform.cc | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/src/HEL/POWER/CoreBootStartup.S | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/dev/ZBAKit/src/HEL/64X000/Boot64x0.S b/dev/ZBAKit/src/HEL/64X000/Boot64x0.S index fdb982a4..ed97e9ed 100644 --- a/dev/ZBAKit/src/HEL/64X000/Boot64x0.S +++ b/dev/ZBAKit/src/HEL/64X000/Boot64x0.S @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright ZKA Web Services Co. + Copyright EL Mahrouss Logic. ------------------------------------------- */ diff --git a/dev/ZBAKit/src/HEL/AMD64/BootAHCI.cc b/dev/ZBAKit/src/HEL/AMD64/BootAHCI.cc index 60520ac9..7924de0c 100644 --- a/dev/ZBAKit/src/HEL/AMD64/BootAHCI.cc +++ b/dev/ZBAKit/src/HEL/AMD64/BootAHCI.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright ZKA Web Services Co. + Copyright EL Mahrouss Logic. ------------------------------------------- */ @@ -11,7 +11,7 @@ * @version 0.1 * @date 2024-02-02 * - * @copyright Copyright (c) ZKA Web Services Co + * @copyright Copyright (c) EL Mahrouss Logic * */ diff --git a/dev/ZBAKit/src/HEL/AMD64/BootATA.cc b/dev/ZBAKit/src/HEL/AMD64/BootATA.cc index 34f1df29..69ebdbe9 100644 --- a/dev/ZBAKit/src/HEL/AMD64/BootATA.cc +++ b/dev/ZBAKit/src/HEL/AMD64/BootATA.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright ZKA Web Services Co. + Copyright EL Mahrouss Logic. ------------------------------------------- */ @@ -11,7 +11,7 @@ * @version 0.1 * @date 2024-02-02 * - * @copyright Copyright (c) ZKA Web Services Co + * @copyright Copyright (c) EL Mahrouss Logic * */ diff --git a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc index b802bdfb..f7ed885b 100644 --- a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc +++ b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright ZKA Web Services Co. + Copyright EL Mahrouss Logic. ------------------------------------------- */ @@ -152,7 +152,7 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr ImageHandle, mp->GetNumberOfProcessors(mp, &cnt_disabled, &cnt_enabled); #ifdef __ZKA_USE_FB__ - CGDrawString("ZBA (C) ZKA WEB SERVICES.", 10, 10, RGB(0xFF, 0xFF, 0xFF)); + CGDrawString("ZBA (C) EL MAHROUSS LOGIC", 10, 10, RGB(0xFF, 0xFF, 0xFF)); CGDrawString((cnt_enabled > 1) ? "MULTIPLE PROCESSORS DETECTED." : "SINGLE PROCESSOR DETECTED.", 20, 10, RGB(0xFF, 0xFF, 0xFF)); #endif // __ZKA_USE_FB__ diff --git a/dev/ZBAKit/src/HEL/AMD64/BootPlatform.cc b/dev/ZBAKit/src/HEL/AMD64/BootPlatform.cc index 70b95734..4aa646e0 100644 --- a/dev/ZBAKit/src/HEL/AMD64/BootPlatform.cc +++ b/dev/ZBAKit/src/HEL/AMD64/BootPlatform.cc @@ -1,7 +1,7 @@ /* ------------------------------------------- - Copyright ZKA Web Services Co. + Copyright EL Mahrouss Logic. ------------------------------------------- */ diff --git a/dev/ZBAKit/src/HEL/ARM64/BootMain.cc b/dev/ZBAKit/src/HEL/ARM64/BootMain.cc index dbdb7d0d..c0d1c07d 100644 --- a/dev/ZBAKit/src/HEL/ARM64/BootMain.cc +++ b/dev/ZBAKit/src/HEL/ARM64/BootMain.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright ZKA Web Services Co. + Copyright EL Mahrouss Logic. ------------------------------------------- */ diff --git a/dev/ZBAKit/src/HEL/ARM64/BootPlatform.cc b/dev/ZBAKit/src/HEL/ARM64/BootPlatform.cc index d63893a7..dc480f93 100644 --- a/dev/ZBAKit/src/HEL/ARM64/BootPlatform.cc +++ b/dev/ZBAKit/src/HEL/ARM64/BootPlatform.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright ZKA Web Services Co. + Copyright EL Mahrouss Logic. ------------------------------------------- */ diff --git a/dev/ZBAKit/src/HEL/POWER/CoreBootStartup.S b/dev/ZBAKit/src/HEL/POWER/CoreBootStartup.S index 67cf07c8..f6d29d21 100644 --- a/dev/ZBAKit/src/HEL/POWER/CoreBootStartup.S +++ b/dev/ZBAKit/src/HEL/POWER/CoreBootStartup.S @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright ZKA Web Services Co. + Copyright EL Mahrouss Logic. ------------------------------------------- */ |
