Skip to content

Commit 08af7b3

Browse files
committed
I don't think anyone will mind I switch to the standard license
1 parent 8c709cd commit 08af7b3

File tree

3 files changed

+3
-166
lines changed

3 files changed

+3
-166
lines changed

COPYING.LESSER

Lines changed: 0 additions & 165 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ License
2323

2424
Copyright (C) 2010-2012 Robert P. Levy
2525

26-
Distributed under LGPL.
26+
Distributed under the Eclipse Public License, the same as Clojure.

project.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
:description "Improve seamlessness of Clojure Jython interop."
33
:dependencies [[org.clojure/clojure "1.4.0"]
44
[org.python/jython-standalone "2.5.2"]]
5+
:license {:name "Eclipse Public License"
6+
:url "http://www.eclipse.org/legal/epl-v10.html"}
57
:profiles {:dev {:dependencies [[midje "1.4.0"]]}}
68
:plugins [[lein-midje "2.0.0"]])

0 commit comments

Comments
 (0)