aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/hash/hash.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/crypto/hash/hash.odin')
-rw-r--r--core/crypto/hash/hash.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto/hash/hash.odin b/core/crypto/hash/hash.odin
index 66d9201cd..ecb33b9d0 100644
--- a/core/crypto/hash/hash.odin
+++ b/core/crypto/hash/hash.odin
@@ -2,7 +2,7 @@ package crypto_hash
/*
Copyright 2021 zhibog
- Made available under the BSD-3 license.
+ Made available under Odin's license.
List of contributors:
zhibog, dotbmp: Initial implementation.