diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-03 09:30:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-03 09:30:42 +0100 |
| commit | 886ff13ed10427be6f55499a9640467f3daf878e (patch) | |
| tree | 16f471211b90ad09fd763e50ca7c980f3c7ff60e /dev/ZKAKit/FirmwareKit/CoreBoot | |
| parent | cd529f137fb9fac43b7bbb19fbdc9d00d8aac7de (diff) | |
ZKA: Now my code is copyrighted.
Diffstat (limited to 'dev/ZKAKit/FirmwareKit/CoreBoot')
| -rw-r--r-- | dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h | 4 | ||||
| -rw-r--r-- | dev/ZKAKit/FirmwareKit/CoreBoot/NetBoot.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h b/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h index 906e5282..91bfa9fd 100644 --- a/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h +++ b/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, ELMH Group, all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ @@ -15,7 +15,7 @@ namespace Firmware::Details::CoreBoot struct LEHeader; /// @brief Linear Executable Header - /// @author ELMH Group + /// @author Amlal EL Mahrouss struct ATTRIBUTE(aligned(4)) LEHeader { const Char fMagic[2]; // magic number diff --git a/dev/ZKAKit/FirmwareKit/CoreBoot/NetBoot.h b/dev/ZKAKit/FirmwareKit/CoreBoot/NetBoot.h index c530317f..14234586 100644 --- a/dev/ZKAKit/FirmwareKit/CoreBoot/NetBoot.h +++ b/dev/ZKAKit/FirmwareKit/CoreBoot/NetBoot.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, ELMH Group, all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ |
