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 a295b55e6..43af6fea6 100644 --- a/core/normalize_path.rs +++ b/core/normalize_path.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use std::path::Component; use std::path::Path; |