Skip to content

Commit 58e2c9f

Browse files
committed
Add license to pom xml
1 parent 551ce26 commit 58e2c9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cdt-java-client/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
<url>https://kklisura.com</url>
2727
</organization>
2828

29+
<licenses>
30+
<license>
31+
<name>The Apache Software License, Version 2.0</name>
32+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
33+
<distribution>repo</distribution>
34+
</license>
35+
</licenses>
36+
2937
<scm>
3038
<connection>scm:git:git://github.com/kklisura/chrome-devtools-java-client.git</connection>
3139
<developerConnection>scm:git:ssh://github.com:kklisura/chrome-devtools-java-client.git</developerConnection>

0 commit comments

Comments
 (0)