summaryrefslogtreecommitdiffhomepage
path: root/public/tools/mgmt.launch/src/CommandLine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools/mgmt.launch/src/CommandLine.cc')
-rw-r--r--public/tools/mgmt.launch/src/CommandLine.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/tools/mgmt.launch/src/CommandLine.cc b/public/tools/mgmt.launch/src/CommandLine.cc
index 6015988e..cb4fe547 100644
--- a/public/tools/mgmt.launch/src/CommandLine.cc
+++ b/public/tools/mgmt.launch/src/CommandLine.cc
@@ -1,5 +1,14 @@
+/* -------------------------------------------
+
+ Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
+
+ ------------------------------------------- */
+
#include <libSystem/SystemKit/System.h>
SInt32 _NeMain(SInt32 argc, Char* argv[]) {
+ LIBSYS_UNUSED(argc);
+ LIBSYS_UNUSED(argv);
+
return EXIT_FAILURE;
} \ No newline at end of file