summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/FirmwareKit/CoreBoot
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/FirmwareKit/CoreBoot')
-rw-r--r--dev/Kernel/FirmwareKit/CoreBoot/CoreBoot.h4
-rw-r--r--dev/Kernel/FirmwareKit/CoreBoot/NS.h2
-rw-r--r--dev/Kernel/FirmwareKit/CoreBoot/NetBoot.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/dev/Kernel/FirmwareKit/CoreBoot/CoreBoot.h b/dev/Kernel/FirmwareKit/CoreBoot/CoreBoot.h
index cf747ae5..e07af60b 100644
--- a/dev/Kernel/FirmwareKit/CoreBoot/CoreBoot.h
+++ b/dev/Kernel/FirmwareKit/CoreBoot/CoreBoot.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, t& Corporation, all rights reserved.
+ Copyright (C) 2024, t& Labs, all rights reserved.
------------------------------------------- */
@@ -15,7 +15,7 @@ namespace Firmware::Detail::CoreBoot
struct LEHeader;
/// @brief Linear Executable Header
- /// @author Amlal EL Mahrouss
+ /// @author t& Labs
struct ATTRIBUTE(aligned(4)) LEHeader
{
const Char fMagic[2]; // magic number
diff --git a/dev/Kernel/FirmwareKit/CoreBoot/NS.h b/dev/Kernel/FirmwareKit/CoreBoot/NS.h
index 0f4a5edd..919490a8 100644
--- a/dev/Kernel/FirmwareKit/CoreBoot/NS.h
+++ b/dev/Kernel/FirmwareKit/CoreBoot/NS.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, t& Corporation, all rights reserved.
+ Copyright (C) 2024, t& Labs, all rights reserved.
------------------------------------------- */
diff --git a/dev/Kernel/FirmwareKit/CoreBoot/NetBoot.h b/dev/Kernel/FirmwareKit/CoreBoot/NetBoot.h
index 6f8f95ed..a1880c8b 100644
--- a/dev/Kernel/FirmwareKit/CoreBoot/NetBoot.h
+++ b/dev/Kernel/FirmwareKit/CoreBoot/NetBoot.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, t& Corporation, all rights reserved.
+ Copyright (C) 2024, t& Labs, all rights reserved.
------------------------------------------- */