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/util | |
parent | 8ba828b41e2609c91d993aec464035d62320fdad (diff) |
chore: update copyright to 2024 (#21753)
Diffstat (limited to 'cli/util')
-rw-r--r-- | cli/util/checksum.rs | 2 | ||||
-rw-r--r-- | cli/util/console.rs | 2 | ||||
-rw-r--r-- | cli/util/diff.rs | 2 | ||||
-rw-r--r-- | cli/util/display.rs | 2 | ||||
-rw-r--r-- | cli/util/draw_thread.rs | 2 | ||||
-rw-r--r-- | cli/util/file_watcher.rs | 2 | ||||
-rw-r--r-- | cli/util/fs.rs | 2 | ||||
-rw-r--r-- | cli/util/glob.rs | 2 | ||||
-rw-r--r-- | cli/util/import_map.rs | 2 | ||||
-rw-r--r-- | cli/util/logger.rs | 2 | ||||
-rw-r--r-- | cli/util/mod.rs | 2 | ||||
-rw-r--r-- | cli/util/path.rs | 2 | ||||
-rw-r--r-- | cli/util/progress_bar/mod.rs | 2 | ||||
-rw-r--r-- | cli/util/progress_bar/renderer.rs | 2 | ||||
-rw-r--r-- | cli/util/sync.rs | 2 | ||||
-rw-r--r-- | cli/util/text_encoding.rs | 2 | ||||
-rw-r--r-- | cli/util/time.rs | 2 | ||||
-rw-r--r-- | cli/util/unix.rs | 2 | ||||
-rw-r--r-- | cli/util/v8.rs | 2 | ||||
-rw-r--r-- | cli/util/windows.rs | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/cli/util/checksum.rs b/cli/util/checksum.rs index 38a372590..d9480eb6e 100644 --- a/cli/util/checksum.rs +++ b/cli/util/checksum.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 ring::digest::Context; use ring::digest::SHA256; diff --git a/cli/util/console.rs b/cli/util/console.rs index dc37138b1..74e6928a2 100644 --- a/cli/util/console.rs +++ b/cli/util/console.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_runtime::ops::tty::ConsoleSize; diff --git a/cli/util/diff.rs b/cli/util/diff.rs index 817ddfd89..14ece0c44 100644 --- a/cli/util/diff.rs +++ b/cli/util/diff.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::colors; use dissimilar::diff as difference; diff --git a/cli/util/display.rs b/cli/util/display.rs index bc50f8674..d18b045d8 100644 --- a/cli/util/display.rs +++ b/cli/util/display.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/util/draw_thread.rs b/cli/util/draw_thread.rs index 352ead3b0..d9ab176a9 100644 --- a/cli/util/draw_thread.rs +++ b/cli/util/draw_thread.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 console_static_text::ConsoleStaticText; use deno_core::parking_lot::Mutex; diff --git a/cli/util/file_watcher.rs b/cli/util/file_watcher.rs index 5a316139c..33b764bbf 100644 --- a/cli/util/file_watcher.rs +++ b/cli/util/file_watcher.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::Flags; use crate::colors; diff --git a/cli/util/fs.rs b/cli/util/fs.rs index 4881d0815..f9fe9424f 100644 --- a/cli/util/fs.rs +++ b/cli/util/fs.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::anyhow::Context; use deno_core::error::AnyError; diff --git a/cli/util/glob.rs b/cli/util/glob.rs index 55c9a516e..f0cabc2ec 100644 --- a/cli/util/glob.rs +++ b/cli/util/glob.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::Path; use std::path::PathBuf; diff --git a/cli/util/import_map.rs b/cli/util/import_map.rs index cd44d8eab..0b78a133c 100644 --- a/cli/util/import_map.rs +++ b/cli/util/import_map.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::ParsedSource; use deno_core::error::AnyError; diff --git a/cli/util/logger.rs b/cli/util/logger.rs index e430b0ec9..3cd0cbe5d 100644 --- a/cli/util/logger.rs +++ b/cli/util/logger.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::Write; diff --git a/cli/util/mod.rs b/cli/util/mod.rs index f7de7583b..58d647101 100644 --- a/cli/util/mod.rs +++ b/cli/util/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. // Note: Only add code in this folder that has no application specific logic pub mod checksum; diff --git a/cli/util/path.rs b/cli/util/path.rs index 4aadf6583..496b37c5e 100644 --- a/cli/util/path.rs +++ b/cli/util/path.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::borrow::Cow; use std::path::Path; diff --git a/cli/util/progress_bar/mod.rs b/cli/util/progress_bar/mod.rs index 65bc00efd..413062084 100644 --- a/cli/util/progress_bar/mod.rs +++ b/cli/util/progress_bar/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::sync::atomic::AtomicU64; use std::sync::atomic::Ordering; diff --git a/cli/util/progress_bar/renderer.rs b/cli/util/progress_bar/renderer.rs index 5635ad316..aed4c54b9 100644 --- a/cli/util/progress_bar/renderer.rs +++ b/cli/util/progress_bar/renderer.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::time::Duration; diff --git a/cli/util/sync.rs b/cli/util/sync.rs index e047a31bc..dddb5991c 100644 --- a/cli/util/sync.rs +++ b/cli/util/sync.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::LinkedList; use std::sync::atomic::AtomicBool; diff --git a/cli/util/text_encoding.rs b/cli/util/text_encoding.rs index d85950a75..333384d96 100644 --- a/cli/util/text_encoding.rs +++ b/cli/util/text_encoding.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 base64::prelude::BASE64_STANDARD; use base64::Engine; diff --git a/cli/util/time.rs b/cli/util/time.rs index 0107d8416..2ecc35da6 100644 --- a/cli/util/time.rs +++ b/cli/util/time.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. /// Identical to chrono::Utc::now() but without the system "clock" /// feature flag. diff --git a/cli/util/unix.rs b/cli/util/unix.rs index fd0c94ea6..2c76a54c3 100644 --- a/cli/util/unix.rs +++ b/cli/util/unix.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. /// Raise soft file descriptor limit to hard file descriptor limit. /// This is the difference between `ulimit -n` and `ulimit -n -H`. diff --git a/cli/util/v8.rs b/cli/util/v8.rs index af310608a..63bc495d1 100644 --- a/cli/util/v8.rs +++ b/cli/util/v8.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. #[inline(always)] pub fn get_v8_flags_from_env() -> Vec<String> { diff --git a/cli/util/windows.rs b/cli/util/windows.rs index a8b57114d..37e78a5d0 100644 --- a/cli/util/windows.rs +++ b/cli/util/windows.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. /// Ensures that stdin, stdout, and stderr are open and have valid HANDLEs /// associated with them. There are many places where a `std::fs::File` is |