summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/AE.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/CompilerKit/AE.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/CompilerKit/AE.h')
-rw-r--r--include/CompilerKit/AE.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/CompilerKit/AE.h b/include/CompilerKit/AE.h
index c1c6ed9..3475460 100644
--- a/include/CompilerKit/AE.h
+++ b/include/CompilerKit/AE.h
@@ -2,13 +2,13 @@
* ========================================================
*
* CompilerKit
- * 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_AE_H_
-#define _NECTI_AE_H_
+#ifndef _NECTAR_AE_H_
+#define _NECTAR_AE_H_
#include <CompilerKit/Detail/Config.h>
#include <fstream>
@@ -135,4 +135,4 @@ class AEReadableProtocol final {
};
} // namespace CompilerKit::Utils
-#endif /* ifndef _NECTI_AE_H_ */ \ No newline at end of file
+#endif /* ifndef _NECTAR_AE_H_ */ \ No newline at end of file