summaryrefslogtreecommitdiff
path: root/cli/util/unix.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/util/unix.rs')
-rw-r--r--cli/util/unix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/util/unix.rs b/cli/util/unix.rs
index f282f6cfe..fd0c94ea6 100644
--- a/cli/util/unix.rs
+++ b/cli/util/unix.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.
/// Raise soft file descriptor limit to hard file descriptor limit.
/// This is the difference between `ulimit -n` and `ulimit -n -H`.