From b863b259d0b558bc3b978b5c14de5ae56ebb8974 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:37:49 +0100 Subject: ELMH Group takes ownership of the code. --- BTBKit/IManifestBuilder.h | 2 +- BTBKit/JSONManifestBuilder.h | 2 +- BTBKit/Macros.h | 2 +- ReadMe.md | 4 ++-- cli/ManifestBuilder.cc | 6 +++--- src/IManifestBuilder.cc | 2 +- src/JSONManifestBuilder.cc | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/BTBKit/IManifestBuilder.h b/BTBKit/IManifestBuilder.h index e8709ba..9908522 100644 --- a/BTBKit/IManifestBuilder.h +++ b/BTBKit/IManifestBuilder.h @@ -1,6 +1,6 @@ // ============================================================= // // btb -// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. +// Copyright (C) 2024, ELMH Group, all rights reserved. // ============================================================= // #pragma once diff --git a/BTBKit/JSONManifestBuilder.h b/BTBKit/JSONManifestBuilder.h index 78a5572..1975a68 100644 --- a/BTBKit/JSONManifestBuilder.h +++ b/BTBKit/JSONManifestBuilder.h @@ -1,6 +1,6 @@ // ============================================================= // // btb -// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. +// Copyright (C) 2024, ELMH Group, all rights reserved. // ============================================================= // #pragma once diff --git a/BTBKit/Macros.h b/BTBKit/Macros.h index aad63aa..15986fb 100644 --- a/BTBKit/Macros.h +++ b/BTBKit/Macros.h @@ -1,6 +1,6 @@ // ============================================================= // // btb -// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. +// Copyright (C) 2024, ELMH Group, all rights reserved. // ============================================================= // #pragma once diff --git a/ReadMe.md b/ReadMe.md index f8f9198..3d9599e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ # BTB. -A tool by EL Mahrouss Logic to build libraries and programs. +A tool by ELMH Group to build libraries and programs. ## Installation requirements: @@ -14,4 +14,4 @@ A tool by EL Mahrouss Logic to build libraries and programs. - Run `btb` and pass the path to the manifest file. -###### Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. All rights reserved. \ No newline at end of file +###### Copyright (C) 2024, ELMH Group, all rights reserved. All rights reserved. \ No newline at end of file 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 @@ -24,8 +24,8 @@ int main(int argc, char** argv) std::cout << "Usage: btb \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; } diff --git a/src/IManifestBuilder.cc b/src/IManifestBuilder.cc index 2e45a3a..20604de 100644 --- a/src/IManifestBuilder.cc +++ b/src/IManifestBuilder.cc @@ -1,6 +1,6 @@ // ============================================================= // // btb -// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. +// Copyright (C) 2024, ELMH Group, all rights reserved. // ============================================================= // #include diff --git a/src/JSONManifestBuilder.cc b/src/JSONManifestBuilder.cc index 774cdb3..ded7405 100644 --- a/src/JSONManifestBuilder.cc +++ b/src/JSONManifestBuilder.cc @@ -1,6 +1,6 @@ // ============================================================= // // btb -// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. +// Copyright (C) 2024, ELMH Group, all rights reserved. // ============================================================= // #include -- cgit v1.2.3