Skip to content

Commit b7c7693

Browse files
Add MIT License to pom.xml (#197)
1 parent c0e9184 commit b7c7693

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
@@ -9,6 +9,13 @@
99
<connection>scm:git:[email protected]:clj-commons/rewrite-clj.git</connection>
1010
<developerConnection>scm:git:[email protected]:clj-commons/rewrite-clj.git</developerConnection>
1111
</scm>
12+
<licenses>
13+
<license>
14+
<name>The MIT License</name>
15+
<url>http://opensource.org/licenses/MIT</url>
16+
<distribution>repo</distribution>
17+
</license>
18+
</licenses>
1219
<properties>
1320
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1421
</properties>

0 commit comments

Comments
 (0)