You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
- 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
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.
The text was updated successfully, but these errors were encountered: