summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/tools/make_app/Common.h2
-rw-r--r--public/tools/make_app/Framework.h2
-rw-r--r--public/tools/make_app/Steps.h2
-rw-r--r--public/tools/make_app/src/CLI.cc4
-rw-r--r--public/tools/open/src/CLI.cc4
5 files changed, 7 insertions, 7 deletions
diff --git a/public/tools/make_app/Common.h b/public/tools/make_app/Common.h
index 65748608..17ec3d2d 100644
--- a/public/tools/make_app/Common.h
+++ b/public/tools/make_app/Common.h
@@ -1,6 +1,6 @@
/**
Sat Oct 26 07:03:28 AM CEST 2024
- (c) Theater Quality Corp.
+ (c) t& Corporation.
*/
#ifndef APPS_COMMON_H
diff --git a/public/tools/make_app/Framework.h b/public/tools/make_app/Framework.h
index bd2adf08..5a000c9d 100644
--- a/public/tools/make_app/Framework.h
+++ b/public/tools/make_app/Framework.h
@@ -1,6 +1,6 @@
/**
Thu Oct 17 07:57:43 CEST 2024
- (c) Theater Quality Corp.
+ (c) t& Corporation.
*/
#ifndef APPS_FRAMEWORK_H
diff --git a/public/tools/make_app/Steps.h b/public/tools/make_app/Steps.h
index c503c56c..217c57bb 100644
--- a/public/tools/make_app/Steps.h
+++ b/public/tools/make_app/Steps.h
@@ -1,6 +1,6 @@
/**
Thu Oct 17 07:57:43 CEST 2024
- (c) Theater Quality Corp.
+ (c) t& Corporation.
*/
#ifndef APPS_STEPS_H
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 <Framework.h>
@@ -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";
diff --git a/public/tools/open/src/CLI.cc b/public/tools/open/src/CLI.cc
index 3fea9463..2027b14d 100644
--- a/public/tools/open/src/CLI.cc
+++ b/public/tools/open/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 <iostream>
@@ -19,7 +19,7 @@ int main(int argc, char* argv[])
if (strcmp(argv[i], "-h") == 0)
{
std::cout << "open: Open Application Tool.\n";
- std::cout << "open: © Theater Quality Corp, All rights reserved.\n";
+ std::cout << "open: © t& Corporation, All rights reserved.\n";
std::cout << "open: -a: Application is taken as input.\n";
std::cout << "open: -u: URL is taken as input.\n";