diff options
Diffstat (limited to 'cli/js/net.ts')
-rw-r--r-- | cli/js/net.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/net.ts b/cli/js/net.ts index 3f7785f2b..8c9fbcb39 100644 --- a/cli/js/net.ts +++ b/cli/js/net.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { EOF, Reader, Writer, Closer } from "./io.ts"; import { notImplemented } from "./util.ts"; import { read, write, close } from "./files.ts"; |