Skip to content

Commit 9f36619

Browse files
Add license information to pom.xml
1 parent 8142d48 commit 9f36619

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
<artifactId>lsp4clj</artifactId>
77
<version>1.5.0</version>
88
<name>lsp4clj</name>
9+
<licenses>
10+
<license>
11+
<name>The MIT License</name>
12+
<url>http://opensource.org/licenses/MIT</url>
13+
<distribution>repo</distribution>
14+
</license>
15+
</licenses>
916
<dependencies>
1017
<dependency>
1118
<groupId>org.clojure</groupId>

0 commit comments

Comments
 (0)