summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-06 08:59:41 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-06 08:59:41 +0100
commitf6579bf714dbdb56c10417bcf7accb77c671f1d9 (patch)
tree352fe3563a6a34e20a304e955390a1909f9a8da0
parentd8b46fa1d6b30d321d0f1e9896f38c1cd29c6143 (diff)
Opening source code, might liberate it too.
-rw-r--r--BTBKit/IManifestBuilder.h2
-rw-r--r--BTBKit/JSONManifestBuilder.h2
-rw-r--r--BTBKit/Macros.h2
-rw-r--r--ReadMe.md2
-rw-r--r--cli/ManifestBuilder.cc4
-rw-r--r--src/IManifestBuilder.cc2
-rw-r--r--src/JSONManifestBuilder.cc2
7 files changed, 8 insertions, 8 deletions
diff --git a/BTBKit/IManifestBuilder.h b/BTBKit/IManifestBuilder.h
index e8709ba..b77f13c 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, Amlal EL Mahrouss, all rights reserved.
// ============================================================= //
#pragma once
diff --git a/BTBKit/JSONManifestBuilder.h b/BTBKit/JSONManifestBuilder.h
index 78a5572..93d460d 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, Amlal EL Mahrouss, all rights reserved.
// ============================================================= //
#pragma once
diff --git a/BTBKit/Macros.h b/BTBKit/Macros.h
index aad63aa..ab43d3e 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, Amlal EL Mahrouss, all rights reserved.
// ============================================================= //
#pragma once
diff --git a/ReadMe.md b/ReadMe.md
index 53e7ebd..f3225a5 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -14,4 +14,4 @@ A tool by Amlal EL Mahrouss 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, Amlal EL Mahrouss, all rights reserved. All rights reserved. \ No newline at end of file
diff --git a/cli/ManifestBuilder.cc b/cli/ManifestBuilder.cc
index d9611c3..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>
@@ -25,7 +25,7 @@ int main(int argc, char** argv)
std::cout << "Check for issues at: www.el-mahrouss-logic.com/btb/issues\n";
std::cout << "Brought to you by Amlal EL Mahrouss.\n";
- std::cout << "© EL Mahrouss Logic, all rights reserved.\n";
+ std::cout << "© Amlal EL Mahrouss, all rights reserved.\n";
return 0;
}
diff --git a/src/IManifestBuilder.cc b/src/IManifestBuilder.cc
index 2e45a3a..0f390c6 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, Amlal EL Mahrouss, all rights reserved.
// ============================================================= //
#include <IManifestBuilder.h>
diff --git a/src/JSONManifestBuilder.cc b/src/JSONManifestBuilder.cc
index 774cdb3..2cffa22 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, Amlal EL Mahrouss, all rights reserved.
// ============================================================= //
#include <JSONManifestBuilder.h>