From a72ca41c95efbced9d5f5c4f0e5b04aa71474841 Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Tue, 3 Nov 2020 23:46:52 +0800 Subject: [PATCH] fix(license): add exceptions for epl libraries --- LICENSE.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/LICENSE.md b/LICENSE.md index 162676cbef..0394f2b6e7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -659,3 +659,39 @@ You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see . + +Additional permission under GNU GPL version 3 section 7 + +If you modify this Program, or any covered work, by linking or combining it with any of the below libraries (or a modified version of that library), containing parts covered by the terms of any of the below libraries, the licensors of this Program grant you additional permission to convey the resulting work. + +* cider/cider-nrepl +* clojure-complete +* com.cemerick/friend +* compojure +* environ +* hiccup +* medley +* org.clojure/clojure +* org.clojure/clojurescript +* org.clojure/core.async +* org.clojure/core.cache +* org.clojure/core.incubator +* org.clojure/core.logic +* org.clojure/core.match +* org.clojure/core.memoize +* org.clojure/data.csv +* org.clojure/data.json +* org.clojure/data.priority-map +* org.clojure/java.classpath +* org.clojure/java.jdbc +* org.clojure/math.numeric-tower +* org.clojure/tools.analyzer +* org.clojure/tools.analyzer.jvm +* org.clojure/tools.logging +* org.clojure/tools.macro +* org.clojure/tools.namespace +* org.clojure/tools.nrepl +* org.clojure/tools.reader +* org.tcrawley/dynapath +* refactor-nrepl +* slingshot