diff options
Diffstat (limited to 'cli/util/mod.rs')
-rw-r--r-- | cli/util/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/util/mod.rs b/cli/util/mod.rs index a7a72f3b4..d0b500e31 100644 --- a/cli/util/mod.rs +++ b/cli/util/mod.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. // Note: Only add code in this folder that has no application specific logic pub mod checksum; |