diff options
Diffstat (limited to 'cli/js/io.ts')
-rw-r--r-- | cli/js/io.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/io.ts b/cli/js/io.ts index 4ca5289d1..4e839fcc2 100644 --- a/cli/js/io.ts +++ b/cli/js/io.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. // Interfaces 100% copied from Go. // Documentation liberally lifted from them too. // Thank you! We love Go! |