diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-11-26 11:34:48 +0100 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-11-26 11:34:48 +0100 |
| commit | 21d71d46e7cb8d09a81119816c9ff390a521492d (patch) | |
| tree | 887b63748ae08c555203c0d0f2b0be583f27dc77 /dev/ZBAKit/BootKit | |
| parent | 476e896ba9169b4b71c1e80d3e44dd006934b3e5 (diff) | |
ELMH Group takes ownership of the code.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBAKit/BootKit')
| -rw-r--r-- | dev/ZBAKit/BootKit/BitManip.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/BootKit.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/Device.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/EPM.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/HW/ATA.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/HW/SATA.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/Platform.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/Protocol.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/Support.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/Thread.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/dev/ZBAKit/BootKit/BitManip.h b/dev/ZBAKit/BootKit/BitManip.h index 47f86af1..048ad692 100644 --- a/dev/ZBAKit/BootKit/BitManip.h +++ b/dev/ZBAKit/BootKit/BitManip.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/BootKit.h b/dev/ZBAKit/BootKit/BootKit.h index 3a77bf32..0065802b 100644 --- a/dev/ZBAKit/BootKit/BootKit.h +++ b/dev/ZBAKit/BootKit/BootKit.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Device.h b/dev/ZBAKit/BootKit/Device.h index 50caa24a..360e334d 100644 --- a/dev/ZBAKit/BootKit/Device.h +++ b/dev/ZBAKit/BootKit/Device.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/EPM.h b/dev/ZBAKit/BootKit/EPM.h index 0e921b83..1897c6eb 100644 --- a/dev/ZBAKit/BootKit/EPM.h +++ b/dev/ZBAKit/BootKit/EPM.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/HW/ATA.h b/dev/ZBAKit/BootKit/HW/ATA.h index ed694260..a345067c 100644 --- a/dev/ZBAKit/BootKit/HW/ATA.h +++ b/dev/ZBAKit/BootKit/HW/ATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/HW/SATA.h b/dev/ZBAKit/BootKit/HW/SATA.h index 0d8139c9..b48fc1a3 100644 --- a/dev/ZBAKit/BootKit/HW/SATA.h +++ b/dev/ZBAKit/BootKit/HW/SATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Platform.h b/dev/ZBAKit/BootKit/Platform.h index 9e1a2e93..85dba4e2 100644 --- a/dev/ZBAKit/BootKit/Platform.h +++ b/dev/ZBAKit/BootKit/Platform.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Protocol.h b/dev/ZBAKit/BootKit/Protocol.h index 0bbfeead..81ab4a57 100644 --- a/dev/ZBAKit/BootKit/Protocol.h +++ b/dev/ZBAKit/BootKit/Protocol.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Support.h b/dev/ZBAKit/BootKit/Support.h index 845ed425..1ee1dc47 100644 --- a/dev/ZBAKit/BootKit/Support.h +++ b/dev/ZBAKit/BootKit/Support.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Thread.h b/dev/ZBAKit/BootKit/Thread.h index accad973..a131f44a 100644 --- a/dev/ZBAKit/BootKit/Thread.h +++ b/dev/ZBAKit/BootKit/Thread.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, ELMH Group, all rights reserved. ------------------------------------------- */ |
