From aaf43eec4e4212578d0e900b546695c42bc203c0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:24:17 +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 07428c78..69a4312c 100644 --- a/tools/chk.hefs.cpp +++ b/tools/chk.hefs.cpp @@ -3,6 +3,7 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #include #include #include diff --git a/tools/libmkfs/mkfs.hpp b/tools/libmkfs/mkfs.hpp index 0d361959..d7a7bf1f 100644 --- a/tools/libmkfs/mkfs.hpp +++ b/tools/libmkfs/mkfs.hpp @@ -3,6 +3,7 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #ifndef LIBMKFS_MKFS_H #define LIBMKFS_MKFS_H diff --git a/tools/libmkfs/openhefs.hpp b/tools/libmkfs/openhefs.hpp index 4f27b6d6..86dbdad7 100644 --- a/tools/libmkfs/openhefs.hpp +++ b/tools/libmkfs/openhefs.hpp @@ -3,6 +3,7 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #ifndef LIBMKFS_OPENHEFS_H #define LIBMKFS_OPENHEFS_H diff --git a/tools/mkfs.hefs.cpp b/tools/mkfs.hefs.cpp index cf8e205e..ad60c675 100644 --- a/tools/mkfs.hefs.cpp +++ b/tools/mkfs.hefs.cpp @@ -3,6 +3,7 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #include #include #include -- cgit v1.2.3