Changed license to GPL; some minor documentation changes.

This commit is contained in:
Simon Brooke 2014-07-13 14:07:10 +01:00
parent 57a86ca6c3
commit b640e2590a
3 changed files with 243 additions and 194 deletions

View file

@ -1,8 +1,8 @@
(defproject mw-engine "0.1.0-SNAPSHOT"
:description "Cellular automaton world builder."
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:license {:name "GNU General Public License v2"
:url "http://www.gnu.org/licenses/gpl-2.0.html"}
:plugins [[lein-marginalia "0.7.1"]]
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/math.combinatorics "0.0.7"]