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

Wrong license URL in pom.xml #1355

Closed
TorstenKruse opened this issue Jun 28, 2021 · 0 comments · Fixed by #1356
Closed

Wrong license URL in pom.xml #1355

TorstenKruse opened this issue Jun 28, 2021 · 0 comments · Fixed by #1356

Comments

@TorstenKruse
Copy link

TorstenKruse commented Jun 28, 2021

In the pom.xml it says:
<license>
<name>LGPL, version 2.1</name>
<url>http://www.gnu.org/licenses/licenses.html</url>
<distribution>repo</distribution>
</license>

But http://www.gnu.org/licenses/licenses.html is just the overview page. It should be https://www.gnu.org/licenses/old-licenses/lgpl-2.1 instead.

The change will be appreciated by everyone using automated license management.

matthiasblaesing added a commit to matthiasblaesing/jna that referenced this issue Jun 28, 2021
- the maven pom.xml documentation recommends to use the SPDX identifier
  as license name
- the link to the LGPL 2.1 license should point to license itself, not
  to an overview page (reported by @TorstenKruse)

Closes: java-native-access#1355
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

Successfully merging a pull request may close this issue.

1 participant