diff options
Diffstat (limited to 'core/hash/xxhash/xxhash_3.odin')
| -rw-r--r-- | core/hash/xxhash/xxhash_3.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hash/xxhash/xxhash_3.odin b/core/hash/xxhash/xxhash_3.odin index 20dd8e596..810b98f1a 100644 --- a/core/hash/xxhash/xxhash_3.odin +++ b/core/hash/xxhash/xxhash_3.odin @@ -4,7 +4,7 @@ package xxhash An implementation of Yann Collet's [xxhash Fast Hash Algorithm](https://cyan4973.github.io/xxHash/). Copyright 2021 Jeroen van Rijn <nom@duclavier.com>. - Made available under Odin's BSD-3 license, based on the original C code. + Made available under Odin's license, based on the original C code. List of contributors: Jeroen van Rijn: Initial implementation. |