Skip to content

Commit e009031

Browse files
committed
Add license to core pom, use SPDX identifier
1 parent 159249c commit e009031

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

commonmark/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,12 @@
5454
</profile>
5555
</profiles>
5656

57+
<licenses>
58+
<license>
59+
<name>BSD-2-Clause</name>
60+
<url>https://opensource.org/licenses/BSD-2-Clause</url>
61+
<distribution>repo</distribution>
62+
</license>
63+
</licenses>
64+
5765
</project>

pom.xml

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

264264
<licenses>
265265
<license>
266-
<name>BSD 2-Clause License</name>
266+
<name>BSD-2-Clause</name>
267267
<url>https://opensource.org/licenses/BSD-2-Clause</url>
268268
<distribution>repo</distribution>
269269
</license>

0 commit comments

Comments
 (0)