Skip to content

Commit 8d6243b

Browse files
author
Hieronimo
authored
Update strtod python link (JuliaLang/julia#35306)
Co-authored-by: Hieronimo <>
1 parent 5332946 commit 8d6243b

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 and joinpath implementation on Windows) [BSD-3, effectively]
38+
- [Python](https://docs.python.org/3/license.html) (for strtod and joinpath implementation on Windows) [BSD-3, effectively]
3939
- [Google Benchmark](https://github.com/google/benchmark) (for cyclecount implementation) [Apache 2.0]
4040

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

0 commit comments

Comments
 (0)