From 10e4b2e14046b74469f7310c599579a6611513fe Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 2 Jan 2023 16:00:42 -0500 Subject: chore: update copyright year to 2023 (#17247) Yearly tradition of creating extra noise in git. --- ext/node/01_node.js | 2 +- ext/node/02_require.js | 2 +- ext/node/Cargo.toml | 2 +- ext/node/errors.rs | 2 +- ext/node/lib.rs | 2 +- ext/node/package_json.rs | 2 +- ext/node/resolution.rs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'ext/node') diff --git a/ext/node/01_node.js b/ext/node/01_node.js index 8fe815f01..4ed5b3eda 100644 --- a/ext/node/01_node.js +++ b/ext/node/01_node.js @@ -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. // deno-lint-ignore-file diff --git a/ext/node/02_require.js b/ext/node/02_require.js index 0f11253f2..7b44787fd 100644 --- a/ext/node/02_require.js +++ b/ext/node/02_require.js @@ -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. // deno-lint-ignore-file diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index d2fc2139c..583522f45 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/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_node" diff --git a/ext/node/errors.rs b/ext/node/errors.rs index b489cb937..9158ab0c5 100644 --- a/ext/node/errors.rs +++ b/ext/node/errors.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 std::path::PathBuf; diff --git a/ext/node/lib.rs b/ext/node/lib.rs index e8ff3c549..d6fdd7679 100644 --- a/ext/node/lib.rs +++ b/ext/node/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 deno_core::error::generic_error; use deno_core::error::AnyError; diff --git a/ext/node/package_json.rs b/ext/node/package_json.rs index 85caac5f4..f0a2b4f4d 100644 --- a/ext/node/package_json.rs +++ b/ext/node/package_json.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 crate::NodeModuleKind; diff --git a/ext/node/resolution.rs b/ext/node/resolution.rs index cd9496ad4..95099d14e 100644 --- a/ext/node/resolution.rs +++ b/ext/node/resolution.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 std::path::Path; use std::path::PathBuf; -- cgit v1.2.3