diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 19:26:18 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 19:26:18 +0100 |
| commit | a076d1184c8c807e216af35dabb47aac99525953 (patch) | |
| tree | 12aab7dcbf43fcfed2847655b787edb7dfe2eea2 | |
| parent | 4f49c83e46a211aa521f8856fb3133f2edb74f57 (diff) | |
[CHORE] Add SPDX header for CoreRuntimeKit.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | include/CoreRuntimeKit/C++/base_alloc | 1 | ||||
| -rw-r--r-- | include/CoreRuntimeKit/C++/base_exception | 1 | ||||
| -rw-r--r-- | include/CoreRuntimeKit/C++/base_math | 1 | ||||
| -rw-r--r-- | include/CoreRuntimeKit/C++/base_process | 1 | ||||
| -rw-r--r-- | include/CoreRuntimeKit/C++/defines | 1 | ||||
| -rw-r--r-- | include/CoreRuntimeKit/C++/filesystem | 1 | ||||
| -rw-r--r-- | include/CoreRuntimeKit/C++/new | 9 |
7 files changed, 4 insertions, 11 deletions
diff --git a/include/CoreRuntimeKit/C++/base_alloc b/include/CoreRuntimeKit/C++/base_alloc index fbd5edb..9e10f92 100644 --- a/include/CoreRuntimeKit/C++/base_alloc +++ b/include/CoreRuntimeKit/C++/base_alloc @@ -3,7 +3,6 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nectar - #pragma once #include <defines> diff --git a/include/CoreRuntimeKit/C++/base_exception b/include/CoreRuntimeKit/C++/base_exception index b8ddd1b..db1de01 100644 --- a/include/CoreRuntimeKit/C++/base_exception +++ b/include/CoreRuntimeKit/C++/base_exception @@ -3,7 +3,6 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nectar - #pragma once #include <__abi> diff --git a/include/CoreRuntimeKit/C++/base_math b/include/CoreRuntimeKit/C++/base_math index 1ee190d..6691c27 100644 --- a/include/CoreRuntimeKit/C++/base_math +++ b/include/CoreRuntimeKit/C++/base_math @@ -3,7 +3,6 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nectar - #pragma once #include <defines> diff --git a/include/CoreRuntimeKit/C++/base_process b/include/CoreRuntimeKit/C++/base_process index 5687a75..45de8fd 100644 --- a/include/CoreRuntimeKit/C++/base_process +++ b/include/CoreRuntimeKit/C++/base_process @@ -3,7 +3,6 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nectar - #pragma once #include <defines> diff --git a/include/CoreRuntimeKit/C++/defines b/include/CoreRuntimeKit/C++/defines index 159ca2f..3cd1ee1 100644 --- a/include/CoreRuntimeKit/C++/defines +++ b/include/CoreRuntimeKit/C++/defines @@ -3,7 +3,6 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nectar - #ifndef __NECTAR_DEFINES_H__ #define __NECTAR_DEFINES_H__ diff --git a/include/CoreRuntimeKit/C++/filesystem b/include/CoreRuntimeKit/C++/filesystem index d51699b..917dd0f 100644 --- a/include/CoreRuntimeKit/C++/filesystem +++ b/include/CoreRuntimeKit/C++/filesystem @@ -3,7 +3,6 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nectar - #ifndef __NECTAR_FS_H__ #define __NECTAR_FS_H__ diff --git a/include/CoreRuntimeKit/C++/new b/include/CoreRuntimeKit/C++/new index beb40c3..71afa28 100644 --- a/include/CoreRuntimeKit/C++/new +++ b/include/CoreRuntimeKit/C++/new @@ -1,8 +1,7 @@ -/* ======================================== - - Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// SPDX-License-Identifier: Apache-2.0 +// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/ne-foss-org/nectar #pragma once |
