summaryrefslogtreecommitdiff
path: root/js/buffer_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/buffer_test.ts')
-rw-r--r--js/buffer_test.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/buffer_test.ts b/js/buffer_test.ts
index 7186a94b6..47ad205be 100644
--- a/js/buffer_test.ts
+++ b/js/buffer_test.ts
@@ -1,3 +1,5 @@
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+
import { Buffer, readAll } from "deno";
import * as deno from "deno";
// This code has been ported almost directly from Go's src/bytes/buffer_test.go