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/tools/src | |
| parent | 39a561438c00a2d578cc6868601a850ce7cae703 (diff) | |
IMPL: Change from inc to corp.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public/tools/src')
| -rw-r--r-- | public/tools/src/CLI.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |
