summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-11 16:24:17 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-11 16:24:17 +0100
commitaaf43eec4e4212578d0e900b546695c42bc203c0 (patch)
treeca76bdbe41c0f8202d1e09eb0a9e309cff902294 /tools
parent269012b320d0b81df07a78c1082a9f7b2f106df3 (diff)
[CHORE] Add SPDX header for files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/chk.hefs.cpp1
-rw-r--r--tools/libmkfs/mkfs.hpp1
-rw-r--r--tools/libmkfs/openhefs.hpp1
-rw-r--r--tools/mkfs.hefs.cpp1
4 files changed, 4 insertions, 0 deletions
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 <tools/libmkfs/mkfs.hpp>
#include <tools/libmkfs/openhefs.hpp>
#include <cstdlib>
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 <tools/libmkfs/mkfs.hpp>
#include <tools/libmkfs/openhefs.hpp>
#include <algorithm>