Browse Source

Add MIT License

Alice 1 year ago
parent
commit
20db43c0a8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/core/operations/Murmurhash3.mjs

+ 4 - 0
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]
  * @author AliceGrey [alice@grey.systems]
  * @copyright Crown Copyright 2024
  * @copyright Crown Copyright 2024
  * @license Apache-2.0
  * @license Apache-2.0