diff options
Diffstat (limited to 'core/hash/xxhash/xxhash_32.odin')
| -rw-r--r-- | core/hash/xxhash/xxhash_32.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hash/xxhash/xxhash_32.odin b/core/hash/xxhash/xxhash_32.odin index 8e53d564b..7c03c232e 100644 --- a/core/hash/xxhash/xxhash_32.odin +++ b/core/hash/xxhash/xxhash_32.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. |