summaryrefslogtreecommitdiffhomepage
path: root/public/tools
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools')
-rw-r--r--public/tools/diutil/src/CommandLine.cc4
-rw-r--r--public/tools/ld.dyn/src/CommandLine.cc3
-rw-r--r--public/tools/ld.fwrk/src/CommandLine.cc3
-rw-r--r--public/tools/mgmt.launch/src/CommandLine.cc4
-rw-r--r--public/tools/mgmt.oe/src/CommandLine.cc4
-rw-r--r--public/tools/mk.fwrk/src/CommandLine.cc3
-rw-r--r--public/tools/open/src/CommandLine.cc3
7 files changed, 14 insertions, 10 deletions
diff --git a/public/tools/diutil/src/CommandLine.cc b/public/tools/diutil/src/CommandLine.cc
index 9bcc0c68..37ac2c7e 100644
--- a/public/tools/diutil/src/CommandLine.cc
+++ b/public/tools/diutil/src/CommandLine.cc
@@ -1,11 +1,11 @@
-/* -------------------------------------------
+/* ========================================
Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
FILE: CommandLine.cc
PURPOSE: DIUTIL CLI.
- ------------------------------------------- */
+ ======================================== */
#include <DiskImage.fwrk/headers/DiskImage.h>
diff --git a/public/tools/ld.dyn/src/CommandLine.cc b/public/tools/ld.dyn/src/CommandLine.cc
index 3ee808c4..45f707a9 100644
--- a/public/tools/ld.dyn/src/CommandLine.cc
+++ b/public/tools/ld.dyn/src/CommandLine.cc
@@ -15,7 +15,8 @@ SInt32 _NeMain(SInt32 argc, Char* argv[]) {
LIBSYS_UNUSED(argv);
PrintOut(nullptr, "%s", "ld.dyn: Dynamic Loader.\n");
- PrintOut(nullptr, "%s", "ld.dyn: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n");
+ PrintOut(nullptr, "%s",
+ "ld.dyn: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n");
for (SInt32 i = 1U; i < argc; ++i) {
if (MmStrCmp(argv[i], DYNLIB_FLAG) == 0) {
diff --git a/public/tools/ld.fwrk/src/CommandLine.cc b/public/tools/ld.fwrk/src/CommandLine.cc
index b02361fe..70c509b9 100644
--- a/public/tools/ld.fwrk/src/CommandLine.cc
+++ b/public/tools/ld.fwrk/src/CommandLine.cc
@@ -13,7 +13,8 @@ SInt32 _NeMain(SInt32 argc, Char* argv[]) {
LIBSYS_UNUSED(argv);
PrintOut(nullptr, "%s", "ld.fwrk: Framework Loader.\n");
- PrintOut(nullptr, "%s", "ld.fwrk: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n");
+ PrintOut(nullptr, "%s",
+ "ld.fwrk: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n");
return EXIT_FAILURE;
}
diff --git a/public/tools/mgmt.launch/src/CommandLine.cc b/public/tools/mgmt.launch/src/CommandLine.cc
index cb4fe547..9e019906 100644
--- a/public/tools/mgmt.launch/src/CommandLine.cc
+++ b/public/tools/mgmt.launch/src/CommandLine.cc
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
- ------------------------------------------- */
+ ======================================== */
#include <libSystem/SystemKit/System.h>
diff --git a/public/tools/mgmt.oe/src/CommandLine.cc b/public/tools/mgmt.oe/src/CommandLine.cc
index 908b72a5..e16beacc 100644
--- a/public/tools/mgmt.oe/src/CommandLine.cc
+++ b/public/tools/mgmt.oe/src/CommandLine.cc
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
-------------------------------------------- */
+======================================== */
#include <libSystem/SystemKit/Jail.h>
#include <libSystem/SystemKit/System.h>
diff --git a/public/tools/mk.fwrk/src/CommandLine.cc b/public/tools/mk.fwrk/src/CommandLine.cc
index 65655da4..8c1dac5c 100644
--- a/public/tools/mk.fwrk/src/CommandLine.cc
+++ b/public/tools/mk.fwrk/src/CommandLine.cc
@@ -25,7 +25,8 @@ SInt32 _NeMain(SInt32 argc, Char* argv[]) {
for (SInt32 i = 2UL; i < argc; ++i) {
if (MmStrCmp(argv[i], "-h") == 0) {
PrintOut(nullptr, "%s", "make_app: Framework/Application Creation Tool.\n");
- PrintOut(nullptr, "%s", "make_app: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n");
+ PrintOut(nullptr, "%s",
+ "make_app: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n");
PrintOut(nullptr, "%s", "make_app: -a: Application Directory.\n");
PrintOut(nullptr, "%s", "make_app: -s: Steps (Setup pages) Directory.\n");
diff --git a/public/tools/open/src/CommandLine.cc b/public/tools/open/src/CommandLine.cc
index 130545d2..06c37957 100644
--- a/public/tools/open/src/CommandLine.cc
+++ b/public/tools/open/src/CommandLine.cc
@@ -17,7 +17,8 @@ SInt32 _NeMain(SInt32 argc, Char* argv[]) {
if (argc == 1) return EXIT_FAILURE;
PrintOut(nullptr, "open: Open Loader.\n");
- PrintOut(nullptr, "open: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n");
+ PrintOut(nullptr,
+ "open: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n");
for (SInt32 i = 1U; i < argc; ++i) {
if (MmStrCmp(argv[i], OPEN_APP_HELP_FLAG) == 0) {