aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/sha3.zig
diff options
context:
space:
mode:
authorFrank Denis <github@pureftpd.org>2021-01-01 00:07:36 +0100
committerAndrew Kelley <andrew@ziglang.org>2020-12-31 15:45:24 -0800
commit6c2e0c2046a4c1d01587cc15ea2f59af32743eb4 (patch)
tree0268dc75249fcfc764d188c48c536e7798dca869 /lib/std/crypto/sha3.zig
parent69da6ba14d2d1f19e2ab16ded47f8aa22658471e (diff)
downloadzig-6c2e0c2046a4c1d01587cc15ea2f59af32743eb4.tar.gz
zig-6c2e0c2046a4c1d01587cc15ea2f59af32743eb4.zip
Year++
Diffstat (limited to 'lib/std/crypto/sha3.zig')
-rw-r--r--lib/std/crypto/sha3.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/crypto/sha3.zig b/lib/std/crypto/sha3.zig
index 3aecf25e5b..8f1888aa38 100644
--- a/lib/std/crypto/sha3.zig
+++ b/lib/std/crypto/sha3.zig
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
-// Copyright (c) 2015-2020 Zig Contributors
+// Copyright (c) 2015-2021 Zig Contributors
// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
// The MIT license requires this copyright notice to be included in all copies
// and substantial portions of the software.