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 Violation by using VTD-XML #483

Open
jmkeil opened this issue Jun 13, 2024 · 1 comment
Open

License Violation by using VTD-XML #483

jmkeil opened this issue Jun 13, 2024 · 1 comment

Comments

@jmkeil
Copy link

jmkeil commented Jun 13, 2024

The package io.github.sparql-anything.sparql-anything-xml uses com.ximpleware.vtd-xml as a dependency. As com.ximpleware.vtd-xml is licensed under GPL-2.0-or-later and io.github.sparql-anything.sparql-anything-xml is licensed under Apache 2.0, this use as dependency is not permitted, according to Apache License v2.0 and GPL Compatibility. Further, all upstream projects that use io.github.sparql-anything.sparql-anything-xml and that are not licensed under a GPL-2.0-or-later compatible license break that license, too. Please consider to switch to another XML library with a compatible license to resolve this issue. For example, com.fasterxml.jackson.core.jackson-core is licensed under Apache 2.0.

Disclaimer 1: I am not a lawyer, but just an IT person who is trying to not mess up with licenses. So do not take this as a legal advice.

Disclaimer 2: I did not systematically check all io.github.sparql-anything.* dependencies. So do not take this as an indication that other dependencies are free of licensing issues.

@enridaga
Copy link
Member

Thanks for the input. Indeed, we should solve this.

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