From 1c53b01e863129b11b64577ddea29eec11c7392e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 5 Nov 2024 21:26:21 +0100 Subject: META: Update copyright holder. IMP: Add Macros.h to SCIKit for types and macros. IMP: Include Macros.h to Foundation.h. Signed-off-by: Amlal El Mahrouss --- dev/ZBAKit/BootKit/BitManip.h | 2 +- dev/ZBAKit/BootKit/BootKit.h | 2 +- dev/ZBAKit/BootKit/Device.h | 3 ++- dev/ZBAKit/BootKit/EPM.h | 2 +- dev/ZBAKit/BootKit/HW/ATA.h | 2 +- dev/ZBAKit/BootKit/HW/SATA.h | 2 +- dev/ZBAKit/BootKit/Platform.h | 2 +- dev/ZBAKit/BootKit/Protocol.h | 2 +- dev/ZBAKit/BootKit/STB.h | 2 +- dev/ZBAKit/BootKit/Support.h | 2 +- dev/ZBAKit/BootKit/Thread.h | 2 +- 11 files changed, 12 insertions(+), 11 deletions(-) (limited to 'dev/ZBAKit/BootKit') diff --git a/dev/ZBAKit/BootKit/BitManip.h b/dev/ZBAKit/BootKit/BitManip.h index 4ccf0f40..47f86af1 100644 --- a/dev/ZBAKit/BootKit/BitManip.h +++ b/dev/ZBAKit/BootKit/BitManip.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/BootKit.h b/dev/ZBAKit/BootKit/BootKit.h index d8add85a..6448fcd1 100644 --- a/dev/ZBAKit/BootKit/BootKit.h +++ b/dev/ZBAKit/BootKit/BootKit.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Device.h b/dev/ZBAKit/BootKit/Device.h index 09319b32..50caa24a 100644 --- a/dev/ZBAKit/BootKit/Device.h +++ b/dev/ZBAKit/BootKit/Device.h @@ -1,12 +1,13 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ #pragma once #include +#include using namespace Kernel; diff --git a/dev/ZBAKit/BootKit/EPM.h b/dev/ZBAKit/BootKit/EPM.h index a4c8e821..0e921b83 100644 --- a/dev/ZBAKit/BootKit/EPM.h +++ b/dev/ZBAKit/BootKit/EPM.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/HW/ATA.h b/dev/ZBAKit/BootKit/HW/ATA.h index 745024dd..ed694260 100644 --- a/dev/ZBAKit/BootKit/HW/ATA.h +++ b/dev/ZBAKit/BootKit/HW/ATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/HW/SATA.h b/dev/ZBAKit/BootKit/HW/SATA.h index 1947a531..0d8139c9 100644 --- a/dev/ZBAKit/BootKit/HW/SATA.h +++ b/dev/ZBAKit/BootKit/HW/SATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Platform.h b/dev/ZBAKit/BootKit/Platform.h index c6868b54..9e1a2e93 100644 --- a/dev/ZBAKit/BootKit/Platform.h +++ b/dev/ZBAKit/BootKit/Platform.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Protocol.h b/dev/ZBAKit/BootKit/Protocol.h index 63ff8431..0bbfeead 100644 --- a/dev/ZBAKit/BootKit/Protocol.h +++ b/dev/ZBAKit/BootKit/Protocol.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/STB.h b/dev/ZBAKit/BootKit/STB.h index c0e5e546..0643f0b5 100644 --- a/dev/ZBAKit/BootKit/STB.h +++ b/dev/ZBAKit/BootKit/STB.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Support.h b/dev/ZBAKit/BootKit/Support.h index 8df836c5..845ed425 100644 --- a/dev/ZBAKit/BootKit/Support.h +++ b/dev/ZBAKit/BootKit/Support.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Thread.h b/dev/ZBAKit/BootKit/Thread.h index 0e61e473..e7f4d4f1 100644 --- a/dev/ZBAKit/BootKit/Thread.h +++ b/dev/ZBAKit/BootKit/Thread.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ -- cgit v1.2.3