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

imgur plugin conflicts with apache license #8

Open
w-flo opened this issue Jul 24, 2014 · 2 comments
Open

imgur plugin conflicts with apache license #8

w-flo opened this issue Jul 24, 2014 · 2 comments

Comments

@w-flo
Copy link

w-flo commented Jul 24, 2014

Hi,

the imgur plugin uses an embedded copy of the python requests library. That copy is missing the "LICENSE" file explaining that requests is released under the Apache license. Also, the Apache license requires distributing the NOTICE file when distributing copies of a project, so the NOTICE file must be included as well. Maybe there's more stuff missing, right now this repo only has the requests code files as far as I can tell.

Cheers,
Florian

@w-flo
Copy link
Author

w-flo commented Jul 29, 2014

I Am Not A Lawyer, but still, I noticed another possible issue. You are creating a derived product using pyimgur, which is licensed under GPL3. So your derived product (which possibly consists of anything in the "imgur" directory?) must be licensed under GPL3 as well. You should probably state that explicitly, because the root-dir LICENSE file seems to indicate that everything uses LGPL3, which is not true at least for the imgur plugin, it is automatically copy-lefted, so it's under GPL3.

Alternatively, the pyimgur developer might be willing to relicense the library, as someone else has reported the bad choice of license as an issue on github.

@olav-st
Copy link
Owner

olav-st commented Jul 29, 2014

I've changed the pyimgur and requests directories to git submodules so the LICENSE and NOTICE files should be pullled when you clone the repo.

I'll have to investigate the GPL/LGPL issue though, I'm not very knowledgeable when it comes to software licenses.

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

2 participants