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 --- NewKit/Array.hpp | 2 +- NewKit/ArrayList.hpp | 2 +- NewKit/Atom.hpp | 2 +- NewKit/CRC32.hpp | 2 +- NewKit/CxxAbi.hpp | 2 +- NewKit/Defines.hpp | 2 +- NewKit/ErrorID.hpp | 2 +- NewKit/ErrorOr.hpp | 2 +- NewKit/Heap.hpp | 2 +- NewKit/Json.hpp | 2 +- NewKit/KHeap.hpp | 2 +- NewKit/LockDelegate.hpp | 2 +- NewKit/Macros.hpp | 2 +- NewKit/MutableArray.hpp | 2 +- NewKit/New.hpp | 2 +- NewKit/NewKit.hpp | 2 +- NewKit/OwnPtr.hpp | 2 +- NewKit/PageAllocator.hpp | 2 +- NewKit/PageManager.hpp | 2 +- NewKit/Pair.hpp | 2 +- NewKit/Panic.hpp | 2 +- NewKit/Pmm.hpp | 2 +- NewKit/Ref.hpp | 2 +- NewKit/Stream.hpp | 2 +- NewKit/String.hpp | 2 +- NewKit/Utils.hpp | 2 +- NewKit/Variant.hpp | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'NewKit') diff --git a/NewKit/Array.hpp b/NewKit/Array.hpp index 6987ca72..f31442a5 100644 --- a/NewKit/Array.hpp +++ b/NewKit/Array.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/ArrayList.hpp b/NewKit/ArrayList.hpp index 20517d22..b6590c37 100644 --- a/NewKit/ArrayList.hpp +++ b/NewKit/ArrayList.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Atom.hpp b/NewKit/Atom.hpp index 99e7e6a7..a35f762d 100644 --- a/NewKit/Atom.hpp +++ b/NewKit/Atom.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/CRC32.hpp b/NewKit/CRC32.hpp index 2ddc876b..b5859cfa 100644 --- a/NewKit/CRC32.hpp +++ b/NewKit/CRC32.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore Date Added: 13/02/2023 - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/CxxAbi.hpp b/NewKit/CxxAbi.hpp index bd2e76c8..6f1577de 100644 --- a/NewKit/CxxAbi.hpp +++ b/NewKit/CxxAbi.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Defines.hpp b/NewKit/Defines.hpp index 497032d7..164bdc9e 100644 --- a/NewKit/Defines.hpp +++ b/NewKit/Defines.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/ErrorID.hpp b/NewKit/ErrorID.hpp index e26cc41b..6ea886a4 100644 --- a/NewKit/ErrorID.hpp +++ b/NewKit/ErrorID.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/ErrorOr.hpp b/NewKit/ErrorOr.hpp index 736340c7..6514c2fd 100644 --- a/NewKit/ErrorOr.hpp +++ b/NewKit/ErrorOr.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore -* Copyright Mahrouss Logic, all rights reserved. +* Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Heap.hpp b/NewKit/Heap.hpp index 1e8dd056..71a93f6b 100644 --- a/NewKit/Heap.hpp +++ b/NewKit/Heap.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Json.hpp b/NewKit/Json.hpp index a8b9c142..867df909 100644 --- a/NewKit/Json.hpp +++ b/NewKit/Json.hpp @@ -3,7 +3,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/KHeap.hpp b/NewKit/KHeap.hpp index 92e4d87b..debe23ee 100644 --- a/NewKit/KHeap.hpp +++ b/NewKit/KHeap.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/LockDelegate.hpp b/NewKit/LockDelegate.hpp index 87ad1914..e08b805a 100644 --- a/NewKit/LockDelegate.hpp +++ b/NewKit/LockDelegate.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Macros.hpp b/NewKit/Macros.hpp index 87f7c6c7..7259f1a7 100644 --- a/NewKit/Macros.hpp +++ b/NewKit/Macros.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/MutableArray.hpp b/NewKit/MutableArray.hpp index 5739305a..fcc1c038 100644 --- a/NewKit/MutableArray.hpp +++ b/NewKit/MutableArray.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/New.hpp b/NewKit/New.hpp index cf97f82a..07939ab6 100644 --- a/NewKit/New.hpp +++ b/NewKit/New.hpp @@ -3,7 +3,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/NewKit.hpp b/NewKit/NewKit.hpp index 110aed7d..e6797f33 100644 --- a/NewKit/NewKit.hpp +++ b/NewKit/NewKit.hpp @@ -3,7 +3,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/OwnPtr.hpp b/NewKit/OwnPtr.hpp index 591e7170..9eb02f42 100644 --- a/NewKit/OwnPtr.hpp +++ b/NewKit/OwnPtr.hpp @@ -3,7 +3,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/PageAllocator.hpp b/NewKit/PageAllocator.hpp index ab6dfdba..13a85ff8 100644 --- a/NewKit/PageAllocator.hpp +++ b/NewKit/PageAllocator.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/PageManager.hpp b/NewKit/PageManager.hpp index b54de4ba..e4a529d0 100644 --- a/NewKit/PageManager.hpp +++ b/NewKit/PageManager.hpp @@ -5,7 +5,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Pair.hpp b/NewKit/Pair.hpp index 51a73c25..4546cdbd 100644 --- a/NewKit/Pair.hpp +++ b/NewKit/Pair.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Panic.hpp b/NewKit/Panic.hpp index c3f8eb2a..b894d852 100644 --- a/NewKit/Panic.hpp +++ b/NewKit/Panic.hpp @@ -3,7 +3,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Pmm.hpp b/NewKit/Pmm.hpp index aafbb850..7473e5d6 100644 --- a/NewKit/Pmm.hpp +++ b/NewKit/Pmm.hpp @@ -3,7 +3,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Ref.hpp b/NewKit/Ref.hpp index 610776a3..3d20c506 100644 --- a/NewKit/Ref.hpp +++ b/NewKit/Ref.hpp @@ -3,7 +3,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Stream.hpp b/NewKit/Stream.hpp index 6107d961..fcbb6f8f 100644 --- a/NewKit/Stream.hpp +++ b/NewKit/Stream.hpp @@ -3,7 +3,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/String.hpp b/NewKit/String.hpp index 4a13b640..265b6de0 100644 --- a/NewKit/String.hpp +++ b/NewKit/String.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Utils.hpp b/NewKit/Utils.hpp index 5acdb8de..adc4f3b9 100644 --- a/NewKit/Utils.hpp +++ b/NewKit/Utils.hpp @@ -3,7 +3,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/NewKit/Variant.hpp b/NewKit/Variant.hpp index 87862723..4088d438 100644 --- a/NewKit/Variant.hpp +++ b/NewKit/Variant.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ -- cgit v1.2.3