Skip to content

Commit

Permalink
Add MIT License to pom.xml (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinand-beyer committed Oct 18, 2022
1 parent c0e9184 commit b7c7693
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
<connection>scm:git:git@github.com:clj-commons/rewrite-clj.git</connection>
<developerConnection>scm:git:git@github.com:clj-commons/rewrite-clj.git</developerConnection>
</scm>
<licenses>
<license>
<name>The MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit b7c7693

Please sign in to comment.