summaryrefslogtreecommitdiffhomepage
path: root/include/LibC++/filesystem.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-12 02:34:07 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-12 02:37:30 +0100
commitfacb3edec9fd275d5a8fcabaa87f768087255768 (patch)
tree587c1fdd1e4b09a3c0f5243af46f7d09ac3722fd /include/LibC++/filesystem.h
parent37b8e34dc54f572fbfbd135742fa11c21c5e67c1 (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++/filesystem.h')
-rw-r--r--include/LibC++/filesystem.h8
1 files changed, 4 insertions, 4 deletions
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