Skip to content

Commit baadf5f

Browse files
Merge pull request #1112 from Bananeweizen/license
Use SPDX for Maven license tag
2 parents 7ece20f + 40a2741 commit baadf5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@
473473
<!-- The license ELK is available as. -->
474474
<licenses>
475475
<license>
476-
<name>Eclipse Public License - v 2.0</name>
477-
<url>http://www.eclipse.org/legal/epl-v20.html</url>
476+
<name>EPL-2.0</name>
477+
<url>https://www.eclipse.org/legal/epl-2.0</url>
478478
</license>
479479
</licenses>
480480

0 commit comments

Comments
 (0)