From 20db43c0a88140dbc703e0a2ac40c507c0d6fc8b Mon Sep 17 00:00:00 2001 From: Alice Date: Tue, 6 Feb 2024 12:22:08 -0500 Subject: [PATCH] Add MIT License --- src/core/operations/Murmurhash3.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/operations/Murmurhash3.mjs b/src/core/operations/Murmurhash3.mjs index c646a539..83a008ed 100644 --- a/src/core/operations/Murmurhash3.mjs +++ b/src/core/operations/Murmurhash3.mjs @@ -1,4 +1,8 @@ /** + * Based on murmurhash-js (https://github.com/garycourt/murmurhash-js) + * @author Gary Court + * @license MIT + * * @author AliceGrey [alice@grey.systems] * @copyright Crown Copyright 2024 * @license Apache-2.0