diff options
Diffstat (limited to 'std/hash/sha1.ts')
-rw-r--r-- | std/hash/sha1.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/hash/sha1.ts b/std/hash/sha1.ts index 6a79db27b..19563088b 100644 --- a/std/hash/sha1.ts +++ b/std/hash/sha1.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /* * [js-sha1]{@link https://github.com/emn178/js-sha1} * |