Skip to content

Commit d2ee85d

Browse files
committed
Annotate all of the external library license links
1 parent c722b5d commit d2ee85d

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

LICENSE.md

+23-23
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,38 @@ for exceptions.
2828
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2929
3030
Julia includes code from the following projects, which have their own licenses:
31-
- [LDC](https://github.com/ldc-developers/ldc/blob/master/LICENSE) (for ccall/cfunction ABI definitions)
32-
- [MUSL](http://git.musl-libc.org/cgit/musl/tree/COPYRIGHT) (for getopt implementations on Windows)
33-
- [NetBSD](http://www.netbsd.org/about/redistribution.html) (for setjmp/longjmp implementations on Windows)
31+
- [LDC](https://github.com/ldc-developers/ldc/blob/master/LICENSE) (for ccall/cfunction ABI definitions) [BSD-3]
32+
- [MUSL](http://git.musl-libc.org/cgit/musl/tree/COPYRIGHT) (for getopt implementations on Windows) [MIT]
33+
- [NetBSD](http://www.netbsd.org/about/redistribution.html) (for setjmp/longjmp implementations on Windows) [BSD-3]
3434

3535
The Julia language links to the following external libraries, which have their
3636
own licenses:
3737

38-
- [FEMTOLISP](https://github.com/JeffBezanson/femtolisp)
39-
- [LIBUNWIND](http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob_plain;f=LICENSE;hb=master)
40-
- [LIBUV](https://github.com/joyent/libuv/blob/master/LICENSE)
41-
- [LLVM](http://llvm.org/releases/3.3/LICENSE.TXT)
42-
- [LIBMOJIBAKE](https://github.com/JuliaLang/libmojibake)
38+
- [FEMTOLISP](https://github.com/JeffBezanson/femtolisp) [BSD-3]
39+
- [LIBUNWIND](http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob_plain;f=LICENSE;hb=master) [MIT]
40+
- [LIBUV](https://github.com/joyent/libuv/blob/master/LICENSE) [MIT]
41+
- [LLVM](http://llvm.org/releases/3.3/LICENSE.TXT) [BSD-3, effectively]
42+
- [UTF8PROC](https://github.com/JuliaLang/libmojibake) [MIT]
4343

4444

4545
Julia's standard library uses the following external libraries, which have
4646
their own licenses:
4747

48-
- [AMOS](http://www.netlib.org/slatec/guide)
49-
- [ARPACK](http://www.caam.rice.edu/software/ARPACK/RiceBSD.txt#LICENSE)
50-
- [ATLAS](http://math-atlas.sourceforge.net/faq.html#license)
51-
- [DSFMT](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/LICENSE.txt)
52-
- [OPENLIBM](https://github.com/JuliaLang/openlibm/blob/master/LICENSE.md)
53-
- [OPENSPECFUN](https://github.com/JuliaLang/openspecfun)
54-
- [FADDEEVA](http://ab-initio.mit.edu/Faddeeva)
55-
- [FFTW](http://fftw.org/doc/License-and-Copyright.html)
56-
- [GMP](http://gmplib.org/manual/Copying.html#Copying)
57-
- [LIBGIT2](https://github.com/libgit2/libgit2/blob/development/COPYING)
58-
- [MPFR](http://www.mpfr.org/mpfr-current/mpfr.html#Copying)
59-
- [OPENBLAS](https://raw.github.com/xianyi/OpenBLAS/master/LICENSE)
60-
- [LAPACK](http://netlib.org/lapack/LICENSE.txt)
61-
- [PCRE](http://www.pcre.org/licence.txt)
62-
- [SUITESPARSE](http://faculty.cse.tamu.edu/davis/suitesparse.html)
48+
- [AMOS](http://www.netlib.org/slatec/guide) [public domain]
49+
- [ARPACK](http://www.caam.rice.edu/software/ARPACK/RiceBSD.txt#LICENSE) [BSD-3]
50+
- [ATLAS](http://math-atlas.sourceforge.net/faq.html#license) [BSD-3]
51+
- [DSFMT](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/LICENSE.txt) [BSD-3]
52+
- [OPENLIBM](https://github.com/JuliaLang/openlibm/blob/master/LICENSE.md) [MIT, BSD-2, ISC]
53+
- [OPENSPECFUN](https://github.com/JuliaLang/openspecfun) [MIT, public domain]
54+
- [FADDEEVA](http://ab-initio.mit.edu/Faddeeva) [MIT]
55+
- [FFTW](http://fftw.org/doc/License-and-Copyright.html) [GPL2+]
56+
- [GMP](http://gmplib.org/manual/Copying.html#Copying) [LGPL3+, GPL2+]
57+
- [LIBGIT2](https://github.com/libgit2/libgit2/blob/development/COPYING) [GPL2+ with unlimited linking exception]
58+
- [MPFR](http://www.mpfr.org/mpfr-current/mpfr.html#Copying) [LGPL3+]
59+
- [OPENBLAS](https://raw.github.com/xianyi/OpenBLAS/master/LICENSE) [BSD-3]
60+
- [LAPACK](http://netlib.org/lapack/LICENSE.txt) [BSD-3]
61+
- [PCRE](http://www.pcre.org/licence.txt) [BSD-3]
62+
- [SUITESPARSE](http://faculty.cse.tamu.edu/davis/suitesparse.html) [LGPL2+]
6363

6464

6565
The following components of Julia's standard library have separate licenses:

0 commit comments

Comments
 (0)