diff options
Diffstat (limited to 'ext/net/io.rs')
-rw-r--r-- | ext/net/io.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/net/io.rs b/ext/net/io.rs index 532034270..630a24eb9 100644 --- a/ext/net/io.rs +++ b/ext/net/io.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 deno_core::error::generic_error; use deno_core::error::AnyError; |