diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-02 16:00:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-02 21:00:42 +0000 |
| commit | 10e4b2e14046b74469f7310c599579a6611513fe (patch) | |
| tree | f6e446cb97d1df8b7413f3bf3a9c897ff487b275 /ops | |
| parent | f729576b2db2aa6ce000a598ad2e45533f686213 (diff) | |
chore: update copyright year to 2023 (#17247)
Yearly tradition of creating extra noise in git.
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; |
