diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-12 02:34:07 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-12 02:37:30 +0100 |
| commit | facb3edec9fd275d5a8fcabaa87f768087255768 (patch) | |
| tree | 587c1fdd1e4b09a3c0f5243af46f7d09ac3722fd /include/LibC++ | |
| parent | 37b8e34dc54f572fbfbd135742fa11c21c5e67c1 (diff) | |
chore! breaking API changes, rename project to Nectar, instead of NeCTI.v0.0.9
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/LibC++')
| -rw-r--r-- | include/LibC++/__abi.h | 2 | ||||
| -rw-r--r-- | include/LibC++/__power64.inc | 2 | ||||
| -rw-r--r-- | include/LibC++/base_alloc.h | 2 | ||||
| -rw-r--r-- | include/LibC++/base_exception.h | 2 | ||||
| -rw-r--r-- | include/LibC++/base_math.h | 2 | ||||
| -rw-r--r-- | include/LibC++/base_process.h | 2 | ||||
| -rw-r--r-- | include/LibC++/defines.h | 8 | ||||
| -rw-r--r-- | include/LibC++/filesystem.h | 8 | ||||
| -rw-r--r-- | include/LibC++/utility.h | 2 |
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. ======================================== */ |
