From 4fd4813ed9b2d89b4d4e0a5caa1fca6a737116a2 Mon Sep 17 00:00:00 2001 From: Mohd Sahil <110476034+MdSahil8130@users.noreply.github.com> Date: Fri, 18 Sep 2026 00:48:50 +0530 Subject: [PATCH] docs: correct contributor licence to AGPL-3.0 in CONTRIBUTING.md CONTRIBUTING.md stated that contributions are licensed under the MIT License and linked to ./LICENSE, but the project ships LICENSE.md containing the GNU Affero General Public License v3.0, and both the README and recordly.dev state AGPL-3.0. Point the section at the licence the project actually uses and fix the link target, which was broken (LICENSE vs LICENSE.md). --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62a6ea1b5..196186e59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,6 +58,6 @@ If you encounter a bug or have a feature request, please open an issue in the [I ## License -By contributing to this project, you agree that your contributions will be licensed under the [MIT License](./LICENSE). +By contributing to this project, you agree that your contributions will be licensed under the [GNU Affero General Public License v3.0](./LICENSE.md). Thank you for your contributions!