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 52b3fbda9..02b0b6578 100644
--- a/core/crypto/_sha3/sha3.odin
+++ b/core/crypto/_sha3/sha3.odin
@@ -2,7 +2,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.