Skip to content

Commit 230937a

Browse files
Merge pull request #79 from ePaul/patch-1
add license to POM
2 parents 8774709 + 8f3f176 commit 230937a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@
3939
<basepom.test.timeout>1800</basepom.test.timeout>
4040
</properties>
4141

42+
<licenses>
43+
<license>
44+
<name>Apache License, Version 2.0</name>
45+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
46+
<distribution>repo</distribution>
47+
<comments>A business-friendly OSS license</comments>
48+
</license>
49+
</licenses>
50+
4251
<build>
4352
<plugins>
4453
<plugin>

0 commit comments

Comments
 (0)