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).
This commit is contained in:
Mohd Sahil
2026-09-18 00:52:37 +05:30
parent b3ea7754c9
commit 4fd4813ed9
+1 -1
View File
@@ -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!