Skip to content

Commit 28ef1fe

Browse files
committed
Add license details to project.clj
1 parent 9975e44 commit 28ef1fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
(defproject clj-libssh2 "0.1.0-SNAPSHOT"
22
:description "A Clojure wrapper around libssh2"
33
:url "https://github.com/conormcd/clj-libssh2"
4+
:license {:name "BSD"
5+
:url "https://github.com/conormcd/clj-libssh2/blob/master/LICENSE"}
46
:pedantic? :abort
57
:dependencies [[org.clojure/clojure "1.7.0"]
68
[net.n01se/clojure-jna "1.0.0"]])

0 commit comments

Comments
 (0)