diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-01-01 14:58:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-01 19:58:21 +0000 |
| commit | 7e72f3af6152d4b62c2ea94d025dfa297a6b0cb4 (patch) | |
| tree | 76753f501bbede065efca7a0b62b823d64a2d9de /cli/tools/registry | |
| parent | 8ba828b41e2609c91d993aec464035d62320fdad (diff) | |
chore: update copyright to 2024 (#21753)
Diffstat (limited to 'cli/tools/registry')
| -rw-r--r-- | cli/tools/registry/api.rs | 2 | ||||
| -rw-r--r-- | cli/tools/registry/auth.rs | 2 | ||||
| -rw-r--r-- | cli/tools/registry/mod.rs | 2 | ||||
| -rw-r--r-- | cli/tools/registry/publish_order.rs | 2 | ||||
| -rw-r--r-- | cli/tools/registry/tar.rs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cli/tools/registry/api.rs b/cli/tools/registry/api.rs index 4985a0ed4..672cdc02c 100644 --- a/cli/tools/registry/api.rs +++ b/cli/tools/registry/api.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. use deno_core::error::AnyError; use deno_core::serde_json; diff --git a/cli/tools/registry/auth.rs b/cli/tools/registry/auth.rs index df0f849db..52936bc98 100644 --- a/cli/tools/registry/auth.rs +++ b/cli/tools/registry/auth.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. use std::io::IsTerminal; diff --git a/cli/tools/registry/mod.rs b/cli/tools/registry/mod.rs index 968a0dd65..789ee131f 100644 --- a/cli/tools/registry/mod.rs +++ b/cli/tools/registry/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. use std::collections::HashMap; use std::fmt::Write; diff --git a/cli/tools/registry/publish_order.rs b/cli/tools/registry/publish_order.rs index 8d84e4af5..965da8341 100644 --- a/cli/tools/registry/publish_order.rs +++ b/cli/tools/registry/publish_order.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. use std::collections::HashMap; use std::collections::HashSet; diff --git a/cli/tools/registry/tar.rs b/cli/tools/registry/tar.rs index 14d0f4e4b..3bebb1276 100644 --- a/cli/tools/registry/tar.rs +++ b/cli/tools/registry/tar.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. use bytes::Bytes; use deno_core::anyhow; |
