mojohaus / license-maven-plugin

Maven plugin to download and collect license files from project dependencies.
https://www.mojohaus.org/license-maven-plugin/
GNU Lesser General Public License v3.0
106 stars 126 forks source link

EUPL 1.1 license header references wrong and outdated URL #443

Open dodinh opened 1 year ago

dodinh commented 1 year ago

The EUPL 1.1 license header [1] is incorrect:

A correct URL, as described in [2], would be: https://joinup.ec.europa.eu/software/page/eupl

[1] https://github.com/mojohaus/license-maven-plugin/blob/master/src/main/resources/META-INF/licenses/eupl_v1_1/header.txt [2] https://joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%201_1%20Guidelines%20EN%20Joinup.pdf

slawekjaranowski commented 1 year ago

PR are welcome