diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-21 17:26:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-21 17:26:23 +0100 |
| commit | 5444f68d0cbb529866aa88f4b281b921799f2ef9 (patch) | |
| tree | 0e6b0db5a1a28eddad93bce7a8197d6062924560 | |
| parent | 0dd8adc75029f9b7102005bababb368687aacc99 (diff) | |
META: Open source build system too.
| -rw-r--r-- | BTBKit/IManifestBuilder.h | 2 | ||||
| -rw-r--r-- | BTBKit/JSONManifestBuilder.h | 2 | ||||
| -rw-r--r-- | BTBKit/Macros.h | 2 | ||||
| -rw-r--r-- | LICENSE | 10 | ||||
| -rw-r--r-- | ReadMe.md | 4 | ||||
| -rw-r--r-- | cli/ManifestBuilder.cc | 6 | ||||
| -rw-r--r-- | src/IManifestBuilder.cc | 2 | ||||
| -rw-r--r-- | src/JSONManifestBuilder.cc | 2 |
8 files changed, 20 insertions, 10 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 @@ -0,0 +1,10 @@ +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. + @@ -1,6 +1,6 @@ # BTB. -A tool by EL Mahrouss Logic to build libraries and programs. +A tool by Amlal EL Mahrouss 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, 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 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; } 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> |
