summaryrefslogtreecommitdiffhomepage
path: root/private/tools
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-14 11:42:15 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-14 11:42:15 +0100
commit1ebfbbece43b1e16c21cff83c4d43c616b8075ed (patch)
treefe669e9bf9acfd56901b92a7edade838b939add1 /private/tools
parent9d0ff59f961b11f6d03d57b9612a24db6e731267 (diff)
META: Update author to myself.
Diffstat (limited to 'private/tools')
-rw-r--r--private/tools/Common.h2
-rw-r--r--private/tools/Framework.h2
-rw-r--r--private/tools/src/Framework.cc4
3 files changed, 4 insertions, 4 deletions
diff --git a/private/tools/Common.h b/private/tools/Common.h
index 2c36647f..cb3bfda1 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) Theater Quality Incorporated..
+ (c) Amlal EL Mahrouss.
*/
#ifndef APPS_COMMON_H
diff --git a/private/tools/Framework.h b/private/tools/Framework.h
index 0ad3981e..48db2599 100644
--- a/private/tools/Framework.h
+++ b/private/tools/Framework.h
@@ -1,6 +1,6 @@
/**
Thu Oct 17 07:57:43 CEST 2024
- (c) Theater Quality Incorporated..
+ (c) Amlal EL Mahrouss.
*/
#ifndef APPS_FRAMEWORK_H
diff --git a/private/tools/src/Framework.cc b/private/tools/src/Framework.cc
index 3f0421ff..29426d1e 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 Theater Quality Incorporated.
+ * Copyright (c) 2024 Amlal EL Mahrouss
*/
#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: © Theater Quality Incorporated., all rights reserved.\n";
+ std::cout << "make_framework: © Amlal EL Mahrouss, all rights reserved.\n";
return EXIT_SUCCESS;
}