diff options
| author | Amlal El Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> | 2024-11-26 11:37:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-26 11:37:49 +0100 |
| commit | b863b259d0b558bc3b978b5c14de5ae56ebb8974 (patch) | |
| tree | 790a05407a7244d8d6629be7919b453d29013275 /cli | |
| parent | aec88e569168a3c49797557f1d32397bb4475171 (diff) | |
ELMH Group takes ownership of the code.
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/ManifestBuilder.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/ManifestBuilder.cc b/cli/ManifestBuilder.cc index 5adaa24..ee05410 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, ELMH Group, 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 ELMH Group.\n"; + std::cout << "© ELMH Group, all rights reserved.\n"; return 0; } |
