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

vertx-parent Not Indicating Correct EPL License Version #35

Open
charleslip opened this issue Jun 2, 2022 · 2 comments
Open

vertx-parent Not Indicating Correct EPL License Version #35

charleslip opened this issue Jun 2, 2022 · 2 comments
Labels

Comments

@charleslip
Copy link

charleslip commented Jun 2, 2022

eclipse-vertx program has long declared to be using EPL-2.0 license. (https://github.com/eclipse-vertx/vert.x/blob/master/LICENSE.md)

However, vertx-parent POM continues to indicate EPL license version as 1.0.

@charleslip charleslip added the bug label Jun 2, 2022
@jponge
Copy link
Member

jponge commented Jun 2, 2022

It's actually EPL-2.0 and ASL-2.0

@charleslip
Copy link
Author

The latest vertx-parent release (https://repo1.maven.org/maven2/io/vertx/vertx-parent/19/vertx-parent-19.pom) is showing:

<licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> <license> <name>Eclipse Public License - v 1.0</name> <url>http://www.eclipse.org/legal/epl-v10.html</url> <distribution>repo</distribution> </license> </licenses>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants