diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/Cargo.toml | 2 | ||||
-rw-r--r-- | ops/attrs.rs | 2 | ||||
-rw-r--r-- | ops/deno.rs | 2 | ||||
-rw-r--r-- | ops/lib.rs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ops/Cargo.toml b/ops/Cargo.toml index 57f9ee55d..711d54e1e 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -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. [package] name = "deno_ops" diff --git a/ops/attrs.rs b/ops/attrs.rs index 4d298d7ed..93fbb05ff 100644 --- a/ops/attrs.rs +++ b/ops/attrs.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 syn::{ parse::{Parse, ParseStream}, punctuated::Punctuated, 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}; diff --git a/ops/lib.rs b/ops/lib.rs index b4bef1d13..7fb377420 100644 --- a/ops/lib.rs +++ b/ops/lib.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 attrs::Attributes; use once_cell::sync::Lazy; |