From 616bef1689c8e19b40d4a2e3aac4e64665c0ec6d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 11 Nov 2024 14:24:32 +0100 Subject: [PATCH] chore(website): clearify third-party licenses from TrueCharts licenses --- .../docs/general/legal/licenses/index.md | 14 ++++++++++++ .../licenses/{ => third-party}/apache2.md | 0 .../legal/licenses/third-party/bsd2.md | 22 +++++++++++++++++++ .../legal/licenses/{ => third-party}/bsd3.md | 0 .../general/legal/licenses/third-party/mit.md | 5 +++++ 5 files changed, 41 insertions(+) create mode 100644 website/src/content/docs/general/legal/licenses/index.md rename website/src/content/docs/general/legal/licenses/{ => third-party}/apache2.md (100%) create mode 100644 website/src/content/docs/general/legal/licenses/third-party/bsd2.md rename website/src/content/docs/general/legal/licenses/{ => third-party}/bsd3.md (100%) create mode 100644 website/src/content/docs/general/legal/licenses/third-party/mit.md diff --git a/website/src/content/docs/general/legal/licenses/index.md b/website/src/content/docs/general/legal/licenses/index.md new file mode 100644 index 00000000000..c3e071d70bd --- /dev/null +++ b/website/src/content/docs/general/legal/licenses/index.md @@ -0,0 +1,14 @@ +--- +sidebar: + order: 1 +title: License Overview +--- + +The licenses we use are: + +AGPL v3 +and +BSLv1.1 + +All licenses used by dependencies are listed under "third-party". +Feel free to add any missing licenses for projects you're involved in and present in the list of dependencies. diff --git a/website/src/content/docs/general/legal/licenses/apache2.md b/website/src/content/docs/general/legal/licenses/third-party/apache2.md similarity index 100% rename from website/src/content/docs/general/legal/licenses/apache2.md rename to website/src/content/docs/general/legal/licenses/third-party/apache2.md diff --git a/website/src/content/docs/general/legal/licenses/third-party/bsd2.md b/website/src/content/docs/general/legal/licenses/third-party/bsd2.md new file mode 100644 index 00000000000..affe2a77e22 --- /dev/null +++ b/website/src/content/docs/general/legal/licenses/third-party/bsd2.md @@ -0,0 +1,22 @@ +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 COPYRIGHT HOLDER ``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 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/website/src/content/docs/general/legal/licenses/bsd3.md b/website/src/content/docs/general/legal/licenses/third-party/bsd3.md similarity index 100% rename from website/src/content/docs/general/legal/licenses/bsd3.md rename to website/src/content/docs/general/legal/licenses/third-party/bsd3.md diff --git a/website/src/content/docs/general/legal/licenses/third-party/mit.md b/website/src/content/docs/general/legal/licenses/third-party/mit.md new file mode 100644 index 00000000000..1f95d26c5ac --- /dev/null +++ b/website/src/content/docs/general/legal/licenses/third-party/mit.md @@ -0,0 +1,5 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.