Skip to content

Commit 71b1948

Browse files
committed
Dual license and bump version
1 parent 251c346 commit 71b1948

4 files changed

Lines changed: 32 additions & 6 deletions

File tree

File renamed without changes.

LICENSE.MIT

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Balasankar C
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ for key in deps:
4848
```
4949

5050
### Copyright
51-
2015 Balasankar C <balasankarc@autistici.org>
51+
2015-2018 Balasankar C <balasankarc@autistici.org>
5252

5353
### License
54-
gemfileparser is released under [GNU GPL version 3 (or above) License](http://www.gnu.org/licenses/gpl).
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+
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.

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
'url': 'https://gitlab.com/balasankarc/gemfileparser',
1111
'download_url': 'https://gitlab.com/balasankarc/gemfileparser',
1212
'author_email': 'balasankarc@autistici.org',
13-
'version': '0.6.2',
14-
'license': 'GPL-3+',
13+
'version': '0.7.0',
14+
'license': 'GPL-3+ and MIT',
1515
'long_description': '''
1616
Installation
1717
~~~~~~~~~~~~
@@ -73,12 +73,12 @@
7373
Copyright
7474
~~~~~~~~~
7575
76-
2015 Balasankar C balasankarc@autistici.org
76+
2015-2018 Balasankar C balasankarc@autistici.org
7777
7878
License
7979
~~~~~~~
8080
81-
gemfileparser is released under `GNU GPL version 3 (or above) License`_.
81+
gemfileparser is released under two licenses: `GNU GPL version 3 (or above) License` and `MIT License`_.
8282
8383
.. _GNU GPL version 3 (or above) License: http://www.gnu.org/licenses/gpl
8484
''',
@@ -93,6 +93,7 @@
9393
# Indicate who your project is intended for
9494
'Intended Audience :: Developers',
9595
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
96+
'License :: OSI Approved :: MIT',
9697
'Programming Language :: Python :: 2.7',
9798
'Programming Language :: Python :: 3.4',
9899
], **config)

0 commit comments

Comments
 (0)