Skip to content

Commit

Permalink
docs(contributing): Update license (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot authored Jul 18, 2024
1 parent c1e62e7 commit 9aa6d1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

1 comment on commit 9aa6d1c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage PR

Branch coverage •
FileStmtsMissCoverMissing
TOTAL69822767% 
report-only-changed-files is enabled. No files were changed during this commit :)

Please sign in to comment.