Skip to content

Commit

Permalink
fix(license): add exceptions for epl libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Nov 3, 2020
1 parent 1e8fd27 commit a72ca41
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://www.gnu.org/licenses/>.

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

0 comments on commit a72ca41

Please sign in to comment.