mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-23 22:35:42 +00:00
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:
+1
-1
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user