From f966721cd336b1ef47199adc316f6e5779aeff06 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Wed, 7 Aug 2024 19:50:17 -0400 Subject: [PATCH] chore: update URLs --- LICENSE | 2 +- lib/node_modules/@stdlib/math/base/special/betaln/LICENSE | 2 +- lib/node_modules/@stdlib/math/base/special/betaln/lib/dceval.js | 2 +- .../@stdlib/math/base/special/betaln/lib/gamma_correction.js | 2 +- lib/node_modules/@stdlib/math/base/special/betaln/lib/main.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index fcc993466c0..3b18b043c85 100644 --- a/LICENSE +++ b/LICENSE @@ -366,7 +366,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* SLATEC Common Mathematical Library +* SLATEC Common Mathematical Library Public domain. diff --git a/lib/node_modules/@stdlib/math/base/special/betaln/LICENSE b/lib/node_modules/@stdlib/math/base/special/betaln/LICENSE index 21c3015aa6e..995b389e49c 100644 --- a/lib/node_modules/@stdlib/math/base/special/betaln/LICENSE +++ b/lib/node_modules/@stdlib/math/base/special/betaln/LICENSE @@ -182,6 +182,6 @@ The library links against the following external libraries or contains implementations from the following external libraries, which have their own licenses: -* SLATEC Common Mathematical Library +* SLATEC Common Mathematical Library Public domain. diff --git a/lib/node_modules/@stdlib/math/base/special/betaln/lib/dceval.js b/lib/node_modules/@stdlib/math/base/special/betaln/lib/dceval.js index 1c1efa2b470..788fbc02370 100644 --- a/lib/node_modules/@stdlib/math/base/special/betaln/lib/dceval.js +++ b/lib/node_modules/@stdlib/math/base/special/betaln/lib/dceval.js @@ -18,7 +18,7 @@ * * ## Notice * -* The code is adapted from the Fortran routine from the FNLIB library of the [SLATEC Common Mathematical Library]{@link http://www.netlib.no/netlib/slatec/fnlib/}. +* The code is adapted from the Fortran routine from the FNLIB library of the [SLATEC Common Mathematical Library]{@link https://netlib.org/slatec/fnlib/dcsevl.f}. * * The original code was developed by W. Fullerton of Los Alamos Scientific Laboratory, a governmental institution, and is therefore public domain. */ diff --git a/lib/node_modules/@stdlib/math/base/special/betaln/lib/gamma_correction.js b/lib/node_modules/@stdlib/math/base/special/betaln/lib/gamma_correction.js index 650a14dd576..c7cc6f2d469 100644 --- a/lib/node_modules/@stdlib/math/base/special/betaln/lib/gamma_correction.js +++ b/lib/node_modules/@stdlib/math/base/special/betaln/lib/gamma_correction.js @@ -18,7 +18,7 @@ * * ## Notice * -* The code is adapted from the Fortran routine from the FNLIB library of the [SLATEC Common Mathematical Library]{@link http://www.netlib.no/netlib/fn/d9lgmc.f}. +* The code is adapted from the Fortran routine from the FNLIB library of the [SLATEC Common Mathematical Library]{@link https://netlib.org/fn/d9lgmc.f}. * * The original code was developed by W. Fullerton of Los Alamos Scientific Laboratory, a governmental institution, and is therefore public domain. */ diff --git a/lib/node_modules/@stdlib/math/base/special/betaln/lib/main.js b/lib/node_modules/@stdlib/math/base/special/betaln/lib/main.js index 3f63e6b8fdc..a5a5818686b 100644 --- a/lib/node_modules/@stdlib/math/base/special/betaln/lib/main.js +++ b/lib/node_modules/@stdlib/math/base/special/betaln/lib/main.js @@ -18,7 +18,7 @@ * * ## Notice * -* The code is adapted from the Fortran routine from the FNLIB library of the [SLATEC Common Mathematical Library]{@link http://www.netlib.no/netlib/slatec/fnlib/albeta.f}. +* The code is adapted from the Fortran routine from the FNLIB library of the [SLATEC Common Mathematical Library]{@link https://www.netlib.org/slatec/fnlib/albeta.f}. * * The original code was developed by W. Fullerton of Los Alamos Scientific Laboratory, a governmental institution, and is therefore public domain. */