summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit/BootKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-21 17:12:18 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-21 17:12:18 +0100
commitd5397d2f3be6f3de742736e5d1fdfc3121879f70 (patch)
tree5c572a584048197ebe028a2d1416691cdb7c31ff /dev/ZBAKit/BootKit
parentee8f9bbe865917566530eb22cdbce9ad2e7d28a9 (diff)
META: MKD has been open-sourced.
MKD stands for Metal Kernel Distribution, under BSD-2 license.
Diffstat (limited to 'dev/ZBAKit/BootKit')
-rw-r--r--dev/ZBAKit/BootKit/BitManip.h2
-rw-r--r--dev/ZBAKit/BootKit/BootKit.h2
-rw-r--r--dev/ZBAKit/BootKit/Device.h2
-rw-r--r--dev/ZBAKit/BootKit/EPM.h2
-rw-r--r--dev/ZBAKit/BootKit/HW/ATA.h2
-rw-r--r--dev/ZBAKit/BootKit/HW/SATA.h2
-rw-r--r--dev/ZBAKit/BootKit/Platform.h2
-rw-r--r--dev/ZBAKit/BootKit/Protocol.h2
-rw-r--r--dev/ZBAKit/BootKit/STB.h2
-rw-r--r--dev/ZBAKit/BootKit/Support.h2
-rw-r--r--dev/ZBAKit/BootKit/Thread.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/dev/ZBAKit/BootKit/BitManip.h b/dev/ZBAKit/BootKit/BitManip.h
index 47f86af1..08421d6e 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, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/BootKit.h b/dev/ZBAKit/BootKit/BootKit.h
index 3a77bf32..e1825570 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, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/Device.h b/dev/ZBAKit/BootKit/Device.h
index 50caa24a..0e077706 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, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/EPM.h b/dev/ZBAKit/BootKit/EPM.h
index 0e921b83..778f4f5f 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, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/HW/ATA.h b/dev/ZBAKit/BootKit/HW/ATA.h
index ed694260..41cf9b86 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, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/HW/SATA.h b/dev/ZBAKit/BootKit/HW/SATA.h
index 0d8139c9..e15233aa 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, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/Platform.h b/dev/ZBAKit/BootKit/Platform.h
index 9e1a2e93..517c0b57 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, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/Protocol.h b/dev/ZBAKit/BootKit/Protocol.h
index 0bbfeead..4bb16649 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, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/STB.h b/dev/ZBAKit/BootKit/STB.h
index 0643f0b5..ce99ecf5 100644
--- a/dev/ZBAKit/BootKit/STB.h
+++ b/dev/ZBAKit/BootKit/STB.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/Support.h b/dev/ZBAKit/BootKit/Support.h
index 845ed425..8dc5db60 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, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/Thread.h b/dev/ZBAKit/BootKit/Thread.h
index 4517e600..4a785ebf 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, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */