Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License issue #76

Open
tony opened this issue Apr 24, 2015 · 3 comments
Open

License issue #76

tony opened this issue Apr 24, 2015 · 3 comments

Comments

@tony
Copy link

tony commented Apr 24, 2015

This code may be GPLv3.

'ploy_ansible>=1.2.4',

The license in setup.py should reflect this is Beerware license by the copyright holder, but it's dependent on a gplv3 library. This has to be removed for the project to be permissive Beerware.
#75 seems to be an alternative.

@tomster
Copy link
Contributor

tomster commented May 5, 2015

damn, this is a real pickle... normally this wouldn't be a problem, but since ploy_ansible uses ansible as library (which is actually not even supported by ansible) it seems indeed, that we are limited in our choice of licensing...

i'm not sure how re-licensing works but my personal preference would be to make ploy_ansible optional and simply limit ploy_ansible's license to GPLv3.

thanks for reporting and i'll keep this issue open as a reminder

@mzs114
Copy link
Contributor

mzs114 commented Jun 9, 2015

I would request the project stake holders to re-license this under the standard licenses like the MIT or the three clause BSD license, and commit a file listing the license in the repository to make it clear.

References-
Beerware considered harmful-
https://romanrm.net/beerware

FreeBSD recommends to use standard BSD license, wherever possible
https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/pref-license.html

Beerware is not recognized by many
https://en.wikipedia.org/wiki/Beerware

@tomster
Copy link
Contributor

tomster commented Jun 9, 2015

thanks @mzs114 for the nudge. i really want to clean this up and do 'the right thing™'...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants