diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:26:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:26:23 +0100 |
| commit | 4f49c83e46a211aa521f8856fb3133f2edb74f57 (patch) | |
| tree | 56528846611d0e91c7a06ae85e52871bba19c7dd /include/CoreRuntimeKit/C++/filesystem | |
| parent | 74ef3d6f203740d29c58efdfc01354d522ed24d3 (diff) | |
[CHORE] Add SPDX header for files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CoreRuntimeKit/C++/filesystem')
| -rw-r--r-- | include/CoreRuntimeKit/C++/filesystem | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/CoreRuntimeKit/C++/filesystem b/include/CoreRuntimeKit/C++/filesystem index 46d1310..d51699b 100644 --- a/include/CoreRuntimeKit/C++/filesystem +++ b/include/CoreRuntimeKit/C++/filesystem @@ -1,8 +1,8 @@ -/* ======================================== +// 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 - Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ #ifndef __NECTAR_FS_H__ #define __NECTAR_FS_H__ |
