Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit 8d2e50a

Browse files
Hossein PourbozorgViralBShah
Hossein Pourbozorg
authored andcommitted
use https instead of http for web links (JuliaLang/julia#31817)
1 parent bd1b3f8 commit 8d2e50a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

LICENSE.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@ for exceptions.
2929
3030
Julia includes code from the following projects, which have their own licenses:
3131

32-
- [crc32c.c](http://stackoverflow.com/questions/17645167/implementing-sse-4-2s-crc32c-in-software) (CRC-32c checksum code by Mark Adler) [[ZLib](https://opensource.org/licenses/Zlib)].
32+
- [crc32c.c](https://stackoverflow.com/questions/17645167/implementing-sse-4-2s-crc32c-in-software) (CRC-32c checksum code by Mark Adler) [[ZLib](https://opensource.org/licenses/Zlib)].
3333
- [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.
34-
- [LLVM](http://releases.llvm.org/3.9.0/LICENSE.TXT) (for parts of src/jitlayers.cpp and src/disasm.cpp) [BSD-3, effectively]
35-
- [MUSL](http://git.musl-libc.org/cgit/musl/tree/COPYRIGHT) (for getopt implementation on Windows) [MIT]
34+
- [LLVM](https://releases.llvm.org/3.9.0/LICENSE.TXT) (for parts of src/jitlayers.cpp and src/disasm.cpp) [BSD-3, effectively]
35+
- [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]
37-
- [NetBSD](http://www.netbsd.org/about/redistribution.html) (for setjmp, longjmp, and strptime implementations on Windows) [BSD-3]
37+
- [NetBSD](https://www.netbsd.org/about/redistribution.html) (for setjmp, longjmp, and strptime implementations on Windows) [BSD-3]
3838
- [Python](https://docs.python.org/2/license.html) (for strtod implementation on Windows) [BSD-3, effectively]
3939

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

4242
- base/grisu/* [BSD-3] (see [double-conversion](https://github.com/google/double-conversion/blob/master/LICENSE))
43-
- base/special/{exp,rem_pio2,hyperbolic}.jl [Freely distributable with preserved copyright notice] (see [FDLIBM](http://www.netlib.org/fdlibm))
43+
- base/special/{exp,rem_pio2,hyperbolic}.jl [Freely distributable with preserved copyright notice] (see [FDLIBM](https://www.netlib.org/fdlibm))
4444

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

4848
- [FEMTOLISP](https://github.com/JeffBezanson/femtolisp) [BSD-3]
49-
- [LIBUNWIND](http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob_plain;f=LICENSE;hb=master) [MIT]
49+
- [LIBUNWIND](https://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob_plain;f=LICENSE;hb=master) [MIT]
5050
- [LIBUV](https://github.com/joyent/libuv/blob/master/LICENSE) [MIT]
51-
- [LLVM](http://releases.llvm.org/6.0.0/LICENSE.TXT) [BSD-3, effectively]
51+
- [LLVM](https://releases.llvm.org/6.0.0/LICENSE.TXT) [BSD-3, effectively]
5252
- [UTF8PROC](https://github.com/JuliaStrings/utf8proc) [MIT]
5353

5454
The following components included in `stdlib` have their own separate licenses:
@@ -60,26 +60,26 @@ Julia's `stdlib` uses the following external libraries, which have their own lic
6060

6161
- [DSFMT](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/LICENSE.txt) [BSD-3]
6262
- [OPENLIBM](https://github.com/JuliaMath/openlibm/blob/master/LICENSE.md) [MIT, BSD-2, ISC]
63-
- [GMP](http://gmplib.org/manual/Copying.html#Copying) [LGPL3+ or GPL2+]
63+
- [GMP](https://gmplib.org/manual/Copying.html#Copying) [LGPL3+ or GPL2+]
6464
- [LIBGIT2](https://github.com/libgit2/libgit2/blob/development/COPYING) [GPL2+ with unlimited linking exception]
6565
- [CURL](https://curl.haxx.se/docs/copyright.html) [MIT/X derivative]
6666
- [LIBSSH2](https://github.com/libssh2/libssh2/blob/master/COPYING) [BSD-3]
6767
- [MBEDTLS](https://tls.mbed.org/how-to-get) [either GPLv2 or Apache 2.0]
68-
- [MPFR](http://www.mpfr.org/mpfr-current/mpfr.html#Copying) [LGPL3+]
68+
- [MPFR](https://www.mpfr.org/mpfr-current/mpfr.html#Copying) [LGPL3+]
6969
- [OPENBLAS](https://raw.github.com/xianyi/OpenBLAS/master/LICENSE) [BSD-3]
70-
- [LAPACK](http://netlib.org/lapack/LICENSE.txt) [BSD-3]
71-
- [PCRE](http://www.pcre.org/licence.txt) [BSD-3]
70+
- [LAPACK](https://netlib.org/lapack/LICENSE.txt) [BSD-3]
71+
- [PCRE](https://www.pcre.org/licence.txt) [BSD-3]
7272
- [SUITESPARSE](http://suitesparse.com) [mix of LGPL2+ and GPL2+; see individual module licenses]
7373

7474
Julia's build process uses the following external tools:
7575

7676
- [PATCHELF](https://nixos.org/patchelf.html)
77-
- [OBJCONV](http://www.agner.org/optimize/#objconv)
77+
- [OBJCONV](https://www.agner.org/optimize/#objconv)
7878

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

81-
- [7-Zip](http://www.7-zip.org/license.txt)
82-
- [ZLIB](http://zlib.net/zlib_license.html)
81+
- [7-Zip](https://www.7-zip.org/license.txt)
82+
- [ZLIB](https://zlib.net/zlib_license.html)
8383
- [LIBEXPAT](http://expat.cvs.sourceforge.net/viewvc/expat/expat/README)
8484

8585
On some platforms, distributions of Julia contain SSL certificate authority certificates,

0 commit comments

Comments
 (0)