diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-12-12 19:51:43 +0100 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-12-12 19:51:43 +0100 |
| commit | 9c17f7485899dd007f1f2e1507c3b05cc29265c9 (patch) | |
| tree | cfeca034bab5dfe22d7421549d5214f2c8c324fa /private | |
| parent | 51860741562f2486a5134dae60311919bcf13785 (diff) | |
META: Update ZKA with TQ banner.
Diffstat (limited to 'private')
| -rw-r--r-- | private/tools/Common.h | 2 | ||||
| -rw-r--r-- | private/tools/Framework.h | 2 | ||||
| -rw-r--r-- | private/tools/src/Framework.cc | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/private/tools/Common.h b/private/tools/Common.h index 09da0da1..2c36647f 100644 --- a/private/tools/Common.h +++ b/private/tools/Common.h @@ -1,6 +1,6 @@ /** Sat Oct 26 07:03:28 AM CEST 2024 - (c) ELMH GROUP. + (c) Theater Quality Incorporated.. */ #ifndef APPS_COMMON_H diff --git a/private/tools/Framework.h b/private/tools/Framework.h index 97682de7..0ad3981e 100644 --- a/private/tools/Framework.h +++ b/private/tools/Framework.h @@ -1,6 +1,6 @@ /** Thu Oct 17 07:57:43 CEST 2024 - (c) ELMH GROUP. + (c) Theater Quality Incorporated.. */ #ifndef APPS_FRAMEWORK_H diff --git a/private/tools/src/Framework.cc b/private/tools/src/Framework.cc index 7ab2b415..3f0421ff 100644 --- a/private/tools/src/Framework.cc +++ b/private/tools/src/Framework.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 ELMH GROUP + * Copyright (c) 2024 Theater Quality Incorporated. */ #include <cstdlib> @@ -22,7 +22,7 @@ int main(int argc, char* argv[]) if (strcmp(argv[i], "-h") == 0) { std::cout << "make_framework: Framework/Application Creation Tool.\n"; - std::cout << "make_framework: © ELMH GROUP, all rights reserved.\n"; + std::cout << "make_framework: © Theater Quality Incorporated., all rights reserved.\n"; return EXIT_SUCCESS; } |
