From ed43468514464938a2746243d109dda7917d3b89 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 3 Sep 2022 14:22:31 +0200 Subject: [PATCH] Update README.md Signed-off-by: Kjeld Schouten-Lebbing --- .github/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 3ac53487c39..229c1786993 100644 --- a/.github/README.md +++ b/.github/README.md @@ -300,9 +300,10 @@ This project follows the [all-contributors](https://github.com/all-contributors/ --- -Truecharts as a whole, is based on a BSD-3-clause license, this ensures almost everyone can use and modify our charts. However: As a lot of Charts are based on upstream Helm Charts, Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in the Chart root folder. +Truecharts, is primarily based on a BSD-3-clause license, this ensures almost everyone can use and modify our charts. +As a lot of Charts are based on upstream Helm Charts, Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder. -Some Charts may also contain parts in other licenses, such as libraries or templates, these files can be recognised by their individual headers. +An exception to this, has been made for every document inside folders labeled as `docs` or `doc` and their subfolders: those folders are not licensed under BSD-3-clause and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement. `SPDX-License-Identifier: BSD-3-Clause`