Skip to content

Commit bcc15d7

Browse files
musmStefanKarpinski
authored andcommitted
Fix joinpath on Windows and improve joinpath on linux (JuliaLang/julia#33477)
1 parent 7eead92 commit bcc15d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Julia includes code from the following projects, which have their own licenses:
3535
- [MUSL](https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT) (for getopt implementation on Windows) [MIT]
3636
- [MINGW](https://sourceforge.net/p/mingw/mingw-org-wsl/ci/legacy/tree/mingwrt/mingwex/dirname.c) (for dirname implementation on Windows) [MIT]
3737
- [NetBSD](https://www.netbsd.org/about/redistribution.html) (for setjmp, longjmp, and strptime implementations on Windows) [BSD-3]
38-
- [Python](https://docs.python.org/2/license.html) (for strtod implementation on Windows) [BSD-3, effectively]
38+
- [Python](https://docs.python.org/2/license.html) (for strtod and joinpath implementation on Windows) [BSD-3, effectively]
3939

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

0 commit comments

Comments
 (0)