diff options
Diffstat (limited to 'src/deno_dir.rs')
-rw-r--r-- | src/deno_dir.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deno_dir.rs b/src/deno_dir.rs index 1af5daa3f..5ae1c66d9 100644 --- a/src/deno_dir.rs +++ b/src/deno_dir.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 dirs; use errors; use errors::DenoError; |