From c464e5800961c809c73d4180f8a66885b53c63d7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 21 Nov 2025 01:37:12 +0100 Subject: meta: Codebase improvements on NeKernel. Signed-off-by: Amlal El Mahrouss --- dev/boot/BootKit/BitManip.h | 4 ++-- dev/boot/BootKit/BootKit.h | 4 ++-- dev/boot/BootKit/BootThread.h | 4 ++-- dev/boot/BootKit/Device.h | 4 ++-- dev/boot/BootKit/EPM.h | 4 ++-- dev/boot/BootKit/HW/ATA.h | 4 ++-- dev/boot/BootKit/HW/SATA.h | 4 ++-- dev/boot/BootKit/Platform.h | 4 ++-- dev/boot/BootKit/Protocol.h | 4 ++-- dev/boot/BootKit/Support.h | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) (limited to 'dev/boot/BootKit') diff --git a/dev/boot/BootKit/BitManip.h b/dev/boot/BootKit/BitManip.h index ad7eb46b..32795328 100644 --- a/dev/boot/BootKit/BitManip.h +++ b/dev/boot/BootKit/BitManip.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #ifndef __BITMANIP_H__ #define __BITMANIP_H__ diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h index d4b6addb..e1a2b628 100644 --- a/dev/boot/BootKit/BootKit.h +++ b/dev/boot/BootKit/BootKit.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ /***********************************************************************************/ /// @file BootKit.h diff --git a/dev/boot/BootKit/BootThread.h b/dev/boot/BootKit/BootThread.h index 51b9d06c..abe4d653 100644 --- a/dev/boot/BootKit/BootThread.h +++ b/dev/boot/BootKit/BootThread.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/boot/BootKit/Device.h b/dev/boot/BootKit/Device.h index be56ba08..36e2b3d4 100644 --- a/dev/boot/BootKit/Device.h +++ b/dev/boot/BootKit/Device.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/boot/BootKit/EPM.h b/dev/boot/BootKit/EPM.h index b1ce4c7c..cc82dd41 100644 --- a/dev/boot/BootKit/EPM.h +++ b/dev/boot/BootKit/EPM.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/boot/BootKit/HW/ATA.h b/dev/boot/BootKit/HW/ATA.h index 9bb11818..25629869 100644 --- a/dev/boot/BootKit/HW/ATA.h +++ b/dev/boot/BootKit/HW/ATA.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/boot/BootKit/HW/SATA.h b/dev/boot/BootKit/HW/SATA.h index 57040857..07ce7611 100644 --- a/dev/boot/BootKit/HW/SATA.h +++ b/dev/boot/BootKit/HW/SATA.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/boot/BootKit/Platform.h b/dev/boot/BootKit/Platform.h index 614e5976..bfc738fc 100644 --- a/dev/boot/BootKit/Platform.h +++ b/dev/boot/BootKit/Platform.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/boot/BootKit/Protocol.h b/dev/boot/BootKit/Protocol.h index 673d0c3c..0a049b77 100644 --- a/dev/boot/BootKit/Protocol.h +++ b/dev/boot/BootKit/Protocol.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/boot/BootKit/Support.h b/dev/boot/BootKit/Support.h index 28f090a8..110b220c 100644 --- a/dev/boot/BootKit/Support.h +++ b/dev/boot/BootKit/Support.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once -- cgit v1.2.3