From 70803098425944d918ff25cb3dfc9f9724da9d75 Mon Sep 17 00:00:00 2001 From: braginini Date: Tue, 11 May 2021 14:33:02 +0200 Subject: [PATCH 1/3] license: add BSD license text and authors --- AUTHORS | 2 ++ LICENSE.md | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 AUTHORS create mode 100644 LICENSE.md diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..e7c69175e --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Mikhail Bragin (https://github.com/braginini) +Maycon Santos (https://github.com/mlsmaycon) \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 000000000..48bb48cc9 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,11 @@ +Copyright 2021 The Wiretrustee AUTHORS + +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. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +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. \ No newline at end of file From 47933bcbfaffb17b4eb94f3ddc5b6d6da713a000 Mon Sep 17 00:00:00 2001 From: braginini Date: Tue, 11 May 2021 14:38:41 +0200 Subject: [PATCH 2/3] license: correct license text --- LICENSE.md => LICENSE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename LICENSE.md => LICENSE (95%) diff --git a/LICENSE.md b/LICENSE similarity index 95% rename from LICENSE.md rename to LICENSE index 48bb48cc9..555bee732 100644 --- a/LICENSE.md +++ b/LICENSE @@ -1,4 +1,6 @@ -Copyright 2021 The Wiretrustee AUTHORS +BSD 3-Clause License + +Copyright (c) 2021 Wiretrustee AUTHORS Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: From d47d14a7d35ed40bfce402d521ee81bbdb2b6b79 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Tue, 11 May 2021 22:40:09 +0500 Subject: [PATCH 3/3] add end of line --- AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index e7c69175e..38ff6d3e3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ Mikhail Bragin (https://github.com/braginini) -Maycon Santos (https://github.com/mlsmaycon) \ No newline at end of file +Maycon Santos (https://github.com/mlsmaycon)