Very minor tidyup; updated the license fields in project.clj.

This commit is contained in:
simon 2015-05-12 19:47:43 +01:00
parent 26fb338162
commit f2a48cbe04

View file

@ -1,6 +1,6 @@
(defproject antonine "0.1.0-SNAPSHOT" (defproject antonine "0.1.0-SNAPSHOT"
:description "FIXME: write description" :description "A calculator which uses Roman numerals."
:url "http://example.com/FIXME" :url "http://example.com/FIXME"
:license {:name "Eclipse Public License" :license {:name "GNU General Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.gnu.org/licenses/gpl-2.0.html"}
:dependencies [[org.clojure/clojure "1.6.0"]]) :dependencies [[org.clojure/clojure "1.6.0"]])