Skip to content

Commit

Permalink
use SPDX identifier for license
Browse files Browse the repository at this point in the history
As recommended by https://maven.apache.org/pom.html#Licenses. This
simplifies using the license-maven-plugin due to less manual license
mapping.
  • Loading branch information
Bananeweizen authored and mickaelistria committed Jul 24, 2024
1 parent a3d2889 commit 31841e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ciManagement>
<licenses>
<license>
<name>Eclipse Public License</name>
<name>EPL-2.0</name>
<url>https://www.eclipse.org/legal/epl-v20.html</url>
<distribution>repo</distribution>
</license>
Expand Down

0 comments on commit 31841e4

Please sign in to comment.