From facb3edec9fd275d5a8fcabaa87f768087255768 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 12 Dec 2025 02:34:07 +0100 Subject: chore! breaking API changes, rename project to Nectar, instead of NeCTI. Signed-off-by: Amlal El Mahrouss --- include/LibC++/__abi.h | 2 +- include/LibC++/__power64.inc | 2 +- include/LibC++/base_alloc.h | 2 +- include/LibC++/base_exception.h | 2 +- include/LibC++/base_math.h | 2 +- include/LibC++/base_process.h | 2 +- include/LibC++/defines.h | 8 ++++---- include/LibC++/filesystem.h | 8 ++++---- include/LibC++/utility.h | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) (limited to 'include/LibC++') 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 @@ -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. ======================================== */ -- cgit v1.2.3