Skip to content

Commit

Permalink
Merge pull request #1112 from Bananeweizen/license
Browse files Browse the repository at this point in the history
Use SPDX for Maven license tag
  • Loading branch information
soerendomroes authored Jan 29, 2025
2 parents 7ece20f + 40a2741 commit baadf5f
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 @@ -473,8 +473,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 baadf5f

Please sign in to comment.