From f2a48cbe045e6c839e58ca3ed050b56a60af4537 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 12 May 2015 19:47:43 +0100 Subject: [PATCH] Very minor tidyup; updated the license fields in project.clj. --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index c3b6b19..a427df7 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject antonine "0.1.0-SNAPSHOT" - :description "FIXME: write description" + :description "A calculator which uses Roman numerals." :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" + :url "http://www.gnu.org/licenses/gpl-2.0.html"} :dependencies [[org.clojure/clojure "1.6.0"]])