We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c709cd commit 08af7b3Copy full SHA for 08af7b3
COPYING.LESSER
README.md
@@ -23,4 +23,4 @@ License
23
24
Copyright (C) 2010-2012 Robert P. Levy
25
26
-Distributed under LGPL.
+Distributed under the Eclipse Public License, the same as Clojure.
project.clj
@@ -2,5 +2,7 @@
2
:description "Improve seamlessness of Clojure Jython interop."
3
:dependencies [[org.clojure/clojure "1.4.0"]
4
[org.python/jython-standalone "2.5.2"]]
5
+ :license {:name "Eclipse Public License"
6
+ :url "http://www.eclipse.org/legal/epl-v10.html"}
7
:profiles {:dev {:dependencies [[midje "1.4.0"]]}}
8
:plugins [[lein-midje "2.0.0"]])
0 commit comments