Skip to content

Latest commit

 

History

History
87 lines (71 loc) · 5.14 KB

LICENSE.md

File metadata and controls

87 lines (71 loc) · 5.14 KB

The Julia language is licensed under the MIT License. The "language" consists of the compiler (the contents of src/), most of the standard library (base/), and some utilities (most of the rest of the files in this repository). See below for exceptions.

Copyright (c) 2009-2018: Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors:

https://github.com/JuliaLang/julia/contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Julia includes code from the following projects, which have their own licenses:

  • crc32c.c (CRC-32c checksum code by Mark Adler) [ZLib].
  • LDC (for ccall/cfunction ABI definitions) [BSD-3]. The portion of code that Julia uses from LDC is [BSD-3] licensed.
  • LLVM (for parts of src/jitlayers.cpp and src/disasm.cpp) [BSD-3, effectively]
  • MUSL (for getopt implementation on Windows) [MIT]
  • MINGW (for dirname implementation on Windows) [MIT]
  • NetBSD (for setjmp, longjmp, and strptime implementations on Windows) [BSD-3]
  • Python (for strtod implementation on Windows) [BSD-3, effectively]

The following components included in Julia Base have their own separate licenses:

  • base/grisu/* [BSD-3] (see double-conversion)
  • base/special/{exp,rem_pio2,hyperbolic}.jl [Freely distributable with preserved copyright notice] (see FDLIBM)

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

The following components included in stdlib have their own separate licenses:

Julia's stdlib uses the following external libraries, which have their own licenses:

Julia's build process uses the following external tools:

Julia bundles the following external programs and libraries on some platforms:

On some platforms, distributions of Julia contain SSL certificate authority certificates, released under the Mozilla Public License.