Skip to content

Commit fc21e53

Browse files
committed
Update metadata to reflect project maintainership changes
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
1 parent b6f61bb commit fc21e53

5 files changed

Lines changed: 21 additions & 7 deletions

File tree

AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file lists contributors who made significant contribution to
2+
# gemfileparser. This file is not intended to list every contributor to the
3+
# project, though. For that, check the Git revision history.
4+
#
5+
# Names are in alphabetical order, for the sanity of mind.
6+
7+
1. Balasankar C <balasankarc@autistici.org>

LICENSE.GPLv3

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Copyright (c) 2020 Gemfileparser authors (listed in AUTHORS file)
2+
2015-2018 Balasankar C <balasankarc@autistici.org>
3+
14
GNU GENERAL PUBLIC LICENSE
25
Version 3, 29 June 2007
36

LICENSE.MIT

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2018 Balasankar C
3+
Copyright (c) 2020 Gemfileparser authors (listed in AUTHORS file)
4+
2015-2018 Balasankar C <balasankarc@autistici.org>
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

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

5050
### Copyright
51+
2020 Gemfileparser authors (listed in AUTHORS file)
5152
2015-2018 Balasankar C <balasankarc@autistici.org>
5253

5354
### 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).
5555

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,
61+
your call.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
config = {
88
'description': "Parse Ruby's Gemfiles",
99
'author': 'Balasankar C',
10-
'url': 'https://gitlab.com/balasankarc/gemfileparser',
11-
'download_url': 'https://gitlab.com/balasankarc/gemfileparser',
10+
'url': 'https://github.com/gemfileparser/gemfileparser',
11+
'download_url': 'https://github.com/gemfileparser/gemfileparser',
1212
'author_email': 'balasankarc@autistici.org',
1313
'version': '0.7.0',
1414
'license': 'GPL-3+ and MIT',

0 commit comments

Comments
 (0)