From ee568b7f8eb87c824fd1ce5e2099cbf9c3155ee8 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> Date: Sat, 18 Jan 2025 10:21:50 +0100 Subject: ADD: Rebrand. --- public/tools/make_app/src/CommandLine.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/tools/make_app/src/CommandLine.cc') diff --git a/public/tools/make_app/src/CommandLine.cc b/public/tools/make_app/src/CommandLine.cc index 064b11b1..4f33d5a5 100644 --- a/public/tools/make_app/src/CommandLine.cc +++ b/public/tools/make_app/src/CommandLine.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 t& Labs + * Copyright (c) 2024 MediaSwirl */ #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: © t& Labs, All rights reserved.\n"; + std::cout << "make_app: © MediaSwirl, All rights reserved.\n"; std::cout << "make_app: -app: Application directory.\n"; std::cout << "make_app: -steps: Steps (Setup pages) directory.\n"; -- cgit v1.2.3