diff options
Diffstat (limited to 'ext/node')
-rw-r--r-- | ext/node/01_node.js | 2 | ||||
-rw-r--r-- | ext/node/02_require.js | 2 | ||||
-rw-r--r-- | ext/node/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/node/errors.rs | 2 | ||||
-rw-r--r-- | ext/node/lib.rs | 2 | ||||
-rw-r--r-- | ext/node/package_json.rs | 2 | ||||
-rw-r--r-- | ext/node/resolution.rs | 2 |
7 files changed, 7 insertions, 7 deletions
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; |