diff options
Diffstat (limited to 'ops/deno.rs')
-rw-r--r-- | ops/deno.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/deno.rs b/ops/deno.rs index 07f50489a..710fd430f 100644 --- a/ops/deno.rs +++ b/ops/deno.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. #![cfg(not(test))] use proc_macro2::{Span, TokenStream}; |