diff options
Diffstat (limited to 'cli/util/glob.rs')
-rw-r--r-- | cli/util/glob.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/util/glob.rs b/cli/util/glob.rs index 55c9a516e..f0cabc2ec 100644 --- a/cli/util/glob.rs +++ b/cli/util/glob.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. use std::path::Path; use std::path::PathBuf; |