Skip to content

Commit

Permalink
Add license acknowledgement of mingw for src/support/dirname.c
Browse files Browse the repository at this point in the history
ref 6d6ad0b, this file used to
be under src/flisp until #15031 so contrib/add_license_to_files.jl
was missing it [av skip]
  • Loading branch information
tkelman committed Jun 4, 2016
1 parent cd2a278 commit 06f1857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ for exceptions.
Julia includes code from the following projects, which have their own licenses:
- [LDC](https://github.com/ldc-developers/ldc/blob/master/LICENSE) (for ccall/cfunction ABI definitions) [BSD-3]. The portion of code that Julia uses from LDC is [BSD-3] licensed.
- [LLVM](http:https://llvm.org/releases/3.7.0/LICENSE.TXT) (for parts of src/jitlayers.cpp and src/disasm.cpp) [BSD-3, effectively]
- [MUSL](http:https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT) (for getopt implementations on Windows) [MIT]
- [MUSL](http:https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT) (for getopt implementation on Windows) [MIT]
- [MINGW](https://sourceforge.net/p/mingw/mingw-org-wsl/ci/legacy/tree/mingwrt/mingwex/dirname.c) (for dirname implementation on Windows) [MIT]
- [NetBSD](http:https://www.netbsd.org/about/redistribution.html) (for setjmp, longjmp, and strptime implementations on Windows) [BSD-3]

The Julia language links to the following external libraries, which have their
Expand Down

0 comments on commit 06f1857

Please sign in to comment.