summaryrefslogtreecommitdiffhomepage
path: root/public/tools/open/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:05:07 +0100
committerGitHub <noreply@github.com>2025-11-17 10:05:07 +0100
commit062c4bb508bf6ec7334d374fef2e0e10623b2df9 (patch)
tree137a91eb22d1a9207fd4322ced08c3b6388c5eb5 /public/tools/open/src
parent36269e57831e560df6a0da9c9d02c00671b0163d (diff)
parent791fcd646503f05617f22e6006c115095746da26 (diff)
Merge pull request #69 from nekernel-org/dev
release: NeKernel v0.0.7
Diffstat (limited to 'public/tools/open/src')
-rw-r--r--public/tools/open/src/CommandLine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/tools/open/src/CommandLine.cc b/public/tools/open/src/CommandLine.cc
index e02fcebc..130545d2 100644
--- a/public/tools/open/src/CommandLine.cc
+++ b/public/tools/open/src/CommandLine.cc
@@ -17,7 +17,7 @@ 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, All rights reserved.\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) {