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-url http://www.eclipse.org/org/documents/edl-v10.php specified as unknown, but it should be EPL-1.0 #135

Open
mervyn-mccreight opened this issue Nov 11, 2022 · 3 comments

Comments

@mervyn-mccreight
Copy link

When having e.g. org.glassfish.jaxb:jaxb-core:4.0.0 in your dependency tree, the license check fails with the statement that the license-url http://www.eclipse.org/org/documents/edl-v10.php is unknown. But as far as I can see this should resolve to "EPL-1.0" as defined in licenses.kt.

I'm using version 1.6.0.

Here are a few examples for dependencies having the same problem:

com.sun.istack:istack-commons-runtime:4.1.1
 - ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
jakarta.activation:jakarta.activation-api:2.1.0
 - ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
jakarta.xml.bind:jakarta.xml.bind-api:4.0.0
 - ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
org.eclipse.angus:angus-activation:1.0.0
 - ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
org.glassfish.jaxb:jaxb-core:4.0.0
 - ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
org.glassfish.jaxb:jaxb-runtime:4.0.0
 - ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
org.glassfish.jaxb:txw2:4.0.0
 - ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
@JakeWharton
Copy link
Member

I'll give it a test today and debug why the fallback isn't being picked up.

@mervyn-mccreight
Copy link
Author

If PRs are welcome I'm happy to help and look into it by myself

@JakeWharton
Copy link
Member

I forgot I was off Friday and I have stuff for the next two weeks. If you want to look that'd be welcome. Otherwise I will circle back when I'm free again.

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