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/cache | |
parent | 8ba828b41e2609c91d993aec464035d62320fdad (diff) |
chore: update copyright to 2024 (#21753)
Diffstat (limited to 'cli/cache')
-rw-r--r-- | cli/cache/cache_db.rs | 2 | ||||
-rw-r--r-- | cli/cache/caches.rs | 2 | ||||
-rw-r--r-- | cli/cache/check.rs | 2 | ||||
-rw-r--r-- | cli/cache/common.rs | 2 | ||||
-rw-r--r-- | cli/cache/deno_dir.rs | 2 | ||||
-rw-r--r-- | cli/cache/disk_cache.rs | 2 | ||||
-rw-r--r-- | cli/cache/emit.rs | 2 | ||||
-rw-r--r-- | cli/cache/incremental.rs | 2 | ||||
-rw-r--r-- | cli/cache/mod.rs | 2 | ||||
-rw-r--r-- | cli/cache/module_info.rs | 2 | ||||
-rw-r--r-- | cli/cache/node.rs | 2 | ||||
-rw-r--r-- | cli/cache/parsed_source.rs | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/cli/cache/cache_db.rs b/cli/cache/cache_db.rs index b6b4d074e..d6385569a 100644 --- a/cli/cache/cache_db.rs +++ b/cli/cache/cache_db.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::parking_lot::Mutex; diff --git a/cli/cache/caches.rs b/cli/cache/caches.rs index b91c81a15..7220a2f9d 100644 --- a/cli/cache/caches.rs +++ b/cli/cache/caches.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::path::PathBuf; use std::sync::Arc; diff --git a/cli/cache/check.rs b/cli/cache/check.rs index bf71380cb..dc4ae5211 100644 --- a/cli/cache/check.rs +++ b/cli/cache/check.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 super::cache_db::CacheDB; use super::cache_db::CacheDBConfiguration; diff --git a/cli/cache/common.rs b/cli/cache/common.rs index 3e2e862aa..3e7c4885b 100644 --- a/cli/cache/common.rs +++ b/cli/cache/common.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::hash::Hasher; diff --git a/cli/cache/deno_dir.rs b/cli/cache/deno_dir.rs index 9b12dc5b3..72f8987bd 100644 --- a/cli/cache/deno_dir.rs +++ b/cli/cache/deno_dir.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 once_cell::sync::OnceCell; diff --git a/cli/cache/disk_cache.rs b/cli/cache/disk_cache.rs index 1375df6dc..cd44dd17a 100644 --- a/cli/cache/disk_cache.rs +++ b/cli/cache/disk_cache.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 super::CACHE_PERM; use crate::util::fs::atomic_write_file; diff --git a/cli/cache/emit.rs b/cli/cache/emit.rs index f0e94d209..29a9e9694 100644 --- a/cli/cache/emit.rs +++ b/cli/cache/emit.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::path::PathBuf; diff --git a/cli/cache/incremental.rs b/cli/cache/incremental.rs index 65490a7cd..a8bfb0371 100644 --- a/cli/cache/incremental.rs +++ b/cli/cache/incremental.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::path::Path; diff --git a/cli/cache/mod.rs b/cli/cache/mod.rs index 214e2a3dc..c0189b83b 100644 --- a/cli/cache/mod.rs +++ b/cli/cache/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 crate::args::deno_registry_url; use crate::args::CacheSetting; diff --git a/cli/cache/module_info.rs b/cli/cache/module_info.rs index afdb8349c..9240b2387 100644 --- a/cli/cache/module_info.rs +++ b/cli/cache/module_info.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::sync::Arc; diff --git a/cli/cache/node.rs b/cli/cache/node.rs index 1637cbc78..c9286c382 100644 --- a/cli/cache/node.rs +++ b/cli/cache/node.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_ast::CjsAnalysis; use deno_core::error::AnyError; diff --git a/cli/cache/parsed_source.rs b/cli/cache/parsed_source.rs index 8ca3d80dd..021c37f1b 100644 --- a/cli/cache/parsed_source.rs +++ b/cli/cache/parsed_source.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::sync::Arc; |