Merge pull request #362 from reiz/feature/spdx-identifier

Use the SPDX License identifier in the pom.xml.
This commit is contained in:
Jochen Staerk
2024-02-19 09:02:44 +01:00
committed by GitHub

View File

@@ -133,7 +133,7 @@
</mailingLists>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>