Skip to content

Conversation

@MitMaro
Copy link
Owner

@MitMaro MitMaro commented Apr 24, 2019

I generally use the ISC license (or MIT) for most of my projects since I am generally okay with another entity using the code I have written in pretty much any way they wish. As this project grows in popularity I've come more concerned that some entity will fork this project under a less permissive license and release a commercial project based on the hard work of the contributors.

While I cannot revoke the license on anything created up to this point, I would like to move the project to GPLv3 going forward. While technically under ISC, I don't need the permission of the existing contributors to do this I would rather get a sign-off from all the contributors before I make the move.

The list of contributors was found using the command:

git ls-files | xargs -n1 git blame --line-porcelain | sed -n 's/^author //p' | sort -d | uniq -c | sort -rn

I've also viewed the contributions by anyone not listed by the above command to be sure that their contributions were not still present in the project.

Sign-offs:

There is one change by @Dziman but it is a trivial line. Changes by @pvalkone and @jnachtigall were to the documentation that has since been rewritten. If they are available I would prefer their signoff as well.

I have also gotten signoff from the following people, even though their contributions are no longer in the project:

@nickolay
Copy link
Contributor

I have no problem with this change. Thanks for your work on this project!

@alok
Copy link
Contributor

alok commented Apr 25, 2019

k

@jnachtigall
Copy link
Contributor

Ok, sure!

@MitMaro
Copy link
Owner Author

MitMaro commented Apr 25, 2019

Thanks everyone!

@MitMaro MitMaro merged commit db04b34 into master Apr 25, 2019
@MitMaro MitMaro deleted the tim/relicense branch April 26, 2019 18:01
uqs pushed a commit to freebsd/freebsd-ports that referenced this pull request Aug 30, 2019
The license has been changed from ISCL to GPLv3+.  See
MitMaro/git-interactive-rebase-tool#116

Changes:	https://github.com/MitMaro/git-interactive-rebase-tool/blob/master/CHANGELOG.md#110---2019-08-15
PR:		239949
Submitted by:	petteri.valkonen@iki.fi (maintainer)


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@510267 35697150-7ecd-e111-bb59-0022644237b5
uqs pushed a commit to freebsd/freebsd-ports that referenced this pull request Aug 30, 2019
The license has been changed from ISCL to GPLv3+.  See
MitMaro/git-interactive-rebase-tool#116

Changes:	https://github.com/MitMaro/git-interactive-rebase-tool/blob/master/CHANGELOG.md#110---2019-08-15
PR:		239949
Submitted by:	petteri.valkonen@iki.fi (maintainer)
Jehops pushed a commit to Jehops/freebsd-ports-legacy that referenced this pull request Aug 30, 2019
The license has been changed from ISCL to GPLv3+.  See
MitMaro/git-interactive-rebase-tool#116

Changes:	https://github.com/MitMaro/git-interactive-rebase-tool/blob/master/CHANGELOG.md#110---2019-08-15
PR:		239949
Submitted by:	petteri.valkonen@iki.fi (maintainer)


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@510267 35697150-7ecd-e111-bb59-0022644237b5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants