Skip to content

Commit 053855f

Browse files
Use SPDX identifier in POMs (#979)
Use SPDX identifier in POMs This replaces the custom name with an SPDX identifier to enable tooling to automatically detect the correct license. See https://spdx.org/licenses/Apache-2.0.html
1 parent f973a3d commit 053855f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<licenses>
3535
<license>
36-
<name>Apache License, Version 2.0</name>
36+
<name>Apache-2.0</name>
3737
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
3838
<distribution>repo</distribution>
3939
</license>

0 commit comments

Comments
 (0)