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/CompilerKit/AE.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/CompilerKit/AE.h') 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 #include @@ -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 -- cgit v1.2.3