From c4ed3fb7e767311dc5a6fc931fceaf4fdee885de Mon Sep 17 00:00:00 2001 From: tokiedokie Date: Mon, 21 Sep 2020 21:26:41 +0900 Subject: chore: add copyright (#7593) --- std/hash/sha1.ts | 1 + std/hash/sha256.ts | 1 + std/hash/sha512.ts | 1 + 3 files changed, 3 insertions(+) (limited to 'std/hash') 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} * diff --git a/std/hash/sha256.ts b/std/hash/sha256.ts index e2456d7a1..d1516711f 100644 --- a/std/hash/sha256.ts +++ b/std/hash/sha256.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /* * Adapted to deno from: * diff --git a/std/hash/sha512.ts b/std/hash/sha512.ts index 1eef85a47..409dc8994 100644 --- a/std/hash/sha512.ts +++ b/std/hash/sha512.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /* * [js-sha512]{@link https://github.com/emn178/js-sha512} * -- cgit v1.2.3