diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/benchmark.native.js b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/benchmark.native.js index 4bd07eefb8df..39e69bfca6cc 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/benchmark.native.js +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/benchmark.native.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* Copyright (c) 2025 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/c/Makefile b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/c/Makefile index f69e9da2b4d3..a4bd7b38fd74 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/c/Makefile +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/c/Makefile @@ -1,7 +1,7 @@ #/ # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# Copyright (c) 2025 The Stdlib Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/c/benchmark.c b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/c/benchmark.c index e5bee7cc6fd6..c9585b34a899 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/c/benchmark.c +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/benchmark/c/benchmark.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* Copyright (c) 2025 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/binding.gyp b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/binding.gyp index ec3992233442..68a1ca11d160 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/binding.gyp +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/binding.gyp @@ -1,6 +1,6 @@ # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# Copyright (c) 2025 The Stdlib Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/examples/c/Makefile b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/examples/c/Makefile index 6aed70daf167..25ced822f96a 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/examples/c/Makefile +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/examples/c/Makefile @@ -1,7 +1,7 @@ #/ # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# Copyright (c) 2025 The Stdlib Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/examples/c/example.c b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/examples/c/example.c index eba1e8f7aca6..f1d0b1e20bb7 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/examples/c/example.c +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/examples/c/example.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* Copyright (c) 2025 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/include.gypi b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/include.gypi index 575cb043c0bf..ecfaf82a3279 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/include.gypi +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/include.gypi @@ -1,6 +1,6 @@ # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# Copyright (c) 2025 The Stdlib Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/include/stdlib/stats/base/dists/gumbel/mean.h b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/include/stdlib/stats/base/dists/gumbel/mean.h index 4eaffba7d75b..da026a6e41fe 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/include/stdlib/stats/base/dists/gumbel/mean.h +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/include/stdlib/stats/base/dists/gumbel/mean.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* Copyright (c) 2025 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/lib/native.js b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/lib/native.js index 799af0cbcada..4889fee3454a 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/lib/native.js +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/lib/native.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* Copyright (c) 2025 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/Makefile b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/Makefile index bcf18aa46655..7733b6180cb4 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/Makefile +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/Makefile @@ -1,7 +1,7 @@ #/ # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# Copyright (c) 2025 The Stdlib Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/addon.c b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/addon.c index c15c3b1b174b..68f15ffb8d8c 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/addon.c +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/addon.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* Copyright (c) 2025 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/main.c b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/main.c index 842bd4e92851..cc00abe8614a 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/main.c +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/src/main.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* Copyright (c) 2025 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/test/test.native.js b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/test/test.native.js index 7b68d8f3f55f..38591db7bb18 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/test/test.native.js +++ b/lib/node_modules/@stdlib/stats/base/dists/gumbel/mean/test/test.native.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* Copyright (c) 2025 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.