From d5397d2f3be6f3de742736e5d1fdfc3121879f70 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 21 Nov 2024 17:12:18 +0100 Subject: META: MKD has been open-sourced. MKD stands for Metal Kernel Distribution, under BSD-2 license. --- dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZKAKit/FirmwareKit/CoreBoot') diff --git a/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h b/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h index b3f5a8b1..d1c83c64 100644 --- a/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h +++ b/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ @@ -11,7 +11,7 @@ namespace Kernel { /// @brief Linear Executable Header - /// @author EL Mahrouss Logic + /// @author Amlal EL Mahrouss struct ATTRIBUTE(aligned(4)) mp_boot_header { const Char fMagic[2]; // magic number -- cgit v1.2.3