diff options
| author | Amlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> | 2025-01-18 10:21:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-18 10:21:50 +0100 |
| commit | ee568b7f8eb87c824fd1ce5e2099cbf9c3155ee8 (patch) | |
| tree | c3ff0fa94d004bbea74bd33b60df528804ec909e /dev/Boot/src/HEL | |
| parent | a45807be431556c175ac8494cfcc6b7572ac6686 (diff) | |
ADD: Rebrand.
Diffstat (limited to 'dev/Boot/src/HEL')
| -rw-r--r-- | dev/Boot/src/HEL/64X000/Boot64x0.S | 2 | ||||
| -rw-r--r-- | dev/Boot/src/HEL/AMD64/BootATA.cc | 6 | ||||
| -rw-r--r-- | dev/Boot/src/HEL/AMD64/BootPlatform.cc | 2 | ||||
| -rw-r--r-- | dev/Boot/src/HEL/AMD64/BootSATA.cc | 6 | ||||
| -rw-r--r-- | dev/Boot/src/HEL/AMD64/EFIBootStartup.cc | 2 | ||||
| -rw-r--r-- | dev/Boot/src/HEL/ARM64/BootPlatform.cc | 2 | ||||
| -rw-r--r-- | dev/Boot/src/HEL/ARM64/CoreBootStartup.S | 2 | ||||
| -rw-r--r-- | dev/Boot/src/HEL/ARM64/EFIBootStartup.cc | 2 | ||||
| -rw-r--r-- | dev/Boot/src/HEL/POWER/CoreBootStartup.S | 2 |
9 files changed, 13 insertions, 13 deletions
diff --git a/dev/Boot/src/HEL/64X000/Boot64x0.S b/dev/Boot/src/HEL/64X000/Boot64x0.S index 24d09403..9617397f 100644 --- a/dev/Boot/src/HEL/64X000/Boot64x0.S +++ b/dev/Boot/src/HEL/64X000/Boot64x0.S @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Labs, all rights reserved. + Copyright (C) 2024, MediaSwirl, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/AMD64/BootATA.cc b/dev/Boot/src/HEL/AMD64/BootATA.cc index e9cbfe67..e35ed077 100644 --- a/dev/Boot/src/HEL/AMD64/BootATA.cc +++ b/dev/Boot/src/HEL/AMD64/BootATA.cc @@ -1,17 +1,17 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Labs, all rights reserved. + Copyright (C) 2024, MediaSwirl, all rights reserved. ------------------------------------------- */ /** * @file BootATA.cc - * @author t& Labs (amlalelmahrouss@icloud.com) + * @author MediaSwirl (amlalelmahrouss@icloud.com) * @brief ATA driver. * @version 0.1 * @date 2024-02-02 * - * @copyright Copyright (c) t& Labs + * @copyright Copyright (c) MediaSwirl * */ diff --git a/dev/Boot/src/HEL/AMD64/BootPlatform.cc b/dev/Boot/src/HEL/AMD64/BootPlatform.cc index fd84afc0..5a687696 100644 --- a/dev/Boot/src/HEL/AMD64/BootPlatform.cc +++ b/dev/Boot/src/HEL/AMD64/BootPlatform.cc @@ -1,7 +1,7 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Labs, all rights reserved. + Copyright (C) 2024, MediaSwirl, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/AMD64/BootSATA.cc b/dev/Boot/src/HEL/AMD64/BootSATA.cc index f9dc458f..f66560b5 100644 --- a/dev/Boot/src/HEL/AMD64/BootSATA.cc +++ b/dev/Boot/src/HEL/AMD64/BootSATA.cc @@ -1,17 +1,17 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Labs, all rights reserved. + Copyright (C) 2024, MediaSwirl, all rights reserved. ------------------------------------------- */ /** * @file BootAHCI.cc - * @author t& Labs (amlalelmahrouss@icloud.com) + * @author MediaSwirl (amlalelmahrouss@icloud.com) * @brief SATA support for BootZ. * @version 0.1 * @date 2024-02-02 * - * @copyright Copyright (c) t& Labs + * @copyright Copyright (c) MediaSwirl * */ diff --git a/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc b/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc index 2b94b725..1174f87d 100644 --- a/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc +++ b/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Labs, all rights reserved. + Copyright (C) 2024, MediaSwirl, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/ARM64/BootPlatform.cc b/dev/Boot/src/HEL/ARM64/BootPlatform.cc index 88bfb57c..17e89232 100644 --- a/dev/Boot/src/HEL/ARM64/BootPlatform.cc +++ b/dev/Boot/src/HEL/ARM64/BootPlatform.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Labs, all rights reserved. + Copyright (C) 2024, MediaSwirl, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/ARM64/CoreBootStartup.S b/dev/Boot/src/HEL/ARM64/CoreBootStartup.S index b3f0319f..e637270b 100644 --- a/dev/Boot/src/HEL/ARM64/CoreBootStartup.S +++ b/dev/Boot/src/HEL/ARM64/CoreBootStartup.S @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Labs, all rights reserved. + Copyright (C) 2024, MediaSwirl, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/ARM64/EFIBootStartup.cc b/dev/Boot/src/HEL/ARM64/EFIBootStartup.cc index 5c02f7f8..397e1b45 100644 --- a/dev/Boot/src/HEL/ARM64/EFIBootStartup.cc +++ b/dev/Boot/src/HEL/ARM64/EFIBootStartup.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Labs, all rights reserved. + Copyright (C) 2024, MediaSwirl, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/POWER/CoreBootStartup.S b/dev/Boot/src/HEL/POWER/CoreBootStartup.S index d4baa5f6..a8643474 100644 --- a/dev/Boot/src/HEL/POWER/CoreBootStartup.S +++ b/dev/Boot/src/HEL/POWER/CoreBootStartup.S @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Labs, all rights reserved. + Copyright (C) 2024, MediaSwirl, all rights reserved. ------------------------------------------- */ |
