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 6d6ad0b07b86a10a13d5d7a1eab90b599988f496, this file used to
be under src/flisp until JuliaLang/julia#15031 so contrib/add_license_to_files.jl
was missing it [av skip]
  • Loading branch information
tkelman committed Jun 4, 2016
1 parent 3faed50 commit 0be5a30
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://llvm.org/releases/3.7.0/LICENSE.TXT) (for parts of src/jitlayers.cpp and src/disasm.cpp) [BSD-3, effectively]
- [MUSL](http://git.musl-libc.org/cgit/musl/tree/COPYRIGHT) (for getopt implementations on Windows) [MIT]
- [MUSL](http://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://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 0be5a30

Please sign in to comment.