Skip to content

Commit

Permalink
Simplify PULL_REQUEST_TEMPLATE naming MIT license explicitly
Browse files Browse the repository at this point in the history
The Clip license was the MIT license so far, it's better/easier for
contributors if we name the MIT license explicitly, as there are no
plans to change the Clip library license.
  • Loading branch information
dacap committed Jul 10, 2022
1 parent 246e60f commit 31f8f34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- Please read the contribution guidelines before submitting a pull request. -->
<!-- By submitting this pull request, you agree that your contributions are
licensed under the Clip license, and agree to future changes to the
licensing. -->
licensed under the MIT License. -->
<!-- If you're a first-time contributor, please acknowledge it by
leaving the statement below. -->

I agree that my contributions are licensed under the Clip license, and agree to future changes to the licensing.
I agree that my contributions are licensed under the MIT License.
You can find a copy of this license at https://opensource.org/licenses/MIT

0 comments on commit 31f8f34

Please sign in to comment.