diff options
Diffstat (limited to 'cli/ops/files.rs')
-rw-r--r-- | cli/ops/files.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/files.rs b/cli/ops/files.rs index 6f015329b..d4ba04ac1 100644 --- a/cli/ops/files.rs +++ b/cli/ops/files.rs @@ -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. use super::dispatch_json::{Deserialize, JsonOp, Value}; use super::io::StreamResource; use crate::deno_error::bad_resource; |