diff options
Diffstat (limited to 'runtime/ops/mod.rs')
-rw-r--r-- | runtime/ops/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/mod.rs b/runtime/ops/mod.rs index 526c36d63..e42f61a7b 100644 --- a/runtime/ops/mod.rs +++ b/runtime/ops/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. pub mod fs; pub mod fs_events; |