summaryrefslogtreecommitdiffhomepage
path: root/cli
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-09 09:30:34 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-09 09:30:34 +0100
commitaef1382483788b3287576e5c081cadaa303910a7 (patch)
tree48af2a985a0bd420f88617d192f9941cbd78b7a9 /cli
parent260e03b1aadc0a963632dcfc9404f53ee202f76d (diff)
META: Bumping repository.
Diffstat (limited to 'cli')
-rw-r--r--cli/ManifestBuilder.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/ManifestBuilder.cc b/cli/ManifestBuilder.cc
index 5adaa24..d2c5be4 100644
--- a/cli/ManifestBuilder.cc
+++ b/cli/ManifestBuilder.cc
@@ -1,6 +1,6 @@
// ============================================================= //
// btb
-// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+// Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
// ============================================================= //
#include <JSONManifestBuilder.h>
@@ -24,8 +24,8 @@ int main(int argc, char** argv)
std::cout << "Usage: btb <file>\n";
std::cout << "Check for issues at: www.el-mahrouss-logic.com/btb/issues\n";
- std::cout << "Brought to you by EL Mahrouss Logic.\n";
- std::cout << "© EL Mahrouss Logic, all rights reserved.\n";
+ std::cout << "Brought to you by Amlal EL Mahrouss.\n";
+ std::cout << "© Amlal EL Mahrouss, all rights reserved.\n";
return 0;
}