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 /cli/tools/vendor | |
parent | f729576b2db2aa6ce000a598ad2e45533f686213 (diff) |
chore: update copyright year to 2023 (#17247)
Yearly tradition of creating extra noise in git.
Diffstat (limited to 'cli/tools/vendor')
-rw-r--r-- | cli/tools/vendor/analyze.rs | 2 | ||||
-rw-r--r-- | cli/tools/vendor/build.rs | 2 | ||||
-rw-r--r-- | cli/tools/vendor/import_map.rs | 2 | ||||
-rw-r--r-- | cli/tools/vendor/mappings.rs | 2 | ||||
-rw-r--r-- | cli/tools/vendor/mod.rs | 2 | ||||
-rw-r--r-- | cli/tools/vendor/specifiers.rs | 2 | ||||
-rw-r--r-- | cli/tools/vendor/test.rs | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/cli/tools/vendor/analyze.rs b/cli/tools/vendor/analyze.rs index 0aa7010c7..3b1f20ad9 100644 --- a/cli/tools/vendor/analyze.rs +++ b/cli/tools/vendor/analyze.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_ast::swc::ast::ExportDefaultDecl; use deno_ast::swc::ast::ExportSpecifier; diff --git a/cli/tools/vendor/build.rs b/cli/tools/vendor/build.rs index bdb384e43..8a5b638be 100644 --- a/cli/tools/vendor/build.rs +++ b/cli/tools/vendor/build.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::fmt::Write as _; use std::path::Path; diff --git a/cli/tools/vendor/import_map.rs b/cli/tools/vendor/import_map.rs index b5df81271..411a2e059 100644 --- a/cli/tools/vendor/import_map.rs +++ b/cli/tools/vendor/import_map.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_ast::LineAndColumnIndex; use deno_ast::ModuleSpecifier; diff --git a/cli/tools/vendor/mappings.rs b/cli/tools/vendor/mappings.rs index 57571cf11..14705e51e 100644 --- a/cli/tools/vendor/mappings.rs +++ b/cli/tools/vendor/mappings.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/tools/vendor/mod.rs b/cli/tools/vendor/mod.rs index 21e3a4485..c15c7d1d3 100644 --- a/cli/tools/vendor/mod.rs +++ b/cli/tools/vendor/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::path::Path; use std::path::PathBuf; diff --git a/cli/tools/vendor/specifiers.rs b/cli/tools/vendor/specifiers.rs index 21ae2ca85..d4f413c31 100644 --- a/cli/tools/vendor/specifiers.rs +++ b/cli/tools/vendor/specifiers.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::BTreeMap; use std::collections::HashSet; diff --git a/cli/tools/vendor/test.rs b/cli/tools/vendor/test.rs index 9cf2bb603..61c885731 100644 --- a/cli/tools/vendor/test.rs +++ b/cli/tools/vendor/test.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::cell::RefCell; use std::collections::HashMap; |