Skip to content

Commit f96996e

Browse files
authored
Clarify license in README (gemfileparser#12)
Clarify that: * this is a choice of license * contributions are also made under that dual license Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 1740086 commit f96996e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,13 @@ for key in deps:
5353

5454
### License
5555

56-
gemfileparser is dual-licensed under [GNU GPL version 3 (or above) License](http://www.gnu.org/licenses/gpl)
57-
and [MIT License](https://opensource.org/licenses/MIT).
56+
gemfileparser is dual-licensed under your choice of the
57+
[GNU GPL version 3 (or later) License](http://www.gnu.org/licenses/gpl)
58+
or the [MIT License](https://opensource.org/licenses/MIT).
5859

5960
It is preferred anyone using this project to respect the GPL-3+ license and use
6061
that itself for derivative works - thus making them also Free Software. But,
6162
your call.
63+
64+
When making contributions to gemfileparser you agree to license these contributions
65+
under the same choice of licenses.

0 commit comments

Comments
 (0)