summaryrefslogtreecommitdiffhomepage
path: root/public/tools/make_app/src/CommandLine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools/make_app/src/CommandLine.cc')
-rw-r--r--public/tools/make_app/src/CommandLine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/tools/make_app/src/CommandLine.cc b/public/tools/make_app/src/CommandLine.cc
index a4d655aa..ea22fb26 100644
--- a/public/tools/make_app/src/CommandLine.cc
+++ b/public/tools/make_app/src/CommandLine.cc
@@ -22,7 +22,7 @@ int main(int argc, char* argv[])
if (MmStrCmp(argv[i], "-h") == 0)
{
PrintOut(nullptr, "%s", "make_app: Framework/Application Creation Tool.\n");
- PrintOut(nullptr, "%s", "make_app: © Amlal EL Mahrouss, All rights reserved.\n");
+ PrintOut(nullptr, "%s", "make_app: © 2024-2025 Amlal EL Mahrouss, All rights reserved.\n");
PrintOut(nullptr, "%s", "make_app: -a: Application format.\n");
PrintOut(nullptr, "%s", "make_app: -s: Steps (Setup pages) format.\n");