diff options
Diffstat (limited to 'dev/CompilerKit/Macros.h')
| -rw-r--r-- | dev/CompilerKit/Macros.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev/CompilerKit/Macros.h b/dev/CompilerKit/Macros.h index fdef375..6cef758 100644 --- a/dev/CompilerKit/Macros.h +++ b/dev/CompilerKit/Macros.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== - Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0 + Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license -------------------------------------------- */ +======================================== */ /// @brief provide support for Macros.h header. @@ -25,5 +25,4 @@ KLASS& operator=(KLASS&&) = default; \ KLASS(KLASS&&) = default; - #endif /* ifndef _NECTI_MACROS_H_ */ |
