summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com>2025-01-18 10:21:50 +0100
committerGitHub <noreply@github.com>2025-01-18 10:21:50 +0100
commitee568b7f8eb87c824fd1ce5e2099cbf9c3155ee8 (patch)
treec3ff0fa94d004bbea74bd33b60df528804ec909e /public
parenta45807be431556c175ac8494cfcc6b7572ac6686 (diff)
ADD: Rebrand.
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/CommandLine.cc4
-rw-r--r--public/tools/open/src/CommandLine.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 cb3ec977..1e1124a2 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) t& Labs.
+ (c) MediaSwirl.
*/
#ifndef APPS_COMMON_H
diff --git a/public/tools/make_app/Framework.h b/public/tools/make_app/Framework.h
index 79377181..f3d4814f 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) t& Labs.
+ (c) MediaSwirl.
*/
#ifndef APPS_FRAMEWORK_H
diff --git a/public/tools/make_app/Steps.h b/public/tools/make_app/Steps.h
index 81d2cc4f..035c7a0d 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) t& Labs.
+ (c) MediaSwirl.
*/
#ifndef APPS_STEPS_H
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 <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: © 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";
diff --git a/public/tools/open/src/CommandLine.cc b/public/tools/open/src/CommandLine.cc
index 53dd8455..57067fec 100644
--- a/public/tools/open/src/CommandLine.cc
+++ b/public/tools/open/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 <LibSCI/SCI.h>
@@ -22,7 +22,7 @@ int main(int argc, char* argv[])
if (MmStrCmp(argv[i], OPEN_APP_HELP_FLAG) == 0)
{
ConOut(nullptr, "open: Open Tool.\n");
- ConOut(nullptr, "open: © t& Labs, All rights reserved.\n");
+ ConOut(nullptr, "open: © MediaSwirl, All rights reserved.\n");
ConOut(nullptr, "open: %s: Application is taken as input (opens a PEF/PE32+/ELF program depending on architecture).\n", OPEN_APP_APP_FLAG);