From 77114fbda49382e397095d8214bd76996b0cfb57 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 22 Jan 2019 04:03:30 +0900 Subject: chore: update license lines (#1557) --- js/buffer_test.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/buffer_test.ts') 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 -- cgit v1.2.3