diff options
Diffstat (limited to 'std/hash/mod.ts')
-rw-r--r-- | std/hash/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/hash/mod.ts b/std/hash/mod.ts index 06c9ce439..7ab4dbbc4 100644 --- a/std/hash/mod.ts +++ b/std/hash/mod.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { Hash } from "./_wasm/hash.ts"; import type { Hasher } from "./hasher.ts"; |