aboutsummaryrefslogtreecommitdiff
path: root/luxdoc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2018-12-15 12:40:46 -0400
committerEduardo Julian2018-12-15 12:40:46 -0400
commit5f7896ac2cfa8cc9b3ca79c922438412e440a922 (patch)
treedce516b65b6333f43077b384b8b64905e27bb148 /luxdoc/project.clj
parentf6e280bd4ab41d12083c0eef2c823ad3962d6a04 (diff)
Changed the licenses in the project.clj files.
Diffstat (limited to 'luxdoc/project.clj')
-rw-r--r--luxdoc/project.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/luxdoc/project.clj b/luxdoc/project.clj
index f2e960afb..de51950bb 100644
--- a/luxdoc/project.clj
+++ b/luxdoc/project.clj
@@ -1,8 +1,8 @@
(defproject luxdoc "0.5.0"
:description "Documentation generator for the Lux programming language's ."
:url "https://github.com/LuxLang/luxdoc"
- :license {:name "Mozilla Public License (Version 2.0)"
- :url "https://www.mozilla.org/en-US/MPL/2.0/"}
+ :license {:name "Lux License v0.1"
+ :url "https://github.com/LuxLang/lux/blob/master/license.txt"}
:plugins [[com.github.luxlang/lein-luxc "0.5.0"]]
:dependencies []
:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"]