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