From bc14004a24f107e9821b6ba88fed801f0f6df6ca Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:01:54 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- tools/chk.hefs.cpp | 1 + tools/libmkfs/mkfs.hpp | 1 + tools/libmkfs/openhefs.hpp | 1 + tools/mkfs.hefs.cpp | 1 + 4 files changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/chk.hefs.cpp b/tools/chk.hefs.cpp index ad52f39d..07428c78 100644 --- a/tools/chk.hefs.cpp +++ b/tools/chk.hefs.cpp @@ -1,3 +1,4 @@ +// 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/nekernel diff --git a/tools/libmkfs/mkfs.hpp b/tools/libmkfs/mkfs.hpp index 3a6a2a6b..0d361959 100644 --- a/tools/libmkfs/mkfs.hpp +++ b/tools/libmkfs/mkfs.hpp @@ -1,3 +1,4 @@ +// 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/nekernel diff --git a/tools/libmkfs/openhefs.hpp b/tools/libmkfs/openhefs.hpp index 255b47d6..4f27b6d6 100644 --- a/tools/libmkfs/openhefs.hpp +++ b/tools/libmkfs/openhefs.hpp @@ -1,3 +1,4 @@ +// 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/nekernel diff --git a/tools/mkfs.hefs.cpp b/tools/mkfs.hefs.cpp index 8ffb1032..cf8e205e 100644 --- a/tools/mkfs.hefs.cpp +++ b/tools/mkfs.hefs.cpp @@ -1,3 +1,4 @@ +// 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/nekernel -- cgit v1.2.3