diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-07 21:30:04 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-07 21:32:00 +0100 |
| commit | e884b0d3b3c9f1900c858b82b3355c9e0518cba8 (patch) | |
| tree | d3152ab9123a590fd709855a0e8b857db2d4a4f4 /dev/ZBAKit/BootKit | |
| parent | 4c7ea58f5d5e495e8da6cfc7e1d52a3dfcf5a893 (diff) | |
ADD: Pushing changes to corporate's repository.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@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 08421d6e..8b46ad16 100644 --- a/dev/ZBAKit/BootKit/BitManip.h +++ b/dev/ZBAKit/BootKit/BitManip.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, 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 e60ead50..dec8c99b 100644 --- a/dev/ZBAKit/BootKit/BootKit.h +++ b/dev/ZBAKit/BootKit/BootKit.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, 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 0e077706..c960e7cc 100644 --- a/dev/ZBAKit/BootKit/Device.h +++ b/dev/ZBAKit/BootKit/Device.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, 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 778f4f5f..55d4fe8b 100644 --- a/dev/ZBAKit/BootKit/EPM.h +++ b/dev/ZBAKit/BootKit/EPM.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, 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 41cf9b86..a997aa17 100644 --- a/dev/ZBAKit/BootKit/HW/ATA.h +++ b/dev/ZBAKit/BootKit/HW/ATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, 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 e15233aa..6a0d2a24 100644 --- a/dev/ZBAKit/BootKit/HW/SATA.h +++ b/dev/ZBAKit/BootKit/HW/SATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, 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 517c0b57..a25e36c4 100644 --- a/dev/ZBAKit/BootKit/Platform.h +++ b/dev/ZBAKit/BootKit/Platform.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, 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 4bb16649..705c3535 100644 --- a/dev/ZBAKit/BootKit/Protocol.h +++ b/dev/ZBAKit/BootKit/Protocol.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, 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 7b315c2d..4af02f91 100644 --- a/dev/ZBAKit/BootKit/Support.h +++ b/dev/ZBAKit/BootKit/Support.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, 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 387da80d..fa467785 100644 --- a/dev/ZBAKit/BootKit/Thread.h +++ b/dev/ZBAKit/BootKit/Thread.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024, ELMH GROUP, all rights reserved. ------------------------------------------- */ |
