You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,14 @@ for key in deps:
48
48
```
49
49
50
50
### Copyright
51
+
2020 Gemfileparser authors (listed in AUTHORS file)
51
52
2015-2018 Balasankar C <balasankarc@autistici.org>
52
53
53
54
### License
54
-
gemfileparser is dual-licensed under [GNU GPL version 3 (or above) License](http://www.gnu.org/licenses/gpl) and [MIT License](https://opensource.org/licenses/MIT).
55
55
56
-
Personally, I prefer anyone using this to respect the GPL license and use that
57
-
itself for derivative works - thus making them also Free Software. But, your
58
-
call.
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).
58
+
59
+
It is preferred anyone using this project to respect the GPL-3+ license and use
60
+
that itself for derivative works - thus making them also Free Software. But,
0 commit comments