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 /include/CoreRuntimeKit/C++/new | |
| parent | 4f49c83e46a211aa521f8856fb3133f2edb74f57 (diff) | |
[CHORE] Add SPDX header for CoreRuntimeKit.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CoreRuntimeKit/C++/new')
| -rw-r--r-- | include/CoreRuntimeKit/C++/new | 9 |
1 files changed, 4 insertions, 5 deletions
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 |
