From 9aa6d1cd6ae9fff6d3f6446d1ff76a6a3d590a1e Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Thu, 18 Jul 2024 20:41:20 +0200 Subject: [PATCH] docs(contributing): Update license (#89) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cc3309..d7095c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,9 +22,9 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu 4. Make sure your code lints. 5. Issue that pull request! -## Any contributions you make will be under the MIT Software License +## Any contributions you make will be under the Creative Commons Software License -In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern. +In short, when you submit code changes, your submissions are understood to be under the same [Creative Commons License](LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern. ## Report bugs using Github's issues @@ -50,7 +50,7 @@ We use [black](https://github.com/psf/black) for linting. ## License -By contributing, you agree that your contributions will be licensed under its MIT License. +By contributing, you agree that your contributions will be licensed under its Creative Commons License. ## References