Skip to content

Commit 3e21193

Browse files
fix: lint copyright years
1 parent 28851ab commit 3e21193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dsmeanpn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ var v = dsmeanpn.ndarray( 4, x, 2, 1 );
146146

147147
```javascript
148148
var discreteUniform = require( '@stdlib/random/array/discrete-uniform' );
149-
var dsmeanpn = require( '@stdlib/stats/base/dsemanpn' );
149+
var dsmeanpn = require( '@stdlib/stats/base/dsmeanpn' );
150150

151151
var x = discreteUniform( 10, -50, 50, {
152152
'dtype': 'float32'

lib/node_modules/@stdlib/stats/base/dsmeanpn/src/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)