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 --- KernelKit/CodeManager.hpp | 2 +- KernelKit/DebugOutput.hpp | 2 +- KernelKit/Defines.hpp | 2 +- KernelKit/Device.hpp | 2 +- KernelKit/DriveManager.hpp | 2 +- KernelKit/FileManager.hpp | 2 +- KernelKit/Framebuffer.hpp | 2 +- KernelKit/Loader.hpp | 2 +- KernelKit/OSErr.hpp | 2 +- KernelKit/PCI/Dma.inl | 2 +- KernelKit/PEF.hpp | 2 +- KernelKit/PermissionSelector.hxx | 2 +- KernelKit/ProcessManager.hpp | 2 +- KernelKit/SMPManager.hpp | 2 +- KernelKit/Semaphore.hpp | 2 +- KernelKit/SharedObjectCore.hxx | 2 +- KernelKit/ThreadLocalStorage.hxx | 2 +- KernelKit/ThreadLocalStorage.inl | 2 +- KernelKit/Timer.hpp | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'KernelKit') diff --git a/KernelKit/CodeManager.hpp b/KernelKit/CodeManager.hpp index b48c6b17..fdf80e91 100644 --- a/KernelKit/CodeManager.hpp +++ b/KernelKit/CodeManager.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore -* Copyright Mahrouss Logic, all rights reserved. +* Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/DebugOutput.hpp b/KernelKit/DebugOutput.hpp index 9634c32b..3bfb0144 100644 --- a/KernelKit/DebugOutput.hpp +++ b/KernelKit/DebugOutput.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/Defines.hpp b/KernelKit/Defines.hpp index cc63918b..9e00cf00 100644 --- a/KernelKit/Defines.hpp +++ b/KernelKit/Defines.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/Device.hpp b/KernelKit/Device.hpp index 859a198b..e407f4e9 100644 --- a/KernelKit/Device.hpp +++ b/KernelKit/Device.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/DriveManager.hpp b/KernelKit/DriveManager.hpp index 77dbae61..bb4e453c 100644 --- a/KernelKit/DriveManager.hpp +++ b/KernelKit/DriveManager.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/FileManager.hpp b/KernelKit/FileManager.hpp index 2f8ad4a4..52dfb267 100644 --- a/KernelKit/FileManager.hpp +++ b/KernelKit/FileManager.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/Framebuffer.hpp b/KernelKit/Framebuffer.hpp index 26a5739d..b435202b 100644 --- a/KernelKit/Framebuffer.hpp +++ b/KernelKit/Framebuffer.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/Loader.hpp b/KernelKit/Loader.hpp index 80166189..e290abca 100644 --- a/KernelKit/Loader.hpp +++ b/KernelKit/Loader.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/OSErr.hpp b/KernelKit/OSErr.hpp index 0a8efff3..8872b3f0 100644 --- a/KernelKit/OSErr.hpp +++ b/KernelKit/OSErr.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/PCI/Dma.inl b/KernelKit/PCI/Dma.inl index c99d3ae3..e1f27720 100644 --- a/KernelKit/PCI/Dma.inl +++ b/KernelKit/PCI/Dma.inl @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/PEF.hpp b/KernelKit/PEF.hpp index 17dbc491..40c9f8a0 100644 --- a/KernelKit/PEF.hpp +++ b/KernelKit/PEF.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/PermissionSelector.hxx b/KernelKit/PermissionSelector.hxx index 47ae8282..171325ee 100644 --- a/KernelKit/PermissionSelector.hxx +++ b/KernelKit/PermissionSelector.hxx @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/ProcessManager.hpp b/KernelKit/ProcessManager.hpp index 3e1799d6..6474ec04 100644 --- a/KernelKit/ProcessManager.hpp +++ b/KernelKit/ProcessManager.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/SMPManager.hpp b/KernelKit/SMPManager.hpp index a757ca9c..61e9ac3f 100644 --- a/KernelKit/SMPManager.hpp +++ b/KernelKit/SMPManager.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/Semaphore.hpp b/KernelKit/Semaphore.hpp index 03a724c8..252728b1 100644 --- a/KernelKit/Semaphore.hpp +++ b/KernelKit/Semaphore.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/SharedObjectCore.hxx b/KernelKit/SharedObjectCore.hxx index 51637192..f648fdc0 100644 --- a/KernelKit/SharedObjectCore.hxx +++ b/KernelKit/SharedObjectCore.hxx @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/ThreadLocalStorage.hxx b/KernelKit/ThreadLocalStorage.hxx index 8d84befb..518adb32 100644 --- a/KernelKit/ThreadLocalStorage.hxx +++ b/KernelKit/ThreadLocalStorage.hxx @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/ThreadLocalStorage.inl b/KernelKit/ThreadLocalStorage.inl index bf036366..bf557122 100644 --- a/KernelKit/ThreadLocalStorage.inl +++ b/KernelKit/ThreadLocalStorage.inl @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/KernelKit/Timer.hpp b/KernelKit/Timer.hpp index 81be74a0..32559ee3 100644 --- a/KernelKit/Timer.hpp +++ b/KernelKit/Timer.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ -- cgit v1.2.3