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