From 00f010172317902f72e76cae41875d1844f19805 Mon Sep 17 00:00:00 2001 From: john19696 Date: Thu, 22 Sep 2022 16:39:51 +0100 Subject: [PATCH] author fix --- src/core/operations/GenerateAllHashes.mjs | 4 ++-- tests/operations/tests/GenerateAllHashes.mjs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/core/operations/GenerateAllHashes.mjs b/src/core/operations/GenerateAllHashes.mjs index 94479650..0e77bc5d 100644 --- a/src/core/operations/GenerateAllHashes.mjs +++ b/src/core/operations/GenerateAllHashes.mjs @@ -1,6 +1,6 @@ /** - * @author n1474335 [n1474335@gmail.com] - * @copyright Crown Copyright 2016 + * @author john19696 [john19696@protonmail.com] + * @copyright Crown Copyright 2023 * @license Apache-2.0 */ diff --git a/tests/operations/tests/GenerateAllHashes.mjs b/tests/operations/tests/GenerateAllHashes.mjs index 6c067f23..857135e6 100644 --- a/tests/operations/tests/GenerateAllHashes.mjs +++ b/tests/operations/tests/GenerateAllHashes.mjs @@ -1,8 +1,8 @@ /** - * GetAllCasings tests. + * GenerateAllHashes tests. * - * @author n1073645 [n1073645@gmail.com] - * @copyright Crown Copyright 2020 + * @author john19696 [john19696@protonmail.com] + * @copyright Crown Copyright 2022 * @license Apache-2.0 */ import TestRegister from "../../lib/TestRegister.mjs";