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 --- HALKit/AMD64/ACPIManagerAMD64.cpp | 2 +- HALKit/AMD64/ArchAMD64.cpp | 2 +- HALKit/AMD64/CoreInterruptHandlerAMD64.cpp | 2 +- HALKit/AMD64/CoreMultiProcessingAMD64.cpp | 2 +- HALKit/AMD64/CoreSyscallHandlerAMD64.cpp | 2 +- HALKit/AMD64/DebugManager.asm | 2 +- HALKit/AMD64/DebugOutput.cxx | 2 +- HALKit/AMD64/DebugPort.cxx | 2 +- HALKit/AMD64/HalPageAlloc.cpp | 2 +- HALKit/AMD64/HalPageAlloc.hpp | 2 +- HALKit/AMD64/HardwareAPIC.cpp | 2 +- HALKit/AMD64/HardwareInit.cpp | 2 +- HALKit/AMD64/Hypervisor.hpp | 2 +- HALKit/AMD64/PCI/Database.cpp | 2 +- HALKit/AMD64/PCI/Device.cpp | 2 +- HALKit/AMD64/PCI/Dma.cpp | 2 +- HALKit/AMD64/PCI/Express.cpp | 2 +- HALKit/AMD64/PCI/IO.cpp | 2 +- HALKit/AMD64/PCI/Iterator.cpp | 2 +- HALKit/AMD64/PCI/PCI.cpp | 2 +- HALKit/AMD64/Processor.cpp | 2 +- HALKit/AMD64/Processor.hpp | 2 +- HALKit/Alpha/CoreSyscallHandlerDEC.cpp | 2 +- HALKit/PowerPC/CoreContextSwitchPowerPC.s | 2 +- HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp | 2 +- HALKit/PowerPC/Processor.cpp | 2 +- HALKit/PowerPC/Processor.hpp | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'HALKit') diff --git a/HALKit/AMD64/ACPIManagerAMD64.cpp b/HALKit/AMD64/ACPIManagerAMD64.cpp index 735726ec..2e5bf705 100644 --- a/HALKit/AMD64/ACPIManagerAMD64.cpp +++ b/HALKit/AMD64/ACPIManagerAMD64.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/ArchAMD64.cpp b/HALKit/AMD64/ArchAMD64.cpp index c069ba9c..75d46bb8 100644 --- a/HALKit/AMD64/ArchAMD64.cpp +++ b/HALKit/AMD64/ArchAMD64.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/CoreInterruptHandlerAMD64.cpp b/HALKit/AMD64/CoreInterruptHandlerAMD64.cpp index 4e93d990..fd037c5f 100644 --- a/HALKit/AMD64/CoreInterruptHandlerAMD64.cpp +++ b/HALKit/AMD64/CoreInterruptHandlerAMD64.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/CoreMultiProcessingAMD64.cpp b/HALKit/AMD64/CoreMultiProcessingAMD64.cpp index 59812227..14a7a06b 100644 --- a/HALKit/AMD64/CoreMultiProcessingAMD64.cpp +++ b/HALKit/AMD64/CoreMultiProcessingAMD64.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/CoreSyscallHandlerAMD64.cpp b/HALKit/AMD64/CoreSyscallHandlerAMD64.cpp index e93bf2c8..3e8544e7 100644 --- a/HALKit/AMD64/CoreSyscallHandlerAMD64.cpp +++ b/HALKit/AMD64/CoreSyscallHandlerAMD64.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/DebugManager.asm b/HALKit/AMD64/DebugManager.asm index bbdb76f7..5b9c3cc6 100644 --- a/HALKit/AMD64/DebugManager.asm +++ b/HALKit/AMD64/DebugManager.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * hCore -;; * Copyright Mahrouss Logic, all rights reserved. +;; * Copyright 2024 Mahrouss Logic, all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/HALKit/AMD64/DebugOutput.cxx b/HALKit/AMD64/DebugOutput.cxx index 21237d4a..8a8705cf 100644 --- a/HALKit/AMD64/DebugOutput.cxx +++ b/HALKit/AMD64/DebugOutput.cxx @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/DebugPort.cxx b/HALKit/AMD64/DebugPort.cxx index ae6012aa..28e3f5e3 100644 --- a/HALKit/AMD64/DebugPort.cxx +++ b/HALKit/AMD64/DebugPort.cxx @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/HalPageAlloc.cpp b/HALKit/AMD64/HalPageAlloc.cpp index 3c57dc04..ccdfa8b6 100644 --- a/HALKit/AMD64/HalPageAlloc.cpp +++ b/HALKit/AMD64/HalPageAlloc.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/HalPageAlloc.hpp b/HALKit/AMD64/HalPageAlloc.hpp index d3efa1f1..4f5f8592 100644 --- a/HALKit/AMD64/HalPageAlloc.hpp +++ b/HALKit/AMD64/HalPageAlloc.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/HardwareAPIC.cpp b/HALKit/AMD64/HardwareAPIC.cpp index 9c6f61fb..f78cfe3b 100644 --- a/HALKit/AMD64/HardwareAPIC.cpp +++ b/HALKit/AMD64/HardwareAPIC.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/HardwareInit.cpp b/HALKit/AMD64/HardwareInit.cpp index 4f744a8b..18e2a19c 100644 --- a/HALKit/AMD64/HardwareInit.cpp +++ b/HALKit/AMD64/HardwareInit.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/Hypervisor.hpp b/HALKit/AMD64/Hypervisor.hpp index e95cdbf9..5c321f23 100644 --- a/HALKit/AMD64/Hypervisor.hpp +++ b/HALKit/AMD64/Hypervisor.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/PCI/Database.cpp b/HALKit/AMD64/PCI/Database.cpp index f5095f7c..b3a1961c 100644 --- a/HALKit/AMD64/PCI/Database.cpp +++ b/HALKit/AMD64/PCI/Database.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/PCI/Device.cpp b/HALKit/AMD64/PCI/Device.cpp index 4cd35636..f8b5f629 100644 --- a/HALKit/AMD64/PCI/Device.cpp +++ b/HALKit/AMD64/PCI/Device.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/PCI/Dma.cpp b/HALKit/AMD64/PCI/Dma.cpp index f3e858c0..0b75776b 100644 --- a/HALKit/AMD64/PCI/Dma.cpp +++ b/HALKit/AMD64/PCI/Dma.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/PCI/Express.cpp b/HALKit/AMD64/PCI/Express.cpp index 2cbc7134..dca3f37b 100644 --- a/HALKit/AMD64/PCI/Express.cpp +++ b/HALKit/AMD64/PCI/Express.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/PCI/IO.cpp b/HALKit/AMD64/PCI/IO.cpp index 547a83a4..fb3ffb27 100644 --- a/HALKit/AMD64/PCI/IO.cpp +++ b/HALKit/AMD64/PCI/IO.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/PCI/Iterator.cpp b/HALKit/AMD64/PCI/Iterator.cpp index a5649e52..6f80d496 100644 --- a/HALKit/AMD64/PCI/Iterator.cpp +++ b/HALKit/AMD64/PCI/Iterator.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/PCI/PCI.cpp b/HALKit/AMD64/PCI/PCI.cpp index 492b7a4d..66770939 100644 --- a/HALKit/AMD64/PCI/PCI.cpp +++ b/HALKit/AMD64/PCI/PCI.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/Processor.cpp b/HALKit/AMD64/Processor.cpp index 8d082b2d..13732381 100644 --- a/HALKit/AMD64/Processor.cpp +++ b/HALKit/AMD64/Processor.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/AMD64/Processor.hpp b/HALKit/AMD64/Processor.hpp index 0f6531c2..ca5db0ed 100644 --- a/HALKit/AMD64/Processor.hpp +++ b/HALKit/AMD64/Processor.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/Alpha/CoreSyscallHandlerDEC.cpp b/HALKit/Alpha/CoreSyscallHandlerDEC.cpp index d1c656d6..3f8cf800 100644 --- a/HALKit/Alpha/CoreSyscallHandlerDEC.cpp +++ b/HALKit/Alpha/CoreSyscallHandlerDEC.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/PowerPC/CoreContextSwitchPowerPC.s b/HALKit/PowerPC/CoreContextSwitchPowerPC.s index 96ef6d80..a33ff931 100644 --- a/HALKit/PowerPC/CoreContextSwitchPowerPC.s +++ b/HALKit/PowerPC/CoreContextSwitchPowerPC.s @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp b/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp index 213b45ec..6a723cba 100644 --- a/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp +++ b/HALKit/PowerPC/CoreSyscallHandlerPowerPC.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/PowerPC/Processor.cpp b/HALKit/PowerPC/Processor.cpp index 2b26ef24..b134cf92 100644 --- a/HALKit/PowerPC/Processor.cpp +++ b/HALKit/PowerPC/Processor.cpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore -* Copyright Mahrouss Logic, all rights reserved. +* Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/HALKit/PowerPC/Processor.hpp b/HALKit/PowerPC/Processor.hpp index a1add51c..58de1aa6 100644 --- a/HALKit/PowerPC/Processor.hpp +++ b/HALKit/PowerPC/Processor.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ -- cgit v1.2.3