summaryrefslogtreecommitdiffhomepage
path: root/newBoot/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-26 12:43:00 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-26 12:43:24 +0100
commitae89bf9564c59ea3aee10f175d473e562af793f8 (patch)
treeedd0f19b3fe1939fa23e9985a7ed14fe5b48fbe9 /newBoot/Source
parent5d712c34f9254351e5c9f6fd4c465b42114661d0 (diff)
h-core: update copyright year.
add linker json for PEF targets. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'newBoot/Source')
-rw-r--r--newBoot/Source/Arch/AMD64/ATA.cxx2
-rw-r--r--newBoot/Source/Arch/AMD64/BIOSRuntime.cxx2
-rw-r--r--newBoot/Source/Arch/AMD64/BIOSRuntime0.asm2
-rw-r--r--newBoot/Source/Arch/AMD64/BootAMD64.cxx2
-rw-r--r--newBoot/Source/Arch/AMD64/EFIApi.hxx2
-rw-r--r--newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx2
-rw-r--r--newBoot/Source/Arch/AMD64/Processor.cxx2
-rw-r--r--newBoot/Source/MPT/API.cxx2
-rw-r--r--newBoot/Source/MPT/API.hxx2
-rw-r--r--newBoot/Source/MPT/Detail.hxx2
-rw-r--r--newBoot/Source/MPT/FileType.hxx2
-rw-r--r--newBoot/Source/MPT/MPT.hxx2
-rw-r--r--newBoot/Source/Start.cxx2
13 files changed, 13 insertions, 13 deletions
diff --git a/newBoot/Source/Arch/AMD64/ATA.cxx b/newBoot/Source/Arch/AMD64/ATA.cxx
index ce905639..7bcd304a 100644
--- a/newBoot/Source/Arch/AMD64/ATA.cxx
+++ b/newBoot/Source/Arch/AMD64/ATA.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright Mahrouss Logic, all rights reserved
+ * Copyright 2024 Mahrouss Logic, all rights reserved
*/
#include "ATA.hxx"
diff --git a/newBoot/Source/Arch/AMD64/BIOSRuntime.cxx b/newBoot/Source/Arch/AMD64/BIOSRuntime.cxx
index 611a48c4..a9cb4fe4 100644
--- a/newBoot/Source/Arch/AMD64/BIOSRuntime.cxx
+++ b/newBoot/Source/Arch/AMD64/BIOSRuntime.cxx
@@ -1,5 +1,5 @@
/*
-* Copyright Mahrouss Logic, all rights reserved
+* Copyright 2024 Mahrouss Logic, all rights reserved
*/
#include <BootKit/Boot.hpp>
diff --git a/newBoot/Source/Arch/AMD64/BIOSRuntime0.asm b/newBoot/Source/Arch/AMD64/BIOSRuntime0.asm
index 3a690d99..f5ba44ec 100644
--- a/newBoot/Source/Arch/AMD64/BIOSRuntime0.asm
+++ b/newBoot/Source/Arch/AMD64/BIOSRuntime0.asm
@@ -1,4 +1,4 @@
-;; Copyright Mahrouss Logic, all rights reserved
+;; Copyright 2024 Mahrouss Logic, all rights reserved
extern __runtime_stack
global NBRuntimeZero
diff --git a/newBoot/Source/Arch/AMD64/BootAMD64.cxx b/newBoot/Source/Arch/AMD64/BootAMD64.cxx
index d25d4cf1..5543a34f 100644
--- a/newBoot/Source/Arch/AMD64/BootAMD64.cxx
+++ b/newBoot/Source/Arch/AMD64/BootAMD64.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* newBoot
- * Copyright Mahrouss Logic, all rights reserved.
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/newBoot/Source/Arch/AMD64/EFIApi.hxx b/newBoot/Source/Arch/AMD64/EFIApi.hxx
index 1f779b57..23e7b088 100644
--- a/newBoot/Source/Arch/AMD64/EFIApi.hxx
+++ b/newBoot/Source/Arch/AMD64/EFIApi.hxx
@@ -2,7 +2,7 @@
* ========================================================
*
* newBoot
- * Copyright Mahrouss Logic, all rights reserved.
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx b/newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx
index 45fa2937..dcfe84c2 100644
--- a/newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx
+++ b/newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* newBoot
- * Copyright Mahrouss Logic, all rights reserved.
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/newBoot/Source/Arch/AMD64/Processor.cxx b/newBoot/Source/Arch/AMD64/Processor.cxx
index 65cf85cb..18b5e8e7 100644
--- a/newBoot/Source/Arch/AMD64/Processor.cxx
+++ b/newBoot/Source/Arch/AMD64/Processor.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* newBoot
-* Copyright Mahrouss Logic, all rights reserved.
+* Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/newBoot/Source/MPT/API.cxx b/newBoot/Source/MPT/API.cxx
index 3b003cda..c5e31d7f 100644
--- a/newBoot/Source/MPT/API.cxx
+++ b/newBoot/Source/MPT/API.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* newBoot
- * Copyright Mahrouss Logic, all rights reserved.
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/newBoot/Source/MPT/API.hxx b/newBoot/Source/MPT/API.hxx
index 1439c128..1c5123b1 100644
--- a/newBoot/Source/MPT/API.hxx
+++ b/newBoot/Source/MPT/API.hxx
@@ -2,7 +2,7 @@
* ========================================================
*
* newBoot
- * Copyright Mahrouss Logic, all rights reserved.
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/newBoot/Source/MPT/Detail.hxx b/newBoot/Source/MPT/Detail.hxx
index efde463b..12212b01 100644
--- a/newBoot/Source/MPT/Detail.hxx
+++ b/newBoot/Source/MPT/Detail.hxx
@@ -2,7 +2,7 @@
* ========================================================
*
* newBoot
-* Copyright Mahrouss Logic, all rights reserved.
+* Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/newBoot/Source/MPT/FileType.hxx b/newBoot/Source/MPT/FileType.hxx
index 4d7a5cf2..fe0ff322 100644
--- a/newBoot/Source/MPT/FileType.hxx
+++ b/newBoot/Source/MPT/FileType.hxx
@@ -2,7 +2,7 @@
* ========================================================
*
* newBoot
- * Copyright Mahrouss Logic, all rights reserved.
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/newBoot/Source/MPT/MPT.hxx b/newBoot/Source/MPT/MPT.hxx
index d407a2f2..cd97b113 100644
--- a/newBoot/Source/MPT/MPT.hxx
+++ b/newBoot/Source/MPT/MPT.hxx
@@ -2,7 +2,7 @@
* ========================================================
*
* newBoot
- * Copyright Mahrouss Logic, all rights reserved.
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/newBoot/Source/Start.cxx b/newBoot/Source/Start.cxx
index 462708ca..0dbe1de0 100644
--- a/newBoot/Source/Start.cxx
+++ b/newBoot/Source/Start.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* newBoot
- * Copyright Mahrouss Logic, all rights reserved.
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/