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

Inquiry About JFreeChart License Discrepancy Between Maven and Git Repositories #402

Open
gumingyu6689 opened this issue May 17, 2024 · 4 comments

Comments

@gumingyu6689
Copy link

Hello,
We are currently considering using JFreeChart in our project, We have noticed that the licensing for JFreeChart is listed as LGPL-3.0 on the Maven repository:https://mvnrepository.com/artifact/org.jfree/jfreechart/1.0.19
the Git repository specifies the license as LGPL-2.1 :https://github.com/jfree/jfreechart/tree/v1.0.19
it is crucial for us to understand which license is the correct one that applies to JFreeChart.

Could you please confirm the following:

  1. The accurate license version of JFreeChart that should be considered and use.
  2. If there has been a change in the licensing from LGPL-2.1 to LGPL-3.0, is there a specific version of JFreeChart from which this change applies?
  3. Could you also clarify if the license information on either the Maven or Git repository will be updated to reflect the accurate license?

Understanding the licensing terms is essential for compliance with legal requirements and to ensure that we respect the rights and intentions of the software authors and maintainers. We greatly appreciate your assistance in this matter and look forward to your prompt response.

Thank you for your time and for your contributions to the open-source community through your work on JFreeChart.

@jfree
Copy link
Owner

jfree commented May 17, 2024

The license in the Git repo is correct (LGPL-2.1). I will attempt to correct the Maven entry, but not sure if that can be done retrospectively. I guess years ago http://www.gnu.org/licenses/lgpl.txt contained LGPL-2.1 but now it is redirecting to LGPL-3.0.

@gumingyu6689
Copy link
Author

Thanks for your reply,I will make LGPL-2.1-only as JFreeChart concluded license

@gumingyu6689
Copy link
Author

Another question:if we use this repo as a transitive dependency, will involve some patents risk?

@trashgod
Copy link
Contributor

See also this related Q&A.

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