summaryrefslogtreecommitdiffhomepage
path: root/tools/src
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/MakeFramework.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/MakeFramework.cc b/tools/src/MakeFramework.cc
index 58fba1f4..af4ed0cb 100644
--- a/tools/src/MakeFramework.cc
+++ b/tools/src/MakeFramework.cc
@@ -1,7 +1,7 @@
/*
* Created on Thu Oct 17 08:00:42 CEST 2024
*
- * Copyright (c) 2024 ZKA Web Services Co
+ * Copyright (c) 2024 EL Mahrouss Logic
*/
#include <filesystem>
@@ -16,7 +16,7 @@ int main(int argc, char* argv[])
if (strcmp(argv[i], "-h") == 0)
{
std::cout << "make_framework: Framework Creation Tool.\n";
- std::cout << "make_framework: © ZKA Web Services Co, all rights reserved.\n";
+ std::cout << "make_framework: © EL Mahrouss Logic, all rights reserved.\n";
return 0;
}