From 724d5e00d392880f853cbed8c2be7dfb31daa8a4 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 3 Mar 2016 23:47:46 +0200 Subject: [PATCH] Update license field on project.clj. --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 33a762be76..4e7c07cea0 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ (defproject uxbox "0.1.0-SNAPSHOT" - :description "UXBox client" + :description "UXBox UI" :url "http://uxbox.github.io" - :license {:name "" :url ""} + :license {:name "MPL 2.0" :url "https://www.mozilla.org/en-US/MPL/2.0/"} :jvm-opts ["-Dclojure.compiler.direct-linking=true"] :dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]