summaryrefslogtreecommitdiffhomepage
path: root/include/LibC++
diff options
context:
space:
mode:
Diffstat (limited to 'include/LibC++')
-rw-r--r--include/LibC++/__abi.h2
-rw-r--r--include/LibC++/__power64.inc2
-rw-r--r--include/LibC++/base_alloc.h2
-rw-r--r--include/LibC++/base_exception.h2
-rw-r--r--include/LibC++/base_math.h2
-rw-r--r--include/LibC++/base_process.h2
-rw-r--r--include/LibC++/defines.h8
-rw-r--r--include/LibC++/filesystem.h8
-rw-r--r--include/LibC++/utility.h2
9 files changed, 15 insertions, 15 deletions
diff --git a/include/LibC++/__abi.h b/include/LibC++/__abi.h
index c8ac2a5..80a0398 100644
--- a/include/LibC++/__abi.h
+++ b/include/LibC++/__abi.h
@@ -1,6 +1,6 @@
/* ========================================
- Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
diff --git a/include/LibC++/__power64.inc b/include/LibC++/__power64.inc
index c06863a..8a189ae 100644
--- a/include/LibC++/__power64.inc
+++ b/include/LibC++/__power64.inc
@@ -2,7 +2,7 @@
# Language: CompilerKit POWER Assembly support for GNU.
# Build Date: 2024-6-4
-#ifdef __NECTI__
+#ifdef __NECTAR__
#ifdef __ASSEMBLER__
diff --git a/include/LibC++/base_alloc.h b/include/LibC++/base_alloc.h
index ea5b5b2..7ae03df 100644
--- a/include/LibC++/base_alloc.h
+++ b/include/LibC++/base_alloc.h
@@ -1,6 +1,6 @@
/* ========================================
- Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
diff --git a/include/LibC++/base_exception.h b/include/LibC++/base_exception.h
index 8747688..0f81431 100644
--- a/include/LibC++/base_exception.h
+++ b/include/LibC++/base_exception.h
@@ -1,6 +1,6 @@
/* ========================================
- Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
diff --git a/include/LibC++/base_math.h b/include/LibC++/base_math.h
index 60b260e..97f24ee 100644
--- a/include/LibC++/base_math.h
+++ b/include/LibC++/base_math.h
@@ -1,6 +1,6 @@
/* ========================================
- Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
diff --git a/include/LibC++/base_process.h b/include/LibC++/base_process.h
index cb25aa1..96ca42f 100644
--- a/include/LibC++/base_process.h
+++ b/include/LibC++/base_process.h
@@ -1,6 +1,6 @@
/* ========================================
- Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
diff --git a/include/LibC++/defines.h b/include/LibC++/defines.h
index 6aac009..d6a5369 100644
--- a/include/LibC++/defines.h
+++ b/include/LibC++/defines.h
@@ -1,11 +1,11 @@
/* ========================================
- Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
-#ifndef __NECTI_DEFINES_H__
-#define __NECTI_DEFINES_H__
+#ifndef __NECTAR_DEFINES_H__
+#define __NECTAR_DEFINES_H__
#define __ATTRIBUTE(X) __attribute__((X))
@@ -78,4 +78,4 @@ struct placement_t;
struct nothrow_t;
} // namespace std
-#endif /* __NECTI_DEFINES_H__ */
+#endif /* __NECTAR_DEFINES_H__ */
diff --git a/include/LibC++/filesystem.h b/include/LibC++/filesystem.h
index 4627c50..af9fd79 100644
--- a/include/LibC++/filesystem.h
+++ b/include/LibC++/filesystem.h
@@ -1,11 +1,11 @@
/* ========================================
- Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
-#ifndef __NECTI_FS_H__
-#define __NECTI_FS_H__
+#ifndef __NECTAR_FS_H__
+#define __NECTAR_FS_H__
#include <LibC++/defines.h>
@@ -16,4 +16,4 @@ class directory_entry;
class directory_iterator;
} // namespace std
-#endif // __NECTI_FS_H__ \ No newline at end of file
+#endif // __NECTAR_FS_H__ \ No newline at end of file
diff --git a/include/LibC++/utility.h b/include/LibC++/utility.h
index 62096f5..0ee2735 100644
--- a/include/LibC++/utility.h
+++ b/include/LibC++/utility.h
@@ -1,6 +1,6 @@
/* ========================================
- Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */