Skip to content

Commit

Permalink
Merge pull request #366 from paipa4/add-license
Browse files Browse the repository at this point in the history
Add license to project definition
  • Loading branch information
immoh authored Sep 14, 2016
2 parents a2a60d5 + 8692b16 commit 5bb4e63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(defproject korma "0.5.0-SNAPSHOT"
:description "Tasty SQL for Clojure"
:url "http://github.com/korma/Korma"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:mailing-list {:name "Korma Google Group"
:subscribe "https://groups.google.com/group/sqlkorma"}
:codox {:exclude [korma.sql.engine
Expand Down

0 comments on commit 5bb4e63

Please sign in to comment.