diff options
| author | Amlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> | 2025-01-18 10:21:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-18 10:21:50 +0100 |
| commit | ee568b7f8eb87c824fd1ce5e2099cbf9c3155ee8 (patch) | |
| tree | c3ff0fa94d004bbea74bd33b60df528804ec909e /public/tools/open/src/CommandLine.cc | |
| parent | a45807be431556c175ac8494cfcc6b7572ac6686 (diff) | |
ADD: Rebrand.
Diffstat (limited to 'public/tools/open/src/CommandLine.cc')
| -rw-r--r-- | public/tools/open/src/CommandLine.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
