From ae89bf9564c59ea3aee10f175d473e562af793f8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Jan 2024 12:43:00 +0100 Subject: h-core: update copyright year. add linker json for PEF targets. Signed-off-by: Amlal El Mahrouss --- newBoot/Source/Arch/AMD64/ATA.cxx | 2 +- newBoot/Source/Arch/AMD64/BIOSRuntime.cxx | 2 +- newBoot/Source/Arch/AMD64/BIOSRuntime0.asm | 2 +- newBoot/Source/Arch/AMD64/BootAMD64.cxx | 2 +- newBoot/Source/Arch/AMD64/EFIApi.hxx | 2 +- newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx | 2 +- newBoot/Source/Arch/AMD64/Processor.cxx | 2 +- newBoot/Source/MPT/API.cxx | 2 +- newBoot/Source/MPT/API.hxx | 2 +- newBoot/Source/MPT/Detail.hxx | 2 +- newBoot/Source/MPT/FileType.hxx | 2 +- newBoot/Source/MPT/MPT.hxx | 2 +- newBoot/Source/Start.cxx | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'newBoot/Source') 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 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. * * ======================================================== */ -- cgit v1.2.3