@@ -28,38 +28,38 @@ for exceptions.
28
28
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29
29
30
30
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 ]
34
34
35
35
The Julia language links to the following external libraries, which have their
36
36
own licenses:
37
37
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 ]
43
43
44
44
45
45
Julia's standard library uses the following external libraries, which have
46
46
their own licenses:
47
47
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+ ]
63
63
64
64
65
65
The following components of Julia's standard library have separate licenses:
0 commit comments