summaryrefslogtreecommitdiffhomepage
path: root/NewKernel/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-08 23:45:45 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-08 23:45:45 +0200
commita874e9cc98df994178d55996943fe81799c61d2f (patch)
tree26f50c2f94b8269b6dfbd4d38a6ed38d359eb118 /NewKernel/NewKit
parent0341a0f8747d94355f510a1e94fe2f43103b636e (diff)
MHR-23: :boom:, refactor.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'NewKernel/NewKit')
-rw-r--r--NewKernel/NewKit/Application.hxx2
-rw-r--r--NewKernel/NewKit/Array.hpp2
-rw-r--r--NewKernel/NewKit/ArrayList.hpp2
-rw-r--r--NewKernel/NewKit/Atom.hpp2
-rw-r--r--NewKernel/NewKit/Crc32.hpp2
-rw-r--r--NewKernel/NewKit/CxxAbi.hpp2
-rw-r--r--NewKernel/NewKit/Defines.hpp2
-rw-r--r--NewKernel/NewKit/ErrorOr.hpp2
-rw-r--r--NewKernel/NewKit/Json.hpp2
-rw-r--r--NewKernel/NewKit/KernelCheck.hpp2
-rw-r--r--NewKernel/NewKit/Macros.hpp2
-rw-r--r--NewKernel/NewKit/MutableArray.hpp2
-rw-r--r--NewKernel/NewKit/New.hpp2
-rw-r--r--NewKernel/NewKit/NewKit.hpp2
-rw-r--r--NewKernel/NewKit/OwnPtr.hpp2
-rw-r--r--NewKernel/NewKit/PageAllocator.hpp2
-rw-r--r--NewKernel/NewKit/PageManager.hpp2
-rw-r--r--NewKernel/NewKit/Pair.hpp2
-rw-r--r--NewKernel/NewKit/Pmm.hpp2
-rw-r--r--NewKernel/NewKit/Ref.hpp2
-rw-r--r--NewKernel/NewKit/Stream.hpp2
-rw-r--r--NewKernel/NewKit/String.hpp2
-rw-r--r--NewKernel/NewKit/Utils.hpp2
-rw-r--r--NewKernel/NewKit/Variant.hpp2
24 files changed, 24 insertions, 24 deletions
diff --git a/NewKernel/NewKit/Application.hxx b/NewKernel/NewKit/Application.hxx
index aae97c6f..19a892d6 100644
--- a/NewKernel/NewKit/Application.hxx
+++ b/NewKernel/NewKit/Application.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/Array.hpp b/NewKernel/NewKit/Array.hpp
index 1799e025..623d9860 100644
--- a/NewKernel/NewKit/Array.hpp
+++ b/NewKernel/NewKit/Array.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
#pragma once
diff --git a/NewKernel/NewKit/ArrayList.hpp b/NewKernel/NewKit/ArrayList.hpp
index 31646472..7ac47f40 100644
--- a/NewKernel/NewKit/ArrayList.hpp
+++ b/NewKernel/NewKit/ArrayList.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/Atom.hpp b/NewKernel/NewKit/Atom.hpp
index 812e1819..df7d3dda 100644
--- a/NewKernel/NewKit/Atom.hpp
+++ b/NewKernel/NewKit/Atom.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
#pragma once
diff --git a/NewKernel/NewKit/Crc32.hpp b/NewKernel/NewKit/Crc32.hpp
index c0feaa7f..e13aaad5 100644
--- a/NewKernel/NewKit/Crc32.hpp
+++ b/NewKernel/NewKit/Crc32.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* NewOS Date Added: 13/02/2023
- * Copyright Mahrouss Logic, all rights reserved.
+ * Copyright SoftwareLabs, all rights reserved.
*
* ========================================================
*/
diff --git a/NewKernel/NewKit/CxxAbi.hpp b/NewKernel/NewKit/CxxAbi.hpp
index 9bba2beb..92dcbdee 100644
--- a/NewKernel/NewKit/CxxAbi.hpp
+++ b/NewKernel/NewKit/CxxAbi.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
#pragma once
diff --git a/NewKernel/NewKit/Defines.hpp b/NewKernel/NewKit/Defines.hpp
index 81c0be9b..f32e873a 100644
--- a/NewKernel/NewKit/Defines.hpp
+++ b/NewKernel/NewKit/Defines.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/ErrorOr.hpp b/NewKernel/NewKit/ErrorOr.hpp
index a2b5da62..236a2d1c 100644
--- a/NewKernel/NewKit/ErrorOr.hpp
+++ b/NewKernel/NewKit/ErrorOr.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* NewOS
-* Copyright Mahrouss Logic, all rights reserved.
+* Copyright SoftwareLabs, all rights reserved.
*
* ========================================================
*/
diff --git a/NewKernel/NewKit/Json.hpp b/NewKernel/NewKit/Json.hpp
index 8f7c2765..ebdcc848 100644
--- a/NewKernel/NewKit/Json.hpp
+++ b/NewKernel/NewKit/Json.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/KernelCheck.hpp b/NewKernel/NewKit/KernelCheck.hpp
index 3416846e..e6a27834 100644
--- a/NewKernel/NewKit/KernelCheck.hpp
+++ b/NewKernel/NewKit/KernelCheck.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/Macros.hpp b/NewKernel/NewKit/Macros.hpp
index 9366fe5c..7e9dc759 100644
--- a/NewKernel/NewKit/Macros.hpp
+++ b/NewKernel/NewKit/Macros.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/MutableArray.hpp b/NewKernel/NewKit/MutableArray.hpp
index 5eca9087..0dfed60c 100644
--- a/NewKernel/NewKit/MutableArray.hpp
+++ b/NewKernel/NewKit/MutableArray.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
#pragma once
diff --git a/NewKernel/NewKit/New.hpp b/NewKernel/NewKit/New.hpp
index c828b979..1e80f641 100644
--- a/NewKernel/NewKit/New.hpp
+++ b/NewKernel/NewKit/New.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
#pragma once
diff --git a/NewKernel/NewKit/NewKit.hpp b/NewKernel/NewKit/NewKit.hpp
index 79993091..273efde2 100644
--- a/NewKernel/NewKit/NewKit.hpp
+++ b/NewKernel/NewKit/NewKit.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/OwnPtr.hpp b/NewKernel/NewKit/OwnPtr.hpp
index 742295da..ca89787a 100644
--- a/NewKernel/NewKit/OwnPtr.hpp
+++ b/NewKernel/NewKit/OwnPtr.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/PageAllocator.hpp b/NewKernel/NewKit/PageAllocator.hpp
index 0ed543f3..fa92f635 100644
--- a/NewKernel/NewKit/PageAllocator.hpp
+++ b/NewKernel/NewKit/PageAllocator.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/PageManager.hpp b/NewKernel/NewKit/PageManager.hpp
index 0203a600..7706c9f4 100644
--- a/NewKernel/NewKit/PageManager.hpp
+++ b/NewKernel/NewKit/PageManager.hpp
@@ -3,7 +3,7 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/Pair.hpp b/NewKernel/NewKit/Pair.hpp
index 659a7ed9..e5de607d 100644
--- a/NewKernel/NewKit/Pair.hpp
+++ b/NewKernel/NewKit/Pair.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/Pmm.hpp b/NewKernel/NewKit/Pmm.hpp
index 07c5e399..10fd148b 100644
--- a/NewKernel/NewKit/Pmm.hpp
+++ b/NewKernel/NewKit/Pmm.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/Ref.hpp b/NewKernel/NewKit/Ref.hpp
index b062cf09..356fcad0 100644
--- a/NewKernel/NewKit/Ref.hpp
+++ b/NewKernel/NewKit/Ref.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/Stream.hpp b/NewKernel/NewKit/Stream.hpp
index 9f737b2d..a1074a79 100644
--- a/NewKernel/NewKit/Stream.hpp
+++ b/NewKernel/NewKit/Stream.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/String.hpp b/NewKernel/NewKit/String.hpp
index 7346c5e9..6bf5edfd 100644
--- a/NewKernel/NewKit/String.hpp
+++ b/NewKernel/NewKit/String.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/Utils.hpp b/NewKernel/NewKit/Utils.hpp
index c18a606f..977f5ea7 100644
--- a/NewKernel/NewKit/Utils.hpp
+++ b/NewKernel/NewKit/Utils.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */
diff --git a/NewKernel/NewKit/Variant.hpp b/NewKernel/NewKit/Variant.hpp
index f26a2406..a8f6759f 100644
--- a/NewKernel/NewKit/Variant.hpp
+++ b/NewKernel/NewKit/Variant.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Mahrouss Logic
+ Copyright SoftwareLabs
------------------------------------------- */