diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-27 08:56:24 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-27 08:56:24 +0100 |
| commit | a936410849e4df5598d9edb11132153a4f7e64f6 (patch) | |
| tree | 5654054528b3d00d97ad1933b8220dab749658e0 /include/CompilerKit/Utilities | |
| parent | d532b43153cb68d6e92c5dac58cbd3c8ab4f60af (diff) | |
cl! giant source code refactor.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Utilities')
| -rw-r--r-- | include/CompilerKit/Utilities/Assembler.h | 9 | ||||
| -rw-r--r-- | include/CompilerKit/Utilities/Compiler.h | 10 | ||||
| -rw-r--r-- | include/CompilerKit/Utilities/DLL.h | 10 |
3 files changed, 12 insertions, 17 deletions
diff --git a/include/CompilerKit/Utilities/Assembler.h b/include/CompilerKit/Utilities/Assembler.h index e43d451..249d69d 100644 --- a/include/CompilerKit/Utilities/Assembler.h +++ b/include/CompilerKit/Utilities/Assembler.h @@ -1,8 +1,7 @@ -/* ======================================== - - Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (See accompanying +// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) +// Official repository: https://github.com/nekernel-org/nectar #ifndef NECTAR_COMPILERKIT_UTILITIES_ASSEMBLER_H #define NECTAR_COMPILERKIT_UTILITIES_ASSEMBLER_H diff --git a/include/CompilerKit/Utilities/Compiler.h b/include/CompilerKit/Utilities/Compiler.h index 8d00de0..84d6624 100644 --- a/include/CompilerKit/Utilities/Compiler.h +++ b/include/CompilerKit/Utilities/Compiler.h @@ -1,8 +1,7 @@ -/* ======================================== - - Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (See accompanying +// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) +// Official repository: https://github.com/nekernel-org/nectar #ifndef NECTAR_COMPILERKIT_UTILITIES_COMPILER_H #define NECTAR_COMPILERKIT_UTILITIES_COMPILER_H @@ -122,4 +121,3 @@ inline void drvi_crash_handler(std::int32_t id) { } // namespace CompilerKit::Detail #endif // NECTAR_COMPILERKIT_UTILITIES_COMPILER_H - diff --git a/include/CompilerKit/Utilities/DLL.h b/include/CompilerKit/Utilities/DLL.h index 1f84bb8..92e6a63 100644 --- a/include/CompilerKit/Utilities/DLL.h +++ b/include/CompilerKit/Utilities/DLL.h @@ -1,8 +1,7 @@ -/* ======================================== - - Copyright (C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (See accompanying +// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) +// Official repository: https://github.com/nekernel-org/nectar #ifndef NECTAR_COMPILERKIT_UTILITIES_DLL_H #define NECTAR_COMPILERKIT_UTILITIES_DLL_H @@ -70,4 +69,3 @@ class DLLLoader final { } // namespace CompilerKit #endif // NECTAR_COMPILERKIT_UTILITIES_DLL_H - |
