summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--BTBKit/IManifestBuilder.h2
-rw-r--r--BTBKit/JSONManifestBuilder.h2
-rw-r--r--BTBKit/Macros.h2
-rw-r--r--LICENSE10
-rw-r--r--ReadMe.md4
-rw-r--r--cli/ManifestBuilder.cc6
-rw-r--r--src/IManifestBuilder.cc2
-rw-r--r--src/JSONManifestBuilder.cc2
8 files changed, 10 insertions, 20 deletions
diff --git a/BTBKit/IManifestBuilder.h b/BTBKit/IManifestBuilder.h
index b77f13c..e8709ba 100644
--- a/BTBKit/IManifestBuilder.h
+++ b/BTBKit/IManifestBuilder.h
@@ -1,6 +1,6 @@
// ============================================================= //
// btb
-// Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
// ============================================================= //
#pragma once
diff --git a/BTBKit/JSONManifestBuilder.h b/BTBKit/JSONManifestBuilder.h
index 93d460d..78a5572 100644
--- a/BTBKit/JSONManifestBuilder.h
+++ b/BTBKit/JSONManifestBuilder.h
@@ -1,6 +1,6 @@
// ============================================================= //
// btb
-// Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
// ============================================================= //
#pragma once
diff --git a/BTBKit/Macros.h b/BTBKit/Macros.h
index ab43d3e..aad63aa 100644
--- a/BTBKit/Macros.h
+++ b/BTBKit/Macros.h
@@ -1,6 +1,6 @@
// ============================================================= //
// btb
-// Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
// ============================================================= //
#pragma once
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index fbdb472..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,10 +0,0 @@
-Copyright 2024 Amlal EL Mahrouss
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
diff --git a/ReadMe.md b/ReadMe.md
index f3225a5..f8f9198 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,6 +1,6 @@
# BTB.
-A tool by Amlal EL Mahrouss to build libraries and programs.
+A tool by EL Mahrouss Logic to build libraries and programs.
## Installation requirements:
@@ -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, Amlal EL Mahrouss, all rights reserved. All rights reserved. \ No newline at end of file
+###### Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. All rights reserved. \ No newline at end of file
diff --git a/cli/ManifestBuilder.cc b/cli/ManifestBuilder.cc
index d2c5be4..5adaa24 100644
--- a/cli/ManifestBuilder.cc
+++ b/cli/ManifestBuilder.cc
@@ -1,6 +1,6 @@
// ============================================================= //
// btb
-// Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+// Copyright (C) 2024, EL Mahrouss Logic, 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 Amlal EL Mahrouss.\n";
- std::cout << "© Amlal EL Mahrouss, all rights reserved.\n";
+ std::cout << "Brought to you by EL Mahrouss Logic.\n";
+ std::cout << "© EL Mahrouss Logic, all rights reserved.\n";
return 0;
}
diff --git a/src/IManifestBuilder.cc b/src/IManifestBuilder.cc
index 0f390c6..2e45a3a 100644
--- a/src/IManifestBuilder.cc
+++ b/src/IManifestBuilder.cc
@@ -1,6 +1,6 @@
// ============================================================= //
// btb
-// Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
// ============================================================= //
#include <IManifestBuilder.h>
diff --git a/src/JSONManifestBuilder.cc b/src/JSONManifestBuilder.cc
index 2cffa22..774cdb3 100644
--- a/src/JSONManifestBuilder.cc
+++ b/src/JSONManifestBuilder.cc
@@ -1,6 +1,6 @@
// ============================================================= //
// btb
-// Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+// Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
// ============================================================= //
#include <JSONManifestBuilder.h>