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

Restrictive license #19

Closed
kramer99 opened this issue Nov 10, 2017 · 7 comments
Closed

Restrictive license #19

kramer99 opened this issue Nov 10, 2017 · 7 comments

Comments

@kramer99
Copy link

Hi,

First, let me say thanks for backporting these Java 8 features. I work for a company called Ionic Security, and would like to use streamsupport, but we can't use any libraries licensed under GPLv2. Would you consider changing the license to something more permissive, ie: LGPL, BSD, or MIT?

@stefan-zobel
Copy link
Collaborator

Hi Craig,

the license ist not GPLv2.

Rather, it's GNU General Public License, version 2, with the Classpath Exception (the license that OpenJDK uses).
That's a big difference. Why wouldn't you be able to use streamsupport for anything you want?

Anyway, I can't simply change the license because this code is derived from the OpenJDK code. In fact, it is almost identical in most areas.
So, that wouldn't be legal.

Regards,
Stefan

@stefan-zobel
Copy link
Collaborator

FWIW, I've once been told by a legal expert that GPL v2 with the Classpath Exception is even less restrictive than LGPL.

@kramer99
Copy link
Author

kramer99 commented Nov 10, 2017 via email

@stefan-zobel
Copy link
Collaborator

Do that (and good luck).

The license file is here : https://sourceforge.net/projects/streamsupport/files/1.5.6-stable/LICENSE/download
(in the upstream master project).

Out of curiosity, do you target Android or some older JRE?

Regards,
Stefan

@kramer99
Copy link
Author

Plain Java 7 for server applications.

@stefan-zobel
Copy link
Collaborator

stefan-zobel commented Nov 10, 2017

Cool, nice to hear (I'm often thinking that I have Android clients only).

Any chance that you'll be running on an IBM JRE? That would require passing a system property to the VM (you can find details here: #13)

However, Sun / Oracle are fine and get tested regularly from Java 6 - Java 10.

@stefan-zobel
Copy link
Collaborator

A related issue is: #10

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