From 3d6c3c42ff8b218489910bea5766c6888830e5be Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 29 Sep 2025 17:03:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(readme):=20add=20license=20?= =?UTF-8?q?and=20contribution=20sections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - introduce license section detailing MIT License terms for contributions - add contribution section to encourage and guide community involvement --- docs/readme/tail.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/readme/tail.md diff --git a/docs/readme/tail.md b/docs/readme/tail.md new file mode 100644 index 0000000..6b62484 --- /dev/null +++ b/docs/readme/tail.md @@ -0,0 +1,14 @@ + +## License + +By contributing to cull-gmail, you agree that your contributions will be licensed under the MIT License. This means: + +- You grant permission for your contributions to be used, modified, and distributed under the terms of the MIT License +- You confirm that you have the right to submit the code under this license +- You understand that your contributions will become part of the project and available to all users under the MIT License + +## Contribution + +Thank you for your interest in contributing to cull-gmail! We welcome contributions from the community and appreciate your help in making this project better. + +Further details can be found in the [contribution document](CONTRIBUTING.md).