diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-28 05:44:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-28 05:44:37 +0100 |
| commit | bc305c8805547a19292dc709ae8c494b42606ffb (patch) | |
| tree | 0e16566ec3b978962a7fc81e9a66ae02275d09ce /public | |
| parent | 39a561438c00a2d578cc6868601a850ce7cae703 (diff) | |
IMPL: Change from inc to corp.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public')
| -rw-r--r-- | public/tools/Common.h | 2 | ||||
| -rw-r--r-- | public/tools/Framework.h | 2 | ||||
| -rw-r--r-- | public/tools/Steps.h | 2 | ||||
| -rw-r--r-- | public/tools/src/CLI.cc | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/public/tools/Common.h b/public/tools/Common.h index 2633df38..65748608 100644 --- a/public/tools/Common.h +++ b/public/tools/Common.h @@ -1,6 +1,6 @@ /** Sat Oct 26 07:03:28 AM CEST 2024 - (c) Theater Quality Inc. + (c) Theater Quality Corp. */ #ifndef APPS_COMMON_H diff --git a/public/tools/Framework.h b/public/tools/Framework.h index d5d7ac27..bd2adf08 100644 --- a/public/tools/Framework.h +++ b/public/tools/Framework.h @@ -1,6 +1,6 @@ /** Thu Oct 17 07:57:43 CEST 2024 - (c) Theater Quality Inc. + (c) Theater Quality Corp. */ #ifndef APPS_FRAMEWORK_H diff --git a/public/tools/Steps.h b/public/tools/Steps.h index be16b61a..c503c56c 100644 --- a/public/tools/Steps.h +++ b/public/tools/Steps.h @@ -1,6 +1,6 @@ /** Thu Oct 17 07:57:43 CEST 2024 - (c) Theater Quality Inc. + (c) Theater Quality Corp. */ #ifndef APPS_STEPS_H diff --git a/public/tools/src/CLI.cc b/public/tools/src/CLI.cc index b7f2b853..6296f5f1 100644 --- a/public/tools/src/CLI.cc +++ b/public/tools/src/CLI.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 Theater Quality Inc + * Copyright (c) 2024 Theater Quality Corp */ #include <Framework.h> @@ -20,7 +20,7 @@ int main(int argc, char* argv[]) if (strcmp(argv[i], "-h") == 0) { std::cout << "make_container: Framework/Application Creation Tool.\n"; - std::cout << "make_container: © Theater Quality Inc, All rights reserved.\n"; + std::cout << "make_container: © Theater Quality Corp, All rights reserved.\n"; std::cout << "make_container: -app: Application directory.\n"; std::cout << "make_container: -steps: Steps directory.\n"; |
