Skip to content

Commit 54bb289

Browse files
committed
chore: update copyright years on newly added test files
Update the `Copyright (c)` year in the two newly created `test/test.main.js` files to the current year so the `Lint Copyright Years` CI check passes. The files were mirrored verbatim from the existing `test/test.js` siblings (which carry their original 2022 copyright), so the copied header needs bumping for new files. https://claude.ai/code/session_0151TCuqxNJXJZfy4XEWqKhM
1 parent 65a3e80 commit 54bb289

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/regexp/reviver/test/test.main.js

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) 2022 The Stdlib Authors.
4+
* Copyright (c) 2026 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.

lib/node_modules/@stdlib/regexp/to-json/test/test.main.js

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) 2022 The Stdlib Authors.
4+
* Copyright (c) 2026 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)