From 5f7896ac2cfa8cc9b3ca79c922438412e440a922 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 15 Dec 2018 12:40:46 -0400 Subject: Changed the licenses in the project.clj files. --- luxdoc/project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'luxdoc/project.clj') 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/"] -- cgit v1.2.3