Skip to content

Commit

Permalink
Use SPDX for Maven license tag
Browse files Browse the repository at this point in the history
That's the Maven recommendation for the license tag, because it
simplifies automated evaluation of the tag in license compliance tools.

See https://maven.apache.org/pom.html#Licenses

Also update the license URL to use https and to avoid a specific file
extension.

Signed-off-by: Michael Keppler <[email protected]>
  • Loading branch information
Bananeweizen committed Jan 2, 2025
1 parent c213da5 commit 40a2741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@
<!-- The license ELK is available as. -->
<licenses>
<license>
<name>Eclipse Public License - v 2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</url>
<name>EPL-2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0</url>
</license>
</licenses>

Expand Down

0 comments on commit 40a2741

Please sign in to comment.