diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:07:12 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:07:12 +0100 |
| commit | 74ef3d6f203740d29c58efdfc01354d522ed24d3 (patch) | |
| tree | 5f0cccb0a5a3b50fe23931c34660c2022e94e93e | |
| parent | db5df93341b072c82c82f51ec7cdee79ae4ce6e5 (diff) | |
[CHORE] Add SPDX header for files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | include/CoreRuntimeKit/C++/__abi | 9 | ||||
| -rw-r--r-- | include/CoreRuntimeKit/C++/utility | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/include/CoreRuntimeKit/C++/__abi b/include/CoreRuntimeKit/C++/__abi index c4ec668..0252e0b 100644 --- a/include/CoreRuntimeKit/C++/__abi +++ b/include/CoreRuntimeKit/C++/__abi @@ -1,8 +1,7 @@ -/* ======================================== - - Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// SPDX-License-Identifier: Apache-2.0 +// Copyright 2024-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 diff --git a/include/CoreRuntimeKit/C++/utility b/include/CoreRuntimeKit/C++/utility index 0ee2735..a427c44 100644 --- a/include/CoreRuntimeKit/C++/utility +++ b/include/CoreRuntimeKit/C++/utility @@ -1,8 +1,7 @@ -/* ======================================== - - Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// SPDX-License-Identifier: Apache-2.0 +// Copyright 2024-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 #ifndef LIBCXX_UTILITY_H #define LIBCXX_UTILITY_H |
