diff options
Diffstat (limited to 'ws/sha1_test.ts')
-rw-r--r-- | ws/sha1_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ws/sha1_test.ts b/ws/sha1_test.ts index 0b1e2c858..865e443e5 100644 --- a/ws/sha1_test.ts +++ b/ws/sha1_test.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { assert, test } from "../testing/mod.ts"; import { Sha1 } from "./sha1.ts"; |