diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-11 22:26:34 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-11 22:26:34 +0100 |
| commit | 2f72dc4a5de7836955c7cfda87e7e97a06e37837 (patch) | |
| tree | 78b8aa31e0371c8b06179923eb8a75cf978f477a /public/tools/open | |
| parent | de4257fa16f6181fe4f500868e2500f6c837b500 (diff) | |
ADD: Rebrand.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public/tools/open')
| -rw-r--r-- | public/tools/open/src/CLI.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/tools/open/src/CLI.cc b/public/tools/open/src/CLI.cc index 3fea9463..2027b14d 100644 --- a/public/tools/open/src/CLI.cc +++ b/public/tools/open/src/CLI.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 Theater Quality Corp + * Copyright (c) 2024 t& Corporation */ #include <iostream> @@ -19,7 +19,7 @@ int main(int argc, char* argv[]) if (strcmp(argv[i], "-h") == 0) { std::cout << "open: Open Application Tool.\n"; - std::cout << "open: © Theater Quality Corp, All rights reserved.\n"; + std::cout << "open: © t& Corporation, All rights reserved.\n"; std::cout << "open: -a: Application is taken as input.\n"; std::cout << "open: -u: URL is taken as input.\n"; |
