diff options
author | Eduardo Julian | 2018-12-15 12:40:46 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-12-15 12:40:46 -0400 |
commit | 5f7896ac2cfa8cc9b3ca79c922438412e440a922 (patch) | |
tree | dce516b65b6333f43077b384b8b64905e27bb148 /new-luxc | |
parent | f6e280bd4ab41d12083c0eef2c823ad3962d6a04 (diff) |
Changed the licenses in the project.clj files.
Diffstat (limited to '')
-rw-r--r-- | new-luxc/project.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj index 5cf1e9a4e..0a09f24aa 100644 --- a/new-luxc/project.clj +++ b/new-luxc/project.clj @@ -1,8 +1,8 @@ (defproject com.github.luxlang/new-luxc "0.6.0-SNAPSHOT" :description "A re-written compiler for Lux." :url "https://github.com/LuxLang/lux" - :license {:name "MIT License" - :url "https://opensource.org/licenses/MIT"} + :license {:name "Lux License v0.1" + :url "https://github.com/LuxLang/lux/blob/master/license.txt"} :plugins [[com.github.luxlang/lein-luxc "0.6.0-SNAPSHOT"]] :deploy-repositories [["releases" {:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/" :creds :gpg}] |