diff options
Diffstat (limited to 'std/io/util.ts')
-rw-r--r-- | std/io/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/io/util.ts b/std/io/util.ts index 7ecf0e48d..1226640bd 100644 --- a/std/io/util.ts +++ b/std/io/util.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. const { Buffer, mkdir, open } = Deno; type File = Deno.File; type Reader = Deno.Reader; |