From 0c0a035a531012a08f68a4381e9710127a29e7fe Mon Sep 17 00:00:00 2001 From: Michael Rowley Date: Thu, 30 Dec 2021 22:51:30 +0000 Subject: [PATCH] Added @author --- src/core/lib/IP.mjs | 1 + src/core/operations/ParseIPv6Address.mjs | 1 + src/core/operations/Sort.mjs | 1 + 3 files changed, 3 insertions(+) diff --git a/src/core/lib/IP.mjs b/src/core/lib/IP.mjs index 59cc8fce..c1b37371 100644 --- a/src/core/lib/IP.mjs +++ b/src/core/lib/IP.mjs @@ -3,6 +3,7 @@ * * @author picapi * @author n1474335 [n1474335@gmail.com] + * @author Michael Rowley [michaellrowley@protonmail.com] * @author Klaxon [klaxon@veyr.com] * @copyright Crown Copyright 2016 * @license Apache-2.0 diff --git a/src/core/operations/ParseIPv6Address.mjs b/src/core/operations/ParseIPv6Address.mjs index 0beaa6d3..3fb9f383 100644 --- a/src/core/operations/ParseIPv6Address.mjs +++ b/src/core/operations/ParseIPv6Address.mjs @@ -1,5 +1,6 @@ /** * @author n1474335 [n1474335@gmail.com] + * @author Michael Rowley [michaellrowley@protonmail.com] * @copyright Crown Copyright 2016 * @license Apache-2.0 */ diff --git a/src/core/operations/Sort.mjs b/src/core/operations/Sort.mjs index 80e09b95..2feb3587 100644 --- a/src/core/operations/Sort.mjs +++ b/src/core/operations/Sort.mjs @@ -1,5 +1,6 @@ /** * @author n1474335 [n1474335@gmail.com] + * @author Michael Rowley [michaellrowley@protonmail.com] * @copyright Crown Copyright 2016 * @license Apache-2.0 */