diff options
Diffstat (limited to 'tools/src')
| -rw-r--r-- | tools/src/make_framework.cxx | 4 | ||||
| -rw-r--r-- | tools/src/make_zxd.cxx | 4 |
2 files changed, 4 insertions, 4 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; } diff --git a/tools/src/make_zxd.cxx b/tools/src/make_zxd.cxx index 2a456e28..94d01197 100644 --- a/tools/src/make_zxd.cxx +++ b/tools/src/make_zxd.cxx @@ -1,7 +1,7 @@ /* * Created on Thu Aug 22 09:29:13 CEST 2024 * - * Copyright (c) 2024 ZKA Technologies + * Copyright (c) 2024 ZKA Web Services Co */ #include <zxd.hxx> @@ -15,7 +15,7 @@ int main(int argc, char* argv[]) if (strcmp(argv[i], "/?") == 0) { std::cout << "make_zxd: ZXD Tool.\n"; - std::cout << "make_zxd: © ZKA Technologies, all rights reserved.\n"; + std::cout << "make_zxd: © ZKA Web Services Co, all rights reserved.\n"; return 0; } |
