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 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'newBoot/Source/Arch') 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. * * ======================================================== */ -- cgit v1.2.3