Skip to content

Commit

Permalink
[MPOM-378] Using an SPDX identifier as the license name is recommende…
Browse files Browse the repository at this point in the history
…d by Maven (#118)

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

(Also: Trying to get the SPDX plugin to pick this up)
  • Loading branch information
garydgregory committed Dec 11, 2022
1 parent af88056 commit 85f0bfc
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 @@ -43,7 +43,7 @@ under the License.
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
Expand Down

0 comments on commit 85f0bfc

Please sign in to comment.