Fix copy/paste error. Set author to myself.

This commit is contained in:
Leon Zandman 2026-05-10 02:01:53 +02:00
parent 27706d2e5a
commit 08722589f2
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
* WebAssembly.instantiate is called exactly once, regardless of how many
* operations use it or in what order they run.
*
* @author n1474335 [n1474335@gmail.com]
* @copyright Crown Copyright 2024
* @author Leon Zandman [leon@wirwar.com]
* @copyright Crown Copyright 2026
* @license Apache-2.0
*/

View File

@ -1,8 +1,8 @@
/**
* Zstd tests.
*
* @author n1474335 [n1474335@gmail.com]
* @copyright Crown Copyright 2024
* @author Leon Zandman [leon@wirwar.com]
* @copyright Crown Copyright 2026
* @license Apache-2.0
*/
import TestRegister from "../../lib/TestRegister.mjs";