summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-21 17:16:26 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-21 17:16:26 +0100
commit82a878f9cd071e8224298d8d57a59c277cfb750c (patch)
tree8283f11b285206087b7cd3c27818d718d355e750 /dev/LibC++
parentc0f13972a141b29f4d0ce659b7c7e055a26c5d90 (diff)
META: Open sourcing the project's compiler toolchain, in BSD-2 license.
Diffstat (limited to 'dev/LibC++')
-rw-r--r--dev/LibC++/base_alloc.h2
-rw-r--r--dev/LibC++/base_exception.h2
-rw-r--r--dev/LibC++/base_math.h2
-rw-r--r--dev/LibC++/defines.h2
-rw-r--r--dev/LibC++/filesystem.h2
-rw-r--r--dev/LibC++/process_base.h2
-rw-r--r--dev/LibC++/utility.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/dev/LibC++/base_alloc.h b/dev/LibC++/base_alloc.h
index c4f4d8c..70bc51e 100644
--- a/dev/LibC++/base_alloc.h
+++ b/dev/LibC++/base_alloc.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/base_exception.h b/dev/LibC++/base_exception.h
index a8d7080..7ee3e27 100644
--- a/dev/LibC++/base_exception.h
+++ b/dev/LibC++/base_exception.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/base_math.h b/dev/LibC++/base_math.h
index ac9fbe7..3cc2a16 100644
--- a/dev/LibC++/base_math.h
+++ b/dev/LibC++/base_math.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/defines.h b/dev/LibC++/defines.h
index bdf4a06..a0ba475 100644
--- a/dev/LibC++/defines.h
+++ b/dev/LibC++/defines.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h
index 22aa2e0..5acae9d 100644
--- a/dev/LibC++/filesystem.h
+++ b/dev/LibC++/filesystem.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/process_base.h b/dev/LibC++/process_base.h
index 5c00be5..50c195d 100644
--- a/dev/LibC++/process_base.h
+++ b/dev/LibC++/process_base.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/utility.h b/dev/LibC++/utility.h
index 1b682d8..1cb749b 100644
--- a/dev/LibC++/utility.h
+++ b/dev/LibC++/utility.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
\
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. \
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. \
\
------------------------------------------- */