From 2f72dc4a5de7836955c7cfda87e7e97a06e37837 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 11 Jan 2025 22:26:34 +0100 Subject: ADD: Rebrand. Signed-off-by: Amlal El Mahrouss --- public/tools/make_app/src/CLI.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/tools/make_app/src') diff --git a/public/tools/make_app/src/CLI.cc b/public/tools/make_app/src/CLI.cc index cdf3a6b9..229645d8 100644 --- a/public/tools/make_app/src/CLI.cc +++ b/public/tools/make_app/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 @@ -20,7 +20,7 @@ int main(int argc, char* argv[]) if (strcmp(argv[i], "-h") == 0) { std::cout << "make_app: Framework/Application Creation Tool.\n"; - std::cout << "make_app: © Theater Quality Corp, All rights reserved.\n"; + std::cout << "make_app: © t& Corporation, All rights reserved.\n"; std::cout << "make_app: -app: Application directory.\n"; std::cout << "make_app: -steps: Steps directory.\n"; -- cgit v1.2.3