From 4d20f63612dad9f9948f31147de552c36000f3dd Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:03:38 -0700 Subject: [PATCH] Update Contributing.md stating we can not accept PRs that are GPL (#9483) Recently someone submitted a PR that included a crate that used the GPL license. To avoid this happening in the future we updated the Contributing.md document stating this specifically so people will not be confused about our policy. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9905ef2c5..9e59cc4cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -220,3 +220,7 @@ You can help us to make the review process a smooth experience: - Choose what simplifies having confidence in the conflict resolution and the review. **Merge commits in your branch are OK** in the squash model. - Feel free to notify your reviewers or affected PR authors if your change might cause larger conflicts with another change. - During the rollup of multiple PRs, we may choose to resolve merge conflicts and CI failures ourselves. (Allow maintainers to push to your branch to enable us to do this quickly.) + +### License + +We use the [MIT License](https://github.com/nushell/nushell/blob/main/LICENSE) in all of our Nushell projects. If you are including or referencing a crate that uses the [GPL License](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) unfortunately we will not be able to accept your PR.