diff --git a/lib/node_modules/@stdlib/blas/base/zswap/benchmark/benchmark.ndarray.native.js b/lib/node_modules/@stdlib/blas/base/zswap/benchmark/benchmark.ndarray.native.js index 45a77e03f40..61bbe36efec 100644 --- a/lib/node_modules/@stdlib/blas/base/zswap/benchmark/benchmark.ndarray.native.js +++ b/lib/node_modules/@stdlib/blas/base/zswap/benchmark/benchmark.ndarray.native.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2020 The Stdlib Authors. +* Copyright (c) 2024 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/blas/base/zswap/benchmark/c/Makefile b/lib/node_modules/@stdlib/blas/base/zswap/benchmark/c/Makefile index 000514842fc..39f21310e42 100644 --- a/lib/node_modules/@stdlib/blas/base/zswap/benchmark/c/Makefile +++ b/lib/node_modules/@stdlib/blas/base/zswap/benchmark/c/Makefile @@ -1,7 +1,7 @@ #/ # @license Apache-2.0 # -# Copyright (c) 2020 The Stdlib Authors. +# Copyright (c) 2024 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/blas/base/zswap/benchmark/fortran/Makefile b/lib/node_modules/@stdlib/blas/base/zswap/benchmark/fortran/Makefile index 69c841061e5..bcb95e5a920 100644 --- a/lib/node_modules/@stdlib/blas/base/zswap/benchmark/fortran/Makefile +++ b/lib/node_modules/@stdlib/blas/base/zswap/benchmark/fortran/Makefile @@ -1,7 +1,7 @@ #/ # @license Apache-2.0 # -# Copyright (c) 2020 The Stdlib Authors. +# Copyright (c) 2024 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/blas/base/zswap/examples/c/Makefile b/lib/node_modules/@stdlib/blas/base/zswap/examples/c/Makefile index 470e861f1f8..4cd6de77733 100644 --- a/lib/node_modules/@stdlib/blas/base/zswap/examples/c/Makefile +++ b/lib/node_modules/@stdlib/blas/base/zswap/examples/c/Makefile @@ -1,7 +1,7 @@ #/ # @license Apache-2.0 # -# Copyright (c) 2020 The Stdlib Authors. +# Copyright (c) 2024 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/blas/base/zswap/lib/ndarray.native.js b/lib/node_modules/@stdlib/blas/base/zswap/lib/ndarray.native.js index 037fe91af66..91d3f038c9b 100644 --- a/lib/node_modules/@stdlib/blas/base/zswap/lib/ndarray.native.js +++ b/lib/node_modules/@stdlib/blas/base/zswap/lib/ndarray.native.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2020 The Stdlib Authors. +* Copyright (c) 2024 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.