From 4f49c83e46a211aa521f8856fb3133f2edb74f57 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:26:23 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- include/CoreRuntimeKit/C++/filesystem | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/CoreRuntimeKit/C++/filesystem') 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__ -- cgit v1.2.3