diff options
Diffstat (limited to 'src/ops.rs')
-rw-r--r-- | src/ops.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ops.rs b/src/ops.rs index 1ec46e445..5b2598728 100644 --- a/src/ops.rs +++ b/src/ops.rs @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. use errors; use errors::{DenoError, DenoResult, ErrorKind}; use fs as deno_fs; |