summaryrefslogtreecommitdiffhomepage
path: root/public/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 /public/tools
parent269012b320d0b81df07a78c1082a9f7b2f106df3 (diff)
[CHORE] Add SPDX header for files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public/tools')
-rw-r--r--public/tools/manual/src/CommandLine.cc1
-rw-r--r--public/tools/mgmt.launch/src/CommandLine.cc1
-rw-r--r--public/tools/mgmt.oe/src/CommandLine.cc1
3 files changed, 3 insertions, 0 deletions
diff --git a/public/tools/manual/src/CommandLine.cc b/public/tools/manual/src/CommandLine.cc
index 267b7652..249a99e4 100644
--- a/public/tools/manual/src/CommandLine.cc
+++ b/public/tools/manual/src/CommandLine.cc
@@ -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 <libSystem/SystemKit/Err.h>
#include <libSystem/SystemKit/System.h>
diff --git a/public/tools/mgmt.launch/src/CommandLine.cc b/public/tools/mgmt.launch/src/CommandLine.cc
index 29cc3555..da2fd783 100644
--- a/public/tools/mgmt.launch/src/CommandLine.cc
+++ b/public/tools/mgmt.launch/src/CommandLine.cc
@@ -2,6 +2,7 @@
// 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
+
#include <libSystem/SystemKit/System.h>
SInt32 _NeMain(SInt32 argc, Char* argv[]) {
diff --git a/public/tools/mgmt.oe/src/CommandLine.cc b/public/tools/mgmt.oe/src/CommandLine.cc
index beaab2c4..0494cc8b 100644
--- a/public/tools/mgmt.oe/src/CommandLine.cc
+++ b/public/tools/mgmt.oe/src/CommandLine.cc
@@ -2,6 +2,7 @@
// 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
+
#include <libSystem/SystemKit/Jail.h>
#include <libSystem/SystemKit/System.h>