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