diff options
Diffstat (limited to 'core/normalize_path.rs')
-rw-r--r-- | core/normalize_path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/normalize_path.rs b/core/normalize_path.rs index e444af991..6099696ec 100644 --- a/core/normalize_path.rs +++ b/core/normalize_path.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use std::path::Component; use std::path::Path; |