diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-18 17:01:31 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-18 17:01:31 +0200 |
| commit | 04a28f00504a856cde11d0a8a171453e1a1fac3a (patch) | |
| tree | a489bf9e4dde2164a3fabd267d2a717d412294bb /tools/src | |
| parent | b5ebbd7406e87d19beee3760ef2417e1444a10d2 (diff) | |
IMP: Rebrand under ZKA Web Services Co
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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; } |
