diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 15:07:39 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 15:07:39 +0100 |
| commit | c4a2701d5fdce9c969886bb3c7d13aed9108fbe9 (patch) | |
| tree | f9782ab9e930eca5336613f051a53063c5c09f0c /include/CompilerKit | |
| parent | 7d9fb7e4244d996f744233be046d9aa90afa8964 (diff) | |
chore: upstream fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
| -rw-r--r-- | include/CompilerKit/AE.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/AST.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/AST.inl | 2 | ||||
| -rw-r--r-- | include/CompilerKit/CodeGenerator.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/32x0.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/64x0.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/AMD64.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/Aarch64.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/Config.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Detail/PreConfig.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/ErrorID.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/ErrorOr.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/MachO.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Macros.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/PEF.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Ref.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Utilities/Assembler.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Utilities/Compiler.h | 2 | ||||
| -rw-r--r-- | include/CompilerKit/Utilities/DLL.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/include/CompilerKit/AE.h b/include/CompilerKit/AE.h index 38e4dcc..c54c572 100644 --- a/include/CompilerKit/AE.h +++ b/include/CompilerKit/AE.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_AE_H #define NECTAR_COMPILERKIT_AE_H diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index 537d7a5..20389c3 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_AST_H #define NECTAR_COMPILERKIT_AST_H diff --git a/include/CompilerKit/AST.inl b/include/CompilerKit/AST.inl index 3d386f6..eaa65b3 100644 --- a/include/CompilerKit/AST.inl +++ b/include/CompilerKit/AST.inl @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_AST_INL #define NECTAR_COMPILERKIT_AST_INL diff --git a/include/CompilerKit/CodeGenerator.h b/include/CompilerKit/CodeGenerator.h index c19e978..f2cbe9d 100644 --- a/include/CompilerKit/CodeGenerator.h +++ b/include/CompilerKit/CodeGenerator.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_CODEGENERATOR_H #define NECTAR_COMPILERKIT_CODEGENERATOR_H diff --git a/include/CompilerKit/Detail/32x0.h b/include/CompilerKit/Detail/32x0.h index 2ac0b78..f8851bc 100644 --- a/include/CompilerKit/Detail/32x0.h +++ b/include/CompilerKit/Detail/32x0.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_DETAIL_32X0_H #define NECTAR_COMPILERKIT_DETAIL_32X0_H diff --git a/include/CompilerKit/Detail/64x0.h b/include/CompilerKit/Detail/64x0.h index 6619983..01d3340 100644 --- a/include/CompilerKit/Detail/64x0.h +++ b/include/CompilerKit/Detail/64x0.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_DETAIL_64X0_H #define NECTAR_COMPILERKIT_DETAIL_64X0_H diff --git a/include/CompilerKit/Detail/AMD64.h b/include/CompilerKit/Detail/AMD64.h index 449ebd1..5933805 100644 --- a/include/CompilerKit/Detail/AMD64.h +++ b/include/CompilerKit/Detail/AMD64.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_DETAIL_AMD64_H #define NECTAR_COMPILERKIT_DETAIL_AMD64_H diff --git a/include/CompilerKit/Detail/Aarch64.h b/include/CompilerKit/Detail/Aarch64.h index 3b76b64..2a9586b 100644 --- a/include/CompilerKit/Detail/Aarch64.h +++ b/include/CompilerKit/Detail/Aarch64.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_DETAIL_AARCH64_H #define NECTAR_COMPILERKIT_DETAIL_AARCH64_H diff --git a/include/CompilerKit/Detail/Config.h b/include/CompilerKit/Detail/Config.h index 3ab2c04..eeb653d 100644 --- a/include/CompilerKit/Detail/Config.h +++ b/include/CompilerKit/Detail/Config.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef __COMPILERKIT_CONFIG_H__ #define __COMPILERKIT_CONFIG_H__ diff --git a/include/CompilerKit/Detail/PreConfig.h b/include/CompilerKit/Detail/PreConfig.h index d7ea4c6..9294c01 100644 --- a/include/CompilerKit/Detail/PreConfig.h +++ b/include/CompilerKit/Detail/PreConfig.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef COMPILERKIT_CONFIG_PRECONFIG_H #define COMPILERKIT_CONFIG_PRECONFIG_H diff --git a/include/CompilerKit/ErrorID.h b/include/CompilerKit/ErrorID.h index 3361c32..67beee7 100644 --- a/include/CompilerKit/ErrorID.h +++ b/include/CompilerKit/ErrorID.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_ERRORID_H #define NECTAR_COMPILERKIT_ERRORID_H diff --git a/include/CompilerKit/ErrorOr.h b/include/CompilerKit/ErrorOr.h index d71d93e..ddd4a8e 100644 --- a/include/CompilerKit/ErrorOr.h +++ b/include/CompilerKit/ErrorOr.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_ERROROR_H #define NECTAR_COMPILERKIT_ERROROR_H diff --git a/include/CompilerKit/MachO.h b/include/CompilerKit/MachO.h index fd5b833..8c203e0 100644 --- a/include/CompilerKit/MachO.h +++ b/include/CompilerKit/MachO.h @@ -1,7 +1,7 @@ // Copyright 2026, 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef _NECTAR_MACHO_H_ #define _NECTAR_MACHO_H_ diff --git a/include/CompilerKit/Macros.h b/include/CompilerKit/Macros.h index bf85c60..53c17e5 100644 --- a/include/CompilerKit/Macros.h +++ b/include/CompilerKit/Macros.h @@ -1,7 +1,7 @@ // Copyright 2024-2026, 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 +// Official repository: https://github.com/ne-foss-org/nectar /// @brief provide support for the CK headers. diff --git a/include/CompilerKit/PEF.h b/include/CompilerKit/PEF.h index f7b88b9..875f925 100644 --- a/include/CompilerKit/PEF.h +++ b/include/CompilerKit/PEF.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_PEF_H #define NECTAR_COMPILERKIT_PEF_H diff --git a/include/CompilerKit/Ref.h b/include/CompilerKit/Ref.h index 7ccf040..8e4afd3 100644 --- a/include/CompilerKit/Ref.h +++ b/include/CompilerKit/Ref.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_REF_H #define NECTAR_COMPILERKIT_REF_H diff --git a/include/CompilerKit/Utilities/Assembler.h b/include/CompilerKit/Utilities/Assembler.h index 9f81dcf..8e5821a 100644 --- a/include/CompilerKit/Utilities/Assembler.h +++ b/include/CompilerKit/Utilities/Assembler.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-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 42fc977..5d4c6d9 100644 --- a/include/CompilerKit/Utilities/Compiler.h +++ b/include/CompilerKit/Utilities/Compiler.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_UTILITIES_COMPILER_H #define NECTAR_COMPILERKIT_UTILITIES_COMPILER_H diff --git a/include/CompilerKit/Utilities/DLL.h b/include/CompilerKit/Utilities/DLL.h index 36c511a..461661a 100644 --- a/include/CompilerKit/Utilities/DLL.h +++ b/include/CompilerKit/Utilities/DLL.h @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/nectar #ifndef NECTAR_COMPILERKIT_UTILITIES_DLL_H #define NECTAR_COMPILERKIT_UTILITIES_DLL_H |
