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. --- cli/npm/resolution/graph.rs | 2 +- cli/npm/resolution/mod.rs | 2 +- cli/npm/resolution/snapshot.rs | 2 +- cli/npm/resolution/specifier.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/npm/resolution') diff --git a/cli/npm/resolution/graph.rs b/cli/npm/resolution/graph.rs index 48c55757e..a97eff037 100644 --- a/cli/npm/resolution/graph.rs +++ b/cli/npm/resolution/graph.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::borrow::Cow; use std::collections::BTreeMap; diff --git a/cli/npm/resolution/mod.rs b/cli/npm/resolution/mod.rs index 15de4ceff..c6e1c5d25 100644 --- a/cli/npm/resolution/mod.rs +++ b/cli/npm/resolution/mod.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::collections::HashMap; use std::collections::HashSet; diff --git a/cli/npm/resolution/snapshot.rs b/cli/npm/resolution/snapshot.rs index 738b68d21..d7da35eba 100644 --- a/cli/npm/resolution/snapshot.rs +++ b/cli/npm/resolution/snapshot.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::collections::HashMap; use std::collections::HashSet; diff --git a/cli/npm/resolution/specifier.rs b/cli/npm/resolution/specifier.rs index db4bbd476..7ab327ba5 100644 --- a/cli/npm/resolution/specifier.rs +++ b/cli/npm/resolution/specifier.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::cmp::Ordering; use std::collections::HashMap; -- cgit v1.2.3