summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/framework.hxx2
-rw-r--r--tools/src/make_framework.cxx4
-rw-r--r--tools/src/make_zxd.cxx4
-rw-r--r--tools/zxd.hxx2
4 files changed, 6 insertions, 6 deletions
diff --git a/tools/framework.hxx b/tools/framework.hxx
index 555f7aae..e82c67d3 100644
--- a/tools/framework.hxx
+++ b/tools/framework.hxx
@@ -1,6 +1,6 @@
/**
Thu Oct 17 07:57:43 CEST 2024
- (C) ZKA Technologies.
+ (C) ZKA Web Services Co.
*/
#pragma once
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;
}
diff --git a/tools/zxd.hxx b/tools/zxd.hxx
index bf942241..bec145d8 100644
--- a/tools/zxd.hxx
+++ b/tools/zxd.hxx
@@ -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
*/
#pragma once