From ffbb5761fa5beeb7b166d401615acbde28a37fa3 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 14 Dec 2024 14:28:40 +0100 Subject: bump. --- private/tools/Common.h | 2 +- private/tools/Framework.h | 2 +- private/tools/src/Framework.cc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'private') diff --git a/private/tools/Common.h b/private/tools/Common.h index cb3bfda1..ae483545 100644 --- a/private/tools/Common.h +++ b/private/tools/Common.h @@ -1,6 +1,6 @@ /** Sat Oct 26 07:03:28 AM CEST 2024 - (c) Amlal EL Mahrouss. + (c) Theater Quality Inc. */ #ifndef APPS_COMMON_H diff --git a/private/tools/Framework.h b/private/tools/Framework.h index 48db2599..d5d7ac27 100644 --- a/private/tools/Framework.h +++ b/private/tools/Framework.h @@ -1,6 +1,6 @@ /** Thu Oct 17 07:57:43 CEST 2024 - (c) Amlal EL Mahrouss. + (c) Theater Quality Inc. */ #ifndef APPS_FRAMEWORK_H diff --git a/private/tools/src/Framework.cc b/private/tools/src/Framework.cc index 29426d1e..ba7da4b3 100644 --- a/private/tools/src/Framework.cc +++ b/private/tools/src/Framework.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 Amlal EL Mahrouss + * Copyright (c) 2024 Theater Quality Inc */ #include @@ -22,7 +22,7 @@ int main(int argc, char* argv[]) if (strcmp(argv[i], "-h") == 0) { std::cout << "make_framework: Framework/Application Creation Tool.\n"; - std::cout << "make_framework: © Amlal EL Mahrouss, all rights reserved.\n"; + std::cout << "make_framework: © Theater Quality Inc, all rights reserved.\n"; return EXIT_SUCCESS; } -- cgit v1.2.3