From a84b7249404e6e633d4a54ec00f5dec9118e6cca Mon Sep 17 00:00:00 2001 From: Soumyadeep Dey <95275364+SoumyaEXE@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:20:53 +0530 Subject: [PATCH] fix(docs) (#40299) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Corrected the phrasing regarding the AGPL-v3 license in the README. ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [x] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` Signed-off-by: Soumyadeep Dey <95275364+SoumyaEXE@users.noreply.github.com> --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 446592df6f6..5bd7f78e9d1 100644 --- a/.github/README.md +++ b/.github/README.md @@ -454,7 +454,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ --- Truecharts, is primarily based on the AGPL-v3 license, this ensures almost everyone can use and modify our charts. -Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder. +Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in that folder. 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 AGPL-v3 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.