Add missing copyrights (#1024)

This commit is contained in:
ztplz 2018-10-20 03:25:29 +08:00 committed by Ryan Dahl
parent 7210e7b33b
commit b809a82fd9
46 changed files with 39 additions and 12 deletions

View file

@ -1,5 +1,4 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
import { ReadResult, Reader, Writer, Closer } from "./io";
import * as msg from "gen/msg_generated";
import { assert, notImplemented } from "./util";