From 74ef3d6f203740d29c58efdfc01354d522ed24d3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:07:12 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- include/CoreRuntimeKit/C++/__abi | 9 ++++----- 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 -- cgit v1.2.3