summaryrefslogtreecommitdiff
path: root/ext/node/ops/zlib/alloc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/ops/zlib/alloc.rs')
-rw-r--r--ext/node/ops/zlib/alloc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/ops/zlib/alloc.rs b/ext/node/ops/zlib/alloc.rs
index c7fecadd8..d425a18d5 100644
--- a/ext/node/ops/zlib/alloc.rs
+++ b/ext/node/ops/zlib/alloc.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.
// Workaround for https://github.com/rust-lang/libz-sys/issues/55
// See https://github.com/rust-lang/flate2-rs/blob/31fb07820345691352aaa64f367c1e482ad9cfdc/src/ffi/c.rs#L60