summaryrefslogtreecommitdiffhomepage
path: root/private/tools/src
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-14 14:28:40 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-14 14:28:40 +0100
commitffbb5761fa5beeb7b166d401615acbde28a37fa3 (patch)
tree65f5caff8db6d7bec8cbe248bc925261f9711acf /private/tools/src
parent1ebfbbece43b1e16c21cff83c4d43c616b8075ed (diff)
bump.
Diffstat (limited to 'private/tools/src')
-rw-r--r--private/tools/src/Framework.cc4
1 files changed, 2 insertions, 2 deletions
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 <cstdlib>
@@ -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;
}