From 073cd0b4d9eba4c96ec9608137142291668379fc Mon Sep 17 00:00:00 2001
From: Kenta Moriuchi <moriken@kimamass.com>
Date: Wed, 1 Jan 2025 03:39:52 +0900
Subject: [PATCH] chore: Happy New Year 2025

---
 .github/mtime_cache/action.js                               | 2 +-
 .github/workflows/ci.generate.ts                            | 2 +-
 Cargo.toml                                                  | 2 +-
 LICENSE.md                                                  | 2 +-
 bench_util/Cargo.toml                                       | 2 +-
 bench_util/benches/utf8.rs                                  | 2 +-
 bench_util/js_runtime.rs                                    | 2 +-
 bench_util/lib.rs                                           | 2 +-
 bench_util/profiling.rs                                     | 2 +-
 cli/Cargo.toml                                              | 2 +-
 cli/args/deno_json.rs                                       | 2 +-
 cli/args/flags.rs                                           | 2 +-
 cli/args/flags_net.rs                                       | 2 +-
 cli/args/import_map.rs                                      | 2 +-
 cli/args/lockfile.rs                                        | 2 +-
 cli/args/mod.rs                                             | 2 +-
 cli/args/package_json.rs                                    | 2 +-
 cli/bench/cache_api.js                                      | 2 +-
 cli/bench/command.js                                        | 2 +-
 cli/bench/console.js                                        | 2 +-
 cli/bench/deno_common.js                                    | 2 +-
 cli/bench/encode_into.js                                    | 2 +-
 cli/bench/fs/run.mjs                                        | 2 +-
 cli/bench/fs/serve.jsx                                      | 2 +-
 cli/bench/getrandom.js                                      | 2 +-
 cli/bench/lsp.rs                                            | 2 +-
 cli/bench/lsp_bench_standalone.rs                           | 2 +-
 cli/bench/main.rs                                           | 2 +-
 cli/bench/napi/bench.js                                     | 2 +-
 cli/bench/napi/bench_node.mjs                               | 2 +-
 cli/bench/op_now.js                                         | 2 +-
 cli/bench/secure_curves.js                                  | 2 +-
 cli/bench/stdio/stdio.c                                     | 2 +-
 cli/bench/stdio/stdio.js                                    | 2 +-
 cli/bench/tcp.js                                            | 2 +-
 cli/bench/tty.js                                            | 2 +-
 cli/bench/url_parse.js                                      | 2 +-
 cli/bench/webstorage.js                                     | 2 +-
 cli/bench/write_file.js                                     | 2 +-
 cli/build.rs                                                | 2 +-
 cli/cache/cache_db.rs                                       | 2 +-
 cli/cache/caches.rs                                         | 2 +-
 cli/cache/check.rs                                          | 2 +-
 cli/cache/code_cache.rs                                     | 2 +-
 cli/cache/common.rs                                         | 2 +-
 cli/cache/deno_dir.rs                                       | 2 +-
 cli/cache/disk_cache.rs                                     | 2 +-
 cli/cache/emit.rs                                           | 2 +-
 cli/cache/fast_check.rs                                     | 2 +-
 cli/cache/incremental.rs                                    | 2 +-
 cli/cache/mod.rs                                            | 2 +-
 cli/cache/module_info.rs                                    | 2 +-
 cli/cache/node.rs                                           | 2 +-
 cli/cache/parsed_source.rs                                  | 2 +-
 cli/cdp.rs                                                  | 2 +-
 cli/emit.rs                                                 | 2 +-
 cli/errors.rs                                               | 2 +-
 cli/factory.rs                                              | 2 +-
 cli/file_fetcher.rs                                         | 2 +-
 cli/graph_container.rs                                      | 2 +-
 cli/graph_util.rs                                           | 2 +-
 cli/http_util.rs                                            | 2 +-
 cli/integration_tests_runner.rs                             | 2 +-
 cli/js.rs                                                   | 2 +-
 cli/js/40_bench.js                                          | 2 +-
 cli/js/40_jupyter.js                                        | 2 +-
 cli/js/40_lint.js                                           | 2 +-
 cli/js/40_lint_selector.js                                  | 2 +-
 cli/js/40_lint_types.d.ts                                   | 2 +-
 cli/js/40_test.js                                           | 2 +-
 cli/js/40_test_common.js                                    | 2 +-
 cli/jsr.rs                                                  | 2 +-
 cli/lsp/analysis.rs                                         | 2 +-
 cli/lsp/cache.rs                                            | 2 +-
 cli/lsp/capabilities.rs                                     | 2 +-
 cli/lsp/client.rs                                           | 2 +-
 cli/lsp/code_lens.rs                                        | 2 +-
 cli/lsp/completions.rs                                      | 2 +-
 cli/lsp/config.rs                                           | 2 +-
 cli/lsp/diagnostics.rs                                      | 2 +-
 cli/lsp/documents.rs                                        | 2 +-
 cli/lsp/jsr.rs                                              | 2 +-
 cli/lsp/language_server.rs                                  | 2 +-
 cli/lsp/logging.rs                                          | 2 +-
 cli/lsp/lsp_custom.rs                                       | 2 +-
 cli/lsp/mod.rs                                              | 2 +-
 cli/lsp/npm.rs                                              | 2 +-
 cli/lsp/parent_process_checker.rs                           | 2 +-
 cli/lsp/path_to_regex.rs                                    | 2 +-
 cli/lsp/performance.rs                                      | 2 +-
 cli/lsp/refactor.rs                                         | 2 +-
 cli/lsp/registries.rs                                       | 2 +-
 cli/lsp/repl.rs                                             | 2 +-
 cli/lsp/resolver.rs                                         | 2 +-
 cli/lsp/search.rs                                           | 2 +-
 cli/lsp/semantic_tokens.rs                                  | 2 +-
 cli/lsp/testing/collectors.rs                               | 2 +-
 cli/lsp/testing/definitions.rs                              | 2 +-
 cli/lsp/testing/execution.rs                                | 2 +-
 cli/lsp/testing/lsp_custom.rs                               | 2 +-
 cli/lsp/testing/mod.rs                                      | 2 +-
 cli/lsp/testing/server.rs                                   | 2 +-
 cli/lsp/text.rs                                             | 2 +-
 cli/lsp/tsc.rs                                              | 2 +-
 cli/lsp/urls.rs                                             | 2 +-
 cli/main.rs                                                 | 2 +-
 cli/mainrt.rs                                               | 2 +-
 cli/module_loader.rs                                        | 2 +-
 cli/node.rs                                                 | 2 +-
 cli/npm/byonm.rs                                            | 2 +-
 cli/npm/managed/mod.rs                                      | 2 +-
 cli/npm/managed/resolution.rs                               | 2 +-
 cli/npm/managed/resolvers/common.rs                         | 2 +-
 cli/npm/managed/resolvers/common/bin_entries.rs             | 2 +-
 cli/npm/managed/resolvers/common/lifecycle_scripts.rs       | 2 +-
 cli/npm/managed/resolvers/global.rs                         | 2 +-
 cli/npm/managed/resolvers/local.rs                          | 2 +-
 cli/npm/managed/resolvers/mod.rs                            | 2 +-
 cli/npm/mod.rs                                              | 2 +-
 cli/ops/bench.rs                                            | 2 +-
 cli/ops/jupyter.rs                                          | 2 +-
 cli/ops/lint.rs                                             | 2 +-
 cli/ops/mod.rs                                              | 2 +-
 cli/ops/testing.rs                                          | 2 +-
 cli/resolver.rs                                             | 2 +-
 cli/shared.rs                                               | 2 +-
 cli/standalone/binary.rs                                    | 2 +-
 cli/standalone/code_cache.rs                                | 2 +-
 cli/standalone/file_system.rs                               | 2 +-
 cli/standalone/mod.rs                                       | 2 +-
 cli/standalone/serialization.rs                             | 2 +-
 cli/standalone/virtual_fs.rs                                | 2 +-
 cli/sys.rs                                                  | 2 +-
 cli/task_runner.rs                                          | 2 +-
 cli/tools/bench/mod.rs                                      | 2 +-
 cli/tools/bench/reporters.rs                                | 2 +-
 cli/tools/check.rs                                          | 2 +-
 cli/tools/clean.rs                                          | 2 +-
 cli/tools/compile.rs                                        | 2 +-
 cli/tools/coverage/merge.rs                                 | 2 +-
 cli/tools/coverage/mod.rs                                   | 2 +-
 cli/tools/coverage/range_tree.rs                            | 2 +-
 cli/tools/coverage/reporter.rs                              | 2 +-
 cli/tools/coverage/util.rs                                  | 2 +-
 cli/tools/doc.rs                                            | 2 +-
 cli/tools/fmt.rs                                            | 2 +-
 cli/tools/info.rs                                           | 2 +-
 cli/tools/init/mod.rs                                       | 2 +-
 cli/tools/installer.rs                                      | 2 +-
 cli/tools/jupyter/install.rs                                | 2 +-
 cli/tools/jupyter/mod.rs                                    | 2 +-
 cli/tools/jupyter/server.rs                                 | 2 +-
 cli/tools/lint/ast_buffer/buffer.rs                         | 2 +-
 cli/tools/lint/ast_buffer/mod.rs                            | 2 +-
 cli/tools/lint/ast_buffer/swc.rs                            | 2 +-
 cli/tools/lint/ast_buffer/ts_estree.rs                      | 2 +-
 cli/tools/lint/linter.rs                                    | 2 +-
 cli/tools/lint/mod.rs                                       | 2 +-
 cli/tools/lint/reporters.rs                                 | 2 +-
 cli/tools/lint/rules/mod.rs                                 | 2 +-
 cli/tools/lint/rules/no_sloppy_imports.rs                   | 2 +-
 cli/tools/lint/rules/no_slow_types.rs                       | 2 +-
 cli/tools/mod.rs                                            | 2 +-
 cli/tools/registry/api.rs                                   | 2 +-
 cli/tools/registry/auth.rs                                  | 2 +-
 cli/tools/registry/diagnostics.rs                           | 2 +-
 cli/tools/registry/graph.rs                                 | 2 +-
 cli/tools/registry/mod.rs                                   | 2 +-
 cli/tools/registry/paths.rs                                 | 2 +-
 cli/tools/registry/pm.rs                                    | 2 +-
 cli/tools/registry/pm/cache_deps.rs                         | 2 +-
 cli/tools/registry/pm/deps.rs                               | 2 +-
 cli/tools/registry/pm/outdated.rs                           | 2 +-
 cli/tools/registry/provenance.rs                            | 2 +-
 cli/tools/registry/publish_order.rs                         | 2 +-
 cli/tools/registry/tar.rs                                   | 2 +-
 cli/tools/registry/unfurl.rs                                | 2 +-
 cli/tools/repl/channel.rs                                   | 2 +-
 cli/tools/repl/editor.rs                                    | 2 +-
 cli/tools/repl/mod.rs                                       | 2 +-
 cli/tools/repl/session.rs                                   | 2 +-
 cli/tools/run/hmr.rs                                        | 2 +-
 cli/tools/run/mod.rs                                        | 2 +-
 cli/tools/serve.rs                                          | 2 +-
 cli/tools/task.rs                                           | 2 +-
 cli/tools/test/channel.rs                                   | 2 +-
 cli/tools/test/fmt.rs                                       | 2 +-
 cli/tools/test/mod.rs                                       | 2 +-
 cli/tools/test/reporters/common.rs                          | 2 +-
 cli/tools/test/reporters/compound.rs                        | 2 +-
 cli/tools/test/reporters/dot.rs                             | 2 +-
 cli/tools/test/reporters/junit.rs                           | 2 +-
 cli/tools/test/reporters/mod.rs                             | 2 +-
 cli/tools/test/reporters/pretty.rs                          | 2 +-
 cli/tools/test/reporters/tap.rs                             | 2 +-
 cli/tools/upgrade.rs                                        | 2 +-
 cli/tsc/99_main_compiler.js                                 | 2 +-
 cli/tsc/_analyze_types_node.ts                              | 2 +-
 cli/tsc/compiler.d.ts                                       | 2 +-
 cli/tsc/diagnostics.rs                                      | 2 +-
 cli/tsc/dts/lib.deno.ns.d.ts                                | 2 +-
 cli/tsc/dts/lib.deno.shared_globals.d.ts                    | 2 +-
 cli/tsc/dts/lib.deno.unstable.d.ts                          | 2 +-
 cli/tsc/dts/lib.deno.window.d.ts                            | 2 +-
 cli/tsc/dts/lib.deno.worker.d.ts                            | 2 +-
 cli/tsc/dts/lib.deno_webgpu.d.ts                            | 2 +-
 cli/tsc/dts/lib.dom.extras.d.ts                             | 2 +-
 cli/tsc/mod.rs                                              | 2 +-
 cli/util/archive.rs                                         | 2 +-
 cli/util/checksum.rs                                        | 2 +-
 cli/util/console.rs                                         | 2 +-
 cli/util/diff.rs                                            | 2 +-
 cli/util/display.rs                                         | 2 +-
 cli/util/draw_thread.rs                                     | 2 +-
 cli/util/extract.rs                                         | 2 +-
 cli/util/file_watcher.rs                                    | 2 +-
 cli/util/fs.rs                                              | 2 +-
 cli/util/logger.rs                                          | 2 +-
 cli/util/mod.rs                                             | 2 +-
 cli/util/path.rs                                            | 2 +-
 cli/util/progress_bar/mod.rs                                | 2 +-
 cli/util/progress_bar/renderer.rs                           | 2 +-
 cli/util/result.rs                                          | 2 +-
 cli/util/retry.rs                                           | 2 +-
 cli/util/sync/async_flag.rs                                 | 2 +-
 cli/util/sync/mod.rs                                        | 2 +-
 cli/util/sync/sync_read_async_write_lock.rs                 | 2 +-
 cli/util/sync/task_queue.rs                                 | 2 +-
 cli/util/text_encoding.rs                                   | 2 +-
 cli/util/unix.rs                                            | 2 +-
 cli/util/v8.rs                                              | 2 +-
 cli/util/v8/convert.rs                                      | 2 +-
 cli/util/windows.rs                                         | 2 +-
 cli/version.rs                                              | 2 +-
 cli/worker.rs                                               | 2 +-
 ext/broadcast_channel/01_broadcast_channel.js               | 2 +-
 ext/broadcast_channel/Cargo.toml                            | 2 +-
 ext/broadcast_channel/in_memory_broadcast_channel.rs        | 2 +-
 ext/broadcast_channel/lib.deno_broadcast_channel.d.ts       | 2 +-
 ext/broadcast_channel/lib.rs                                | 2 +-
 ext/cache/01_cache.js                                       | 2 +-
 ext/cache/Cargo.toml                                        | 2 +-
 ext/cache/lib.deno_cache.d.ts                               | 2 +-
 ext/cache/lib.rs                                            | 2 +-
 ext/cache/sqlite.rs                                         | 2 +-
 ext/canvas/01_image.js                                      | 2 +-
 ext/canvas/Cargo.toml                                       | 2 +-
 ext/canvas/lib.deno_canvas.d.ts                             | 2 +-
 ext/canvas/lib.rs                                           | 2 +-
 ext/console/01_console.js                                   | 2 +-
 ext/console/Cargo.toml                                      | 2 +-
 ext/console/internal.d.ts                                   | 2 +-
 ext/console/lib.deno_console.d.ts                           | 2 +-
 ext/console/lib.rs                                          | 2 +-
 ext/cron/01_cron.ts                                         | 2 +-
 ext/cron/Cargo.toml                                         | 2 +-
 ext/cron/interface.rs                                       | 2 +-
 ext/cron/lib.rs                                             | 2 +-
 ext/cron/local.rs                                           | 2 +-
 ext/crypto/00_crypto.js                                     | 2 +-
 ext/crypto/Cargo.toml                                       | 2 +-
 ext/crypto/decrypt.rs                                       | 2 +-
 ext/crypto/ed25519.rs                                       | 2 +-
 ext/crypto/encrypt.rs                                       | 2 +-
 ext/crypto/export_key.rs                                    | 2 +-
 ext/crypto/generate_key.rs                                  | 2 +-
 ext/crypto/import_key.rs                                    | 2 +-
 ext/crypto/key.rs                                           | 2 +-
 ext/crypto/lib.deno_crypto.d.ts                             | 2 +-
 ext/crypto/lib.rs                                           | 2 +-
 ext/crypto/shared.rs                                        | 2 +-
 ext/crypto/x25519.rs                                        | 2 +-
 ext/crypto/x448.rs                                          | 2 +-
 ext/fetch/20_headers.js                                     | 2 +-
 ext/fetch/21_formdata.js                                    | 2 +-
 ext/fetch/22_body.js                                        | 2 +-
 ext/fetch/22_http_client.js                                 | 2 +-
 ext/fetch/23_request.js                                     | 2 +-
 ext/fetch/23_response.js                                    | 2 +-
 ext/fetch/26_fetch.js                                       | 2 +-
 ext/fetch/27_eventsource.js                                 | 2 +-
 ext/fetch/Cargo.toml                                        | 2 +-
 ext/fetch/dns.rs                                            | 2 +-
 ext/fetch/fs_fetch_handler.rs                               | 2 +-
 ext/fetch/internal.d.ts                                     | 2 +-
 ext/fetch/lib.deno_fetch.d.ts                               | 2 +-
 ext/fetch/lib.rs                                            | 2 +-
 ext/fetch/proxy.rs                                          | 2 +-
 ext/fetch/tests.rs                                          | 2 +-
 ext/ffi/00_ffi.js                                           | 2 +-
 ext/ffi/Cargo.toml                                          | 2 +-
 ext/ffi/call.rs                                             | 2 +-
 ext/ffi/callback.rs                                         | 2 +-
 ext/ffi/dlfcn.rs                                            | 2 +-
 ext/ffi/ir.rs                                               | 2 +-
 ext/ffi/lib.rs                                              | 2 +-
 ext/ffi/repr.rs                                             | 2 +-
 ext/ffi/static.rs                                           | 2 +-
 ext/ffi/symbol.rs                                           | 2 +-
 ext/ffi/turbocall.rs                                        | 2 +-
 ext/fs/30_fs.js                                             | 2 +-
 ext/fs/Cargo.toml                                           | 2 +-
 ext/fs/interface.rs                                         | 2 +-
 ext/fs/lib.rs                                               | 2 +-
 ext/fs/ops.rs                                               | 2 +-
 ext/fs/std_fs.rs                                            | 2 +-
 ext/fs/sync.rs                                              | 2 +-
 ext/http/00_serve.ts                                        | 2 +-
 ext/http/01_http.js                                         | 2 +-
 ext/http/02_websocket.ts                                    | 2 +-
 ext/http/Cargo.toml                                         | 2 +-
 ext/http/benches/compressible.rs                            | 2 +-
 ext/http/compressible.rs                                    | 2 +-
 ext/http/fly_accept_encoding.rs                             | 2 +-
 ext/http/http_next.rs                                       | 2 +-
 ext/http/lib.rs                                             | 2 +-
 ext/http/network_buffered_stream.rs                         | 2 +-
 ext/http/reader_stream.rs                                   | 2 +-
 ext/http/request_body.rs                                    | 2 +-
 ext/http/request_properties.rs                              | 2 +-
 ext/http/response_body.rs                                   | 2 +-
 ext/http/service.rs                                         | 2 +-
 ext/http/websocket_upgrade.rs                               | 2 +-
 ext/io/12_io.js                                             | 2 +-
 ext/io/Cargo.toml                                           | 2 +-
 ext/io/bi_pipe.rs                                           | 2 +-
 ext/io/fs.rs                                                | 2 +-
 ext/io/lib.rs                                               | 2 +-
 ext/io/pipe.rs                                              | 2 +-
 ext/io/winpipe.rs                                           | 2 +-
 ext/kv/01_db.ts                                             | 2 +-
 ext/kv/Cargo.toml                                           | 2 +-
 ext/kv/config.rs                                            | 2 +-
 ext/kv/dynamic.rs                                           | 2 +-
 ext/kv/interface.rs                                         | 2 +-
 ext/kv/lib.rs                                               | 2 +-
 ext/kv/remote.rs                                            | 2 +-
 ext/kv/sqlite.rs                                            | 2 +-
 ext/napi/Cargo.toml                                         | 2 +-
 ext/napi/build.rs                                           | 2 +-
 ext/napi/function.rs                                        | 2 +-
 ext/napi/js_native_api.rs                                   | 2 +-
 ext/napi/lib.rs                                             | 2 +-
 ext/napi/node_api.rs                                        | 2 +-
 ext/napi/sym/Cargo.toml                                     | 2 +-
 ext/napi/sym/lib.rs                                         | 2 +-
 ext/napi/util.rs                                            | 2 +-
 ext/napi/uv.rs                                              | 2 +-
 ext/napi/value.rs                                           | 2 +-
 ext/net/01_net.js                                           | 2 +-
 ext/net/02_tls.js                                           | 2 +-
 ext/net/03_quic.js                                          | 2 +-
 ext/net/Cargo.toml                                          | 2 +-
 ext/net/io.rs                                               | 2 +-
 ext/net/lib.deno_net.d.ts                                   | 2 +-
 ext/net/lib.rs                                              | 2 +-
 ext/net/ops.rs                                              | 2 +-
 ext/net/ops_tls.rs                                          | 2 +-
 ext/net/ops_unix.rs                                         | 2 +-
 ext/net/quic.rs                                             | 2 +-
 ext/net/raw.rs                                              | 2 +-
 ext/net/resolve_addr.rs                                     | 2 +-
 ext/net/tcp.rs                                              | 2 +-
 ext/node/Cargo.toml                                         | 2 +-
 ext/node/benchmarks/child_process_ipc.mjs                   | 2 +-
 ext/node/build.rs                                           | 2 +-
 ext/node/global.rs                                          | 2 +-
 ext/node/lib.rs                                             | 2 +-
 ext/node/ops/blocklist.rs                                   | 2 +-
 ext/node/ops/buffer.rs                                      | 2 +-
 ext/node/ops/crypto/cipher.rs                               | 2 +-
 ext/node/ops/crypto/dh.rs                                   | 2 +-
 ext/node/ops/crypto/digest.rs                               | 2 +-
 ext/node/ops/crypto/keys.rs                                 | 2 +-
 ext/node/ops/crypto/md5_sha1.rs                             | 2 +-
 ext/node/ops/crypto/mod.rs                                  | 2 +-
 ext/node/ops/crypto/pkcs3.rs                                | 2 +-
 ext/node/ops/crypto/primes.rs                               | 2 +-
 ext/node/ops/crypto/sign.rs                                 | 2 +-
 ext/node/ops/crypto/x509.rs                                 | 2 +-
 ext/node/ops/fs.rs                                          | 2 +-
 ext/node/ops/http.rs                                        | 2 +-
 ext/node/ops/http2.rs                                       | 2 +-
 ext/node/ops/idna.rs                                        | 2 +-
 ext/node/ops/inspector.rs                                   | 2 +-
 ext/node/ops/ipc.rs                                         | 2 +-
 ext/node/ops/mod.rs                                         | 2 +-
 ext/node/ops/os/cpus.rs                                     | 2 +-
 ext/node/ops/os/mod.rs                                      | 2 +-
 ext/node/ops/os/priority.rs                                 | 2 +-
 ext/node/ops/perf_hooks.rs                                  | 2 +-
 ext/node/ops/process.rs                                     | 2 +-
 ext/node/ops/require.rs                                     | 2 +-
 ext/node/ops/tls.rs                                         | 2 +-
 ext/node/ops/util.rs                                        | 2 +-
 ext/node/ops/v8.rs                                          | 2 +-
 ext/node/ops/vm.rs                                          | 2 +-
 ext/node/ops/vm_internal.rs                                 | 2 +-
 ext/node/ops/winerror.rs                                    | 2 +-
 ext/node/ops/worker_threads.rs                              | 2 +-
 ext/node/ops/zlib/alloc.rs                                  | 2 +-
 ext/node/ops/zlib/brotli.rs                                 | 2 +-
 ext/node/ops/zlib/mod.rs                                    | 2 +-
 ext/node/ops/zlib/mode.rs                                   | 2 +-
 ext/node/ops/zlib/stream.rs                                 | 2 +-
 ext/node/polyfill.rs                                        | 2 +-
 ext/node/polyfills/00_globals.js                            | 2 +-
 ext/node/polyfills/01_require.js                            | 2 +-
 ext/node/polyfills/02_init.js                               | 2 +-
 ext/node/polyfills/_brotli.js                               | 2 +-
 ext/node/polyfills/_events.d.ts                             | 2 +-
 ext/node/polyfills/_events.mjs                              | 2 +-
 ext/node/polyfills/_fs/_fs_access.ts                        | 2 +-
 ext/node/polyfills/_fs/_fs_appendFile.ts                    | 2 +-
 ext/node/polyfills/_fs/_fs_chmod.ts                         | 2 +-
 ext/node/polyfills/_fs/_fs_chown.ts                         | 2 +-
 ext/node/polyfills/_fs/_fs_close.ts                         | 2 +-
 ext/node/polyfills/_fs/_fs_common.ts                        | 2 +-
 ext/node/polyfills/_fs/_fs_constants.ts                     | 2 +-
 ext/node/polyfills/_fs/_fs_copy.ts                          | 2 +-
 ext/node/polyfills/_fs/_fs_cp.js                            | 2 +-
 ext/node/polyfills/_fs/_fs_dir.ts                           | 2 +-
 ext/node/polyfills/_fs/_fs_dirent.ts                        | 2 +-
 ext/node/polyfills/_fs/_fs_exists.ts                        | 2 +-
 ext/node/polyfills/_fs/_fs_fdatasync.ts                     | 2 +-
 ext/node/polyfills/_fs/_fs_fstat.ts                         | 2 +-
 ext/node/polyfills/_fs/_fs_fsync.ts                         | 2 +-
 ext/node/polyfills/_fs/_fs_ftruncate.ts                     | 2 +-
 ext/node/polyfills/_fs/_fs_futimes.ts                       | 2 +-
 ext/node/polyfills/_fs/_fs_lchown.ts                        | 2 +-
 ext/node/polyfills/_fs/_fs_link.ts                          | 2 +-
 ext/node/polyfills/_fs/_fs_lstat.ts                         | 2 +-
 ext/node/polyfills/_fs/_fs_lutimes.ts                       | 2 +-
 ext/node/polyfills/_fs/_fs_mkdir.ts                         | 2 +-
 ext/node/polyfills/_fs/_fs_mkdtemp.ts                       | 2 +-
 ext/node/polyfills/_fs/_fs_open.ts                          | 2 +-
 ext/node/polyfills/_fs/_fs_opendir.ts                       | 2 +-
 ext/node/polyfills/_fs/_fs_read.ts                          | 2 +-
 ext/node/polyfills/_fs/_fs_readFile.ts                      | 2 +-
 ext/node/polyfills/_fs/_fs_readdir.ts                       | 2 +-
 ext/node/polyfills/_fs/_fs_readlink.ts                      | 2 +-
 ext/node/polyfills/_fs/_fs_readv.ts                         | 2 +-
 ext/node/polyfills/_fs/_fs_realpath.ts                      | 2 +-
 ext/node/polyfills/_fs/_fs_rename.ts                        | 2 +-
 ext/node/polyfills/_fs/_fs_rm.ts                            | 2 +-
 ext/node/polyfills/_fs/_fs_rmdir.ts                         | 2 +-
 ext/node/polyfills/_fs/_fs_stat.ts                          | 2 +-
 ext/node/polyfills/_fs/_fs_statfs.js                        | 2 +-
 ext/node/polyfills/_fs/_fs_symlink.ts                       | 2 +-
 ext/node/polyfills/_fs/_fs_truncate.ts                      | 2 +-
 ext/node/polyfills/_fs/_fs_unlink.ts                        | 2 +-
 ext/node/polyfills/_fs/_fs_utimes.ts                        | 2 +-
 ext/node/polyfills/_fs/_fs_watch.ts                         | 2 +-
 ext/node/polyfills/_fs/_fs_write.d.ts                       | 2 +-
 ext/node/polyfills/_fs/_fs_write.mjs                        | 2 +-
 ext/node/polyfills/_fs/_fs_writeFile.ts                     | 2 +-
 ext/node/polyfills/_fs/_fs_writev.d.ts                      | 2 +-
 ext/node/polyfills/_fs/_fs_writev.mjs                       | 2 +-
 ext/node/polyfills/_global.d.ts                             | 2 +-
 ext/node/polyfills/_http_agent.mjs                          | 2 +-
 ext/node/polyfills/_http_common.ts                          | 2 +-
 ext/node/polyfills/_http_outgoing.ts                        | 2 +-
 ext/node/polyfills/_http_server.ts                          | 2 +-
 ext/node/polyfills/_next_tick.ts                            | 2 +-
 ext/node/polyfills/_process/exiting.ts                      | 2 +-
 ext/node/polyfills/_process/process.ts                      | 2 +-
 ext/node/polyfills/_process/streams.mjs                     | 2 +-
 ext/node/polyfills/_readline.d.ts                           | 2 +-
 ext/node/polyfills/_readline.mjs                            | 2 +-
 ext/node/polyfills/_readline_shared_types.d.ts              | 2 +-
 ext/node/polyfills/_stream.d.ts                             | 2 +-
 ext/node/polyfills/_stream.mjs                              | 2 +-
 ext/node/polyfills/_tls_common.ts                           | 2 +-
 ext/node/polyfills/_tls_wrap.ts                             | 2 +-
 ext/node/polyfills/_util/_util_callbackify.js               | 2 +-
 ext/node/polyfills/_util/asserts.ts                         | 2 +-
 ext/node/polyfills/_util/async.ts                           | 2 +-
 ext/node/polyfills/_util/os.ts                              | 2 +-
 ext/node/polyfills/_util/std_asserts.ts                     | 2 +-
 ext/node/polyfills/_util/std_fmt_colors.ts                  | 2 +-
 ext/node/polyfills/_util/std_testing_diff.ts                | 2 +-
 ext/node/polyfills/_utils.ts                                | 2 +-
 ext/node/polyfills/_zlib.mjs                                | 2 +-
 ext/node/polyfills/_zlib_binding.mjs                        | 2 +-
 ext/node/polyfills/assert.ts                                | 2 +-
 ext/node/polyfills/assert/strict.ts                         | 2 +-
 ext/node/polyfills/assertion_error.ts                       | 2 +-
 ext/node/polyfills/async_hooks.ts                           | 2 +-
 ext/node/polyfills/buffer.ts                                | 2 +-
 ext/node/polyfills/child_process.ts                         | 2 +-
 ext/node/polyfills/cluster.ts                               | 2 +-
 ext/node/polyfills/console.ts                               | 2 +-
 ext/node/polyfills/constants.ts                             | 2 +-
 ext/node/polyfills/crypto.ts                                | 2 +-
 ext/node/polyfills/dgram.ts                                 | 2 +-
 ext/node/polyfills/diagnostics_channel.js                   | 2 +-
 ext/node/polyfills/dns.ts                                   | 2 +-
 ext/node/polyfills/dns/promises.ts                          | 2 +-
 ext/node/polyfills/domain.ts                                | 2 +-
 ext/node/polyfills/events.ts                                | 2 +-
 ext/node/polyfills/fs.ts                                    | 2 +-
 ext/node/polyfills/fs/promises.ts                           | 2 +-
 ext/node/polyfills/http.ts                                  | 2 +-
 ext/node/polyfills/http2.ts                                 | 2 +-
 ext/node/polyfills/https.ts                                 | 2 +-
 ext/node/polyfills/inspector.js                             | 2 +-
 ext/node/polyfills/inspector/promises.js                    | 2 +-
 ext/node/polyfills/internal/assert.mjs                      | 2 +-
 ext/node/polyfills/internal/async_hooks.ts                  | 2 +-
 ext/node/polyfills/internal/blocklist.mjs                   | 2 +-
 ext/node/polyfills/internal/buffer.d.ts                     | 2 +-
 ext/node/polyfills/internal/buffer.mjs                      | 2 +-
 ext/node/polyfills/internal/child_process.ts                | 2 +-
 ext/node/polyfills/internal/cli_table.ts                    | 2 +-
 ext/node/polyfills/internal/console/constructor.mjs         | 2 +-
 ext/node/polyfills/internal/constants.ts                    | 2 +-
 ext/node/polyfills/internal/crypto/_keys.ts                 | 2 +-
 ext/node/polyfills/internal/crypto/_randomBytes.ts          | 2 +-
 ext/node/polyfills/internal/crypto/_randomFill.mjs          | 2 +-
 ext/node/polyfills/internal/crypto/_randomInt.ts            | 2 +-
 ext/node/polyfills/internal/crypto/certificate.ts           | 2 +-
 ext/node/polyfills/internal/crypto/cipher.ts                | 2 +-
 ext/node/polyfills/internal/crypto/constants.ts             | 2 +-
 ext/node/polyfills/internal/crypto/diffiehellman.ts         | 2 +-
 ext/node/polyfills/internal/crypto/hash.ts                  | 2 +-
 ext/node/polyfills/internal/crypto/hkdf.ts                  | 2 +-
 ext/node/polyfills/internal/crypto/keygen.ts                | 2 +-
 ext/node/polyfills/internal/crypto/keys.ts                  | 2 +-
 ext/node/polyfills/internal/crypto/pbkdf2.ts                | 2 +-
 ext/node/polyfills/internal/crypto/random.ts                | 2 +-
 ext/node/polyfills/internal/crypto/scrypt.ts                | 2 +-
 ext/node/polyfills/internal/crypto/sig.ts                   | 2 +-
 ext/node/polyfills/internal/crypto/types.ts                 | 2 +-
 ext/node/polyfills/internal/crypto/util.ts                  | 2 +-
 ext/node/polyfills/internal/crypto/x509.ts                  | 2 +-
 ext/node/polyfills/internal/dgram.ts                        | 2 +-
 ext/node/polyfills/internal/dns/promises.ts                 | 2 +-
 ext/node/polyfills/internal/dns/utils.ts                    | 2 +-
 ext/node/polyfills/internal/dtrace.ts                       | 2 +-
 ext/node/polyfills/internal/error_codes.ts                  | 2 +-
 ext/node/polyfills/internal/errors.ts                       | 2 +-
 ext/node/polyfills/internal/event_target.mjs                | 2 +-
 ext/node/polyfills/internal/events/abort_listener.mjs       | 2 +-
 ext/node/polyfills/internal/fixed_queue.ts                  | 2 +-
 ext/node/polyfills/internal/fs/handle.ts                    | 2 +-
 ext/node/polyfills/internal/fs/streams.d.ts                 | 2 +-
 ext/node/polyfills/internal/fs/streams.mjs                  | 2 +-
 ext/node/polyfills/internal/fs/utils.mjs                    | 2 +-
 ext/node/polyfills/internal/hide_stack_frames.ts            | 2 +-
 ext/node/polyfills/internal/http.ts                         | 2 +-
 ext/node/polyfills/internal/idna.ts                         | 2 +-
 ext/node/polyfills/internal/net.ts                          | 2 +-
 ext/node/polyfills/internal/normalize_encoding.mjs          | 2 +-
 ext/node/polyfills/internal/options.ts                      | 2 +-
 ext/node/polyfills/internal/primordials.mjs                 | 2 +-
 ext/node/polyfills/internal/process/per_thread.mjs          | 2 +-
 ext/node/polyfills/internal/process/report.ts               | 2 +-
 ext/node/polyfills/internal/querystring.ts                  | 2 +-
 ext/node/polyfills/internal/readline/callbacks.mjs          | 2 +-
 ext/node/polyfills/internal/readline/emitKeypressEvents.mjs | 2 +-
 ext/node/polyfills/internal/readline/interface.mjs          | 2 +-
 ext/node/polyfills/internal/readline/promises.mjs           | 2 +-
 ext/node/polyfills/internal/readline/symbols.mjs            | 2 +-
 ext/node/polyfills/internal/readline/utils.mjs              | 2 +-
 ext/node/polyfills/internal/stream_base_commons.ts          | 2 +-
 ext/node/polyfills/internal/streams/add-abort-signal.mjs    | 2 +-
 ext/node/polyfills/internal/streams/buffer_list.mjs         | 2 +-
 ext/node/polyfills/internal/streams/destroy.mjs             | 2 +-
 ext/node/polyfills/internal/streams/duplex.mjs              | 2 +-
 ext/node/polyfills/internal/streams/end-of-stream.mjs       | 2 +-
 ext/node/polyfills/internal/streams/lazy_transform.mjs      | 2 +-
 ext/node/polyfills/internal/streams/passthrough.mjs         | 2 +-
 ext/node/polyfills/internal/streams/readable.mjs            | 2 +-
 ext/node/polyfills/internal/streams/state.mjs               | 2 +-
 ext/node/polyfills/internal/streams/transform.mjs           | 2 +-
 ext/node/polyfills/internal/streams/utils.mjs               | 2 +-
 ext/node/polyfills/internal/streams/writable.mjs            | 2 +-
 ext/node/polyfills/internal/test/binding.ts                 | 2 +-
 ext/node/polyfills/internal/timers.mjs                      | 2 +-
 ext/node/polyfills/internal/url.ts                          | 2 +-
 ext/node/polyfills/internal/util.mjs                        | 2 +-
 ext/node/polyfills/internal/util/comparisons.ts             | 2 +-
 ext/node/polyfills/internal/util/debuglog.ts                | 2 +-
 ext/node/polyfills/internal/util/inspect.mjs                | 2 +-
 ext/node/polyfills/internal/util/parse_args/parse_args.js   | 2 +-
 ext/node/polyfills/internal/util/parse_args/utils.js        | 2 +-
 ext/node/polyfills/internal/util/types.ts                   | 2 +-
 ext/node/polyfills/internal/validators.mjs                  | 2 +-
 ext/node/polyfills/internal_binding/_libuv_winerror.ts      | 2 +-
 ext/node/polyfills/internal_binding/_listen.ts              | 2 +-
 ext/node/polyfills/internal_binding/_node.ts                | 2 +-
 ext/node/polyfills/internal_binding/_timingSafeEqual.ts     | 2 +-
 ext/node/polyfills/internal_binding/_utils.ts               | 2 +-
 ext/node/polyfills/internal_binding/ares.ts                 | 2 +-
 ext/node/polyfills/internal_binding/async_wrap.ts           | 2 +-
 ext/node/polyfills/internal_binding/buffer.ts               | 2 +-
 ext/node/polyfills/internal_binding/cares_wrap.ts           | 2 +-
 ext/node/polyfills/internal_binding/connection_wrap.ts      | 2 +-
 ext/node/polyfills/internal_binding/constants.ts            | 2 +-
 ext/node/polyfills/internal_binding/crypto.ts               | 2 +-
 ext/node/polyfills/internal_binding/handle_wrap.ts          | 2 +-
 ext/node/polyfills/internal_binding/http_parser.ts          | 2 +-
 ext/node/polyfills/internal_binding/mod.ts                  | 2 +-
 ext/node/polyfills/internal_binding/node_file.ts            | 2 +-
 ext/node/polyfills/internal_binding/node_options.ts         | 2 +-
 ext/node/polyfills/internal_binding/pipe_wrap.ts            | 2 +-
 ext/node/polyfills/internal_binding/stream_wrap.ts          | 2 +-
 ext/node/polyfills/internal_binding/string_decoder.ts       | 2 +-
 ext/node/polyfills/internal_binding/symbols.ts              | 2 +-
 ext/node/polyfills/internal_binding/tcp_wrap.ts             | 2 +-
 ext/node/polyfills/internal_binding/types.ts                | 2 +-
 ext/node/polyfills/internal_binding/udp_wrap.ts             | 2 +-
 ext/node/polyfills/internal_binding/util.ts                 | 2 +-
 ext/node/polyfills/internal_binding/uv.ts                   | 2 +-
 ext/node/polyfills/net.ts                                   | 2 +-
 ext/node/polyfills/os.ts                                    | 2 +-
 ext/node/polyfills/path.ts                                  | 2 +-
 ext/node/polyfills/path/_constants.ts                       | 2 +-
 ext/node/polyfills/path/_interface.ts                       | 2 +-
 ext/node/polyfills/path/_posix.ts                           | 2 +-
 ext/node/polyfills/path/_util.ts                            | 2 +-
 ext/node/polyfills/path/_win32.ts                           | 2 +-
 ext/node/polyfills/path/common.ts                           | 2 +-
 ext/node/polyfills/path/mod.ts                              | 2 +-
 ext/node/polyfills/path/posix.ts                            | 2 +-
 ext/node/polyfills/path/separator.ts                        | 2 +-
 ext/node/polyfills/path/win32.ts                            | 2 +-
 ext/node/polyfills/perf_hooks.ts                            | 2 +-
 ext/node/polyfills/process.ts                               | 2 +-
 ext/node/polyfills/punycode.ts                              | 2 +-
 ext/node/polyfills/querystring.js                           | 2 +-
 ext/node/polyfills/readline.ts                              | 2 +-
 ext/node/polyfills/readline/promises.ts                     | 2 +-
 ext/node/polyfills/repl.ts                                  | 2 +-
 ext/node/polyfills/stream.ts                                | 2 +-
 ext/node/polyfills/stream/consumers.mjs                     | 2 +-
 ext/node/polyfills/stream/promises.mjs                      | 2 +-
 ext/node/polyfills/stream/web.ts                            | 2 +-
 ext/node/polyfills/string_decoder.ts                        | 2 +-
 ext/node/polyfills/sys.ts                                   | 2 +-
 ext/node/polyfills/testing.ts                               | 2 +-
 ext/node/polyfills/timers.ts                                | 2 +-
 ext/node/polyfills/timers/promises.ts                       | 2 +-
 ext/node/polyfills/tls.ts                                   | 2 +-
 ext/node/polyfills/trace_events.ts                          | 2 +-
 ext/node/polyfills/tty.js                                   | 2 +-
 ext/node/polyfills/url.ts                                   | 2 +-
 ext/node/polyfills/util.ts                                  | 2 +-
 ext/node/polyfills/util/types.ts                            | 2 +-
 ext/node/polyfills/v8.ts                                    | 2 +-
 ext/node/polyfills/vm.js                                    | 2 +-
 ext/node/polyfills/wasi.ts                                  | 2 +-
 ext/node/polyfills/worker_threads.ts                        | 2 +-
 ext/node/polyfills/zlib.ts                                  | 2 +-
 ext/telemetry/Cargo.toml                                    | 2 +-
 ext/telemetry/lib.rs                                        | 2 +-
 ext/telemetry/telemetry.ts                                  | 2 +-
 ext/telemetry/util.ts                                       | 2 +-
 ext/tls/Cargo.toml                                          | 2 +-
 ext/tls/lib.rs                                              | 2 +-
 ext/tls/tls_key.rs                                          | 2 +-
 ext/url/00_url.js                                           | 2 +-
 ext/url/01_urlpattern.js                                    | 2 +-
 ext/url/Cargo.toml                                          | 2 +-
 ext/url/benches/url_ops.rs                                  | 2 +-
 ext/url/internal.d.ts                                       | 2 +-
 ext/url/lib.deno_url.d.ts                                   | 2 +-
 ext/url/lib.rs                                              | 2 +-
 ext/url/urlpattern.rs                                       | 2 +-
 ext/web/00_infra.js                                         | 2 +-
 ext/web/01_dom_exception.js                                 | 2 +-
 ext/web/01_mimesniff.js                                     | 2 +-
 ext/web/02_event.js                                         | 2 +-
 ext/web/02_structured_clone.js                              | 2 +-
 ext/web/02_timers.js                                        | 2 +-
 ext/web/03_abort_signal.js                                  | 2 +-
 ext/web/04_global_interfaces.js                             | 2 +-
 ext/web/05_base64.js                                        | 2 +-
 ext/web/06_streams.js                                       | 2 +-
 ext/web/06_streams_types.d.ts                               | 2 +-
 ext/web/08_text_encoding.js                                 | 2 +-
 ext/web/09_file.js                                          | 2 +-
 ext/web/10_filereader.js                                    | 2 +-
 ext/web/12_location.js                                      | 2 +-
 ext/web/13_message_port.js                                  | 2 +-
 ext/web/14_compression.js                                   | 2 +-
 ext/web/15_performance.js                                   | 2 +-
 ext/web/16_image_data.js                                    | 2 +-
 ext/web/Cargo.toml                                          | 2 +-
 ext/web/benches/encoding.rs                                 | 2 +-
 ext/web/benches/timers_ops.rs                               | 2 +-
 ext/web/blob.rs                                             | 2 +-
 ext/web/compression.rs                                      | 2 +-
 ext/web/internal.d.ts                                       | 2 +-
 ext/web/lib.deno_web.d.ts                                   | 2 +-
 ext/web/lib.rs                                              | 2 +-
 ext/web/message_port.rs                                     | 2 +-
 ext/web/stream_resource.rs                                  | 2 +-
 ext/web/timers.rs                                           | 2 +-
 ext/webgpu/00_init.js                                       | 2 +-
 ext/webgpu/01_webgpu.js                                     | 2 +-
 ext/webgpu/02_surface.js                                    | 2 +-
 ext/webgpu/Cargo.toml                                       | 2 +-
 ext/webgpu/binding.rs                                       | 2 +-
 ext/webgpu/buffer.rs                                        | 2 +-
 ext/webgpu/bundle.rs                                        | 2 +-
 ext/webgpu/byow.rs                                          | 2 +-
 ext/webgpu/command_encoder.rs                               | 2 +-
 ext/webgpu/compute_pass.rs                                  | 2 +-
 ext/webgpu/error.rs                                         | 2 +-
 ext/webgpu/lib.rs                                           | 2 +-
 ext/webgpu/pipeline.rs                                      | 2 +-
 ext/webgpu/queue.rs                                         | 2 +-
 ext/webgpu/render_pass.rs                                   | 2 +-
 ext/webgpu/sampler.rs                                       | 2 +-
 ext/webgpu/shader.rs                                        | 2 +-
 ext/webgpu/surface.rs                                       | 2 +-
 ext/webgpu/texture.rs                                       | 2 +-
 ext/webidl/00_webidl.js                                     | 2 +-
 ext/webidl/Cargo.toml                                       | 2 +-
 ext/webidl/benches/dict.js                                  | 2 +-
 ext/webidl/benches/dict.rs                                  | 2 +-
 ext/webidl/internal.d.ts                                    | 2 +-
 ext/webidl/lib.rs                                           | 2 +-
 ext/websocket/01_websocket.js                               | 2 +-
 ext/websocket/02_websocketstream.js                         | 2 +-
 ext/websocket/Cargo.toml                                    | 2 +-
 ext/websocket/autobahn/autobahn_server.js                   | 2 +-
 ext/websocket/autobahn/fuzzingclient.js                     | 2 +-
 ext/websocket/lib.deno_websocket.d.ts                       | 2 +-
 ext/websocket/lib.rs                                        | 2 +-
 ext/websocket/stream.rs                                     | 2 +-
 ext/webstorage/01_webstorage.js                             | 2 +-
 ext/webstorage/Cargo.toml                                   | 2 +-
 ext/webstorage/lib.deno_webstorage.d.ts                     | 2 +-
 ext/webstorage/lib.rs                                       | 2 +-
 resolvers/deno/Cargo.toml                                   | 2 +-
 resolvers/deno/cjs.rs                                       | 2 +-
 resolvers/deno/lib.rs                                       | 2 +-
 resolvers/deno/npm/byonm.rs                                 | 2 +-
 resolvers/deno/npm/local.rs                                 | 2 +-
 resolvers/deno/npm/mod.rs                                   | 2 +-
 resolvers/deno/sloppy_imports.rs                            | 2 +-
 resolvers/deno/sync.rs                                      | 2 +-
 resolvers/node/Cargo.toml                                   | 2 +-
 resolvers/node/analyze.rs                                   | 2 +-
 resolvers/node/errors.rs                                    | 2 +-
 resolvers/node/lib.rs                                       | 2 +-
 resolvers/node/npm.rs                                       | 2 +-
 resolvers/node/package_json.rs                              | 2 +-
 resolvers/node/path.rs                                      | 2 +-
 resolvers/node/resolution.rs                                | 2 +-
 resolvers/node/sync.rs                                      | 2 +-
 resolvers/npm_cache/Cargo.toml                              | 2 +-
 resolvers/npm_cache/fs_util.rs                              | 2 +-
 resolvers/npm_cache/lib.rs                                  | 2 +-
 resolvers/npm_cache/registry_info.rs                        | 2 +-
 resolvers/npm_cache/remote.rs                               | 2 +-
 resolvers/npm_cache/tarball.rs                              | 2 +-
 resolvers/npm_cache/tarball_extract.rs                      | 2 +-
 runtime/Cargo.toml                                          | 2 +-
 runtime/code_cache.rs                                       | 2 +-
 runtime/errors.rs                                           | 2 +-
 runtime/examples/extension/bootstrap.js                     | 2 +-
 runtime/examples/extension/main.js                          | 2 +-
 runtime/examples/extension/main.rs                          | 2 +-
 runtime/fmt_errors.rs                                       | 2 +-
 runtime/fs_util.rs                                          | 2 +-
 runtime/inspector_server.rs                                 | 2 +-
 runtime/js.rs                                               | 2 +-
 runtime/js/01_errors.js                                     | 2 +-
 runtime/js/01_version.ts                                    | 2 +-
 runtime/js/06_util.js                                       | 2 +-
 runtime/js/10_permissions.js                                | 2 +-
 runtime/js/11_workers.js                                    | 2 +-
 runtime/js/30_os.js                                         | 2 +-
 runtime/js/40_fs_events.js                                  | 2 +-
 runtime/js/40_process.js                                    | 2 +-
 runtime/js/40_signals.js                                    | 2 +-
 runtime/js/40_tty.js                                        | 2 +-
 runtime/js/41_prompt.js                                     | 2 +-
 runtime/js/90_deno_ns.js                                    | 2 +-
 runtime/js/98_global_scope_shared.js                        | 2 +-
 runtime/js/98_global_scope_window.js                        | 2 +-
 runtime/js/98_global_scope_worker.js                        | 2 +-
 runtime/js/99_main.js                                       | 2 +-
 runtime/lib.rs                                              | 2 +-
 runtime/ops/bootstrap.rs                                    | 2 +-
 runtime/ops/fs_events.rs                                    | 2 +-
 runtime/ops/http.rs                                         | 2 +-
 runtime/ops/mod.rs                                          | 2 +-
 runtime/ops/os/mod.rs                                       | 2 +-
 runtime/ops/permissions.rs                                  | 2 +-
 runtime/ops/process.rs                                      | 2 +-
 runtime/ops/runtime.rs                                      | 2 +-
 runtime/ops/signal.rs                                       | 2 +-
 runtime/ops/tty.rs                                          | 2 +-
 runtime/ops/web_worker.rs                                   | 2 +-
 runtime/ops/web_worker/sync_fetch.rs                        | 2 +-
 runtime/ops/worker_host.rs                                  | 2 +-
 runtime/permissions.rs                                      | 2 +-
 runtime/permissions/Cargo.toml                              | 2 +-
 runtime/permissions/lib.rs                                  | 2 +-
 runtime/permissions/prompter.rs                             | 2 +-
 runtime/shared.rs                                           | 2 +-
 runtime/signal.rs                                           | 2 +-
 runtime/snapshot.rs                                         | 2 +-
 runtime/sys_info.rs                                         | 2 +-
 runtime/tokio_util.rs                                       | 2 +-
 runtime/web_worker.rs                                       | 2 +-
 runtime/worker.rs                                           | 2 +-
 runtime/worker_bootstrap.rs                                 | 2 +-
 tests/Cargo.toml                                            | 2 +-
 tests/ffi/Cargo.toml                                        | 2 +-
 tests/ffi/src/lib.rs                                        | 2 +-
 tests/ffi/tests/bench.js                                    | 2 +-
 tests/ffi/tests/event_loop_integration.ts                   | 2 +-
 tests/ffi/tests/ffi_callback_errors.ts                      | 2 +-
 tests/ffi/tests/ffi_types.ts                                | 2 +-
 tests/ffi/tests/integration_tests.rs                        | 2 +-
 tests/ffi/tests/test.js                                     | 2 +-
 tests/ffi/tests/thread_safe_test.js                         | 2 +-
 tests/ffi/tests/thread_safe_test_worker.js                  | 2 +-
 tests/integration/bench_tests.rs                            | 2 +-
 tests/integration/cache_tests.rs                            | 2 +-
 tests/integration/check_tests.rs                            | 2 +-
 tests/integration/compile_tests.rs                          | 2 +-
 tests/integration/coverage_tests.rs                         | 2 +-
 tests/integration/eval_tests.rs                             | 2 +-
 tests/integration/flags_tests.rs                            | 2 +-
 tests/integration/fmt_tests.rs                              | 2 +-
 tests/integration/init_tests.rs                             | 2 +-
 tests/integration/inspector_tests.rs                        | 2 +-
 tests/integration/install_tests.rs                          | 2 +-
 tests/integration/js_unit_tests.rs                          | 2 +-
 tests/integration/jsr_tests.rs                              | 2 +-
 tests/integration/jupyter_tests.rs                          | 2 +-
 tests/integration/lsp_tests.rs                              | 2 +-
 tests/integration/mod.rs                                    | 2 +-
 tests/integration/node_unit_tests.rs                        | 2 +-
 tests/integration/npm_tests.rs                              | 2 +-
 tests/integration/pm_tests.rs                               | 2 +-
 tests/integration/publish_tests.rs                          | 2 +-
 tests/integration/repl_tests.rs                             | 2 +-
 tests/integration/run_tests.rs                              | 2 +-
 tests/integration/serve_tests.rs                            | 2 +-
 tests/integration/shared_library_tests.rs                   | 2 +-
 tests/integration/task_tests.rs                             | 2 +-
 tests/integration/test_tests.rs                             | 2 +-
 tests/integration/upgrade_tests.rs                          | 2 +-
 tests/integration/watcher_tests.rs                          | 2 +-
 tests/lib.rs                                                | 2 +-
 tests/napi/Cargo.toml                                       | 2 +-
 tests/napi/array_test.js                                    | 2 +-
 tests/napi/arraybuffer_test.js                              | 2 +-
 tests/napi/async_test.js                                    | 2 +-
 tests/napi/bigint_test.js                                   | 2 +-
 tests/napi/build.rs                                         | 2 +-
 tests/napi/callback_test.js                                 | 2 +-
 tests/napi/cleanup_hook_test.js                             | 2 +-
 tests/napi/coerce_test.js                                   | 2 +-
 tests/napi/common.js                                        | 2 +-
 tests/napi/date_test.js                                     | 2 +-
 tests/napi/env_test.js                                      | 2 +-
 tests/napi/error_test.js                                    | 2 +-
 tests/napi/init_test.js                                     | 2 +-
 tests/napi/make_callback_test.js                            | 2 +-
 tests/napi/mem_test.js                                      | 2 +-
 tests/napi/module.c                                         | 2 +-
 tests/napi/numbers_test.js                                  | 2 +-
 tests/napi/object_test.js                                   | 2 +-
 tests/napi/object_wrap_test.js                              | 2 +-
 tests/napi/promise_test.js                                  | 2 +-
 tests/napi/properties_test.js                               | 2 +-
 tests/napi/src/array.rs                                     | 2 +-
 tests/napi/src/arraybuffer.rs                               | 2 +-
 tests/napi/src/async.rs                                     | 2 +-
 tests/napi/src/bigint.rs                                    | 2 +-
 tests/napi/src/callback.rs                                  | 2 +-
 tests/napi/src/coerce.rs                                    | 2 +-
 tests/napi/src/date.rs                                      | 2 +-
 tests/napi/src/env.rs                                       | 2 +-
 tests/napi/src/error.rs                                     | 2 +-
 tests/napi/src/finalizer.rs                                 | 2 +-
 tests/napi/src/lib.rs                                       | 2 +-
 tests/napi/src/make_callback.rs                             | 2 +-
 tests/napi/src/mem.rs                                       | 2 +-
 tests/napi/src/numbers.rs                                   | 2 +-
 tests/napi/src/object.rs                                    | 2 +-
 tests/napi/src/object_wrap.rs                               | 2 +-
 tests/napi/src/primitives.rs                                | 2 +-
 tests/napi/src/promise.rs                                   | 2 +-
 tests/napi/src/properties.rs                                | 2 +-
 tests/napi/src/strings.rs                                   | 2 +-
 tests/napi/src/symbol.rs                                    | 2 +-
 tests/napi/src/tsfn.rs                                      | 2 +-
 tests/napi/src/typedarray.rs                                | 2 +-
 tests/napi/src/uv.rs                                        | 2 +-
 tests/napi/strings_test.js                                  | 2 +-
 tests/napi/symbol_test.js                                   | 2 +-
 tests/napi/tests/napi_tests.rs                              | 2 +-
 tests/napi/typedarray_test.js                               | 2 +-
 tests/napi/uv_test.js                                       | 2 +-
 tests/node_compat/common.ts                                 | 2 +-
 tests/node_compat/polyfill_globals.js                       | 2 +-
 tests/node_compat/runner.ts                                 | 2 +-
 tests/node_compat/runner/challenge_new_test.ts              | 2 +-
 tests/node_compat/runner/setup.ts                           | 2 +-
 tests/node_compat/test.ts                                   | 2 +-
 tests/node_compat/test_runner.rs                            | 2 +-
 tests/registry/jsr/@std/assert/0.220.1/mod.ts               | 2 +-
 tests/registry/jsr/@std/assert/1.0.0/mod.ts                 | 2 +-
 tests/registry/jsr/@std/http/1.0.0/mod.ts                   | 2 +-
 tests/registry/jsr/@std/path/0.220.1/_common/assert_path.ts | 2 +-
 tests/registry/jsr/@std/path/0.220.1/_common/constants.ts   | 2 +-
 tests/registry/jsr/@std/path/0.220.1/_common/normalize.ts   | 2 +-
 .../jsr/@std/path/0.220.1/_common/normalize_string.ts       | 2 +-
 tests/registry/jsr/@std/path/0.220.1/posix/_util.ts         | 2 +-
 tests/registry/jsr/@std/path/0.220.1/posix/join.ts          | 2 +-
 tests/registry/jsr/@std/path/0.220.1/posix/normalize.ts     | 2 +-
 tests/registry/jsr/@std/url/0.220.1/join.ts                 | 2 +-
 tests/registry/jsr/@std/url/0.220.1/normalize.ts            | 2 +-
 tests/registry/npm/trim_registry_files.js                   | 2 +-
 tests/specs/cli/otel_basic/basic.ts                         | 2 +-
 tests/specs/cli/otel_basic/main.ts                          | 2 +-
 tests/specs/mod.rs                                          | 2 +-
 tests/specs/repl/console_log/093_console_log_format.js      | 2 +-
 tests/specs/run/045_proxy/programmatic_proxy_client.ts      | 2 +-
 tests/specs/run/045_proxy/proxy_client.ts                   | 2 +-
 tests/specs/run/045_proxy/proxy_test.ts                     | 2 +-
 .../run/finalization_registry/finalization_registry.js      | 2 +-
 tests/specs/run/heapstats/heapstats.js                      | 2 +-
 tests/specs/run/tls_connecttls/textproto.ts                 | 2 +-
 tests/specs/run/tls_starttls/textproto.ts                   | 2 +-
 .../worker_close_in_wasm_reactions.js                       | 2 +-
 tests/specs/run/worker_close_nested/close_nested_child.js   | 2 +-
 tests/specs/run/worker_close_nested/close_nested_parent.js  | 2 +-
 tests/specs/run/worker_close_nested/worker_close_nested.js  | 2 +-
 tests/specs/run/worker_close_race/close_race_worker.js      | 2 +-
 tests/specs/run/worker_close_race/worker_close_race.js      | 2 +-
 .../run/worker_drop_handle_race/worker_drop_handle_race.js  | 2 +-
 .../worker_drop_handle_race_terminate.js                    | 2 +-
 tests/testdata/commonjs/example.js                          | 2 +-
 tests/testdata/run/textproto.ts                             | 2 +-
 tests/testdata/workers/close_nested_child.js                | 2 +-
 tests/testdata/workers/close_nested_parent.js               | 2 +-
 tests/testdata/workers/close_race_worker.js                 | 2 +-
 tests/testdata/workers/http_worker.js                       | 2 +-
 tests/unit/abort_controller_test.ts                         | 2 +-
 tests/unit/blob_test.ts                                     | 2 +-
 tests/unit/body_test.ts                                     | 2 +-
 tests/unit/broadcast_channel_test.ts                        | 2 +-
 tests/unit/build_test.ts                                    | 2 +-
 tests/unit/cache_api_test.ts                                | 2 +-
 tests/unit/chmod_test.ts                                    | 2 +-
 tests/unit/chown_test.ts                                    | 2 +-
 tests/unit/command_test.ts                                  | 2 +-
 tests/unit/console_test.ts                                  | 2 +-
 tests/unit/copy_file_test.ts                                | 2 +-
 tests/unit/cron_test.ts                                     | 2 +-
 tests/unit/custom_event_test.ts                             | 2 +-
 tests/unit/dir_test.ts                                      | 2 +-
 tests/unit/dom_exception_test.ts                            | 2 +-
 tests/unit/error_stack_test.ts                              | 2 +-
 tests/unit/error_test.ts                                    | 2 +-
 tests/unit/esnext_test.ts                                   | 2 +-
 tests/unit/event_source_test.ts                             | 2 +-
 tests/unit/event_target_test.ts                             | 2 +-
 tests/unit/event_test.ts                                    | 2 +-
 tests/unit/fetch_test.ts                                    | 2 +-
 tests/unit/ffi_test.ts                                      | 2 +-
 tests/unit/file_test.ts                                     | 2 +-
 tests/unit/filereader_test.ts                               | 2 +-
 tests/unit/files_test.ts                                    | 2 +-
 tests/unit/fs_events_test.ts                                | 2 +-
 tests/unit/get_random_values_test.ts                        | 2 +-
 tests/unit/globals_test.ts                                  | 2 +-
 tests/unit/headers_test.ts                                  | 2 +-
 tests/unit/http_test.ts                                     | 2 +-
 tests/unit/image_bitmap_test.ts                             | 2 +-
 tests/unit/image_data_test.ts                               | 2 +-
 tests/unit/internals_test.ts                                | 2 +-
 tests/unit/intl_test.ts                                     | 2 +-
 tests/unit/jupyter_test.ts                                  | 2 +-
 tests/unit/kv_queue_test.ts                                 | 2 +-
 tests/unit/kv_queue_test_no_db_close.ts                     | 2 +-
 tests/unit/kv_queue_undelivered_test.ts                     | 2 +-
 tests/unit/kv_test.ts                                       | 2 +-
 tests/unit/link_test.ts                                     | 2 +-
 tests/unit/lint_plugin_test.ts                              | 2 +-
 tests/unit/lint_selectors_test.ts                           | 2 +-
 tests/unit/make_temp_test.ts                                | 2 +-
 tests/unit/message_channel_test.ts                          | 2 +-
 tests/unit/mkdir_test.ts                                    | 2 +-
 tests/unit/navigator_test.ts                                | 2 +-
 tests/unit/net_test.ts                                      | 2 +-
 tests/unit/network_interfaces_test.ts                       | 2 +-
 tests/unit/ops_test.ts                                      | 2 +-
 tests/unit/os_test.ts                                       | 2 +-
 tests/unit/path_from_url_test.ts                            | 2 +-
 tests/unit/performance_test.ts                              | 2 +-
 tests/unit/permissions_test.ts                              | 2 +-
 tests/unit/process_test.ts                                  | 2 +-
 tests/unit/progressevent_test.ts                            | 2 +-
 tests/unit/promise_hooks_test.ts                            | 2 +-
 tests/unit/quic_test.ts                                     | 2 +-
 tests/unit/read_dir_test.ts                                 | 2 +-
 tests/unit/read_file_test.ts                                | 2 +-
 tests/unit/read_link_test.ts                                | 2 +-
 tests/unit/read_text_file_test.ts                           | 2 +-
 tests/unit/real_path_test.ts                                | 2 +-
 tests/unit/ref_unref_test.ts                                | 2 +-
 tests/unit/remove_test.ts                                   | 2 +-
 tests/unit/rename_test.ts                                   | 2 +-
 tests/unit/request_test.ts                                  | 2 +-
 tests/unit/response_test.ts                                 | 2 +-
 tests/unit/serve_test.ts                                    | 2 +-
 tests/unit/signal_test.ts                                   | 2 +-
 tests/unit/stat_test.ts                                     | 2 +-
 tests/unit/stdio_test.ts                                    | 2 +-
 tests/unit/streams_test.ts                                  | 2 +-
 tests/unit/structured_clone_test.ts                         | 2 +-
 tests/unit/symbol_test.ts                                   | 2 +-
 tests/unit/symlink_test.ts                                  | 2 +-
 tests/unit/test_util.ts                                     | 2 +-
 tests/unit/testing_test.ts                                  | 2 +-
 tests/unit/text_encoding_test.ts                            | 2 +-
 tests/unit/timers_test.ts                                   | 2 +-
 tests/unit/tls_sni_test.ts                                  | 2 +-
 tests/unit/tls_test.ts                                      | 2 +-
 tests/unit/truncate_test.ts                                 | 2 +-
 tests/unit/tty_color_test.ts                                | 2 +-
 tests/unit/tty_test.ts                                      | 2 +-
 tests/unit/umask_test.ts                                    | 2 +-
 tests/unit/url_search_params_test.ts                        | 2 +-
 tests/unit/url_test.ts                                      | 2 +-
 tests/unit/urlpattern_test.ts                               | 2 +-
 tests/unit/utime_test.ts                                    | 2 +-
 tests/unit/version_test.ts                                  | 2 +-
 tests/unit/wasm_test.ts                                     | 2 +-
 tests/unit/webcrypto_test.ts                                | 2 +-
 tests/unit/webgpu_test.ts                                   | 2 +-
 tests/unit/websocket_test.ts                                | 2 +-
 tests/unit/websocketstream_test.ts.disabled                 | 2 +-
 tests/unit/webstorage_test.ts                               | 2 +-
 tests/unit/worker_permissions_test.ts                       | 2 +-
 tests/unit/worker_test.ts                                   | 2 +-
 tests/unit/write_file_test.ts                               | 2 +-
 tests/unit/write_text_file_test.ts                          | 2 +-
 tests/unit_node/_fs/_fs_access_test.ts                      | 2 +-
 tests/unit_node/_fs/_fs_appendFile_test.ts                  | 2 +-
 tests/unit_node/_fs/_fs_chmod_test.ts                       | 2 +-
 tests/unit_node/_fs/_fs_chown_test.ts                       | 2 +-
 tests/unit_node/_fs/_fs_close_test.ts                       | 2 +-
 tests/unit_node/_fs/_fs_copy_test.ts                        | 2 +-
 tests/unit_node/_fs/_fs_dir_test.ts                         | 2 +-
 tests/unit_node/_fs/_fs_dirent_test.ts                      | 2 +-
 tests/unit_node/_fs/_fs_exists_test.ts                      | 2 +-
 tests/unit_node/_fs/_fs_fdatasync_test.ts                   | 2 +-
 tests/unit_node/_fs/_fs_fstat_test.ts                       | 2 +-
 tests/unit_node/_fs/_fs_fsync_test.ts                       | 2 +-
 tests/unit_node/_fs/_fs_ftruncate_test.ts                   | 2 +-
 tests/unit_node/_fs/_fs_futimes_test.ts                     | 2 +-
 tests/unit_node/_fs/_fs_handle_test.ts                      | 2 +-
 tests/unit_node/_fs/_fs_link_test.ts                        | 2 +-
 tests/unit_node/_fs/_fs_lstat_test.ts                       | 2 +-
 tests/unit_node/_fs/_fs_mkdir_test.ts                       | 2 +-
 tests/unit_node/_fs/_fs_mkdtemp_test.ts                     | 2 +-
 tests/unit_node/_fs/_fs_open_test.ts                        | 2 +-
 tests/unit_node/_fs/_fs_opendir_test.ts                     | 2 +-
 tests/unit_node/_fs/_fs_readFile_test.ts                    | 2 +-
 tests/unit_node/_fs/_fs_read_test.ts                        | 2 +-
 tests/unit_node/_fs/_fs_readdir_test.ts                     | 2 +-
 tests/unit_node/_fs/_fs_readlink_test.ts                    | 2 +-
 tests/unit_node/_fs/_fs_realpath_test.ts                    | 2 +-
 tests/unit_node/_fs/_fs_rename_test.ts                      | 2 +-
 tests/unit_node/_fs/_fs_rm_test.ts                          | 2 +-
 tests/unit_node/_fs/_fs_rmdir_test.ts                       | 2 +-
 tests/unit_node/_fs/_fs_stat_test.ts                        | 2 +-
 tests/unit_node/_fs/_fs_statfs_test.ts                      | 2 +-
 tests/unit_node/_fs/_fs_symlink_test.ts                     | 2 +-
 tests/unit_node/_fs/_fs_truncate_test.ts                    | 2 +-
 tests/unit_node/_fs/_fs_unlink_test.ts                      | 2 +-
 tests/unit_node/_fs/_fs_utimes_test.ts                      | 2 +-
 tests/unit_node/_fs/_fs_watch_test.ts                       | 2 +-
 tests/unit_node/_fs/_fs_writeFile_test.ts                   | 2 +-
 tests/unit_node/_fs/_fs_write_test.ts                       | 2 +-
 tests/unit_node/_test_utils.ts                              | 2 +-
 tests/unit_node/assert_test.ts                              | 2 +-
 tests/unit_node/assertion_error_test.ts                     | 2 +-
 tests/unit_node/async_hooks_test.ts                         | 2 +-
 tests/unit_node/buffer_test.ts                              | 2 +-
 tests/unit_node/child_process_test.ts                       | 2 +-
 tests/unit_node/cluster_test.ts                             | 2 +-
 tests/unit_node/console_test.ts                             | 2 +-
 tests/unit_node/crypto/crypto_cipher_gcm_test.ts            | 2 +-
 tests/unit_node/crypto/crypto_cipher_test.ts                | 2 +-
 tests/unit_node/crypto/crypto_hash_test.ts                  | 2 +-
 tests/unit_node/crypto/crypto_hkdf_test.ts                  | 2 +-
 tests/unit_node/crypto/crypto_import_export.ts              | 2 +-
 tests/unit_node/crypto/crypto_key_test.ts                   | 2 +-
 tests/unit_node/crypto/crypto_misc_test.ts                  | 2 +-
 tests/unit_node/crypto/crypto_pbkdf2_test.ts                | 2 +-
 tests/unit_node/crypto/crypto_scrypt_test.ts                | 2 +-
 tests/unit_node/crypto/crypto_sign_test.ts                  | 2 +-
 tests/unit_node/crypto/generate_fixture.mjs                 | 2 +-
 tests/unit_node/crypto/generate_keys.mjs                    | 2 +-
 tests/unit_node/dgram_test.ts                               | 2 +-
 tests/unit_node/domain_test.ts                              | 2 +-
 tests/unit_node/events_test.ts                              | 2 +-
 tests/unit_node/fetch_test.ts                               | 2 +-
 tests/unit_node/fs_test.ts                                  | 2 +-
 tests/unit_node/http2_test.ts                               | 2 +-
 tests/unit_node/http_test.ts                                | 2 +-
 tests/unit_node/inspector_test.ts                           | 2 +-
 tests/unit_node/internal/_randomBytes_test.ts               | 2 +-
 tests/unit_node/internal/_randomFill_test.ts                | 2 +-
 tests/unit_node/internal/_randomInt_test.ts                 | 2 +-
 tests/unit_node/module_test.ts                              | 2 +-
 tests/unit_node/net_test.ts                                 | 2 +-
 tests/unit_node/os_test.ts                                  | 2 +-
 tests/unit_node/path_test.ts                                | 2 +-
 tests/unit_node/perf_hooks_test.ts                          | 2 +-
 tests/unit_node/process_test.ts                             | 2 +-
 tests/unit_node/punycode_test.ts                            | 2 +-
 tests/unit_node/querystring_test.ts                         | 2 +-
 tests/unit_node/readline_test.ts                            | 2 +-
 tests/unit_node/repl_test.ts                                | 2 +-
 tests/unit_node/stream_test.ts                              | 2 +-
 tests/unit_node/string_decoder_test.ts                      | 2 +-
 tests/unit_node/timers_test.ts                              | 2 +-
 tests/unit_node/tls_test.ts                                 | 2 +-
 tests/unit_node/tty_test.ts                                 | 2 +-
 tests/unit_node/util_test.ts                                | 2 +-
 tests/unit_node/v8_test.ts                                  | 2 +-
 tests/unit_node/vm_test.ts                                  | 2 +-
 tests/unit_node/wasi_test.ts                                | 2 +-
 tests/unit_node/worker_threads_test.ts                      | 2 +-
 tests/unit_node/zlib_test.ts                                | 2 +-
 tests/util/server/Cargo.toml                                | 2 +-
 tests/util/server/src/assertions.rs                         | 2 +-
 tests/util/server/src/builders.rs                           | 2 +-
 tests/util/server/src/factory.rs                            | 2 +-
 tests/util/server/src/fs.rs                                 | 2 +-
 tests/util/server/src/https.rs                              | 2 +-
 tests/util/server/src/lib.rs                                | 2 +-
 tests/util/server/src/lsp.rs                                | 2 +-
 tests/util/server/src/macros.rs                             | 2 +-
 tests/util/server/src/npm.rs                                | 2 +-
 tests/util/server/src/pty.rs                                | 2 +-
 tests/util/server/src/servers/grpc.rs                       | 2 +-
 tests/util/server/src/servers/hyper_utils.rs                | 2 +-
 tests/util/server/src/servers/jsr_registry.rs               | 2 +-
 tests/util/server/src/servers/mod.rs                        | 2 +-
 tests/util/server/src/servers/nodejs_org_mirror.rs          | 2 +-
 tests/util/server/src/servers/npm_registry.rs               | 2 +-
 tests/util/server/src/servers/ws.rs                         | 2 +-
 tests/util/server/src/spawn.rs                              | 2 +-
 tests/util/server/src/test_server.rs                        | 2 +-
 tests/wpt/runner/runner.ts                                  | 2 +-
 tests/wpt/runner/testharnessreport.js                       | 2 +-
 tests/wpt/runner/utils.ts                                   | 2 +-
 tests/wpt/wpt.ts                                            | 2 +-
 tools/build_bench.ts                                        | 2 +-
 tools/build_benchmark_jsons.js                              | 2 +-
 tools/copyright_checker.js                                  | 6 +++---
 tools/format.js                                             | 2 +-
 tools/generate_types_deno.ts                                | 2 +-
 tools/install_prebuilt.js                                   | 2 +-
 tools/jsdoc_checker.js                                      | 2 +-
 tools/lint.js                                               | 2 +-
 tools/napi/generate_symbols_lists.js                        | 2 +-
 tools/ops.d.ts                                              | 2 +-
 tools/release/00_start_release.ts                           | 2 +-
 tools/release/01_bump_crate_versions.ts                     | 2 +-
 tools/release/02_create_pr.ts                               | 2 +-
 tools/release/03_publish_crates.ts                          | 2 +-
 tools/release/04_post_publish.ts                            | 2 +-
 tools/release/05_create_release_notes.ts                    | 2 +-
 tools/release/deno_workspace.ts                             | 2 +-
 tools/release/deps.ts                                       | 2 +-
 tools/release/npm/bin.cjs                                   | 2 +-
 tools/release/npm/build.ts                                  | 2 +-
 tools/release/npm/install.cjs                               | 2 +-
 tools/release/npm/install_api.cjs                           | 2 +-
 tools/release/promote_to_release.ts                         | 2 +-
 tools/upload_wptfyi.js                                      | 2 +-
 tools/util.js                                               | 2 +-
 tools/verify_pr_title.js                                    | 2 +-
 tools/wgpu_sync.js                                          | 2 +-
 1190 files changed, 1192 insertions(+), 1192 deletions(-)

diff --git a/.github/mtime_cache/action.js b/.github/mtime_cache/action.js
index 72821749e393f5..1bf5b492fc189f 100644
--- a/.github/mtime_cache/action.js
+++ b/.github/mtime_cache/action.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This file contains the implementation of a Github Action. Github uses
 // Node.js v20.x to run actions, so this is Node code and not Deno code.
 
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index bc3f15380b35da..d43d80d8bc5d90 100755
--- a/.github/workflows/ci.generate.ts
+++ b/.github/workflows/ci.generate.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --allow-write=. --lock=./tools/deno.lock.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { stringify } from "jsr:@std/yaml@^0.221/stringify";
 
 // Bump this number when you want to purge the cache.
diff --git a/Cargo.toml b/Cargo.toml
index bfd743744178e4..1a7c04dbefef34 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [workspace]
 resolver = "2"
diff --git a/LICENSE.md b/LICENSE.md
index 56753af3674dfc..406ae093648359 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright 2018-2024 the Deno authors
+Copyright 2018-2025 the Deno authors
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 014b74f2646ca8..3172426c27c75c 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_bench_util"
diff --git a/bench_util/benches/utf8.rs b/bench_util/benches/utf8.rs
index 48af4dba7e5421..88afce86c3cce4 100644
--- a/bench_util/benches/utf8.rs
+++ b/bench_util/benches/utf8.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_bench_util::bench_js_sync_with;
 use deno_bench_util::bench_or_profile;
diff --git a/bench_util/js_runtime.rs b/bench_util/js_runtime.rs
index a97d8ae50138c7..402c9a4b007918 100644
--- a/bench_util/js_runtime.rs
+++ b/bench_util/js_runtime.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use bencher::Bencher;
 use deno_core::v8;
 use deno_core::Extension;
diff --git a/bench_util/lib.rs b/bench_util/lib.rs
index 39183be7fc8db1..22587a5f7e003d 100644
--- a/bench_util/lib.rs
+++ b/bench_util/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 mod js_runtime;
 mod profiling;
 
diff --git a/bench_util/profiling.rs b/bench_util/profiling.rs
index 151a29e599bba9..1d2bfb51d2b330 100644
--- a/bench_util/profiling.rs
+++ b/bench_util/profiling.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use bencher::DynBenchFn;
 use bencher::StaticBenchFn;
 use bencher::TestDescAndFn;
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index d05c3fb3e33c87..3ca1afc8723a73 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno"
diff --git a/cli/args/deno_json.rs b/cli/args/deno_json.rs
index 47dcbb91ea7b8b..c27b1d392443e3 100644
--- a/cli/args/deno_json.rs
+++ b/cli/args/deno_json.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashSet;
 
diff --git a/cli/args/flags.rs b/cli/args/flags.rs
index cd6db5eea28e04..c57b81ae6d39bf 100644
--- a/cli/args/flags.rs
+++ b/cli/args/flags.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashSet;
diff --git a/cli/args/flags_net.rs b/cli/args/flags_net.rs
index 3d19a06183effc..c39e377e103872 100644
--- a/cli/args/flags_net.rs
+++ b/cli/args/flags_net.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::net::IpAddr;
 use std::str::FromStr;
diff --git a/cli/args/import_map.rs b/cli/args/import_map.rs
index d6434ed46a9055..ff7e42ef20d061 100644
--- a/cli/args/import_map.rs
+++ b/cli/args/import_map.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::error::AnyError;
 use deno_core::serde_json;
diff --git a/cli/args/lockfile.rs b/cli/args/lockfile.rs
index 5d93aa6a4af7cb..bc4c92638a9ed2 100644
--- a/cli/args/lockfile.rs
+++ b/cli/args/lockfile.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashSet;
 use std::path::PathBuf;
diff --git a/cli/args/mod.rs b/cli/args/mod.rs
index 4516cfe06ad710..1ad61a0a78e466 100644
--- a/cli/args/mod.rs
+++ b/cli/args/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub mod deno_json;
 mod flags;
diff --git a/cli/args/package_json.rs b/cli/args/package_json.rs
index 50d1c047993a62..efa5d469662d0a 100644
--- a/cli/args/package_json.rs
+++ b/cli/args/package_json.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::PathBuf;
 use std::sync::Arc;
diff --git a/cli/bench/cache_api.js b/cli/bench/cache_api.js
index af55fc132e25fe..4b092ab627f789 100644
--- a/cli/bench/cache_api.js
+++ b/cli/bench/cache_api.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 const cacheName = "cache-v1";
 const cache = await caches.open(cacheName);
diff --git a/cli/bench/command.js b/cli/bench/command.js
index 5b7c300d261dd1..5916dcfee26e06 100644
--- a/cli/bench/command.js
+++ b/cli/bench/command.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 Deno.bench("echo deno", async () => {
   await new Deno.Command("echo", { args: ["deno"] }).output();
diff --git a/cli/bench/console.js b/cli/bench/console.js
index 1d336fbbde84a7..c1704549c6ca56 100644
--- a/cli/bench/console.js
+++ b/cli/bench/console.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/cli/bench/deno_common.js b/cli/bench/deno_common.js
index 3693333915ab04..011a1244aa13f6 100644
--- a/cli/bench/deno_common.js
+++ b/cli/bench/deno_common.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // v8 builtin that's close to the upper bound non-NOPs
 Deno.bench("date_now", { n: 5e5 }, () => {
diff --git a/cli/bench/encode_into.js b/cli/bench/encode_into.js
index ab5e11b04db847..57313ca04ab8b5 100644
--- a/cli/bench/encode_into.js
+++ b/cli/bench/encode_into.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-console no-process-globals
 
 let [total, count] = typeof Deno !== "undefined"
diff --git a/cli/bench/fs/run.mjs b/cli/bench/fs/run.mjs
index 94240f20d4d1fe..7f080daf6a88f9 100644
--- a/cli/bench/fs/run.mjs
+++ b/cli/bench/fs/run.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 let total = 5;
 let current = "";
diff --git a/cli/bench/fs/serve.jsx b/cli/bench/fs/serve.jsx
index 51125235fe8bcb..8b3328617af522 100644
--- a/cli/bench/fs/serve.jsx
+++ b/cli/bench/fs/serve.jsx
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /** @jsx h */
 import results from "./deno.json" assert { type: "json" };
diff --git a/cli/bench/getrandom.js b/cli/bench/getrandom.js
index fe99bbcbdf7c91..775d02fc75a208 100644
--- a/cli/bench/getrandom.js
+++ b/cli/bench/getrandom.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-console no-process-globals
 
 let [total, count] = typeof Deno !== "undefined"
diff --git a/cli/bench/lsp.rs b/cli/bench/lsp.rs
index 1e02291e1039fe..7a93dcae1eb93e 100644
--- a/cli/bench/lsp.rs
+++ b/cli/bench/lsp.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::path::Path;
diff --git a/cli/bench/lsp_bench_standalone.rs b/cli/bench/lsp_bench_standalone.rs
index 3c946cfbe30403..45d8788256660f 100644
--- a/cli/bench/lsp_bench_standalone.rs
+++ b/cli/bench/lsp_bench_standalone.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_bench_util::bencher::benchmark_group;
 use deno_bench_util::bencher::benchmark_main;
diff --git a/cli/bench/main.rs b/cli/bench/main.rs
index f38aa79e9e2a35..e7f71f8cfa4df4 100644
--- a/cli/bench/main.rs
+++ b/cli/bench/main.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(clippy::print_stdout)]
 #![allow(clippy::print_stderr)]
diff --git a/cli/bench/napi/bench.js b/cli/bench/napi/bench.js
index c12c7aacbcba08..f40611e7a81feb 100644
--- a/cli/bench/napi/bench.js
+++ b/cli/bench/napi/bench.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { loadTestLibrary } from "../../../tests/napi/common.js";
 
diff --git a/cli/bench/napi/bench_node.mjs b/cli/bench/napi/bench_node.mjs
index a772eeafa14a47..557c4daefdd24a 100644
--- a/cli/bench/napi/bench_node.mjs
+++ b/cli/bench/napi/bench_node.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { bench, run } from "mitata";
 import { createRequire } from "module";
diff --git a/cli/bench/op_now.js b/cli/bench/op_now.js
index 7c1427c8096b6b..26c4958fe0403a 100644
--- a/cli/bench/op_now.js
+++ b/cli/bench/op_now.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-console no-process-globals
 
 const queueMicrotask = globalThis.queueMicrotask || process.nextTick;
diff --git a/cli/bench/secure_curves.js b/cli/bench/secure_curves.js
index 912b75cccd8c0b..a3fb4ebc414398 100644
--- a/cli/bench/secure_curves.js
+++ b/cli/bench/secure_curves.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-console no-process-globals
 
 let [total, count] = typeof Deno !== "undefined"
diff --git a/cli/bench/stdio/stdio.c b/cli/bench/stdio/stdio.c
index acce207995d26f..15df42240561ab 100644
--- a/cli/bench/stdio/stdio.c
+++ b/cli/bench/stdio/stdio.c
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // From https://github.com/just-js/benchmarks/tree/main/01-stdio
 
 #include <stdlib.h>
diff --git a/cli/bench/stdio/stdio.js b/cli/bench/stdio/stdio.js
index 81bea835a6f9c0..1ca947809ab40e 100644
--- a/cli/bench/stdio/stdio.js
+++ b/cli/bench/stdio/stdio.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 //
 // From https://github.com/just-js/benchmarks/tree/main/01-stdio
 
diff --git a/cli/bench/tcp.js b/cli/bench/tcp.js
index b9f05e3a7e5a1c..6681eeeb5263cb 100644
--- a/cli/bench/tcp.js
+++ b/cli/bench/tcp.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 const listener = Deno.listen({ port: 4500 });
 const response = new TextEncoder().encode(
diff --git a/cli/bench/tty.js b/cli/bench/tty.js
index e494e76af72354..c61541ffa64af4 100644
--- a/cli/bench/tty.js
+++ b/cli/bench/tty.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-console no-process-globals
 
 const queueMicrotask = globalThis.queueMicrotask || process.nextTick;
diff --git a/cli/bench/url_parse.js b/cli/bench/url_parse.js
index 9cb0045f644e25..80579d6f6bd392 100644
--- a/cli/bench/url_parse.js
+++ b/cli/bench/url_parse.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-console no-process-globals
 
 const queueMicrotask = globalThis.queueMicrotask || process.nextTick;
diff --git a/cli/bench/webstorage.js b/cli/bench/webstorage.js
index d19f024c63102d..d284378d60b82d 100644
--- a/cli/bench/webstorage.js
+++ b/cli/bench/webstorage.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/cli/bench/write_file.js b/cli/bench/write_file.js
index 747503ce2a10f8..c7200a6f5b595a 100644
--- a/cli/bench/write_file.js
+++ b/cli/bench/write_file.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-console no-process-globals
 
 const queueMicrotask = globalThis.queueMicrotask || process.nextTick;
diff --git a/cli/build.rs b/cli/build.rs
index 8367910678469b..83290599e6bf06 100644
--- a/cli/build.rs
+++ b/cli/build.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::env;
 use std::path::PathBuf;
diff --git a/cli/cache/cache_db.rs b/cli/cache/cache_db.rs
index c25c1955b29361..02394d4cfd6eba 100644
--- a/cli/cache/cache_db.rs
+++ b/cli/cache/cache_db.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::IsTerminal;
 use std::path::Path;
diff --git a/cli/cache/caches.rs b/cli/cache/caches.rs
index 54371cee48bf1f..b83364c61b3bf7 100644
--- a/cli/cache/caches.rs
+++ b/cli/cache/caches.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::PathBuf;
 use std::sync::Arc;
diff --git a/cli/cache/check.rs b/cli/cache/check.rs
index 192d338a0945da..a886f9fe0f4b5b 100644
--- a/cli/cache/check.rs
+++ b/cli/cache/check.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_ast::ModuleSpecifier;
 use deno_core::error::AnyError;
diff --git a/cli/cache/code_cache.rs b/cli/cache/code_cache.rs
index b6c9060ea0c0d4..27ec544b5f6375 100644
--- a/cli/cache/code_cache.rs
+++ b/cli/cache/code_cache.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/cache/common.rs b/cli/cache/common.rs
index 0a68e95159a5a6..da607a27f260da 100644
--- a/cli/cache/common.rs
+++ b/cli/cache/common.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::hash::Hasher;
 
diff --git a/cli/cache/deno_dir.rs b/cli/cache/deno_dir.rs
index 2c0aa30bc24247..1b35f5307132d2 100644
--- a/cli/cache/deno_dir.rs
+++ b/cli/cache/deno_dir.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::env;
 use std::path::PathBuf;
diff --git a/cli/cache/disk_cache.rs b/cli/cache/disk_cache.rs
index b23d7b8f787193..f03b60854ff002 100644
--- a/cli/cache/disk_cache.rs
+++ b/cli/cache/disk_cache.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ffi::OsStr;
 use std::fs;
diff --git a/cli/cache/emit.rs b/cli/cache/emit.rs
index 100cbfe74429ff..2ba43d58b946c7 100644
--- a/cli/cache/emit.rs
+++ b/cli/cache/emit.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::PathBuf;
 
diff --git a/cli/cache/fast_check.rs b/cli/cache/fast_check.rs
index 43be1b71863e90..323312d0579182 100644
--- a/cli/cache/fast_check.rs
+++ b/cli/cache/fast_check.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::error::AnyError;
 use deno_graph::FastCheckCacheItem;
diff --git a/cli/cache/incremental.rs b/cli/cache/incremental.rs
index 2d31b4125ec55a..9ba343f2734d92 100644
--- a/cli/cache/incremental.rs
+++ b/cli/cache/incremental.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::path::Path;
diff --git a/cli/cache/mod.rs b/cli/cache/mod.rs
index ef93939c10df0c..868811c5876122 100644
--- a/cli/cache/mod.rs
+++ b/cli/cache/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::path::PathBuf;
diff --git a/cli/cache/module_info.rs b/cli/cache/module_info.rs
index 469e2fafac3732..671e7e3dc863e7 100644
--- a/cli/cache/module_info.rs
+++ b/cli/cache/module_info.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/cache/node.rs b/cli/cache/node.rs
index 92f5a19d7178dd..89e372de43b654 100644
--- a/cli/cache/node.rs
+++ b/cli/cache/node.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::error::AnyError;
 use deno_core::serde_json;
diff --git a/cli/cache/parsed_source.rs b/cli/cache/parsed_source.rs
index 4d031f8bf2db04..15207f4ba75fd6 100644
--- a/cli/cache/parsed_source.rs
+++ b/cli/cache/parsed_source.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::sync::Arc;
diff --git a/cli/cdp.rs b/cli/cdp.rs
index c5ff587dde6820..df82d58d9f7216 100644
--- a/cli/cdp.rs
+++ b/cli/cdp.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <https://chromedevtools.github.io/devtools-protocol/tot/>
 use deno_core::serde_json::Value;
diff --git a/cli/emit.rs b/cli/emit.rs
index 04547adf938d9d..32a636de3630fb 100644
--- a/cli/emit.rs
+++ b/cli/emit.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/errors.rs b/cli/errors.rs
index 38dc8259e3c61c..ead1ccf1273171 100644
--- a/cli/errors.rs
+++ b/cli/errors.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! There are many types of errors in Deno:
 //! - AnyError: a generic wrapper that can encapsulate any type of error.
diff --git a/cli/factory.rs b/cli/factory.rs
index a57f7822a8bcd8..fc6bca33fd2c2b 100644
--- a/cli/factory.rs
+++ b/cli/factory.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::future::Future;
 use std::path::PathBuf;
diff --git a/cli/file_fetcher.rs b/cli/file_fetcher.rs
index 3d73a7e4ea5192..cfc26d7e699f38 100644
--- a/cli/file_fetcher.rs
+++ b/cli/file_fetcher.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashMap;
diff --git a/cli/graph_container.rs b/cli/graph_container.rs
index c463d71a6a44fe..1fe30b47ab6387 100644
--- a/cli/graph_container.rs
+++ b/cli/graph_container.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/graph_util.rs b/cli/graph_util.rs
index 68d48d9bbc9e79..fb933bdac8a509 100644
--- a/cli/graph_util.rs
+++ b/cli/graph_util.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashSet;
 use std::error::Error;
diff --git a/cli/http_util.rs b/cli/http_util.rs
index 618ba3534658ec..af6709c5d0ab0f 100644
--- a/cli/http_util.rs
+++ b/cli/http_util.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::sync::Arc;
diff --git a/cli/integration_tests_runner.rs b/cli/integration_tests_runner.rs
index 12e83a01940bab..7342e62fa0df8d 100644
--- a/cli/integration_tests_runner.rs
+++ b/cli/integration_tests_runner.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 pub fn main() {
   let mut args = vec!["cargo", "test", "-p", "cli_tests", "--features", "run"];
 
diff --git a/cli/js.rs b/cli/js.rs
index 2c93f004ca0a67..5337c53f76723f 100644
--- a/cli/js.rs
+++ b/cli/js.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use log::debug;
 
diff --git a/cli/js/40_bench.js b/cli/js/40_bench.js
index b07df3993c802b..0ad05c5197f20e 100644
--- a/cli/js/40_bench.js
+++ b/cli/js/40_bench.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file
 
 import { core, primordials } from "ext:core/mod.js";
diff --git a/cli/js/40_jupyter.js b/cli/js/40_jupyter.js
index 198b6a350254eb..f392af1d43f798 100644
--- a/cli/js/40_jupyter.js
+++ b/cli/js/40_jupyter.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file
 
 /*
diff --git a/cli/js/40_lint.js b/cli/js/40_lint.js
index d29dc3e8508ddd..4adbc1baa12e6e 100644
--- a/cli/js/40_lint.js
+++ b/cli/js/40_lint.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 
diff --git a/cli/js/40_lint_selector.js b/cli/js/40_lint_selector.js
index b78f7a5d0e1ae9..7b94c4f9609a59 100644
--- a/cli/js/40_lint_selector.js
+++ b/cli/js/40_lint_selector.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 
diff --git a/cli/js/40_lint_types.d.ts b/cli/js/40_lint_types.d.ts
index 7b06e36098646d..db2202981ab8a5 100644
--- a/cli/js/40_lint_types.d.ts
+++ b/cli/js/40_lint_types.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 export interface NodeFacade {
   type: string;
diff --git a/cli/js/40_test.js b/cli/js/40_test.js
index ea526a17d41bca..34d9ec65509edb 100644
--- a/cli/js/40_test.js
+++ b/cli/js/40_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 import { escapeName, withPermissions } from "ext:cli/40_test_common.js";
diff --git a/cli/js/40_test_common.js b/cli/js/40_test_common.js
index 7711148f1e47e3..6b7828cd2d5910 100644
--- a/cli/js/40_test_common.js
+++ b/cli/js/40_test_common.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { core, primordials } from "ext:core/mod.js";
 import { serializePermissions } from "ext:runtime/10_permissions.js";
 const ops = core.ops;
diff --git a/cli/jsr.rs b/cli/jsr.rs
index ef57e8fd64a0da..34a2ec04e4de46 100644
--- a/cli/jsr.rs
+++ b/cli/jsr.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/lsp/analysis.rs b/cli/lsp/analysis.rs
index 116780eb7329af..968875e48a3821 100644
--- a/cli/lsp/analysis.rs
+++ b/cli/lsp/analysis.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cmp::Ordering;
diff --git a/cli/lsp/cache.rs b/cli/lsp/cache.rs
index c69f66b77f13f7..97fbbaff14ae38 100644
--- a/cli/lsp/cache.rs
+++ b/cli/lsp/cache.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::BTreeMap;
 use std::fs;
diff --git a/cli/lsp/capabilities.rs b/cli/lsp/capabilities.rs
index 5cdb1224d85780..4c81edeea2c780 100644
--- a/cli/lsp/capabilities.rs
+++ b/cli/lsp/capabilities.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //!
 //! Provides information about what capabilities that are supported by the
diff --git a/cli/lsp/client.rs b/cli/lsp/client.rs
index 2bd1ddc2ffbddb..85ea1bb4e538ed 100644
--- a/cli/lsp/client.rs
+++ b/cli/lsp/client.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/lsp/code_lens.rs b/cli/lsp/code_lens.rs
index c5ef5f72234834..bb72d0db776a50 100644
--- a/cli/lsp/code_lens.rs
+++ b/cli/lsp/code_lens.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::collections::HashSet;
diff --git a/cli/lsp/completions.rs b/cli/lsp/completions.rs
index 412ca6fd32f248..7309d984b40bd5 100644
--- a/cli/lsp/completions.rs
+++ b/cli/lsp/completions.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_ast::LineAndColumnIndex;
 use deno_ast::SourceTextInfo;
diff --git a/cli/lsp/config.rs b/cli/lsp/config.rs
index 8e61b523f7cd04..afc976b8fe0d64 100644
--- a/cli/lsp/config.rs
+++ b/cli/lsp/config.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::BTreeMap;
 use std::collections::BTreeSet;
diff --git a/cli/lsp/diagnostics.rs b/cli/lsp/diagnostics.rs
index 625c777a84e2ff..cc9cca7f2357b5 100644
--- a/cli/lsp/diagnostics.rs
+++ b/cli/lsp/diagnostics.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/cli/lsp/documents.rs b/cli/lsp/documents.rs
index 34c2deee4678de..a8398b4f2f75d0 100644
--- a/cli/lsp/documents.rs
+++ b/cli/lsp/documents.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::BTreeMap;
diff --git a/cli/lsp/jsr.rs b/cli/lsp/jsr.rs
index 48bac7ac4780b9..1bcd6f39304d58 100644
--- a/cli/lsp/jsr.rs
+++ b/cli/lsp/jsr.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::sync::Arc;
diff --git a/cli/lsp/language_server.rs b/cli/lsp/language_server.rs
index 98b2fb146230eb..958c3a4606e6c8 100644
--- a/cli/lsp/language_server.rs
+++ b/cli/lsp/language_server.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::BTreeMap;
 use std::collections::BTreeSet;
diff --git a/cli/lsp/logging.rs b/cli/lsp/logging.rs
index cb803b94784248..efb49b2d48c1f8 100644
--- a/cli/lsp/logging.rs
+++ b/cli/lsp/logging.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fs;
 use std::io::prelude::*;
diff --git a/cli/lsp/lsp_custom.rs b/cli/lsp/lsp_custom.rs
index 8df4ba1d07c768..050fcf31843547 100644
--- a/cli/lsp/lsp_custom.rs
+++ b/cli/lsp/lsp_custom.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::serde::Deserialize;
 use deno_core::serde::Serialize;
diff --git a/cli/lsp/mod.rs b/cli/lsp/mod.rs
index 0b00f8ef683634..6b5d17798bee56 100644
--- a/cli/lsp/mod.rs
+++ b/cli/lsp/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::error::AnyError;
 use deno_core::unsync::spawn;
diff --git a/cli/lsp/npm.rs b/cli/lsp/npm.rs
index 8b96eed66f0774..d53c8cb2ab6bae 100644
--- a/cli/lsp/npm.rs
+++ b/cli/lsp/npm.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/lsp/parent_process_checker.rs b/cli/lsp/parent_process_checker.rs
index 287880ae323785..b8ab60922bd0e3 100644
--- a/cli/lsp/parent_process_checker.rs
+++ b/cli/lsp/parent_process_checker.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::time::Duration;
 
diff --git a/cli/lsp/path_to_regex.rs b/cli/lsp/path_to_regex.rs
index 10b0cfbdc8906d..65322da6d036f5 100644
--- a/cli/lsp/path_to_regex.rs
+++ b/cli/lsp/path_to_regex.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // The logic of this module is heavily influenced by path-to-regexp at:
 // https://github.com/pillarjs/path-to-regexp/ which is licensed as follows:
diff --git a/cli/lsp/performance.rs b/cli/lsp/performance.rs
index 360bdf103ef3f5..8d836c7adfb76c 100644
--- a/cli/lsp/performance.rs
+++ b/cli/lsp/performance.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cmp;
 use std::collections::HashMap;
diff --git a/cli/lsp/refactor.rs b/cli/lsp/refactor.rs
index 82751d3b1285a5..e1abd963a2dafa 100644
--- a/cli/lsp/refactor.rs
+++ b/cli/lsp/refactor.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // The logic of this module is heavily influenced by
 // https://github.com/microsoft/vscode/blob/main/extensions/typescript-language-features/src/languageFeatures/refactor.ts
diff --git a/cli/lsp/registries.rs b/cli/lsp/registries.rs
index be36eeb73d7e69..f8c38d97ea46a6 100644
--- a/cli/lsp/registries.rs
+++ b/cli/lsp/registries.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashMap;
diff --git a/cli/lsp/repl.rs b/cli/lsp/repl.rs
index b4aaa8cd0d0594..a30427312d3741 100644
--- a/cli/lsp/repl.rs
+++ b/cli/lsp/repl.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 
diff --git a/cli/lsp/resolver.rs b/cli/lsp/resolver.rs
index 7fb4e855290014..51820432f776e0 100644
--- a/cli/lsp/resolver.rs
+++ b/cli/lsp/resolver.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::BTreeMap;
diff --git a/cli/lsp/search.rs b/cli/lsp/search.rs
index 7d2760c1de9784..281542742d42f6 100644
--- a/cli/lsp/search.rs
+++ b/cli/lsp/search.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/lsp/semantic_tokens.rs b/cli/lsp/semantic_tokens.rs
index cc880de8b6178a..d2466f4c1479af 100644
--- a/cli/lsp/semantic_tokens.rs
+++ b/cli/lsp/semantic_tokens.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // The logic of this module is heavily influenced by
 // https://github.com/microsoft/vscode/blob/main/extensions/typescript-language-features/src/languageFeatures/semanticTokens.ts
diff --git a/cli/lsp/testing/collectors.rs b/cli/lsp/testing/collectors.rs
index 141d34d79df6cf..8a36ca1f25bfd3 100644
--- a/cli/lsp/testing/collectors.rs
+++ b/cli/lsp/testing/collectors.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/cli/lsp/testing/definitions.rs b/cli/lsp/testing/definitions.rs
index 44ea5ce6fe2ee2..8277dcbf008091 100644
--- a/cli/lsp/testing/definitions.rs
+++ b/cli/lsp/testing/definitions.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/cli/lsp/testing/execution.rs b/cli/lsp/testing/execution.rs
index 3378891316fd89..3d6d6f6b734a5c 100644
--- a/cli/lsp/testing/execution.rs
+++ b/cli/lsp/testing/execution.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashMap;
diff --git a/cli/lsp/testing/lsp_custom.rs b/cli/lsp/testing/lsp_custom.rs
index 84ac30de579e72..5ee6e84f52b876 100644
--- a/cli/lsp/testing/lsp_custom.rs
+++ b/cli/lsp/testing/lsp_custom.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::serde::Deserialize;
 use deno_core::serde::Serialize;
diff --git a/cli/lsp/testing/mod.rs b/cli/lsp/testing/mod.rs
index d285481f06b9c4..1398ba1eca1161 100644
--- a/cli/lsp/testing/mod.rs
+++ b/cli/lsp/testing/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod collectors;
 mod definitions;
diff --git a/cli/lsp/testing/server.rs b/cli/lsp/testing/server.rs
index a4b286671ef76e..e0570fcada11dc 100644
--- a/cli/lsp/testing/server.rs
+++ b/cli/lsp/testing/server.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/cli/lsp/text.rs b/cli/lsp/text.rs
index 3c9721bdc99520..a9a5f0753af25b 100644
--- a/cli/lsp/text.rs
+++ b/cli/lsp/text.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 
diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs
index cdd46c2ded1b5a..d2b501a539a1dc 100644
--- a/cli/lsp/tsc.rs
+++ b/cli/lsp/tsc.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::cmp;
diff --git a/cli/lsp/urls.rs b/cli/lsp/urls.rs
index 84dd3581d7def1..91c04f11c0e78b 100644
--- a/cli/lsp/urls.rs
+++ b/cli/lsp/urls.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::str::FromStr;
diff --git a/cli/main.rs b/cli/main.rs
index f3f3254b140361..2e55d9d28646f9 100644
--- a/cli/main.rs
+++ b/cli/main.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod args;
 mod cache;
diff --git a/cli/mainrt.rs b/cli/mainrt.rs
index 19e010fb5369be..ce6fddaee90ef6 100644
--- a/cli/mainrt.rs
+++ b/cli/mainrt.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Allow unused code warnings because we share
 // code between the two bin targets.
diff --git a/cli/module_loader.rs b/cli/module_loader.rs
index c2720ac5adc08a..174e06e266b68f 100644
--- a/cli/module_loader.rs
+++ b/cli/module_loader.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/cli/node.rs b/cli/node.rs
index 4a87d26ee0abaf..e0feb557a7a805 100644
--- a/cli/node.rs
+++ b/cli/node.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::sync::Arc;
diff --git a/cli/npm/byonm.rs b/cli/npm/byonm.rs
index b8feb52f392485..7a0a450c11f6f5 100644
--- a/cli/npm/byonm.rs
+++ b/cli/npm/byonm.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::path::Path;
diff --git a/cli/npm/managed/mod.rs b/cli/npm/managed/mod.rs
index 0422445e6244db..4a4d593bbf3009 100644
--- a/cli/npm/managed/mod.rs
+++ b/cli/npm/managed/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::path::Path;
diff --git a/cli/npm/managed/resolution.rs b/cli/npm/managed/resolution.rs
index 5d9fcf46469b0b..12f7b17565810e 100644
--- a/cli/npm/managed/resolution.rs
+++ b/cli/npm/managed/resolution.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/cli/npm/managed/resolvers/common.rs b/cli/npm/managed/resolvers/common.rs
index 26f6d8516daaee..6a859ea9fd52de 100644
--- a/cli/npm/managed/resolvers/common.rs
+++ b/cli/npm/managed/resolvers/common.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub mod bin_entries;
 pub mod lifecycle_scripts;
diff --git a/cli/npm/managed/resolvers/common/bin_entries.rs b/cli/npm/managed/resolvers/common/bin_entries.rs
index 5f203a2ba00f60..32ebd687467e4f 100644
--- a/cli/npm/managed/resolvers/common/bin_entries.rs
+++ b/cli/npm/managed/resolvers/common/bin_entries.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/cli/npm/managed/resolvers/common/lifecycle_scripts.rs b/cli/npm/managed/resolvers/common/lifecycle_scripts.rs
index c6527b14580820..738326ad22dc46 100644
--- a/cli/npm/managed/resolvers/common/lifecycle_scripts.rs
+++ b/cli/npm/managed/resolvers/common/lifecycle_scripts.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashSet;
diff --git a/cli/npm/managed/resolvers/global.rs b/cli/npm/managed/resolvers/global.rs
index 44157464b87a6f..18b7911c2f41e7 100644
--- a/cli/npm/managed/resolvers/global.rs
+++ b/cli/npm/managed/resolvers/global.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! Code for global npm cache resolution.
 
diff --git a/cli/npm/managed/resolvers/local.rs b/cli/npm/managed/resolvers/local.rs
index bff881d5f94e11..1e4e33ff3f975a 100644
--- a/cli/npm/managed/resolvers/local.rs
+++ b/cli/npm/managed/resolvers/local.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! Code for local node_modules resolution.
 
diff --git a/cli/npm/managed/resolvers/mod.rs b/cli/npm/managed/resolvers/mod.rs
index 3d3fc2e3f26341..b52a7e0e394403 100644
--- a/cli/npm/managed/resolvers/mod.rs
+++ b/cli/npm/managed/resolvers/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod common;
 mod global;
diff --git a/cli/npm/mod.rs b/cli/npm/mod.rs
index c8a6002c4f97c3..e0c10fa7a72bc7 100644
--- a/cli/npm/mod.rs
+++ b/cli/npm/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod byonm;
 mod managed;
diff --git a/cli/ops/bench.rs b/cli/ops/bench.rs
index a7c788a1899884..c6eca9216f1171 100644
--- a/cli/ops/bench.rs
+++ b/cli/ops/bench.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::atomic::AtomicUsize;
 use std::sync::atomic::Ordering;
diff --git a/cli/ops/jupyter.rs b/cli/ops/jupyter.rs
index da6fa657d2cd0a..6a9252c35ac1ff 100644
--- a/cli/ops/jupyter.rs
+++ b/cli/ops/jupyter.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // NOTE(bartlomieju): unfortunately it appears that clippy is broken
 // and can't allow a single line ignore for `await_holding_lock`.
diff --git a/cli/ops/lint.rs b/cli/ops/lint.rs
index c38ac0c8a2841d..0a444e942c0505 100644
--- a/cli/ops/lint.rs
+++ b/cli/ops/lint.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_ast::MediaType;
 use deno_ast::ModuleSpecifier;
diff --git a/cli/ops/mod.rs b/cli/ops/mod.rs
index 4ac161881626d7..7cee5bcfa10be8 100644
--- a/cli/ops/mod.rs
+++ b/cli/ops/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub mod bench;
 pub mod jupyter;
diff --git a/cli/ops/testing.rs b/cli/ops/testing.rs
index bc96e416509b6f..84e9aff83be4d2 100644
--- a/cli/ops/testing.rs
+++ b/cli/ops/testing.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::atomic::AtomicUsize;
 use std::sync::atomic::Ordering;
diff --git a/cli/resolver.rs b/cli/resolver.rs
index 93c07bdbc31d4a..661685c08166cf 100644
--- a/cli/resolver.rs
+++ b/cli/resolver.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::path::Path;
diff --git a/cli/shared.rs b/cli/shared.rs
index 808aff707ba81d..6a28473edd9492 100644
--- a/cli/shared.rs
+++ b/cli/shared.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// This module is shared between build script and the binaries. Use it sparsely.
 use deno_core::anyhow::bail;
diff --git a/cli/standalone/binary.rs b/cli/standalone/binary.rs
index 5277b3d523af4e..7ca25fca51ce94 100644
--- a/cli/standalone/binary.rs
+++ b/cli/standalone/binary.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::BTreeMap;
diff --git a/cli/standalone/code_cache.rs b/cli/standalone/code_cache.rs
index 0abec9ba9e1576..de9ff2a14142f3 100644
--- a/cli/standalone/code_cache.rs
+++ b/cli/standalone/code_cache.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::BTreeMap;
 use std::collections::HashMap;
diff --git a/cli/standalone/file_system.rs b/cli/standalone/file_system.rs
index 0a11d4550f0b0c..f218277bef809f 100644
--- a/cli/standalone/file_system.rs
+++ b/cli/standalone/file_system.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::io::ErrorKind;
diff --git a/cli/standalone/mod.rs b/cli/standalone/mod.rs
index 7ce06b309c7205..4768c742f1c976 100644
--- a/cli/standalone/mod.rs
+++ b/cli/standalone/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Allow unused code warnings because we share
 // code between the two bin targets.
diff --git a/cli/standalone/serialization.rs b/cli/standalone/serialization.rs
index 0f4d2dd9f4dc37..238ef44fd039b1 100644
--- a/cli/standalone/serialization.rs
+++ b/cli/standalone/serialization.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::Cell;
diff --git a/cli/standalone/virtual_fs.rs b/cli/standalone/virtual_fs.rs
index 61e2e333477ac6..fab4fad83c6052 100644
--- a/cli/standalone/virtual_fs.rs
+++ b/cli/standalone/virtual_fs.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/cli/sys.rs b/cli/sys.rs
index 55b50a199dd341..f23bbc9dc8d0de 100644
--- a/cli/sys.rs
+++ b/cli/sys.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // todo(dsherret): this should instead use conditional compilation and directly
 // surface the underlying implementation.
diff --git a/cli/task_runner.rs b/cli/task_runner.rs
index c7232387ca0b15..8510a650e737ef 100644
--- a/cli/task_runner.rs
+++ b/cli/task_runner.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::path::Path;
diff --git a/cli/tools/bench/mod.rs b/cli/tools/bench/mod.rs
index e1441e95cda3b2..42895089ef689a 100644
--- a/cli/tools/bench/mod.rs
+++ b/cli/tools/bench/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashSet;
 use std::path::Path;
diff --git a/cli/tools/bench/reporters.rs b/cli/tools/bench/reporters.rs
index 0c13d14961d8e5..68a0c56bce04e4 100644
--- a/cli/tools/bench/reporters.rs
+++ b/cli/tools/bench/reporters.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use serde::Serialize;
 
diff --git a/cli/tools/check.rs b/cli/tools/check.rs
index acfff70401a466..f3df54626a0e22 100644
--- a/cli/tools/check.rs
+++ b/cli/tools/check.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashSet;
 use std::collections::VecDeque;
diff --git a/cli/tools/clean.rs b/cli/tools/clean.rs
index 763aa115407ee9..e6f8c1e52b1ab7 100644
--- a/cli/tools/clean.rs
+++ b/cli/tools/clean.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::Path;
 
diff --git a/cli/tools/compile.rs b/cli/tools/compile.rs
index 243e322f55e00e..b148c9a0b18344 100644
--- a/cli/tools/compile.rs
+++ b/cli/tools/compile.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashSet;
 use std::collections::VecDeque;
diff --git a/cli/tools/coverage/merge.rs b/cli/tools/coverage/merge.rs
index 2c69981ad1f9b7..9c898e78d3d991 100644
--- a/cli/tools/coverage/merge.rs
+++ b/cli/tools/coverage/merge.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 //
 // Forked from https://github.com/demurgos/v8-coverage/tree/d0ca18da8740198681e0bc68971b0a6cdb11db3e/rust
 // Copyright 2021 Charles Samborski. All rights reserved. MIT license.
diff --git a/cli/tools/coverage/mod.rs b/cli/tools/coverage/mod.rs
index 1a03f38c53379e..522d7d75bee8f5 100644
--- a/cli/tools/coverage/mod.rs
+++ b/cli/tools/coverage/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fs;
 use std::fs::File;
diff --git a/cli/tools/coverage/range_tree.rs b/cli/tools/coverage/range_tree.rs
index 8e3cd95a51941e..08ac914cd2a620 100644
--- a/cli/tools/coverage/range_tree.rs
+++ b/cli/tools/coverage/range_tree.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 //
 // Forked from https://github.com/demurgos/v8-coverage/tree/d0ca18da8740198681e0bc68971b0a6cdb11db3e/rust
 // Copyright 2021 Charles Samborski. All rights reserved. MIT license.
diff --git a/cli/tools/coverage/reporter.rs b/cli/tools/coverage/reporter.rs
index 3bdb6b25f667f4..bc6e85b47e2c34 100644
--- a/cli/tools/coverage/reporter.rs
+++ b/cli/tools/coverage/reporter.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::fs;
diff --git a/cli/tools/coverage/util.rs b/cli/tools/coverage/util.rs
index e9518e1f78e727..e61830b7fe3078 100644
--- a/cli/tools/coverage/util.rs
+++ b/cli/tools/coverage/util.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::url::Url;
 
diff --git a/cli/tools/doc.rs b/cli/tools/doc.rs
index a22de0c9a9ce36..2fa944b362c9ba 100644
--- a/cli/tools/doc.rs
+++ b/cli/tools/doc.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::BTreeMap;
 use std::rc::Rc;
diff --git a/cli/tools/fmt.rs b/cli/tools/fmt.rs
index 74a85aaa099bc4..29db06e97f4520 100644
--- a/cli/tools/fmt.rs
+++ b/cli/tools/fmt.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! This module provides file formatting utilities using
 //! [`dprint-plugin-typescript`](https://github.com/dprint/dprint-plugin-typescript).
diff --git a/cli/tools/info.rs b/cli/tools/info.rs
index 39a7a912bf50b7..74d65911249861 100644
--- a/cli/tools/info.rs
+++ b/cli/tools/info.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/cli/tools/init/mod.rs b/cli/tools/init/mod.rs
index ec25a051bba7bc..d077de44ce14fb 100644
--- a/cli/tools/init/mod.rs
+++ b/cli/tools/init/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::IsTerminal;
 use std::io::Write;
diff --git a/cli/tools/installer.rs b/cli/tools/installer.rs
index 12d650d98e38aa..6dc065171a68e0 100644
--- a/cli/tools/installer.rs
+++ b/cli/tools/installer.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::env;
 use std::fs;
diff --git a/cli/tools/jupyter/install.rs b/cli/tools/jupyter/install.rs
index 40159a35e04170..d76c59343bb1df 100644
--- a/cli/tools/jupyter/install.rs
+++ b/cli/tools/jupyter/install.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::env::current_exe;
 use std::io::Write;
diff --git a/cli/tools/jupyter/mod.rs b/cli/tools/jupyter/mod.rs
index 7f11be36d4dab4..bb39528f3e3cf5 100644
--- a/cli/tools/jupyter/mod.rs
+++ b/cli/tools/jupyter/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/tools/jupyter/server.rs b/cli/tools/jupyter/server.rs
index 6c6d076d014513..bc045d9d9b2e54 100644
--- a/cli/tools/jupyter/server.rs
+++ b/cli/tools/jupyter/server.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // This file is forked/ported from <https://github.com/evcxr/evcxr>
 // Copyright 2020 The Evcxr Authors. MIT license.
diff --git a/cli/tools/lint/ast_buffer/buffer.rs b/cli/tools/lint/ast_buffer/buffer.rs
index b6387a0ef9634d..517c3b14dc7f07 100644
--- a/cli/tools/lint/ast_buffer/buffer.rs
+++ b/cli/tools/lint/ast_buffer/buffer.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fmt::Display;
 
diff --git a/cli/tools/lint/ast_buffer/mod.rs b/cli/tools/lint/ast_buffer/mod.rs
index 8838bcc5f2d6c7..fc4045fb60cc8a 100644
--- a/cli/tools/lint/ast_buffer/mod.rs
+++ b/cli/tools/lint/ast_buffer/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_ast::ParsedSource;
 use swc::serialize_swc_to_buffer;
diff --git a/cli/tools/lint/ast_buffer/swc.rs b/cli/tools/lint/ast_buffer/swc.rs
index b26c213105c053..7652756c9b6824 100644
--- a/cli/tools/lint/ast_buffer/swc.rs
+++ b/cli/tools/lint/ast_buffer/swc.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_ast::swc::ast::AssignTarget;
 use deno_ast::swc::ast::AssignTargetPat;
diff --git a/cli/tools/lint/ast_buffer/ts_estree.rs b/cli/tools/lint/ast_buffer/ts_estree.rs
index 29bdb0d378a591..967bbef32a9c4f 100644
--- a/cli/tools/lint/ast_buffer/ts_estree.rs
+++ b/cli/tools/lint/ast_buffer/ts_estree.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fmt;
 use std::fmt::Debug;
diff --git a/cli/tools/lint/linter.rs b/cli/tools/lint/linter.rs
index 0537765a0ade98..5d6f8452744847 100644
--- a/cli/tools/lint/linter.rs
+++ b/cli/tools/lint/linter.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashSet;
 use std::path::Path;
diff --git a/cli/tools/lint/mod.rs b/cli/tools/lint/mod.rs
index cefc1d6e6688e8..8b8702c0f8bc3e 100644
--- a/cli/tools/lint/mod.rs
+++ b/cli/tools/lint/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! This module provides file linting utilities using
 //! [`deno_lint`](https://github.com/denoland/deno_lint).
diff --git a/cli/tools/lint/reporters.rs b/cli/tools/lint/reporters.rs
index 0e93f4570fe935..24e04e840f7dcc 100644
--- a/cli/tools/lint/reporters.rs
+++ b/cli/tools/lint/reporters.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_ast::diagnostics::Diagnostic;
 use deno_core::error::AnyError;
diff --git a/cli/tools/lint/rules/mod.rs b/cli/tools/lint/rules/mod.rs
index dd723ad1598642..e7be12d56de504 100644
--- a/cli/tools/lint/rules/mod.rs
+++ b/cli/tools/lint/rules/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashSet;
diff --git a/cli/tools/lint/rules/no_sloppy_imports.rs b/cli/tools/lint/rules/no_sloppy_imports.rs
index fc4641df12aec8..33d3090fe32192 100644
--- a/cli/tools/lint/rules/no_sloppy_imports.rs
+++ b/cli/tools/lint/rules/no_sloppy_imports.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/cli/tools/lint/rules/no_slow_types.rs b/cli/tools/lint/rules/no_slow_types.rs
index bc3f835b179be7..a792c386122955 100644
--- a/cli/tools/lint/rules/no_slow_types.rs
+++ b/cli/tools/lint/rules/no_slow_types.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 
diff --git a/cli/tools/mod.rs b/cli/tools/mod.rs
index a458da9f1b7333..35de8ab9faafe6 100644
--- a/cli/tools/mod.rs
+++ b/cli/tools/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub mod bench;
 pub mod check;
diff --git a/cli/tools/registry/api.rs b/cli/tools/registry/api.rs
index 623c9bee3c5d73..c2d34442a1708a 100644
--- a/cli/tools/registry/api.rs
+++ b/cli/tools/registry/api.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. 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 820d3b6b60373d..3665990905495e 100644
--- a/cli/tools/registry/auth.rs
+++ b/cli/tools/registry/auth.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::IsTerminal;
 
diff --git a/cli/tools/registry/diagnostics.rs b/cli/tools/registry/diagnostics.rs
index 9c32b8e36d189d..27753167f3131e 100644
--- a/cli/tools/registry/diagnostics.rs
+++ b/cli/tools/registry/diagnostics.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::path::PathBuf;
diff --git a/cli/tools/registry/graph.rs b/cli/tools/registry/graph.rs
index e9cf01d710681d..7152675ff87721 100644
--- a/cli/tools/registry/graph.rs
+++ b/cli/tools/registry/graph.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashSet;
 use std::sync::Arc;
diff --git a/cli/tools/registry/mod.rs b/cli/tools/registry/mod.rs
index e3edc51d392c56..ea457f8a71e429 100644
--- a/cli/tools/registry/mod.rs
+++ b/cli/tools/registry/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/cli/tools/registry/paths.rs b/cli/tools/registry/paths.rs
index 02b143b62046c3..ef988389132237 100644
--- a/cli/tools/registry/paths.rs
+++ b/cli/tools/registry/paths.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Validation logic in this file is shared with registry/api/src/ids.rs
 
diff --git a/cli/tools/registry/pm.rs b/cli/tools/registry/pm.rs
index ab4d92762fe0aa..2b1266bafb1956 100644
--- a/cli/tools/registry/pm.rs
+++ b/cli/tools/registry/pm.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::Path;
 use std::path::PathBuf;
diff --git a/cli/tools/registry/pm/cache_deps.rs b/cli/tools/registry/pm/cache_deps.rs
index d41c5c6b8d3595..3137939cea05fb 100644
--- a/cli/tools/registry/pm/cache_deps.rs
+++ b/cli/tools/registry/pm/cache_deps.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::sync::Arc;
diff --git a/cli/tools/registry/pm/deps.rs b/cli/tools/registry/pm/deps.rs
index 6f92a9a47fb5d1..708f95f9870fa3 100644
--- a/cli/tools/registry/pm/deps.rs
+++ b/cli/tools/registry/pm/deps.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashMap;
diff --git a/cli/tools/registry/pm/outdated.rs b/cli/tools/registry/pm/outdated.rs
index 2885a58e1bc345..e7fc88c31fe7fa 100644
--- a/cli/tools/registry/pm/outdated.rs
+++ b/cli/tools/registry/pm/outdated.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashSet;
 use std::sync::Arc;
diff --git a/cli/tools/registry/provenance.rs b/cli/tools/registry/provenance.rs
index 72e1dff80ef1ad..bd5249b5cd6aae 100644
--- a/cli/tools/registry/provenance.rs
+++ b/cli/tools/registry/provenance.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::env;
diff --git a/cli/tools/registry/publish_order.rs b/cli/tools/registry/publish_order.rs
index ad77a56bb187bf..577627f3480b5e 100644
--- a/cli/tools/registry/publish_order.rs
+++ b/cli/tools/registry/publish_order.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. 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 34d0ed0832b04b..2d6f53b5af535e 100644
--- a/cli/tools/registry/tar.rs
+++ b/cli/tools/registry/tar.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fmt::Write as FmtWrite;
 use std::io::Write;
diff --git a/cli/tools/registry/unfurl.rs b/cli/tools/registry/unfurl.rs
index e02dcd62d9c6f1..e3501c348bd5bb 100644
--- a/cli/tools/registry/unfurl.rs
+++ b/cli/tools/registry/unfurl.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::sync::Arc;
diff --git a/cli/tools/repl/channel.rs b/cli/tools/repl/channel.rs
index a32b48f61409c8..4ac28b9d521c80 100644
--- a/cli/tools/repl/channel.rs
+++ b/cli/tools/repl/channel.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 
diff --git a/cli/tools/repl/editor.rs b/cli/tools/repl/editor.rs
index 95df2c02a0bcbd..27d726255ca494 100644
--- a/cli/tools/repl/editor.rs
+++ b/cli/tools/repl/editor.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::path::PathBuf;
diff --git a/cli/tools/repl/mod.rs b/cli/tools/repl/mod.rs
index eacafa21608e66..1bc6a2f9ea663b 100644
--- a/cli/tools/repl/mod.rs
+++ b/cli/tools/repl/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io;
 use std::io::Write;
diff --git a/cli/tools/repl/session.rs b/cli/tools/repl/session.rs
index b09fcafc91acf9..7b20717649d57c 100644
--- a/cli/tools/repl/session.rs
+++ b/cli/tools/repl/session.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/tools/run/hmr.rs b/cli/tools/run/hmr.rs
index 373c207d6991ee..9f19aea0158306 100644
--- a/cli/tools/run/hmr.rs
+++ b/cli/tools/run/hmr.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::path::PathBuf;
diff --git a/cli/tools/run/mod.rs b/cli/tools/run/mod.rs
index cd7d1dd6c44b88..a10ce32947fe3a 100644
--- a/cli/tools/run/mod.rs
+++ b/cli/tools/run/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::Read;
 use std::sync::Arc;
diff --git a/cli/tools/serve.rs b/cli/tools/serve.rs
index d7989140aeb20f..18eac1b3e119ac 100644
--- a/cli/tools/serve.rs
+++ b/cli/tools/serve.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/cli/tools/task.rs b/cli/tools/task.rs
index 4d83cc98fd840d..85834a0bfcfa24 100644
--- a/cli/tools/task.rs
+++ b/cli/tools/task.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/cli/tools/test/channel.rs b/cli/tools/test/channel.rs
index d3c1ff9564f44f..29f24d65f144f9 100644
--- a/cli/tools/test/channel.rs
+++ b/cli/tools/test/channel.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fmt::Display;
 use std::future::Future;
diff --git a/cli/tools/test/fmt.rs b/cli/tools/test/fmt.rs
index a1a5174845d2da..e5b40b874b0ecb 100644
--- a/cli/tools/test/fmt.rs
+++ b/cli/tools/test/fmt.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::ops::AddAssign;
diff --git a/cli/tools/test/mod.rs b/cli/tools/test/mod.rs
index 09bdf6e3aabeab..2bd9cd3d7cbc38 100644
--- a/cli/tools/test/mod.rs
+++ b/cli/tools/test/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/cli/tools/test/reporters/common.rs b/cli/tools/test/reporters/common.rs
index 7ca83db80971c4..2db6a36464771b 100644
--- a/cli/tools/test/reporters/common.rs
+++ b/cli/tools/test/reporters/common.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use super::fmt::format_test_error;
 use super::fmt::to_relative_path_or_remote_url;
diff --git a/cli/tools/test/reporters/compound.rs b/cli/tools/test/reporters/compound.rs
index 3ab7297db59b60..e381dd09778748 100644
--- a/cli/tools/test/reporters/compound.rs
+++ b/cli/tools/test/reporters/compound.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use super::*;
 
diff --git a/cli/tools/test/reporters/dot.rs b/cli/tools/test/reporters/dot.rs
index 169c4b0e720dda..091285843126e8 100644
--- a/cli/tools/test/reporters/dot.rs
+++ b/cli/tools/test/reporters/dot.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use super::common;
 use super::fmt::to_relative_path_or_remote_url;
diff --git a/cli/tools/test/reporters/junit.rs b/cli/tools/test/reporters/junit.rs
index 3998bee40de39b..42ced0760060ad 100644
--- a/cli/tools/test/reporters/junit.rs
+++ b/cli/tools/test/reporters/junit.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::VecDeque;
 use std::path::PathBuf;
diff --git a/cli/tools/test/reporters/mod.rs b/cli/tools/test/reporters/mod.rs
index 07351e9c3bef45..ef2b00b776034b 100644
--- a/cli/tools/test/reporters/mod.rs
+++ b/cli/tools/test/reporters/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use super::*;
 
diff --git a/cli/tools/test/reporters/pretty.rs b/cli/tools/test/reporters/pretty.rs
index 4120bbfb543fe4..3419fdea5941e3 100644
--- a/cli/tools/test/reporters/pretty.rs
+++ b/cli/tools/test/reporters/pretty.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use super::common;
 use super::fmt::to_relative_path_or_remote_url;
diff --git a/cli/tools/test/reporters/tap.rs b/cli/tools/test/reporters/tap.rs
index ea68ddd43a7e80..c36df25756a452 100644
--- a/cli/tools/test/reporters/tap.rs
+++ b/cli/tools/test/reporters/tap.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::serde_json::json;
 use deno_core::serde_json::{self};
diff --git a/cli/tools/upgrade.rs b/cli/tools/upgrade.rs
index 3d9e92df87def0..521c3217fe7eed 100644
--- a/cli/tools/upgrade.rs
+++ b/cli/tools/upgrade.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! This module provides feature to upgrade deno executable
 
diff --git a/cli/tsc/99_main_compiler.js b/cli/tsc/99_main_compiler.js
index f7862c95e4f879..d532de265f8f82 100644
--- a/cli/tsc/99_main_compiler.js
+++ b/cli/tsc/99_main_compiler.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="./compiler.d.ts" />
diff --git a/cli/tsc/_analyze_types_node.ts b/cli/tsc/_analyze_types_node.ts
index 10af00ee832824..1a77b6c547147f 100755
--- a/cli/tsc/_analyze_types_node.ts
+++ b/cli/tsc/_analyze_types_node.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --allow-env --allow-read --allow-write=.
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   ModuleDeclarationKind,
   Node,
diff --git a/cli/tsc/compiler.d.ts b/cli/tsc/compiler.d.ts
index 428e4d1ed8c327..0389527f5b3482 100644
--- a/cli/tsc/compiler.d.ts
+++ b/cli/tsc/compiler.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Contains types that can be used to validate and check `99_main_compiler.js`
 
diff --git a/cli/tsc/diagnostics.rs b/cli/tsc/diagnostics.rs
index fd0a027ae37fd8..3f866e0c96cc7a 100644
--- a/cli/tsc/diagnostics.rs
+++ b/cli/tsc/diagnostics.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::error::Error;
 use std::fmt;
diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts
index d9f66f11a7802d..e98f68ea38624d 100644
--- a/cli/tsc/dts/lib.deno.ns.d.ts
+++ b/cli/tsc/dts/lib.deno.ns.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference no-default-lib="true" />
 /// <reference lib="esnext" />
diff --git a/cli/tsc/dts/lib.deno.shared_globals.d.ts b/cli/tsc/dts/lib.deno.shared_globals.d.ts
index 96790fb6652be5..a469525270b588 100644
--- a/cli/tsc/dts/lib.deno.shared_globals.d.ts
+++ b/cli/tsc/dts/lib.deno.shared_globals.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Documentation partially adapted from [MDN](https://developer.mozilla.org/),
 // by Mozilla Contributors, which is licensed under CC-BY-SA 2.5.
diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts
index 6759856e6add49..d207a9204161df 100644
--- a/cli/tsc/dts/lib.deno.unstable.d.ts
+++ b/cli/tsc/dts/lib.deno.unstable.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference no-default-lib="true" />
 /// <reference lib="deno.ns" />
diff --git a/cli/tsc/dts/lib.deno.window.d.ts b/cli/tsc/dts/lib.deno.window.d.ts
index 636e2b0fd0be45..8a516beaf6b61d 100644
--- a/cli/tsc/dts/lib.deno.window.d.ts
+++ b/cli/tsc/dts/lib.deno.window.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference no-default-lib="true" />
 /// <reference lib="deno.ns" />
diff --git a/cli/tsc/dts/lib.deno.worker.d.ts b/cli/tsc/dts/lib.deno.worker.d.ts
index fa69cc57d63aa1..c3094170314e4f 100644
--- a/cli/tsc/dts/lib.deno.worker.d.ts
+++ b/cli/tsc/dts/lib.deno.worker.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference no-default-lib="true" />
 /// <reference lib="deno.ns" />
diff --git a/cli/tsc/dts/lib.deno_webgpu.d.ts b/cli/tsc/dts/lib.deno_webgpu.d.ts
index 2deb63abc75f1a..6dbfc577685467 100644
--- a/cli/tsc/dts/lib.deno_webgpu.d.ts
+++ b/cli/tsc/dts/lib.deno_webgpu.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-explicit-any no-empty-interface
 
diff --git a/cli/tsc/dts/lib.dom.extras.d.ts b/cli/tsc/dts/lib.dom.extras.d.ts
index a6de789f56d636..3a1667a99c8a7c 100644
--- a/cli/tsc/dts/lib.dom.extras.d.ts
+++ b/cli/tsc/dts/lib.dom.extras.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /*
  * This library contains DOM standards that are not currently included in the
diff --git a/cli/tsc/mod.rs b/cli/tsc/mod.rs
index 734b5c7289cac7..9f1dc3653a6e99 100644
--- a/cli/tsc/mod.rs
+++ b/cli/tsc/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashMap;
diff --git a/cli/util/archive.rs b/cli/util/archive.rs
index e2183d57ab0438..e3efd69adb2c1c 100644
--- a/cli/util/archive.rs
+++ b/cli/util/archive.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fs;
 use std::path::Path;
diff --git a/cli/util/checksum.rs b/cli/util/checksum.rs
index c9c55ec2b428f8..b15380abd7aaab 100644
--- a/cli/util/checksum.rs
+++ b/cli/util/checksum.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use ring::digest::Context;
 use ring::digest::SHA256;
diff --git a/cli/util/console.rs b/cli/util/console.rs
index 74e6928a28a6ac..d22d41f5eaef37 100644
--- a/cli/util/console.rs
+++ b/cli/util/console.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_runtime::ops::tty::ConsoleSize;
 
diff --git a/cli/util/diff.rs b/cli/util/diff.rs
index 0852abdbafdac0..a42da3a89aac97 100644
--- a/cli/util/diff.rs
+++ b/cli/util/diff.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fmt::Write as _;
 
diff --git a/cli/util/display.rs b/cli/util/display.rs
index 244bd0740d39be..dff08f31fa985f 100644
--- a/cli/util/display.rs
+++ b/cli/util/display.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::Write;
 
diff --git a/cli/util/draw_thread.rs b/cli/util/draw_thread.rs
index 80aa3959c20f98..a2d7681425c36a 100644
--- a/cli/util/draw_thread.rs
+++ b/cli/util/draw_thread.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::IsTerminal;
 use std::sync::Arc;
diff --git a/cli/util/extract.rs b/cli/util/extract.rs
index ff778248ea6708..825e81bb4bb16c 100644
--- a/cli/util/extract.rs
+++ b/cli/util/extract.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::BTreeSet;
 use std::fmt::Write as _;
diff --git a/cli/util/file_watcher.rs b/cli/util/file_watcher.rs
index 6596afa42cdf97..ca769b70fe5349 100644
--- a/cli/util/file_watcher.rs
+++ b/cli/util/file_watcher.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::collections::HashSet;
diff --git a/cli/util/fs.rs b/cli/util/fs.rs
index 6c25879d6e55ac..396e5dc146c940 100644
--- a/cli/util/fs.rs
+++ b/cli/util/fs.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::Error;
 use std::io::ErrorKind;
diff --git a/cli/util/logger.rs b/cli/util/logger.rs
index a6f025790b7036..2bd4760ebdf924 100644
--- a/cli/util/logger.rs
+++ b/cli/util/logger.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::Write;
 
diff --git a/cli/util/mod.rs b/cli/util/mod.rs
index f81a74c449d026..0578ecb42314bd 100644
--- a/cli/util/mod.rs
+++ b/cli/util/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Note: Only add code in this folder that has no application specific logic
 pub mod archive;
diff --git a/cli/util/path.rs b/cli/util/path.rs
index 539e1235a80c31..90b2df6a3c103b 100644
--- a/cli/util/path.rs
+++ b/cli/util/path.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. 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 eb88492657267c..3b5bb20e550872 100644
--- a/cli/util/progress_bar/mod.rs
+++ b/cli/util/progress_bar/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. 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 aca745f817d4ba..3498c7ae0f6662 100644
--- a/cli/util/progress_bar/renderer.rs
+++ b/cli/util/progress_bar/renderer.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fmt::Write;
 use std::sync::atomic::AtomicUsize;
diff --git a/cli/util/result.rs b/cli/util/result.rs
index 3203d04eb7d298..6a67416f269338 100644
--- a/cli/util/result.rs
+++ b/cli/util/result.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::convert::Infallible;
 
diff --git a/cli/util/retry.rs b/cli/util/retry.rs
index a8febe60dedf33..ac36a380ed239a 100644
--- a/cli/util/retry.rs
+++ b/cli/util/retry.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::future::Future;
 use std::time::Duration;
diff --git a/cli/util/sync/async_flag.rs b/cli/util/sync/async_flag.rs
index 2bdff63c040949..a9ca46002d27ec 100644
--- a/cli/util/sync/async_flag.rs
+++ b/cli/util/sync/async_flag.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use tokio_util::sync::CancellationToken;
 
diff --git a/cli/util/sync/mod.rs b/cli/util/sync/mod.rs
index c3b2a315b06548..74ec469533f2b0 100644
--- a/cli/util/sync/mod.rs
+++ b/cli/util/sync/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod async_flag;
 mod sync_read_async_write_lock;
diff --git a/cli/util/sync/sync_read_async_write_lock.rs b/cli/util/sync/sync_read_async_write_lock.rs
index 8bd211aa720c5a..48ad6bb863991c 100644
--- a/cli/util/sync/sync_read_async_write_lock.rs
+++ b/cli/util/sync/sync_read_async_write_lock.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::parking_lot::RwLock;
 use deno_core::parking_lot::RwLockReadGuard;
diff --git a/cli/util/sync/task_queue.rs b/cli/util/sync/task_queue.rs
index b06fc7b4e490d9..4c5abfab3b83b7 100644
--- a/cli/util/sync/task_queue.rs
+++ b/cli/util/sync/task_queue.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::LinkedList;
 use std::sync::Arc;
diff --git a/cli/util/text_encoding.rs b/cli/util/text_encoding.rs
index 107b78a213b52a..b5a288be7b7ec3 100644
--- a/cli/util/text_encoding.rs
+++ b/cli/util/text_encoding.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::ops::Range;
diff --git a/cli/util/unix.rs b/cli/util/unix.rs
index 2c76a54c388bc1..4b6ac1f32046be 100644
--- a/cli/util/unix.rs
+++ b/cli/util/unix.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. 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 6e690e6f30d9a3..403d1955a593c0 100644
--- a/cli/util/v8.rs
+++ b/cli/util/v8.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub mod convert;
 
diff --git a/cli/util/v8/convert.rs b/cli/util/v8/convert.rs
index 28107d90100b70..4d0cb732a892a5 100644
--- a/cli/util/v8/convert.rs
+++ b/cli/util/v8/convert.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::v8;
 use deno_core::FromV8;
diff --git a/cli/util/windows.rs b/cli/util/windows.rs
index c23bec868fcea9..7f516efbebab9d 100644
--- a/cli/util/windows.rs
+++ b/cli/util/windows.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. 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
diff --git a/cli/version.rs b/cli/version.rs
index 0cdb32102a8f8a..fb0fe98b29dfb6 100644
--- a/cli/version.rs
+++ b/cli/version.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use once_cell::sync::Lazy;
 
diff --git a/cli/worker.rs b/cli/worker.rs
index ed166e66787d78..6289d00cf80323 100644
--- a/cli/worker.rs
+++ b/cli/worker.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::Path;
 use std::path::PathBuf;
diff --git a/ext/broadcast_channel/01_broadcast_channel.js b/ext/broadcast_channel/01_broadcast_channel.js
index 1a4bb36474b52d..a71ae465cf02f3 100644
--- a/ext/broadcast_channel/01_broadcast_channel.js
+++ b/ext/broadcast_channel/01_broadcast_channel.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference path="../../core/internal.d.ts" />
 
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml
index 4dea8f21e143dd..48b4127b0e658d 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_broadcast_channel"
diff --git a/ext/broadcast_channel/in_memory_broadcast_channel.rs b/ext/broadcast_channel/in_memory_broadcast_channel.rs
index 61dc68e17de88a..33803c74f4209f 100644
--- a/ext/broadcast_channel/in_memory_broadcast_channel.rs
+++ b/ext/broadcast_channel/in_memory_broadcast_channel.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/ext/broadcast_channel/lib.deno_broadcast_channel.d.ts b/ext/broadcast_channel/lib.deno_broadcast_channel.d.ts
index 339765ec9cfa81..a43f8609b9b9f5 100644
--- a/ext/broadcast_channel/lib.deno_broadcast_channel.d.ts
+++ b/ext/broadcast_channel/lib.deno_broadcast_channel.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-explicit-any no-var
 
diff --git a/ext/broadcast_channel/lib.rs b/ext/broadcast_channel/lib.rs
index e4dbe9fcb484d1..4929153bfeac9e 100644
--- a/ext/broadcast_channel/lib.rs
+++ b/ext/broadcast_channel/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod in_memory_broadcast_channel;
 
diff --git a/ext/cache/01_cache.js b/ext/cache/01_cache.js
index 269261f401cdb1..55aac3a4d8b1a9 100644
--- a/ext/cache/01_cache.js
+++ b/ext/cache/01_cache.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { primordials } from "ext:core/mod.js";
 import {
   op_cache_delete,
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index 96aec2757672c7..cb4eef87dfd3b8 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_cache"
diff --git a/ext/cache/lib.deno_cache.d.ts b/ext/cache/lib.deno_cache.d.ts
index f9e18184821e45..9995af7f66bfae 100644
--- a/ext/cache/lib.deno_cache.d.ts
+++ b/ext/cache/lib.deno_cache.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-var
 
diff --git a/ext/cache/lib.rs b/ext/cache/lib.rs
index 524d4cea0574ab..6ee7380cf0d783 100644
--- a/ext/cache/lib.rs
+++ b/ext/cache/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::path::PathBuf;
diff --git a/ext/cache/sqlite.rs b/ext/cache/sqlite.rs
index 469e3e51d6f313..8bd73b4799ae04 100644
--- a/ext/cache/sqlite.rs
+++ b/ext/cache/sqlite.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::borrow::Cow;
 use std::path::PathBuf;
 use std::pin::Pin;
diff --git a/ext/canvas/01_image.js b/ext/canvas/01_image.js
index 3ea72db6acc1aa..4b39c041b45cc3 100644
--- a/ext/canvas/01_image.js
+++ b/ext/canvas/01_image.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { internals, primordials } from "ext:core/mod.js";
 import { op_image_decode_png, op_image_process } from "ext:core/ops";
diff --git a/ext/canvas/Cargo.toml b/ext/canvas/Cargo.toml
index 7c7cc49b7c8f17..0bc3dcb8fb6e58 100644
--- a/ext/canvas/Cargo.toml
+++ b/ext/canvas/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_canvas"
diff --git a/ext/canvas/lib.deno_canvas.d.ts b/ext/canvas/lib.deno_canvas.d.ts
index c695ba5cd8a973..84d3cbdd42a449 100644
--- a/ext/canvas/lib.deno_canvas.d.ts
+++ b/ext/canvas/lib.deno_canvas.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-var
 
diff --git a/ext/canvas/lib.rs b/ext/canvas/lib.rs
index 9ce5a5d257085e..533b8c3fb34d7b 100644
--- a/ext/canvas/lib.rs
+++ b/ext/canvas/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::PathBuf;
 
diff --git a/ext/console/01_console.js b/ext/console/01_console.js
index 3803492b90d490..a85faaccf1d9ab 100644
--- a/ext/console/01_console.js
+++ b/ext/console/01_console.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference path="../../core/internal.d.ts" />
 
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index f68dd7d1982892..b4811265ba8cb0 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_console"
diff --git a/ext/console/internal.d.ts b/ext/console/internal.d.ts
index 5f9627cf56ef41..e90c9b6f11450c 100644
--- a/ext/console/internal.d.ts
+++ b/ext/console/internal.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference no-default-lib="true" />
 /// <reference lib="esnext" />
diff --git a/ext/console/lib.deno_console.d.ts b/ext/console/lib.deno_console.d.ts
index 0c73972d36a032..54bbcab8920c46 100644
--- a/ext/console/lib.deno_console.d.ts
+++ b/ext/console/lib.deno_console.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-explicit-any
 
diff --git a/ext/console/lib.rs b/ext/console/lib.rs
index d44e26857e3272..48a75329afce04 100644
--- a/ext/console/lib.rs
+++ b/ext/console/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::path::PathBuf;
 
 use deno_core::op2;
diff --git a/ext/cron/01_cron.ts b/ext/cron/01_cron.ts
index b5c556a677675c..db193053d880f7 100644
--- a/ext/cron/01_cron.ts
+++ b/ext/cron/01_cron.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, internals, primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml
index 022a8418cfe933..821a2aa884f5b3 100644
--- a/ext/cron/Cargo.toml
+++ b/ext/cron/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_cron"
diff --git a/ext/cron/interface.rs b/ext/cron/interface.rs
index 50459b4afd3738..f92d6017960c67 100644
--- a/ext/cron/interface.rs
+++ b/ext/cron/interface.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use async_trait::async_trait;
 
diff --git a/ext/cron/lib.rs b/ext/cron/lib.rs
index 09c4e2d3f6c0b9..2c8d534d54006c 100644
--- a/ext/cron/lib.rs
+++ b/ext/cron/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod interface;
 pub mod local;
diff --git a/ext/cron/local.rs b/ext/cron/local.rs
index 1110baadb84d0e..d6213a7e36e05f 100644
--- a/ext/cron/local.rs
+++ b/ext/cron/local.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::OnceCell;
 use std::cell::RefCell;
diff --git a/ext/crypto/00_crypto.js b/ext/crypto/00_crypto.js
index 63b1905145fa0a..5a9f32cb001aeb 100644
--- a/ext/crypto/00_crypto.js
+++ b/ext/crypto/00_crypto.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/internal.d.ts" />
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index c283cc92777a79..8f7fea28d7ac12 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_crypto"
diff --git a/ext/crypto/decrypt.rs b/ext/crypto/decrypt.rs
index 1140475183e1cd..8a00ffd8cd912f 100644
--- a/ext/crypto/decrypt.rs
+++ b/ext/crypto/decrypt.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use aes::cipher::block_padding::Pkcs7;
 use aes::cipher::BlockDecryptMut;
diff --git a/ext/crypto/ed25519.rs b/ext/crypto/ed25519.rs
index da34b7d25dbf05..d64b6904dd6cf8 100644
--- a/ext/crypto/ed25519.rs
+++ b/ext/crypto/ed25519.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use base64::prelude::BASE64_URL_SAFE_NO_PAD;
 use base64::Engine;
diff --git a/ext/crypto/encrypt.rs b/ext/crypto/encrypt.rs
index 66b27657f8f055..f3464b503294fa 100644
--- a/ext/crypto/encrypt.rs
+++ b/ext/crypto/encrypt.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use aes::cipher::block_padding::Pkcs7;
 use aes::cipher::BlockEncryptMut;
diff --git a/ext/crypto/export_key.rs b/ext/crypto/export_key.rs
index edf0d7239c70bb..c4e41ef2da5265 100644
--- a/ext/crypto/export_key.rs
+++ b/ext/crypto/export_key.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use base64::prelude::BASE64_URL_SAFE_NO_PAD;
 use base64::Engine;
diff --git a/ext/crypto/generate_key.rs b/ext/crypto/generate_key.rs
index 3c0bd77c22641c..953e2f1df11b7c 100644
--- a/ext/crypto/generate_key.rs
+++ b/ext/crypto/generate_key.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::op2;
 use deno_core::unsync::spawn_blocking;
diff --git a/ext/crypto/import_key.rs b/ext/crypto/import_key.rs
index 3463ca2beb34e9..4011f2536ba023 100644
--- a/ext/crypto/import_key.rs
+++ b/ext/crypto/import_key.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use base64::Engine;
 use deno_core::op2;
diff --git a/ext/crypto/key.rs b/ext/crypto/key.rs
index 6b3bf26f43a40c..52a035ef0138f7 100644
--- a/ext/crypto/key.rs
+++ b/ext/crypto/key.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use ring::agreement::Algorithm as RingAlgorithm;
 use ring::digest;
diff --git a/ext/crypto/lib.deno_crypto.d.ts b/ext/crypto/lib.deno_crypto.d.ts
index 827c0224ce11e7..3f4edb9245f8aa 100644
--- a/ext/crypto/lib.deno_crypto.d.ts
+++ b/ext/crypto/lib.deno_crypto.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-var
 
diff --git a/ext/crypto/lib.rs b/ext/crypto/lib.rs
index 396069e776aa94..f468af5b07dac8 100644
--- a/ext/crypto/lib.rs
+++ b/ext/crypto/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::num::NonZeroU32;
 use std::path::PathBuf;
diff --git a/ext/crypto/shared.rs b/ext/crypto/shared.rs
index f70d32856ccb40..60ba560c98a408 100644
--- a/ext/crypto/shared.rs
+++ b/ext/crypto/shared.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 
diff --git a/ext/crypto/x25519.rs b/ext/crypto/x25519.rs
index d2c4d986b98dec..80537d435f1794 100644
--- a/ext/crypto/x25519.rs
+++ b/ext/crypto/x25519.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use curve25519_dalek::montgomery::MontgomeryPoint;
 use deno_core::op2;
diff --git a/ext/crypto/x448.rs b/ext/crypto/x448.rs
index 89bf48e28bd1c0..c582aa96613a93 100644
--- a/ext/crypto/x448.rs
+++ b/ext/crypto/x448.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::op2;
 use deno_core::ToJsBuffer;
diff --git a/ext/fetch/20_headers.js b/ext/fetch/20_headers.js
index e56a74c4231221..fb97adb13b4b30 100644
--- a/ext/fetch/20_headers.js
+++ b/ext/fetch/20_headers.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../webidl/internal.d.ts" />
diff --git a/ext/fetch/21_formdata.js b/ext/fetch/21_formdata.js
index 7d466b8e255354..8b91a0fa470b35 100644
--- a/ext/fetch/21_formdata.js
+++ b/ext/fetch/21_formdata.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../webidl/internal.d.ts" />
diff --git a/ext/fetch/22_body.js b/ext/fetch/22_body.js
index bb2bee77e2a615..f180bda18d3460 100644
--- a/ext/fetch/22_body.js
+++ b/ext/fetch/22_body.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../webidl/internal.d.ts" />
diff --git a/ext/fetch/22_http_client.js b/ext/fetch/22_http_client.js
index 6a1243ee0b0d1b..b74979c4c6b806 100644
--- a/ext/fetch/22_http_client.js
+++ b/ext/fetch/22_http_client.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../webidl/internal.d.ts" />
diff --git a/ext/fetch/23_request.js b/ext/fetch/23_request.js
index 61cac22d2e2aaa..9aa2f0fe5c7d04 100644
--- a/ext/fetch/23_request.js
+++ b/ext/fetch/23_request.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../webidl/internal.d.ts" />
diff --git a/ext/fetch/23_response.js b/ext/fetch/23_response.js
index 278dcb7dec6300..0a86e043109f12 100644
--- a/ext/fetch/23_response.js
+++ b/ext/fetch/23_response.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../webidl/internal.d.ts" />
diff --git a/ext/fetch/26_fetch.js b/ext/fetch/26_fetch.js
index 12b9c4582b7a1f..f26e2e3fb975ec 100644
--- a/ext/fetch/26_fetch.js
+++ b/ext/fetch/26_fetch.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/lib.deno_core.d.ts" />
diff --git a/ext/fetch/27_eventsource.js b/ext/fetch/27_eventsource.js
index aadbb5fe717bae..99ea4073a5b0a5 100644
--- a/ext/fetch/27_eventsource.js
+++ b/ext/fetch/27_eventsource.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference path="../../core/internal.d.ts" />
 
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index e6e4ded4afab84..ec82281bf4b868 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_fetch"
diff --git a/ext/fetch/dns.rs b/ext/fetch/dns.rs
index fdde4e17bb58a3..e2330214009094 100644
--- a/ext/fetch/dns.rs
+++ b/ext/fetch/dns.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::future::Future;
 use std::io;
 use std::net::SocketAddr;
diff --git a/ext/fetch/fs_fetch_handler.rs b/ext/fetch/fs_fetch_handler.rs
index c763d4e424d56f..33293d0a27b9e0 100644
--- a/ext/fetch/fs_fetch_handler.rs
+++ b/ext/fetch/fs_fetch_handler.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::rc::Rc;
 
diff --git a/ext/fetch/internal.d.ts b/ext/fetch/internal.d.ts
index 17565992f4949d..8ab38f9b6228fa 100644
--- a/ext/fetch/internal.d.ts
+++ b/ext/fetch/internal.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-explicit-any no-var
 
diff --git a/ext/fetch/lib.deno_fetch.d.ts b/ext/fetch/lib.deno_fetch.d.ts
index 8614dec899da6b..2be844f0f8f92d 100644
--- a/ext/fetch/lib.deno_fetch.d.ts
+++ b/ext/fetch/lib.deno_fetch.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-explicit-any no-var
 
diff --git a/ext/fetch/lib.rs b/ext/fetch/lib.rs
index 5abdfc33397df2..d1f3963743fe7d 100644
--- a/ext/fetch/lib.rs
+++ b/ext/fetch/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub mod dns;
 mod fs_fetch_handler;
diff --git a/ext/fetch/proxy.rs b/ext/fetch/proxy.rs
index ec1b1b13b74712..3b371a07b1c390 100644
--- a/ext/fetch/proxy.rs
+++ b/ext/fetch/proxy.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! Parts of this module should be able to be replaced with other crates
 //! eventually, once generic versions appear in hyper-util, et al.
diff --git a/ext/fetch/tests.rs b/ext/fetch/tests.rs
index 8d7436157e3dba..4e023be4fa45c8 100644
--- a/ext/fetch/tests.rs
+++ b/ext/fetch/tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::net::SocketAddr;
 use std::sync::atomic::AtomicUsize;
diff --git a/ext/ffi/00_ffi.js b/ext/ffi/00_ffi.js
index d3b07dc373c53a..b8c12180c97ffe 100644
--- a/ext/ffi/00_ffi.js
+++ b/ext/ffi/00_ffi.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 9cd5c77013b63d..0af0f4a131859c 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_ffi"
diff --git a/ext/ffi/call.rs b/ext/ffi/call.rs
index dc1dc99ad9dc7f..001b925af520fc 100644
--- a/ext/ffi/call.rs
+++ b/ext/ffi/call.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::ffi::c_void;
diff --git a/ext/ffi/callback.rs b/ext/ffi/callback.rs
index 81b8f7dda2b599..c4b5e14842fab4 100644
--- a/ext/ffi/callback.rs
+++ b/ext/ffi/callback.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/ffi/dlfcn.rs b/ext/ffi/dlfcn.rs
index 8e6294e7904c6f..4eea2402a04707 100644
--- a/ext/ffi/dlfcn.rs
+++ b/ext/ffi/dlfcn.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/ffi/ir.rs b/ext/ffi/ir.rs
index 4e6be13caf1216..7b2f167ce75d91 100644
--- a/ext/ffi/ir.rs
+++ b/ext/ffi/ir.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ffi::c_void;
 use std::ptr;
diff --git a/ext/ffi/lib.rs b/ext/ffi/lib.rs
index 9079b7ef9fa45e..7fed3c32aa9f33 100644
--- a/ext/ffi/lib.rs
+++ b/ext/ffi/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::mem::size_of;
 use std::os::raw::c_char;
diff --git a/ext/ffi/repr.rs b/ext/ffi/repr.rs
index d7952a12b460ee..05bef40a8969b2 100644
--- a/ext/ffi/repr.rs
+++ b/ext/ffi/repr.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ffi::c_char;
 use std::ffi::c_void;
diff --git a/ext/ffi/static.rs b/ext/ffi/static.rs
index 472faf77c59b72..6ad7fe6d37e020 100644
--- a/ext/ffi/static.rs
+++ b/ext/ffi/static.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/ext/ffi/symbol.rs b/ext/ffi/symbol.rs
index cee1c7d33e94c6..c4a68cf753c688 100644
--- a/ext/ffi/symbol.rs
+++ b/ext/ffi/symbol.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::error::type_error;
 use deno_core::error::AnyError;
diff --git a/ext/ffi/turbocall.rs b/ext/ffi/turbocall.rs
index 38b4062ab7b1e4..499168dcebb75f 100644
--- a/ext/ffi/turbocall.rs
+++ b/ext/ffi/turbocall.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cmp::max;
 use std::ffi::c_void;
diff --git a/ext/fs/30_fs.js b/ext/fs/30_fs.js
index 4e71acb1b2d93e..74e3c87c17f57c 100644
--- a/ext/fs/30_fs.js
+++ b/ext/fs/30_fs.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index 1d0b6237183dbd..b7d22b7f938268 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_fs"
diff --git a/ext/fs/interface.rs b/ext/fs/interface.rs
index 80818887e36ec7..0aae2b998fb111 100644
--- a/ext/fs/interface.rs
+++ b/ext/fs/interface.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use core::str;
 use std::borrow::Cow;
diff --git a/ext/fs/lib.rs b/ext/fs/lib.rs
index 088d71c1f699bd..89bd5bc09a4cdc 100644
--- a/ext/fs/lib.rs
+++ b/ext/fs/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod interface;
 mod ops;
diff --git a/ext/fs/ops.rs b/ext/fs/ops.rs
index 655c2ca6b02742..64be03ea61100c 100644
--- a/ext/fs/ops.rs
+++ b/ext/fs/ops.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/fs/std_fs.rs b/ext/fs/std_fs.rs
index 535859fb46648d..4845e9c7bca098 100644
--- a/ext/fs/std_fs.rs
+++ b/ext/fs/std_fs.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(clippy::disallowed_methods)]
 
diff --git a/ext/fs/sync.rs b/ext/fs/sync.rs
index cf87236558c345..2c07ba42dfcfaa 100644
--- a/ext/fs/sync.rs
+++ b/ext/fs/sync.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub use inner::*;
 
diff --git a/ext/http/00_serve.ts b/ext/http/00_serve.ts
index 446533e91043f9..6e5f25b4738b8b 100644
--- a/ext/http/00_serve.ts
+++ b/ext/http/00_serve.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, internals, primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/http/01_http.js b/ext/http/01_http.js
index 9302bd8a0f9162..83983fa0cacc05 100644
--- a/ext/http/01_http.js
+++ b/ext/http/01_http.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/http/02_websocket.ts b/ext/http/02_websocket.ts
index 96af4d48220b83..4d37b04a1d0efe 100644
--- a/ext/http/02_websocket.ts
+++ b/ext/http/02_websocket.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { internals, primordials } from "ext:core/mod.js";
 import { op_http_websocket_accept_header } from "ext:core/ops";
 const {
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index e7aaad2fc0bd5f..8f131b84e60e08 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_http"
diff --git a/ext/http/benches/compressible.rs b/ext/http/benches/compressible.rs
index 5ac09cb8bbadc5..96b21512bac79b 100644
--- a/ext/http/benches/compressible.rs
+++ b/ext/http/benches/compressible.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use bencher::benchmark_group;
 use bencher::benchmark_main;
 use bencher::Bencher;
diff --git a/ext/http/compressible.rs b/ext/http/compressible.rs
index ef5d830122781e..5c499f957dd2cf 100644
--- a/ext/http/compressible.rs
+++ b/ext/http/compressible.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::str::FromStr;
 
diff --git a/ext/http/fly_accept_encoding.rs b/ext/http/fly_accept_encoding.rs
index a946481bd2526f..1be864fd3b49e1 100644
--- a/ext/http/fly_accept_encoding.rs
+++ b/ext/http/fly_accept_encoding.rs
@@ -1,5 +1,5 @@
 // Copyright 2018 Yoshua Wuyts. All rights reserved. MIT license.
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Forked from https://github.com/superfly/accept-encoding/blob/1cded757ec7ff3916e5bfe7441db76cdc48170dc/
 // Forked to support both http 0.3 and http 1.0 crates.
 
diff --git a/ext/http/http_next.rs b/ext/http/http_next.rs
index 003190379d69a7..d9861a0a6b69b1 100644
--- a/ext/http/http_next.rs
+++ b/ext/http/http_next.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::borrow::Cow;
 use std::cell::RefCell;
 use std::ffi::c_void;
diff --git a/ext/http/lib.rs b/ext/http/lib.rs
index d582303167256f..e68bf3787dcc0c 100644
--- a/ext/http/lib.rs
+++ b/ext/http/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/http/network_buffered_stream.rs b/ext/http/network_buffered_stream.rs
index a195712d031105..5882dd14e325ba 100644
--- a/ext/http/network_buffered_stream.rs
+++ b/ext/http/network_buffered_stream.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io;
 use std::mem::MaybeUninit;
diff --git a/ext/http/reader_stream.rs b/ext/http/reader_stream.rs
index 8dc6c90ae7b972..b6985927f48a8c 100644
--- a/ext/http/reader_stream.rs
+++ b/ext/http/reader_stream.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::pin::Pin;
 use std::sync::atomic::AtomicBool;
diff --git a/ext/http/request_body.rs b/ext/http/request_body.rs
index b06b591c38087b..e7c9a06e2c4323 100644
--- a/ext/http/request_body.rs
+++ b/ext/http/request_body.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::borrow::Cow;
 use std::pin::Pin;
 use std::rc::Rc;
diff --git a/ext/http/request_properties.rs b/ext/http/request_properties.rs
index 6b89fa5a6a3fdd..9e60a22baf278f 100644
--- a/ext/http/request_properties.rs
+++ b/ext/http/request_properties.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::borrow::Cow;
 use std::net::Ipv4Addr;
 use std::net::SocketAddr;
diff --git a/ext/http/response_body.rs b/ext/http/response_body.rs
index 62430a3deae04d..ff264a83055d8f 100644
--- a/ext/http/response_body.rs
+++ b/ext/http/response_body.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::io::Write;
 use std::pin::Pin;
 use std::rc::Rc;
diff --git a/ext/http/service.rs b/ext/http/service.rs
index 52bd2903902a5d..3b7db49fc4ab5c 100644
--- a/ext/http/service.rs
+++ b/ext/http/service.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::cell::Cell;
 use std::cell::Ref;
 use std::cell::RefCell;
diff --git a/ext/http/websocket_upgrade.rs b/ext/http/websocket_upgrade.rs
index fdee19cc05c80c..aae4a13883ee93 100644
--- a/ext/http/websocket_upgrade.rs
+++ b/ext/http/websocket_upgrade.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::marker::PhantomData;
 
diff --git a/ext/io/12_io.js b/ext/io/12_io.js
index 3cdcb113ba750c..b2556649ee2828 100644
--- a/ext/io/12_io.js
+++ b/ext/io/12_io.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Interfaces 100% copied from Go.
 // Documentation liberally lifted from them too.
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index 9298c654c15b58..782bd64444e51c 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_io"
diff --git a/ext/io/bi_pipe.rs b/ext/io/bi_pipe.rs
index d8666e14a73f57..33c3267075a7f2 100644
--- a/ext/io/bi_pipe.rs
+++ b/ext/io/bi_pipe.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::rc::Rc;
 
diff --git a/ext/io/fs.rs b/ext/io/fs.rs
index bd5dfd0bb98a64..ee0c7da5daf04a 100644
--- a/ext/io/fs.rs
+++ b/ext/io/fs.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::fmt::Formatter;
diff --git a/ext/io/lib.rs b/ext/io/lib.rs
index 536a0346f14d5f..f78e5a58fcb665 100644
--- a/ext/io/lib.rs
+++ b/ext/io/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/io/pipe.rs b/ext/io/pipe.rs
index 6ff449b94432c8..5172bea10e7a94 100644
--- a/ext/io/pipe.rs
+++ b/ext/io/pipe.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::io;
 use std::pin::Pin;
 use std::process::Stdio;
diff --git a/ext/io/winpipe.rs b/ext/io/winpipe.rs
index b3e659ea67d5a6..600eda4091d79b 100644
--- a/ext/io/winpipe.rs
+++ b/ext/io/winpipe.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::io;
 use std::os::windows::io::RawHandle;
 use std::sync::atomic::AtomicU32;
diff --git a/ext/kv/01_db.ts b/ext/kv/01_db.ts
index c644ff7121d51c..0575c2c4147f91 100644
--- a/ext/kv/01_db.ts
+++ b/ext/kv/01_db.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index c97aa75552d29d..451fa50cf99392 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_kv"
diff --git a/ext/kv/config.rs b/ext/kv/config.rs
index 7166bcbcc282a6..f762a745789c09 100644
--- a/ext/kv/config.rs
+++ b/ext/kv/config.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #[derive(Clone, Copy, Debug)]
 pub struct KvConfig {
diff --git a/ext/kv/dynamic.rs b/ext/kv/dynamic.rs
index 8db2b92926ea4d..33e3d4842f548f 100644
--- a/ext/kv/dynamic.rs
+++ b/ext/kv/dynamic.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::rc::Rc;
diff --git a/ext/kv/interface.rs b/ext/kv/interface.rs
index 9737a9366d3d1f..fec0ef1afdd070 100644
--- a/ext/kv/interface.rs
+++ b/ext/kv/interface.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::rc::Rc;
diff --git a/ext/kv/lib.rs b/ext/kv/lib.rs
index ce7509721ae0e2..82dda6d7595da3 100644
--- a/ext/kv/lib.rs
+++ b/ext/kv/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub mod config;
 pub mod dynamic;
diff --git a/ext/kv/remote.rs b/ext/kv/remote.rs
index b638ecbd4baf94..cb408ef644d541 100644
--- a/ext/kv/remote.rs
+++ b/ext/kv/remote.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::marker::PhantomData;
diff --git a/ext/kv/sqlite.rs b/ext/kv/sqlite.rs
index c28cfdd9321a23..a88c61d7237a89 100644
--- a/ext/kv/sqlite.rs
+++ b/ext/kv/sqlite.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index 5d726b3e31d894..a17fd9e0f65cd1 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_napi"
diff --git a/ext/napi/build.rs b/ext/napi/build.rs
index 8705830a95c4da..71686d645128e8 100644
--- a/ext/napi/build.rs
+++ b/ext/napi/build.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 fn main() {
   let symbols_file_name = match std::env::consts::OS {
diff --git a/ext/napi/function.rs b/ext/napi/function.rs
index a128ad79000440..681f0144210af2 100644
--- a/ext/napi/function.rs
+++ b/ext/napi/function.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use crate::*;
 
 #[repr(C)]
diff --git a/ext/napi/js_native_api.rs b/ext/napi/js_native_api.rs
index a5b0e0d32445a5..80579081f3364f 100644
--- a/ext/napi/js_native_api.rs
+++ b/ext/napi/js_native_api.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(non_upper_case_globals)]
 #![deny(unsafe_op_in_unsafe_fn)]
diff --git a/ext/napi/lib.rs b/ext/napi/lib.rs
index dd7e5929c077a3..3f495e05e6e5b3 100644
--- a/ext/napi/lib.rs
+++ b/ext/napi/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(non_camel_case_types)]
 #![allow(non_upper_case_globals)]
diff --git a/ext/napi/node_api.rs b/ext/napi/node_api.rs
index abc3d32bd0e334..13ea0b3e625ebe 100644
--- a/ext/napi/node_api.rs
+++ b/ext/napi/node_api.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![deny(unsafe_op_in_unsafe_fn)]
 
diff --git a/ext/napi/sym/Cargo.toml b/ext/napi/sym/Cargo.toml
index 22228bd2f65bf5..c832a1fa30fbc7 100644
--- a/ext/napi/sym/Cargo.toml
+++ b/ext/napi/sym/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "napi_sym"
diff --git a/ext/napi/sym/lib.rs b/ext/napi/sym/lib.rs
index e2826306b91ca6..94444d8541c048 100644
--- a/ext/napi/sym/lib.rs
+++ b/ext/napi/sym/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use proc_macro::TokenStream;
 use quote::quote;
diff --git a/ext/napi/util.rs b/ext/napi/util.rs
index 592536b5028f5c..a913eade1660e4 100644
--- a/ext/napi/util.rs
+++ b/ext/napi/util.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use libc::INT_MAX;
 
 use crate::*;
diff --git a/ext/napi/uv.rs b/ext/napi/uv.rs
index 3dda65e627f37e..ef4ac495c3f2f6 100644
--- a/ext/napi/uv.rs
+++ b/ext/napi/uv.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::mem::MaybeUninit;
 use std::ptr::addr_of_mut;
diff --git a/ext/napi/value.rs b/ext/napi/value.rs
index 5bdfef0a00a3d8..851a56e9639746 100644
--- a/ext/napi/value.rs
+++ b/ext/napi/value.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::mem::transmute;
 use std::ops::Deref;
diff --git a/ext/net/01_net.js b/ext/net/01_net.js
index c3e5f9e5ca8f42..3afbd031e6eede 100644
--- a/ext/net/01_net.js
+++ b/ext/net/01_net.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/net/02_tls.js b/ext/net/02_tls.js
index 6dad965590eb08..21d5512ebd71b8 100644
--- a/ext/net/02_tls.js
+++ b/ext/net/02_tls.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, internals, primordials } from "ext:core/mod.js";
 const { internalRidSymbol } = core;
diff --git a/ext/net/03_quic.js b/ext/net/03_quic.js
index e100e7bd64cb27..48b35866d27b74 100644
--- a/ext/net/03_quic.js
+++ b/ext/net/03_quic.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { core, primordials } from "ext:core/mod.js";
 import {
   op_quic_accept,
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index eaee7bfb4b6523..a834d8c8f36036 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_net"
diff --git a/ext/net/io.rs b/ext/net/io.rs
index 84f98668a9801d..3f12b92a9a7903 100644
--- a/ext/net/io.rs
+++ b/ext/net/io.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::rc::Rc;
diff --git a/ext/net/lib.deno_net.d.ts b/ext/net/lib.deno_net.d.ts
index 958474cbbdd066..8e0c3841682a47 100644
--- a/ext/net/lib.deno_net.d.ts
+++ b/ext/net/lib.deno_net.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference no-default-lib="true" />
 /// <reference lib="esnext" />
diff --git a/ext/net/lib.rs b/ext/net/lib.rs
index 18e00c5ac3e974..b2b87fc6ade75c 100644
--- a/ext/net/lib.rs
+++ b/ext/net/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub mod io;
 pub mod ops;
diff --git a/ext/net/ops.rs b/ext/net/ops.rs
index f8f22cb41b491e..1fb0f39280382b 100644
--- a/ext/net/ops.rs
+++ b/ext/net/ops.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/net/ops_tls.rs b/ext/net/ops_tls.rs
index 4d715a864724a7..5b8cd47751b77c 100644
--- a/ext/net/ops_tls.rs
+++ b/ext/net/ops_tls.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/net/ops_unix.rs b/ext/net/ops_unix.rs
index 4d10d1b622fd59..b347b81dc7efb9 100644
--- a/ext/net/ops_unix.rs
+++ b/ext/net/ops_unix.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/net/quic.rs b/ext/net/quic.rs
index be9be2a817f9da..676b2f06a12c13 100644
--- a/ext/net/quic.rs
+++ b/ext/net/quic.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/net/raw.rs b/ext/net/raw.rs
index a7134017c5417e..0312d661a57485 100644
--- a/ext/net/raw.rs
+++ b/ext/net/raw.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::borrow::Cow;
 use std::rc::Rc;
 
diff --git a/ext/net/resolve_addr.rs b/ext/net/resolve_addr.rs
index 137af6c19fda0d..9a757391ea0019 100644
--- a/ext/net/resolve_addr.rs
+++ b/ext/net/resolve_addr.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::net::SocketAddr;
 use std::net::ToSocketAddrs;
diff --git a/ext/net/tcp.rs b/ext/net/tcp.rs
index 63baa8e4befdc6..f2cd5f57051826 100644
--- a/ext/net/tcp.rs
+++ b/ext/net/tcp.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::collections::HashMap;
 use std::net::SocketAddr;
 use std::sync::Arc;
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 82478e7f7cb1d5..a3936af73509f2 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_node"
diff --git a/ext/node/benchmarks/child_process_ipc.mjs b/ext/node/benchmarks/child_process_ipc.mjs
index fa671d76f77c0a..aa4e2699d78c25 100644
--- a/ext/node/benchmarks/child_process_ipc.mjs
+++ b/ext/node/benchmarks/child_process_ipc.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { fork } from "node:child_process";
 import process from "node:process";
diff --git a/ext/node/build.rs b/ext/node/build.rs
index 041110f257e68d..0d42f2cd765655 100644
--- a/ext/node/build.rs
+++ b/ext/node/build.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::env;
 
diff --git a/ext/node/global.rs b/ext/node/global.rs
index 4d6695431d1614..a89a3f98304fca 100644
--- a/ext/node/global.rs
+++ b/ext/node/global.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::v8;
 use deno_core::v8::GetPropertyNamesArgs;
diff --git a/ext/node/lib.rs b/ext/node/lib.rs
index 740cc3c1367923..d7aa82430da02a 100644
--- a/ext/node/lib.rs
+++ b/ext/node/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![deny(clippy::print_stderr)]
 #![deny(clippy::print_stdout)]
diff --git a/ext/node/ops/blocklist.rs b/ext/node/ops/blocklist.rs
index 5fce0d017ea16c..bcb36fc97b4c5b 100644
--- a/ext/node/ops/blocklist.rs
+++ b/ext/node/ops/blocklist.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::collections::HashSet;
diff --git a/ext/node/ops/buffer.rs b/ext/node/ops/buffer.rs
index 01f878ec15bdd2..e3ae2b2391fa69 100644
--- a/ext/node/ops/buffer.rs
+++ b/ext/node/ops/buffer.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::anyhow::anyhow;
 use deno_core::anyhow::Result;
diff --git a/ext/node/ops/crypto/cipher.rs b/ext/node/ops/crypto/cipher.rs
index cedd092e814985..500d8d1b4b95e2 100644
--- a/ext/node/ops/crypto/cipher.rs
+++ b/ext/node/ops/crypto/cipher.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/node/ops/crypto/dh.rs b/ext/node/ops/crypto/dh.rs
index 3da2d15fec423e..88452c3660759a 100644
--- a/ext/node/ops/crypto/dh.rs
+++ b/ext/node/ops/crypto/dh.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use num_bigint_dig::BigUint;
 use num_bigint_dig::RandBigInt;
diff --git a/ext/node/ops/crypto/digest.rs b/ext/node/ops/crypto/digest.rs
index dda62053bf08ed..f9810e8c673bee 100644
--- a/ext/node/ops/crypto/digest.rs
+++ b/ext/node/ops/crypto/digest.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::cell::RefCell;
 use std::rc::Rc;
 
diff --git a/ext/node/ops/crypto/keys.rs b/ext/node/ops/crypto/keys.rs
index dfcd3d11bf0ad3..d982d96a8c18ad 100644
--- a/ext/node/ops/crypto/keys.rs
+++ b/ext/node/ops/crypto/keys.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/node/ops/crypto/md5_sha1.rs b/ext/node/ops/crypto/md5_sha1.rs
index e2e48449133603..c6c6eb1c83ce31 100644
--- a/ext/node/ops/crypto/md5_sha1.rs
+++ b/ext/node/ops/crypto/md5_sha1.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use core::fmt;
 
 use digest::core_api::AlgorithmName;
diff --git a/ext/node/ops/crypto/mod.rs b/ext/node/ops/crypto/mod.rs
index 2f650ba164f9b5..19a0bbfc401e4e 100644
--- a/ext/node/ops/crypto/mod.rs
+++ b/ext/node/ops/crypto/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::future::Future;
 use std::rc::Rc;
 
diff --git a/ext/node/ops/crypto/pkcs3.rs b/ext/node/ops/crypto/pkcs3.rs
index 577251460849de..6668148d23b493 100644
--- a/ext/node/ops/crypto/pkcs3.rs
+++ b/ext/node/ops/crypto/pkcs3.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 //
 // PKCS #3: Diffie-Hellman Key Agreement Standard
 
diff --git a/ext/node/ops/crypto/primes.rs b/ext/node/ops/crypto/primes.rs
index 91297eb56c9564..65ffa7a7a0062f 100644
--- a/ext/node/ops/crypto/primes.rs
+++ b/ext/node/ops/crypto/primes.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ops::Deref;
 
diff --git a/ext/node/ops/crypto/sign.rs b/ext/node/ops/crypto/sign.rs
index ccfd1a116548e0..e7c15d16b755d9 100644
--- a/ext/node/ops/crypto/sign.rs
+++ b/ext/node/ops/crypto/sign.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use core::ops::Add;
 
 use ecdsa::der::MaxOverhead;
diff --git a/ext/node/ops/crypto/x509.rs b/ext/node/ops/crypto/x509.rs
index ac80afb9384ca7..23b19720e33fed 100644
--- a/ext/node/ops/crypto/x509.rs
+++ b/ext/node/ops/crypto/x509.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ops::Deref;
 
diff --git a/ext/node/ops/fs.rs b/ext/node/ops/fs.rs
index 0f6b7afb118a0c..73db3ea2e562fa 100644
--- a/ext/node/ops/fs.rs
+++ b/ext/node/ops/fs.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::rc::Rc;
diff --git a/ext/node/ops/http.rs b/ext/node/ops/http.rs
index ce5fdc163eadbb..ad6217b6a68132 100644
--- a/ext/node/ops/http.rs
+++ b/ext/node/ops/http.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/node/ops/http2.rs b/ext/node/ops/http2.rs
index 53dada9f4119c9..c6c6484477ff00 100644
--- a/ext/node/ops/http2.rs
+++ b/ext/node/ops/http2.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/node/ops/idna.rs b/ext/node/ops/idna.rs
index eb037e6079e473..4ae1ce3954adae 100644
--- a/ext/node/ops/idna.rs
+++ b/ext/node/ops/idna.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 
diff --git a/ext/node/ops/inspector.rs b/ext/node/ops/inspector.rs
index ecd1150e0cc8ee..03cfed4592333f 100644
--- a/ext/node/ops/inspector.rs
+++ b/ext/node/ops/inspector.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::rc::Rc;
diff --git a/ext/node/ops/ipc.rs b/ext/node/ops/ipc.rs
index 8229ceadcea2bf..0eb3ae6aae162a 100644
--- a/ext/node/ops/ipc.rs
+++ b/ext/node/ops/ipc.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub use impl_::*;
 
diff --git a/ext/node/ops/mod.rs b/ext/node/ops/mod.rs
index e5ea8b41722161..0b7be91860dbd7 100644
--- a/ext/node/ops/mod.rs
+++ b/ext/node/ops/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub mod blocklist;
 pub mod buffer;
diff --git a/ext/node/ops/os/cpus.rs b/ext/node/ops/os/cpus.rs
index c96b3838225cb6..d9b28ce88ca5f1 100644
--- a/ext/node/ops/os/cpus.rs
+++ b/ext/node/ops/os/cpus.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::serde::Serialize;
 
diff --git a/ext/node/ops/os/mod.rs b/ext/node/ops/os/mod.rs
index 1cdf737f43d2ec..d45f67bd1379bd 100644
--- a/ext/node/ops/os/mod.rs
+++ b/ext/node/ops/os/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::mem::MaybeUninit;
 
diff --git a/ext/node/ops/os/priority.rs b/ext/node/ops/os/priority.rs
index 9a1ebcca705c6a..f9e686ceba3fab 100644
--- a/ext/node/ops/os/priority.rs
+++ b/ext/node/ops/os/priority.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub use impl_::*;
 
diff --git a/ext/node/ops/perf_hooks.rs b/ext/node/ops/perf_hooks.rs
index 256f879813db1e..eca5fe2fa8531b 100644
--- a/ext/node/ops/perf_hooks.rs
+++ b/ext/node/ops/perf_hooks.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::Cell;
 
diff --git a/ext/node/ops/process.rs b/ext/node/ops/process.rs
index 45c599bee24fbf..0ef360af8c9660 100644
--- a/ext/node/ops/process.rs
+++ b/ext/node/ops/process.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::op2;
 use deno_core::OpState;
diff --git a/ext/node/ops/require.rs b/ext/node/ops/require.rs
index c5e3afa87d7642..218079d4e1a0fa 100644
--- a/ext/node/ops/require.rs
+++ b/ext/node/ops/require.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/node/ops/tls.rs b/ext/node/ops/tls.rs
index 86b1779601549b..8b2845e0233b19 100644
--- a/ext/node/ops/tls.rs
+++ b/ext/node/ops/tls.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use base64::Engine;
 use deno_core::op2;
 use webpki_root_certs;
diff --git a/ext/node/ops/util.rs b/ext/node/ops/util.rs
index 1c177ac0431d55..bc1d2c0588e12d 100644
--- a/ext/node/ops/util.rs
+++ b/ext/node/ops/util.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::op2;
 use deno_core::OpState;
diff --git a/ext/node/ops/v8.rs b/ext/node/ops/v8.rs
index 9c2dfa451a57e2..8f4a70dccf405c 100644
--- a/ext/node/ops/v8.rs
+++ b/ext/node/ops/v8.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr::NonNull;
 
diff --git a/ext/node/ops/vm.rs b/ext/node/ops/vm.rs
index 7720298e802fb1..34eff8865c47a9 100644
--- a/ext/node/ops/vm.rs
+++ b/ext/node/ops/vm.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::atomic::AtomicBool;
 use std::sync::atomic::Ordering;
diff --git a/ext/node/ops/vm_internal.rs b/ext/node/ops/vm_internal.rs
index 4c500786c520b5..e8c1cc02f02ba9 100644
--- a/ext/node/ops/vm_internal.rs
+++ b/ext/node/ops/vm_internal.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::error::type_error;
 use deno_core::error::AnyError;
diff --git a/ext/node/ops/winerror.rs b/ext/node/ops/winerror.rs
index cb053774ef6288..5cbeddc5ae478f 100644
--- a/ext/node/ops/winerror.rs
+++ b/ext/node/ops/winerror.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 /* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/ext/node/ops/worker_threads.rs b/ext/node/ops/worker_threads.rs
index 48683be1e7c5bb..f7aa8c71cbea9e 100644
--- a/ext/node/ops/worker_threads.rs
+++ b/ext/node/ops/worker_threads.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::path::Path;
diff --git a/ext/node/ops/zlib/alloc.rs b/ext/node/ops/zlib/alloc.rs
index d425a18d5e9824..6066ab6a8e0b52 100644
--- a/ext/node/ops/zlib/alloc.rs
+++ b/ext/node/ops/zlib/alloc.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. 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
diff --git a/ext/node/ops/zlib/brotli.rs b/ext/node/ops/zlib/brotli.rs
index 7c798aa7541aad..5d15df559f7ce3 100644
--- a/ext/node/ops/zlib/brotli.rs
+++ b/ext/node/ops/zlib/brotli.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::cell::RefCell;
 use std::io::Read;
 
diff --git a/ext/node/ops/zlib/mod.rs b/ext/node/ops/zlib/mod.rs
index 777faf6f861947..b5277e7a342c30 100644
--- a/ext/node/ops/zlib/mod.rs
+++ b/ext/node/ops/zlib/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/node/ops/zlib/mode.rs b/ext/node/ops/zlib/mode.rs
index 41565f9b1142df..c0660a7c7a406f 100644
--- a/ext/node/ops/zlib/mode.rs
+++ b/ext/node/ops/zlib/mode.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #[derive(Debug, thiserror::Error)]
 #[error("bad argument")]
diff --git a/ext/node/ops/zlib/stream.rs b/ext/node/ops/zlib/stream.rs
index 949e1230d83f60..de7abcacbddc60 100644
--- a/ext/node/ops/zlib/stream.rs
+++ b/ext/node/ops/zlib/stream.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ffi::c_int;
 use std::ops::Deref;
diff --git a/ext/node/polyfill.rs b/ext/node/polyfill.rs
index 556cb48a425493..6e6e9d09c2481c 100644
--- a/ext/node/polyfill.rs
+++ b/ext/node/polyfill.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// e.g. `is_builtin_node_module("assert")`
 pub fn is_builtin_node_module(module_name: &str) -> bool {
diff --git a/ext/node/polyfills/00_globals.js b/ext/node/polyfills/00_globals.js
index efe491acc153f7..8a896412bc3a07 100644
--- a/ext/node/polyfills/00_globals.js
+++ b/ext/node/polyfills/00_globals.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/01_require.js b/ext/node/polyfills/01_require.js
index df73cad6b7ddc2..8f3201755fd04c 100644
--- a/ext/node/polyfills/01_require.js
+++ b/ext/node/polyfills/01_require.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/02_init.js b/ext/node/polyfills/02_init.js
index b25f7ad5744855..a069bd828cb620 100644
--- a/ext/node/polyfills/02_init.js
+++ b/ext/node/polyfills/02_init.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/_brotli.js b/ext/node/polyfills/_brotli.js
index 108e5319a9b487..308cad42ad55f8 100644
--- a/ext/node/polyfills/_brotli.js
+++ b/ext/node/polyfills/_brotli.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/node/polyfills/_events.d.ts b/ext/node/polyfills/_events.d.ts
index 1b765041e59454..98a6b9d2f478e9 100644
--- a/ext/node/polyfills/_events.d.ts
+++ b/ext/node/polyfills/_events.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-explicit-any
 
 // Forked from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/9b9cd671114a2a5178809798d8e7f4d8ca6c2671/types/node/events.d.ts
diff --git a/ext/node/polyfills/_events.mjs b/ext/node/polyfills/_events.mjs
index ce7a8ebf24e454..feecad2743ca26 100644
--- a/ext/node/polyfills/_events.mjs
+++ b/ext/node/polyfills/_events.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/_fs/_fs_access.ts b/ext/node/polyfills/_fs/_fs_access.ts
index 824386e64b0664..561e023cd83135 100644
--- a/ext/node/polyfills/_fs/_fs_access.ts
+++ b/ext/node/polyfills/_fs/_fs_access.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_appendFile.ts b/ext/node/polyfills/_fs/_fs_appendFile.ts
index 7077898623dbb2..ed47ea5a837c56 100644
--- a/ext/node/polyfills/_fs/_fs_appendFile.ts
+++ b/ext/node/polyfills/_fs/_fs_appendFile.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   CallbackWithError,
diff --git a/ext/node/polyfills/_fs/_fs_chmod.ts b/ext/node/polyfills/_fs/_fs_chmod.ts
index eec8c7a8a995ea..195b4f810a7c60 100644
--- a/ext/node/polyfills/_fs/_fs_chmod.ts
+++ b/ext/node/polyfills/_fs/_fs_chmod.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_chown.ts b/ext/node/polyfills/_fs/_fs_chown.ts
index 56364109d5d485..0056502f2012bc 100644
--- a/ext/node/polyfills/_fs/_fs_chown.ts
+++ b/ext/node/polyfills/_fs/_fs_chown.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_close.ts b/ext/node/polyfills/_fs/_fs_close.ts
index fd01a0336a842b..476b3912be75d4 100644
--- a/ext/node/polyfills/_fs/_fs_close.ts
+++ b/ext/node/polyfills/_fs/_fs_close.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_common.ts b/ext/node/polyfills/_fs/_fs_common.ts
index a29548bb364cc4..9ec474afa98df5 100644
--- a/ext/node/polyfills/_fs/_fs_common.ts
+++ b/ext/node/polyfills/_fs/_fs_common.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_constants.ts b/ext/node/polyfills/_fs/_fs_constants.ts
index 0af75f072cf5f6..3d5d0b5898aea9 100644
--- a/ext/node/polyfills/_fs/_fs_constants.ts
+++ b/ext/node/polyfills/_fs/_fs_constants.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { fs } from "ext:deno_node/internal_binding/constants.ts";
 
diff --git a/ext/node/polyfills/_fs/_fs_copy.ts b/ext/node/polyfills/_fs/_fs_copy.ts
index 0434bff4d10619..87204e348c4b5f 100644
--- a/ext/node/polyfills/_fs/_fs_copy.ts
+++ b/ext/node/polyfills/_fs/_fs_copy.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_cp.js b/ext/node/polyfills/_fs/_fs_cp.js
index 52dd8f5056efbf..29bc633224ebb8 100644
--- a/ext/node/polyfills/_fs/_fs_cp.js
+++ b/ext/node/polyfills/_fs/_fs_cp.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { primordials } from "ext:core/mod.js";
 import { op_node_cp, op_node_cp_sync } from "ext:core/ops";
 import {
diff --git a/ext/node/polyfills/_fs/_fs_dir.ts b/ext/node/polyfills/_fs/_fs_dir.ts
index ed051fb0bf887c..2a496562d66c0b 100644
--- a/ext/node/polyfills/_fs/_fs_dir.ts
+++ b/ext/node/polyfills/_fs/_fs_dir.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 import Dirent from "ext:deno_node/_fs/_fs_dirent.ts";
diff --git a/ext/node/polyfills/_fs/_fs_dirent.ts b/ext/node/polyfills/_fs/_fs_dirent.ts
index d4ad6bb4303635..fce7a6e72d1ca8 100644
--- a/ext/node/polyfills/_fs/_fs_dirent.ts
+++ b/ext/node/polyfills/_fs/_fs_dirent.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { notImplemented } from "ext:deno_node/_utils.ts";
 
 export default class Dirent {
diff --git a/ext/node/polyfills/_fs/_fs_exists.ts b/ext/node/polyfills/_fs/_fs_exists.ts
index b5bbe235a44b7b..6a285f5e600bcd 100644
--- a/ext/node/polyfills/_fs/_fs_exists.ts
+++ b/ext/node/polyfills/_fs/_fs_exists.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_fdatasync.ts b/ext/node/polyfills/_fs/_fs_fdatasync.ts
index 0c3f50f1c6b665..02226e1c962356 100644
--- a/ext/node/polyfills/_fs/_fs_fdatasync.ts
+++ b/ext/node/polyfills/_fs/_fs_fdatasync.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_fstat.ts b/ext/node/polyfills/_fs/_fs_fstat.ts
index 1a845dfff4a453..37c057c3789e53 100644
--- a/ext/node/polyfills/_fs/_fs_fstat.ts
+++ b/ext/node/polyfills/_fs/_fs_fstat.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_fsync.ts b/ext/node/polyfills/_fs/_fs_fsync.ts
index 75d4b37569bc0a..a07f4407789eb5 100644
--- a/ext/node/polyfills/_fs/_fs_fsync.ts
+++ b/ext/node/polyfills/_fs/_fs_fsync.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_ftruncate.ts b/ext/node/polyfills/_fs/_fs_ftruncate.ts
index 79320137f9eb60..6a8614b734b39e 100644
--- a/ext/node/polyfills/_fs/_fs_ftruncate.ts
+++ b/ext/node/polyfills/_fs/_fs_ftruncate.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_futimes.ts b/ext/node/polyfills/_fs/_fs_futimes.ts
index 98cd1066c32aa4..be274f4d11372b 100644
--- a/ext/node/polyfills/_fs/_fs_futimes.ts
+++ b/ext/node/polyfills/_fs/_fs_futimes.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_lchown.ts b/ext/node/polyfills/_fs/_fs_lchown.ts
index 8611c8021d9a69..293155f9d0ccf8 100644
--- a/ext/node/polyfills/_fs/_fs_lchown.ts
+++ b/ext/node/polyfills/_fs/_fs_lchown.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_link.ts b/ext/node/polyfills/_fs/_fs_link.ts
index a10860c12f72ba..73ed890d36524b 100644
--- a/ext/node/polyfills/_fs/_fs_link.ts
+++ b/ext/node/polyfills/_fs/_fs_link.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_lstat.ts b/ext/node/polyfills/_fs/_fs_lstat.ts
index 6ce401444f341c..b9f80bfc5199cf 100644
--- a/ext/node/polyfills/_fs/_fs_lstat.ts
+++ b/ext/node/polyfills/_fs/_fs_lstat.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_lutimes.ts b/ext/node/polyfills/_fs/_fs_lutimes.ts
index 2475c57149732d..3f8dd167c04344 100644
--- a/ext/node/polyfills/_fs/_fs_lutimes.ts
+++ b/ext/node/polyfills/_fs/_fs_lutimes.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file prefer-primordials
 
diff --git a/ext/node/polyfills/_fs/_fs_mkdir.ts b/ext/node/polyfills/_fs/_fs_mkdir.ts
index 06a8b35221560c..03d36629e572a2 100644
--- a/ext/node/polyfills/_fs/_fs_mkdir.ts
+++ b/ext/node/polyfills/_fs/_fs_mkdir.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_mkdtemp.ts b/ext/node/polyfills/_fs/_fs_mkdtemp.ts
index 5498828b5b11a9..46060971a8d268 100644
--- a/ext/node/polyfills/_fs/_fs_mkdtemp.ts
+++ b/ext/node/polyfills/_fs/_fs_mkdtemp.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Node.js contributors. All rights reserved. MIT License.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/_fs/_fs_open.ts b/ext/node/polyfills/_fs/_fs_open.ts
index 31ca4bb6195857..85628ddceffc29 100644
--- a/ext/node/polyfills/_fs/_fs_open.ts
+++ b/ext/node/polyfills/_fs/_fs_open.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_opendir.ts b/ext/node/polyfills/_fs/_fs_opendir.ts
index 3280f0fd5c44f7..51379fd451bcec 100644
--- a/ext/node/polyfills/_fs/_fs_opendir.ts
+++ b/ext/node/polyfills/_fs/_fs_opendir.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_read.ts b/ext/node/polyfills/_fs/_fs_read.ts
index df4f5e375dd00f..c7f3acf4d82e3e 100644
--- a/ext/node/polyfills/_fs/_fs_read.ts
+++ b/ext/node/polyfills/_fs/_fs_read.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_readFile.ts b/ext/node/polyfills/_fs/_fs_readFile.ts
index b1bc53675d484a..752a683ca7bcbf 100644
--- a/ext/node/polyfills/_fs/_fs_readFile.ts
+++ b/ext/node/polyfills/_fs/_fs_readFile.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_readdir.ts b/ext/node/polyfills/_fs/_fs_readdir.ts
index 59c802e4240384..4b34451a3848c5 100644
--- a/ext/node/polyfills/_fs/_fs_readdir.ts
+++ b/ext/node/polyfills/_fs/_fs_readdir.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_readlink.ts b/ext/node/polyfills/_fs/_fs_readlink.ts
index 08bea843faf585..084dbc2d09a25a 100644
--- a/ext/node/polyfills/_fs/_fs_readlink.ts
+++ b/ext/node/polyfills/_fs/_fs_readlink.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_readv.ts b/ext/node/polyfills/_fs/_fs_readv.ts
index 2259f029aebd7f..4486959b764ec1 100644
--- a/ext/node/polyfills/_fs/_fs_readv.ts
+++ b/ext/node/polyfills/_fs/_fs_readv.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_realpath.ts b/ext/node/polyfills/_fs/_fs_realpath.ts
index 4568748ba765e2..12f5f10a432b4e 100644
--- a/ext/node/polyfills/_fs/_fs_realpath.ts
+++ b/ext/node/polyfills/_fs/_fs_realpath.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_rename.ts b/ext/node/polyfills/_fs/_fs_rename.ts
index 41569c80f31c82..7a84cf8d986241 100644
--- a/ext/node/polyfills/_fs/_fs_rename.ts
+++ b/ext/node/polyfills/_fs/_fs_rename.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_rm.ts b/ext/node/polyfills/_fs/_fs_rm.ts
index 5730f8c413268e..cce2ab95c0e34d 100644
--- a/ext/node/polyfills/_fs/_fs_rm.ts
+++ b/ext/node/polyfills/_fs/_fs_rm.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_rmdir.ts b/ext/node/polyfills/_fs/_fs_rmdir.ts
index 00c085ebd54abd..6a78e9e467ee2b 100644
--- a/ext/node/polyfills/_fs/_fs_rmdir.ts
+++ b/ext/node/polyfills/_fs/_fs_rmdir.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_stat.ts b/ext/node/polyfills/_fs/_fs_stat.ts
index f26474668665b9..031c8dbb5094d7 100644
--- a/ext/node/polyfills/_fs/_fs_stat.ts
+++ b/ext/node/polyfills/_fs/_fs_stat.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_statfs.js b/ext/node/polyfills/_fs/_fs_statfs.js
index 51da1ed684fd49..90953c12b531de 100644
--- a/ext/node/polyfills/_fs/_fs_statfs.js
+++ b/ext/node/polyfills/_fs/_fs_statfs.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { BigInt } from "ext:deno_node/internal/primordials.mjs";
 import { op_node_statfs } from "ext:core/ops";
diff --git a/ext/node/polyfills/_fs/_fs_symlink.ts b/ext/node/polyfills/_fs/_fs_symlink.ts
index 350263423a200d..953697e44c924e 100644
--- a/ext/node/polyfills/_fs/_fs_symlink.ts
+++ b/ext/node/polyfills/_fs/_fs_symlink.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_truncate.ts b/ext/node/polyfills/_fs/_fs_truncate.ts
index a7e79b9c30945c..47b87eecdcd5a6 100644
--- a/ext/node/polyfills/_fs/_fs_truncate.ts
+++ b/ext/node/polyfills/_fs/_fs_truncate.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_unlink.ts b/ext/node/polyfills/_fs/_fs_unlink.ts
index 1d9aefa46ff9dd..d046c40f35d79e 100644
--- a/ext/node/polyfills/_fs/_fs_unlink.ts
+++ b/ext/node/polyfills/_fs/_fs_unlink.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_utimes.ts b/ext/node/polyfills/_fs/_fs_utimes.ts
index 3fff4a46235aa3..ff25fffed87d95 100644
--- a/ext/node/polyfills/_fs/_fs_utimes.ts
+++ b/ext/node/polyfills/_fs/_fs_utimes.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_watch.ts b/ext/node/polyfills/_fs/_fs_watch.ts
index eb2cd8bfa271e7..8b92e9aa44d4b8 100644
--- a/ext/node/polyfills/_fs/_fs_watch.ts
+++ b/ext/node/polyfills/_fs/_fs_watch.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_write.d.ts b/ext/node/polyfills/_fs/_fs_write.d.ts
index 7171ec6dbde9e8..cd8257ec35df40 100644
--- a/ext/node/polyfills/_fs/_fs_write.d.ts
+++ b/ext/node/polyfills/_fs/_fs_write.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Forked from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/d9df51e34526f48bef4e2546a006157b391ad96c/types/node/fs.d.ts
 
 import { BufferEncoding, ErrnoException } from "ext:deno_node/_global.d.ts";
diff --git a/ext/node/polyfills/_fs/_fs_write.mjs b/ext/node/polyfills/_fs/_fs_write.mjs
index 254094c9ad3301..a0d0af601786f8 100644
--- a/ext/node/polyfills/_fs/_fs_write.mjs
+++ b/ext/node/polyfills/_fs/_fs_write.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/_fs/_fs_writeFile.ts b/ext/node/polyfills/_fs/_fs_writeFile.ts
index dd324815b96dfc..c76be8a6b818e1 100644
--- a/ext/node/polyfills/_fs/_fs_writeFile.ts
+++ b/ext/node/polyfills/_fs/_fs_writeFile.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/_fs/_fs_writev.d.ts b/ext/node/polyfills/_fs/_fs_writev.d.ts
index daa4dbbcf4578d..1ba5511ff1fb27 100644
--- a/ext/node/polyfills/_fs/_fs_writev.d.ts
+++ b/ext/node/polyfills/_fs/_fs_writev.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Forked from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/d9df51e34526f48bef4e2546a006157b391ad96c/types/node/fs.d.ts
 
 import { ErrnoException } from "ext:deno_node/_global.d.ts";
diff --git a/ext/node/polyfills/_fs/_fs_writev.mjs b/ext/node/polyfills/_fs/_fs_writev.mjs
index 055bce0b24a403..61807c7f687bb3 100644
--- a/ext/node/polyfills/_fs/_fs_writev.mjs
+++ b/ext/node/polyfills/_fs/_fs_writev.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/_global.d.ts b/ext/node/polyfills/_global.d.ts
index 8587acbbb2f70e..1e610de08de21b 100644
--- a/ext/node/polyfills/_global.d.ts
+++ b/ext/node/polyfills/_global.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { EventEmitter } from "ext:deno_node/_events.d.ts";
 import { Buffer } from "node:buffer";
 
diff --git a/ext/node/polyfills/_http_agent.mjs b/ext/node/polyfills/_http_agent.mjs
index 53bb64ed536c82..4de58cb4069ebe 100644
--- a/ext/node/polyfills/_http_agent.mjs
+++ b/ext/node/polyfills/_http_agent.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/_http_common.ts b/ext/node/polyfills/_http_common.ts
index 86143b4dea4a8e..f2ca75ec1c387a 100644
--- a/ext/node/polyfills/_http_common.ts
+++ b/ext/node/polyfills/_http_common.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/_http_outgoing.ts b/ext/node/polyfills/_http_outgoing.ts
index 5a9a8ad7e6909b..fcc6394eb8f757 100644
--- a/ext/node/polyfills/_http_outgoing.ts
+++ b/ext/node/polyfills/_http_outgoing.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/_http_server.ts b/ext/node/polyfills/_http_server.ts
index c2867de0c6bcef..cf80f1e6e05b7d 100644
--- a/ext/node/polyfills/_http_server.ts
+++ b/ext/node/polyfills/_http_server.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 export enum STATUS_CODES {
   /** RFC 7231, 6.2.1 */
diff --git a/ext/node/polyfills/_next_tick.ts b/ext/node/polyfills/_next_tick.ts
index af306a29c83c0c..355b6ca6ba508e 100644
--- a/ext/node/polyfills/_next_tick.ts
+++ b/ext/node/polyfills/_next_tick.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/_process/exiting.ts b/ext/node/polyfills/_process/exiting.ts
index 01991e9c963903..c1a032b643b2ef 100644
--- a/ext/node/polyfills/_process/exiting.ts
+++ b/ext/node/polyfills/_process/exiting.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore prefer-const
 export let _exiting = false;
diff --git a/ext/node/polyfills/_process/process.ts b/ext/node/polyfills/_process/process.ts
index 6f69139c9847bf..06e48160ded92e 100644
--- a/ext/node/polyfills/_process/process.ts
+++ b/ext/node/polyfills/_process/process.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // The following are all the process APIs that don't depend on the stream module
diff --git a/ext/node/polyfills/_process/streams.mjs b/ext/node/polyfills/_process/streams.mjs
index 3573956c9daf21..9a838e7d38cb53 100644
--- a/ext/node/polyfills/_process/streams.mjs
+++ b/ext/node/polyfills/_process/streams.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/_readline.d.ts b/ext/node/polyfills/_readline.d.ts
index fcaa327a05fe23..256cb878879f29 100644
--- a/ext/node/polyfills/_readline.d.ts
+++ b/ext/node/polyfills/_readline.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-explicit-any
 
 // Forked from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/cd61f5b4d3d143108569ec3f88adc0eb34b961c4/types/node/readline.d.ts
diff --git a/ext/node/polyfills/_readline.mjs b/ext/node/polyfills/_readline.mjs
index 2af717152baf40..3943736ea961ac 100644
--- a/ext/node/polyfills/_readline.mjs
+++ b/ext/node/polyfills/_readline.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/_readline_shared_types.d.ts b/ext/node/polyfills/_readline_shared_types.d.ts
index b58ad035e71d42..f88de9091c0b76 100644
--- a/ext/node/polyfills/_readline_shared_types.d.ts
+++ b/ext/node/polyfills/_readline_shared_types.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Part of https://github.com/DefinitelyTyped/DefinitelyTyped/blob/cd61f5b4d3d143108569ec3f88adc0eb34b961c4/types/node/readline.d.ts
 
diff --git a/ext/node/polyfills/_stream.d.ts b/ext/node/polyfills/_stream.d.ts
index d251d9bee297bf..6ae3494118460d 100644
--- a/ext/node/polyfills/_stream.d.ts
+++ b/ext/node/polyfills/_stream.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-explicit-any
 
 // Forked from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/4f538975138678878fed5b2555c0672aa578ab7d/types/node/stream.d.ts
diff --git a/ext/node/polyfills/_stream.mjs b/ext/node/polyfills/_stream.mjs
index 02640abcd94d08..3fc79b69dfa004 100644
--- a/ext/node/polyfills/_stream.mjs
+++ b/ext/node/polyfills/_stream.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-fmt-ignore-file
 // deno-lint-ignore-file
diff --git a/ext/node/polyfills/_tls_common.ts b/ext/node/polyfills/_tls_common.ts
index d00c3629e1b602..4e5904b97182e5 100644
--- a/ext/node/polyfills/_tls_common.ts
+++ b/ext/node/polyfills/_tls_common.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file no-explicit-any
 
diff --git a/ext/node/polyfills/_tls_wrap.ts b/ext/node/polyfills/_tls_wrap.ts
index 9e5def9f2b8137..0edea1c053269b 100644
--- a/ext/node/polyfills/_tls_wrap.ts
+++ b/ext/node/polyfills/_tls_wrap.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/_util/_util_callbackify.js b/ext/node/polyfills/_util/_util_callbackify.js
index cb30f791502504..ae83850bc090dc 100644
--- a/ext/node/polyfills/_util/_util_callbackify.js
+++ b/ext/node/polyfills/_util/_util_callbackify.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 //
 // Adapted from Node.js. Copyright Joyent, Inc. and other Node contributors.
 //
diff --git a/ext/node/polyfills/_util/asserts.ts b/ext/node/polyfills/_util/asserts.ts
index 8f90cf168aa62c..71c3cc863de2a2 100644
--- a/ext/node/polyfills/_util/asserts.ts
+++ b/ext/node/polyfills/_util/asserts.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/node/polyfills/_util/async.ts b/ext/node/polyfills/_util/async.ts
index 0cacccacc70e8e..445febcaaf9152 100644
--- a/ext/node/polyfills/_util/async.ts
+++ b/ext/node/polyfills/_util/async.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This module is vendored from std/async/delay.ts
 // (with some modifications)
 
diff --git a/ext/node/polyfills/_util/os.ts b/ext/node/polyfills/_util/os.ts
index 421d5d9da0837f..f72dc662d94187 100644
--- a/ext/node/polyfills/_util/os.ts
+++ b/ext/node/polyfills/_util/os.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { op_node_build_os } from "ext:core/ops";
 
diff --git a/ext/node/polyfills/_util/std_asserts.ts b/ext/node/polyfills/_util/std_asserts.ts
index 78b749f549342d..76237413794770 100644
--- a/ext/node/polyfills/_util/std_asserts.ts
+++ b/ext/node/polyfills/_util/std_asserts.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // vendored from std/assert/mod.ts
 
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/_util/std_fmt_colors.ts b/ext/node/polyfills/_util/std_fmt_colors.ts
index 5072b298ee40a5..f1dc97f6ca38a3 100644
--- a/ext/node/polyfills/_util/std_fmt_colors.ts
+++ b/ext/node/polyfills/_util/std_fmt_colors.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This file is vendored from std/fmt/colors.ts
 
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/_util/std_testing_diff.ts b/ext/node/polyfills/_util/std_testing_diff.ts
index 5155fd242cc739..1b680c6ccadc77 100644
--- a/ext/node/polyfills/_util/std_testing_diff.ts
+++ b/ext/node/polyfills/_util/std_testing_diff.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This file was vendored from std/testing/_diff.ts
 
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/_utils.ts b/ext/node/polyfills/_utils.ts
index 79d84e00f0c874..7f20782e2b11b4 100644
--- a/ext/node/polyfills/_utils.ts
+++ b/ext/node/polyfills/_utils.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/node/polyfills/_zlib.mjs b/ext/node/polyfills/_zlib.mjs
index 07fc440ef545e5..bb6bac1bd0bebd 100644
--- a/ext/node/polyfills/_zlib.mjs
+++ b/ext/node/polyfills/_zlib.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright (c) 2014-2015 Devon Govett <devongovett@gmail.com>
 // Forked from https://github.com/browserify/browserify-zlib
 
diff --git a/ext/node/polyfills/_zlib_binding.mjs b/ext/node/polyfills/_zlib_binding.mjs
index 069b7f8351b31f..37125b88ac1f83 100644
--- a/ext/node/polyfills/_zlib_binding.mjs
+++ b/ext/node/polyfills/_zlib_binding.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/assert.ts b/ext/node/polyfills/assert.ts
index 188c7a0c2fa019..48b4627044f9d1 100644
--- a/ext/node/polyfills/assert.ts
+++ b/ext/node/polyfills/assert.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file ban-types prefer-primordials
diff --git a/ext/node/polyfills/assert/strict.ts b/ext/node/polyfills/assert/strict.ts
index 98371676276eb5..883deaf0872883 100644
--- a/ext/node/polyfills/assert/strict.ts
+++ b/ext/node/polyfills/assert/strict.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { strict } from "node:assert";
 
 export {
diff --git a/ext/node/polyfills/assertion_error.ts b/ext/node/polyfills/assertion_error.ts
index ff1168dc30cf14..b56cec2c1d9f27 100644
--- a/ext/node/polyfills/assertion_error.ts
+++ b/ext/node/polyfills/assertion_error.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Adapted from Node.js. Copyright Joyent, Inc. and other Node contributors.
 
diff --git a/ext/node/polyfills/async_hooks.ts b/ext/node/polyfills/async_hooks.ts
index 7a2f153dac13bf..e01110bd3bc951 100644
--- a/ext/node/polyfills/async_hooks.ts
+++ b/ext/node/polyfills/async_hooks.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/buffer.ts b/ext/node/polyfills/buffer.ts
index efe3b07a97a451..38000c6edb3a65 100644
--- a/ext/node/polyfills/buffer.ts
+++ b/ext/node/polyfills/buffer.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // @deno-types="./internal/buffer.d.ts"
 export {
   atob,
diff --git a/ext/node/polyfills/child_process.ts b/ext/node/polyfills/child_process.ts
index eda718ff3480c3..184b29bd2b8fb5 100644
--- a/ext/node/polyfills/child_process.ts
+++ b/ext/node/polyfills/child_process.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // This module implements 'child_process' module of Node.JS API.
 // ref: https://nodejs.org/api/child_process.html
diff --git a/ext/node/polyfills/cluster.ts b/ext/node/polyfills/cluster.ts
index 8abc2fedcdacf6..67534676b4d962 100644
--- a/ext/node/polyfills/cluster.ts
+++ b/ext/node/polyfills/cluster.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import { notImplemented } from "ext:deno_node/_utils.ts";
diff --git a/ext/node/polyfills/console.ts b/ext/node/polyfills/console.ts
index f74c9af1651156..1189d95064d9b1 100644
--- a/ext/node/polyfills/console.ts
+++ b/ext/node/polyfills/console.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 import { Console } from "ext:deno_node/internal/console/constructor.mjs";
diff --git a/ext/node/polyfills/constants.ts b/ext/node/polyfills/constants.ts
index e5004039b1e60f..421c8b641a961c 100644
--- a/ext/node/polyfills/constants.ts
+++ b/ext/node/polyfills/constants.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Based on: https://github.com/nodejs/node/blob/0646eda/lib/constants.js
 
diff --git a/ext/node/polyfills/crypto.ts b/ext/node/polyfills/crypto.ts
index 908d21b006ab1c..ff3bdc7752da6b 100644
--- a/ext/node/polyfills/crypto.ts
+++ b/ext/node/polyfills/crypto.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/dgram.ts b/ext/node/polyfills/dgram.ts
index 99f4940ec261cb..56fb8d8f32b67e 100644
--- a/ext/node/polyfills/dgram.ts
+++ b/ext/node/polyfills/dgram.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/diagnostics_channel.js b/ext/node/polyfills/diagnostics_channel.js
index 807c33e475bd40..65533e0803d5d4 100644
--- a/ext/node/polyfills/diagnostics_channel.js
+++ b/ext/node/polyfills/diagnostics_channel.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/dns.ts b/ext/node/polyfills/dns.ts
index 78b934e602cd9f..b8e4af6eecb050 100644
--- a/ext/node/polyfills/dns.ts
+++ b/ext/node/polyfills/dns.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/dns/promises.ts b/ext/node/polyfills/dns/promises.ts
index 6bc539cba9155f..422ae05c64082a 100644
--- a/ext/node/polyfills/dns/promises.ts
+++ b/ext/node/polyfills/dns/promises.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/domain.ts b/ext/node/polyfills/domain.ts
index 70937799668bf2..daa613ede06e35 100644
--- a/ext/node/polyfills/domain.ts
+++ b/ext/node/polyfills/domain.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // This code has been inspired by https://github.com/bevry/domain-browser/commit/8bce7f4a093966ca850da75b024239ad5d0b33c6
 
diff --git a/ext/node/polyfills/events.ts b/ext/node/polyfills/events.ts
index 78f3d8768c80a6..891f3d3b8d80ee 100644
--- a/ext/node/polyfills/events.ts
+++ b/ext/node/polyfills/events.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // @deno-types="./_events.d.ts"
 export {
   addAbortListener,
diff --git a/ext/node/polyfills/fs.ts b/ext/node/polyfills/fs.ts
index cbdc36afe55652..76ff9ebd1294d8 100644
--- a/ext/node/polyfills/fs.ts
+++ b/ext/node/polyfills/fs.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   access,
   accessPromise,
diff --git a/ext/node/polyfills/fs/promises.ts b/ext/node/polyfills/fs/promises.ts
index a5125dac8dc9d7..f8d63e94e0b9b6 100644
--- a/ext/node/polyfills/fs/promises.ts
+++ b/ext/node/polyfills/fs/promises.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { promises as fsPromises } from "node:fs";
 
 export const access = fsPromises.access;
diff --git a/ext/node/polyfills/http.ts b/ext/node/polyfills/http.ts
index e911535be5a76d..f698ca01b3e2da 100644
--- a/ext/node/polyfills/http.ts
+++ b/ext/node/polyfills/http.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/http2.ts b/ext/node/polyfills/http2.ts
index 1b3f74f6f66ffa..ab2faa2d08cf37 100644
--- a/ext/node/polyfills/http2.ts
+++ b/ext/node/polyfills/http2.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/https.ts b/ext/node/polyfills/https.ts
index fd700173eb3ead..d958d8e7466be3 100644
--- a/ext/node/polyfills/https.ts
+++ b/ext/node/polyfills/https.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/inspector.js b/ext/node/polyfills/inspector.js
index 7eb15ce9177ce7..bb2661b9cd8078 100644
--- a/ext/node/polyfills/inspector.js
+++ b/ext/node/polyfills/inspector.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import process from "node:process";
diff --git a/ext/node/polyfills/inspector/promises.js b/ext/node/polyfills/inspector/promises.js
index 3483e53f5e36f0..a075eba0011375 100644
--- a/ext/node/polyfills/inspector/promises.js
+++ b/ext/node/polyfills/inspector/promises.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import inspector from "node:inspector";
diff --git a/ext/node/polyfills/internal/assert.mjs b/ext/node/polyfills/internal/assert.mjs
index 20ed511e024afc..01b5fad460bac9 100644
--- a/ext/node/polyfills/internal/assert.mjs
+++ b/ext/node/polyfills/internal/assert.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { ERR_INTERNAL_ASSERTION } from "ext:deno_node/internal/errors.ts";
 
 function assert(value, message) {
diff --git a/ext/node/polyfills/internal/async_hooks.ts b/ext/node/polyfills/internal/async_hooks.ts
index a5d6728e33ec7a..a2f52e69796ee4 100644
--- a/ext/node/polyfills/internal/async_hooks.ts
+++ b/ext/node/polyfills/internal/async_hooks.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/blocklist.mjs b/ext/node/polyfills/internal/blocklist.mjs
index 8a7c9c376ad052..d45592a8ffdee3 100644
--- a/ext/node/polyfills/internal/blocklist.mjs
+++ b/ext/node/polyfills/internal/blocklist.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/internal/buffer.d.ts b/ext/node/polyfills/internal/buffer.d.ts
index 2008dc2432cd4c..125deb0ef2749c 100644
--- a/ext/node/polyfills/internal/buffer.d.ts
+++ b/ext/node/polyfills/internal/buffer.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright DefinitelyTyped contributors. All rights reserved. MIT license.
 
 /**
diff --git a/ext/node/polyfills/internal/buffer.mjs b/ext/node/polyfills/internal/buffer.mjs
index dd549221fab4ad..033d8a1e1ec948 100644
--- a/ext/node/polyfills/internal/buffer.mjs
+++ b/ext/node/polyfills/internal/buffer.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // Copyright Feross Aboukhadijeh, and other contributors. All rights reserved. MIT license.
 
diff --git a/ext/node/polyfills/internal/child_process.ts b/ext/node/polyfills/internal/child_process.ts
index cfff1079ff5986..17809cc5599cba 100644
--- a/ext/node/polyfills/internal/child_process.ts
+++ b/ext/node/polyfills/internal/child_process.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // This module implements 'child_process' module of Node.JS API.
 // ref: https://nodejs.org/api/child_process.html
diff --git a/ext/node/polyfills/internal/cli_table.ts b/ext/node/polyfills/internal/cli_table.ts
index 9826e524f6c56a..c6991ed06d8509 100644
--- a/ext/node/polyfills/internal/cli_table.ts
+++ b/ext/node/polyfills/internal/cli_table.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/console/constructor.mjs b/ext/node/polyfills/internal/console/constructor.mjs
index ebf5cbec4f8055..0736fd4c47a1bd 100644
--- a/ext/node/polyfills/internal/console/constructor.mjs
+++ b/ext/node/polyfills/internal/console/constructor.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/constants.ts b/ext/node/polyfills/internal/constants.ts
index 521cea987c8602..3c83c0f0effe59 100644
--- a/ext/node/polyfills/internal/constants.ts
+++ b/ext/node/polyfills/internal/constants.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import { isWindows } from "ext:deno_node/_util/os.ts";
diff --git a/ext/node/polyfills/internal/crypto/_keys.ts b/ext/node/polyfills/internal/crypto/_keys.ts
index e7998624582156..9a097f82e3fa28 100644
--- a/ext/node/polyfills/internal/crypto/_keys.ts
+++ b/ext/node/polyfills/internal/crypto/_keys.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // This file is here because to break a circular dependency between streams and
 // crypto.
diff --git a/ext/node/polyfills/internal/crypto/_randomBytes.ts b/ext/node/polyfills/internal/crypto/_randomBytes.ts
index e1dc5c5ac8fc5d..c8608a7c53b751 100644
--- a/ext/node/polyfills/internal/crypto/_randomBytes.ts
+++ b/ext/node/polyfills/internal/crypto/_randomBytes.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal/crypto/_randomFill.mjs b/ext/node/polyfills/internal/crypto/_randomFill.mjs
index 8ef864562fd652..20a6e1c02260df 100644
--- a/ext/node/polyfills/internal/crypto/_randomFill.mjs
+++ b/ext/node/polyfills/internal/crypto/_randomFill.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal/crypto/_randomInt.ts b/ext/node/polyfills/internal/crypto/_randomInt.ts
index e08b3e96399070..65a8bacf13663b 100644
--- a/ext/node/polyfills/internal/crypto/_randomInt.ts
+++ b/ext/node/polyfills/internal/crypto/_randomInt.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { op_node_random_int } from "ext:core/ops";
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/internal/crypto/certificate.ts b/ext/node/polyfills/internal/crypto/certificate.ts
index c15236c5cb6627..cd64ba36d9e69c 100644
--- a/ext/node/polyfills/internal/crypto/certificate.ts
+++ b/ext/node/polyfills/internal/crypto/certificate.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 import { notImplemented } from "ext:deno_node/_utils.ts";
diff --git a/ext/node/polyfills/internal/crypto/cipher.ts b/ext/node/polyfills/internal/crypto/cipher.ts
index c1c5ce8901bef4..dd1698f46ecfb9 100644
--- a/ext/node/polyfills/internal/crypto/cipher.ts
+++ b/ext/node/polyfills/internal/crypto/cipher.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/crypto/constants.ts b/ext/node/polyfills/internal/crypto/constants.ts
index d9c0b2d63b701c..77fe9bbf43fbfc 100644
--- a/ext/node/polyfills/internal/crypto/constants.ts
+++ b/ext/node/polyfills/internal/crypto/constants.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/crypto/diffiehellman.ts b/ext/node/polyfills/internal/crypto/diffiehellman.ts
index a439306a9718b3..fb0da4e60b1e9c 100644
--- a/ext/node/polyfills/internal/crypto/diffiehellman.ts
+++ b/ext/node/polyfills/internal/crypto/diffiehellman.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/crypto/hash.ts b/ext/node/polyfills/internal/crypto/hash.ts
index c42ca3989206e6..3b3ec928fb03be 100644
--- a/ext/node/polyfills/internal/crypto/hash.ts
+++ b/ext/node/polyfills/internal/crypto/hash.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/crypto/hkdf.ts b/ext/node/polyfills/internal/crypto/hkdf.ts
index cb1dbee46badea..282633ba262cbe 100644
--- a/ext/node/polyfills/internal/crypto/hkdf.ts
+++ b/ext/node/polyfills/internal/crypto/hkdf.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/crypto/keygen.ts b/ext/node/polyfills/internal/crypto/keygen.ts
index b023ab1060c010..8d9a98e3247ada 100644
--- a/ext/node/polyfills/internal/crypto/keygen.ts
+++ b/ext/node/polyfills/internal/crypto/keygen.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/crypto/keys.ts b/ext/node/polyfills/internal/crypto/keys.ts
index 932856df0e88d5..a6ef6b156d16e0 100644
--- a/ext/node/polyfills/internal/crypto/keys.ts
+++ b/ext/node/polyfills/internal/crypto/keys.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/crypto/pbkdf2.ts b/ext/node/polyfills/internal/crypto/pbkdf2.ts
index 4e58cb68b34ee7..84a3032c75d5a1 100644
--- a/ext/node/polyfills/internal/crypto/pbkdf2.ts
+++ b/ext/node/polyfills/internal/crypto/pbkdf2.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal/crypto/random.ts b/ext/node/polyfills/internal/crypto/random.ts
index a41b8681905f03..9d8864aabcdcdb 100644
--- a/ext/node/polyfills/internal/crypto/random.ts
+++ b/ext/node/polyfills/internal/crypto/random.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/crypto/scrypt.ts b/ext/node/polyfills/internal/crypto/scrypt.ts
index ce8649bbe2674f..e20ad330110951 100644
--- a/ext/node/polyfills/internal/crypto/scrypt.ts
+++ b/ext/node/polyfills/internal/crypto/scrypt.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 /*
 MIT License
 
diff --git a/ext/node/polyfills/internal/crypto/sig.ts b/ext/node/polyfills/internal/crypto/sig.ts
index a05f16478d93f1..d75f522f37885c 100644
--- a/ext/node/polyfills/internal/crypto/sig.ts
+++ b/ext/node/polyfills/internal/crypto/sig.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/crypto/types.ts b/ext/node/polyfills/internal/crypto/types.ts
index 17b15127efca88..60f913ca2daacb 100644
--- a/ext/node/polyfills/internal/crypto/types.ts
+++ b/ext/node/polyfills/internal/crypto/types.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 import { BufferEncoding } from "ext:deno_node/_global.d.ts";
diff --git a/ext/node/polyfills/internal/crypto/util.ts b/ext/node/polyfills/internal/crypto/util.ts
index 6c925f6577620d..7e6f4a9b401830 100644
--- a/ext/node/polyfills/internal/crypto/util.ts
+++ b/ext/node/polyfills/internal/crypto/util.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/crypto/x509.ts b/ext/node/polyfills/internal/crypto/x509.ts
index 699e45a51b3d53..a37db7365e095e 100644
--- a/ext/node/polyfills/internal/crypto/x509.ts
+++ b/ext/node/polyfills/internal/crypto/x509.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/dgram.ts b/ext/node/polyfills/internal/dgram.ts
index e34f92f1ead48f..d69baa7ef24687 100644
--- a/ext/node/polyfills/internal/dgram.ts
+++ b/ext/node/polyfills/internal/dgram.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/dns/promises.ts b/ext/node/polyfills/internal/dns/promises.ts
index ee4248163dc2b2..b431c4502f38da 100644
--- a/ext/node/polyfills/internal/dns/promises.ts
+++ b/ext/node/polyfills/internal/dns/promises.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/dns/utils.ts b/ext/node/polyfills/internal/dns/utils.ts
index 226fce93ddc47c..a405d3f50933bb 100644
--- a/ext/node/polyfills/internal/dns/utils.ts
+++ b/ext/node/polyfills/internal/dns/utils.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/dtrace.ts b/ext/node/polyfills/internal/dtrace.ts
index 3443aec7ff627a..716c48c7cc8c84 100644
--- a/ext/node/polyfills/internal/dtrace.ts
+++ b/ext/node/polyfills/internal/dtrace.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/error_codes.ts b/ext/node/polyfills/internal/error_codes.ts
index 0603e9e114eec5..638c0584c2696a 100644
--- a/ext/node/polyfills/internal/error_codes.ts
+++ b/ext/node/polyfills/internal/error_codes.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Lazily initializes the error classes in this object.
 // This trick is necessary for avoiding circular dendencies between
diff --git a/ext/node/polyfills/internal/errors.ts b/ext/node/polyfills/internal/errors.ts
index d79232aed74041..5d35f07dd841f4 100644
--- a/ext/node/polyfills/internal/errors.ts
+++ b/ext/node/polyfills/internal/errors.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Node.js contributors. All rights reserved. MIT License.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/event_target.mjs b/ext/node/polyfills/internal/event_target.mjs
index 4409b00ed4c691..80c6041c57f04a 100644
--- a/ext/node/polyfills/internal/event_target.mjs
+++ b/ext/node/polyfills/internal/event_target.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Node.js contributors. All rights reserved. MIT License.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/events/abort_listener.mjs b/ext/node/polyfills/internal/events/abort_listener.mjs
index f1430489fa5c2b..0407b935952ddb 100644
--- a/ext/node/polyfills/internal/events/abort_listener.mjs
+++ b/ext/node/polyfills/internal/events/abort_listener.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 import { primordials } from "ext:deno_node/internal/test/binding.ts";
diff --git a/ext/node/polyfills/internal/fixed_queue.ts b/ext/node/polyfills/internal/fixed_queue.ts
index 0a2209c8d539b1..d9355e73c51e8c 100644
--- a/ext/node/polyfills/internal/fixed_queue.ts
+++ b/ext/node/polyfills/internal/fixed_queue.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/internal/fs/handle.ts b/ext/node/polyfills/internal/fs/handle.ts
index ee035f2f5c4da6..ace9a7635c81a8 100644
--- a/ext/node/polyfills/internal/fs/handle.ts
+++ b/ext/node/polyfills/internal/fs/handle.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal/fs/streams.d.ts b/ext/node/polyfills/internal/fs/streams.d.ts
index b4c235f9b5e0d2..8459120573bbf4 100644
--- a/ext/node/polyfills/internal/fs/streams.d.ts
+++ b/ext/node/polyfills/internal/fs/streams.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright DefinitelyTyped contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file no-explicit-any
 
diff --git a/ext/node/polyfills/internal/fs/streams.mjs b/ext/node/polyfills/internal/fs/streams.mjs
index 3b4409c4cf98fc..5adb8da225de11 100644
--- a/ext/node/polyfills/internal/fs/streams.mjs
+++ b/ext/node/polyfills/internal/fs/streams.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/fs/utils.mjs b/ext/node/polyfills/internal/fs/utils.mjs
index b0ef34873e08a1..9e8558dea23155 100644
--- a/ext/node/polyfills/internal/fs/utils.mjs
+++ b/ext/node/polyfills/internal/fs/utils.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal/hide_stack_frames.ts b/ext/node/polyfills/internal/hide_stack_frames.ts
index 4145189fff92f1..93d7aca09519d3 100644
--- a/ext/node/polyfills/internal/hide_stack_frames.ts
+++ b/ext/node/polyfills/internal/hide_stack_frames.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal/http.ts b/ext/node/polyfills/internal/http.ts
index ddf082f4510ade..d559442bbc84b8 100644
--- a/ext/node/polyfills/internal/http.ts
+++ b/ext/node/polyfills/internal/http.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/idna.ts b/ext/node/polyfills/internal/idna.ts
index 93ed065cceeeb7..8a53b7e7218f82 100644
--- a/ext/node/polyfills/internal/idna.ts
+++ b/ext/node/polyfills/internal/idna.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/net.ts b/ext/node/polyfills/internal/net.ts
index a3dcb3ed2159b1..a14dcae9b890cd 100644
--- a/ext/node/polyfills/internal/net.ts
+++ b/ext/node/polyfills/internal/net.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/normalize_encoding.mjs b/ext/node/polyfills/internal/normalize_encoding.mjs
index a367337880396e..6ae322f11887d9 100644
--- a/ext/node/polyfills/internal/normalize_encoding.mjs
+++ b/ext/node/polyfills/internal/normalize_encoding.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal/options.ts b/ext/node/polyfills/internal/options.ts
index 4b62a11285ebba..16ac62a69ffffb 100644
--- a/ext/node/polyfills/internal/options.ts
+++ b/ext/node/polyfills/internal/options.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/primordials.mjs b/ext/node/polyfills/internal/primordials.mjs
index cddd1aa66db100..027994a3d2aa8c 100644
--- a/ext/node/polyfills/internal/primordials.mjs
+++ b/ext/node/polyfills/internal/primordials.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file prefer-primordials
 
diff --git a/ext/node/polyfills/internal/process/per_thread.mjs b/ext/node/polyfills/internal/process/per_thread.mjs
index b4db3f36917793..9d784be153d660 100644
--- a/ext/node/polyfills/internal/process/per_thread.mjs
+++ b/ext/node/polyfills/internal/process/per_thread.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/process/report.ts b/ext/node/polyfills/internal/process/report.ts
index c4a1ff56168bec..5374c449fc2dce 100644
--- a/ext/node/polyfills/internal/process/report.ts
+++ b/ext/node/polyfills/internal/process/report.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/node/polyfills/internal/querystring.ts b/ext/node/polyfills/internal/querystring.ts
index a34e4e4b768f5f..1824203c6065a9 100644
--- a/ext/node/polyfills/internal/querystring.ts
+++ b/ext/node/polyfills/internal/querystring.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal/readline/callbacks.mjs b/ext/node/polyfills/internal/readline/callbacks.mjs
index 5e3d7382fc4fc8..4f860776e09924 100644
--- a/ext/node/polyfills/internal/readline/callbacks.mjs
+++ b/ext/node/polyfills/internal/readline/callbacks.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/readline/emitKeypressEvents.mjs b/ext/node/polyfills/internal/readline/emitKeypressEvents.mjs
index e016fd15338eb7..27a010b4203c7a 100644
--- a/ext/node/polyfills/internal/readline/emitKeypressEvents.mjs
+++ b/ext/node/polyfills/internal/readline/emitKeypressEvents.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/readline/interface.mjs b/ext/node/polyfills/internal/readline/interface.mjs
index bdb832f881f2f5..9988f6c46b3824 100644
--- a/ext/node/polyfills/internal/readline/interface.mjs
+++ b/ext/node/polyfills/internal/readline/interface.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/readline/promises.mjs b/ext/node/polyfills/internal/readline/promises.mjs
index f1de6a2d3105cc..21ab8b6d939efe 100644
--- a/ext/node/polyfills/internal/readline/promises.mjs
+++ b/ext/node/polyfills/internal/readline/promises.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/readline/symbols.mjs b/ext/node/polyfills/internal/readline/symbols.mjs
index 299cc8c9a7eff9..7b935d1243ad1d 100644
--- a/ext/node/polyfills/internal/readline/symbols.mjs
+++ b/ext/node/polyfills/internal/readline/symbols.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/readline/utils.mjs b/ext/node/polyfills/internal/readline/utils.mjs
index b9372ab0ead073..495c373638b2f3 100644
--- a/ext/node/polyfills/internal/readline/utils.mjs
+++ b/ext/node/polyfills/internal/readline/utils.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/stream_base_commons.ts b/ext/node/polyfills/internal/stream_base_commons.ts
index 1fabb73f47c5e7..050658d4f53fe1 100644
--- a/ext/node/polyfills/internal/stream_base_commons.ts
+++ b/ext/node/polyfills/internal/stream_base_commons.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/streams/add-abort-signal.mjs b/ext/node/polyfills/internal/streams/add-abort-signal.mjs
index 2e66c86643e93b..d6a3ca099ec1f3 100644
--- a/ext/node/polyfills/internal/streams/add-abort-signal.mjs
+++ b/ext/node/polyfills/internal/streams/add-abort-signal.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/buffer_list.mjs b/ext/node/polyfills/internal/streams/buffer_list.mjs
index db3a703388441d..cb9dba563b2b5c 100644
--- a/ext/node/polyfills/internal/streams/buffer_list.mjs
+++ b/ext/node/polyfills/internal/streams/buffer_list.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/destroy.mjs b/ext/node/polyfills/internal/streams/destroy.mjs
index 27420e78bfc319..6e60e20ace7a93 100644
--- a/ext/node/polyfills/internal/streams/destroy.mjs
+++ b/ext/node/polyfills/internal/streams/destroy.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/duplex.mjs b/ext/node/polyfills/internal/streams/duplex.mjs
index b7c0b077ffe8c7..0424c3d17b326b 100644
--- a/ext/node/polyfills/internal/streams/duplex.mjs
+++ b/ext/node/polyfills/internal/streams/duplex.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/end-of-stream.mjs b/ext/node/polyfills/internal/streams/end-of-stream.mjs
index aebdb90bf30a33..be9bf0a50c7121 100644
--- a/ext/node/polyfills/internal/streams/end-of-stream.mjs
+++ b/ext/node/polyfills/internal/streams/end-of-stream.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/lazy_transform.mjs b/ext/node/polyfills/internal/streams/lazy_transform.mjs
index 3033ee6d4c3eff..f5cf8ac48a7e41 100644
--- a/ext/node/polyfills/internal/streams/lazy_transform.mjs
+++ b/ext/node/polyfills/internal/streams/lazy_transform.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/passthrough.mjs b/ext/node/polyfills/internal/streams/passthrough.mjs
index 8c7d4f3560ad6c..aa3f26a52c80ea 100644
--- a/ext/node/polyfills/internal/streams/passthrough.mjs
+++ b/ext/node/polyfills/internal/streams/passthrough.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/readable.mjs b/ext/node/polyfills/internal/streams/readable.mjs
index c5411d64513527..7c291f3932c781 100644
--- a/ext/node/polyfills/internal/streams/readable.mjs
+++ b/ext/node/polyfills/internal/streams/readable.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/state.mjs b/ext/node/polyfills/internal/streams/state.mjs
index 428492306b1c7a..599620ce7a7392 100644
--- a/ext/node/polyfills/internal/streams/state.mjs
+++ b/ext/node/polyfills/internal/streams/state.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/transform.mjs b/ext/node/polyfills/internal/streams/transform.mjs
index af368365cb068d..ac2bf6acc9c679 100644
--- a/ext/node/polyfills/internal/streams/transform.mjs
+++ b/ext/node/polyfills/internal/streams/transform.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/utils.mjs b/ext/node/polyfills/internal/streams/utils.mjs
index a2506bd5de208a..65551b129d6319 100644
--- a/ext/node/polyfills/internal/streams/utils.mjs
+++ b/ext/node/polyfills/internal/streams/utils.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/streams/writable.mjs b/ext/node/polyfills/internal/streams/writable.mjs
index c02e4e0e1db4f7..7f1679e3722388 100644
--- a/ext/node/polyfills/internal/streams/writable.mjs
+++ b/ext/node/polyfills/internal/streams/writable.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 // deno-lint-ignore-file
 
diff --git a/ext/node/polyfills/internal/test/binding.ts b/ext/node/polyfills/internal/test/binding.ts
index cce56b922c0a5d..bbd78ec4719a56 100644
--- a/ext/node/polyfills/internal/test/binding.ts
+++ b/ext/node/polyfills/internal/test/binding.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 import { getBinding } from "ext:deno_node/internal_binding/mod.ts";
 import type { BindingName } from "ext:deno_node/internal_binding/mod.ts";
diff --git a/ext/node/polyfills/internal/timers.mjs b/ext/node/polyfills/internal/timers.mjs
index 363f55f693c641..84dd165e263c00 100644
--- a/ext/node/polyfills/internal/timers.mjs
+++ b/ext/node/polyfills/internal/timers.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/url.ts b/ext/node/polyfills/internal/url.ts
index 4b9da49ec0cdd7..82d7a8b4bf1ab3 100644
--- a/ext/node/polyfills/internal/url.ts
+++ b/ext/node/polyfills/internal/url.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal/util.mjs b/ext/node/polyfills/internal/util.mjs
index a603a975ad02e7..91de8689204065 100644
--- a/ext/node/polyfills/internal/util.mjs
+++ b/ext/node/polyfills/internal/util.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal/util/comparisons.ts b/ext/node/polyfills/internal/util/comparisons.ts
index 39e30c69aa5fa1..44f0bef0079d92 100644
--- a/ext/node/polyfills/internal/util/comparisons.ts
+++ b/ext/node/polyfills/internal/util/comparisons.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // deno-lint-ignore-file
diff --git a/ext/node/polyfills/internal/util/debuglog.ts b/ext/node/polyfills/internal/util/debuglog.ts
index bbaba7b6fced4a..dc05aff8257259 100644
--- a/ext/node/polyfills/internal/util/debuglog.ts
+++ b/ext/node/polyfills/internal/util/debuglog.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal/util/inspect.mjs b/ext/node/polyfills/internal/util/inspect.mjs
index ae797449bfce98..05870591222267 100644
--- a/ext/node/polyfills/internal/util/inspect.mjs
+++ b/ext/node/polyfills/internal/util/inspect.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal/util/parse_args/parse_args.js b/ext/node/polyfills/internal/util/parse_args/parse_args.js
index 742f2a1f0dd743..c4a60bcd359aaa 100644
--- a/ext/node/polyfills/internal/util/parse_args/parse_args.js
+++ b/ext/node/polyfills/internal/util/parse_args/parse_args.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/internal/util/parse_args/utils.js b/ext/node/polyfills/internal/util/parse_args/utils.js
index 1ceed0b9e83dc7..dd76fa15121417 100644
--- a/ext/node/polyfills/internal/util/parse_args/utils.js
+++ b/ext/node/polyfills/internal/util/parse_args/utils.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/internal/util/types.ts b/ext/node/polyfills/internal/util/types.ts
index b8aca59680b447..9415c9db5f09e3 100644
--- a/ext/node/polyfills/internal/util/types.ts
+++ b/ext/node/polyfills/internal/util/types.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 //
 // Adapted from Node.js. Copyright Joyent, Inc. and other Node contributors.
 //
diff --git a/ext/node/polyfills/internal/validators.mjs b/ext/node/polyfills/internal/validators.mjs
index 12962b8432a629..0529dca546eaba 100644
--- a/ext/node/polyfills/internal/validators.mjs
+++ b/ext/node/polyfills/internal/validators.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/internal_binding/_libuv_winerror.ts b/ext/node/polyfills/internal_binding/_libuv_winerror.ts
index 3ba7d9cdaed727..b84c60226c39f3 100644
--- a/ext/node/polyfills/internal_binding/_libuv_winerror.ts
+++ b/ext/node/polyfills/internal_binding/_libuv_winerror.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { op_node_sys_to_uv_error } from "ext:core/ops";
 
diff --git a/ext/node/polyfills/internal_binding/_listen.ts b/ext/node/polyfills/internal_binding/_listen.ts
index 613fdd999d4817..06e13af79fbbe3 100644
--- a/ext/node/polyfills/internal_binding/_listen.ts
+++ b/ext/node/polyfills/internal_binding/_listen.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal_binding/_node.ts b/ext/node/polyfills/internal_binding/_node.ts
index bf6b7761301d0d..1e4f1d257e5450 100644
--- a/ext/node/polyfills/internal_binding/_node.ts
+++ b/ext/node/polyfills/internal_binding/_node.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This file contains C++ node globals accessed in internal binding calls
 
 /**
diff --git a/ext/node/polyfills/internal_binding/_timingSafeEqual.ts b/ext/node/polyfills/internal_binding/_timingSafeEqual.ts
index d9811c55058ec7..f24e70b72331ee 100644
--- a/ext/node/polyfills/internal_binding/_timingSafeEqual.ts
+++ b/ext/node/polyfills/internal_binding/_timingSafeEqual.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal_binding/_utils.ts b/ext/node/polyfills/internal_binding/_utils.ts
index 74dc3cbcd634e3..c3e5ca7adb4835 100644
--- a/ext/node/polyfills/internal_binding/_utils.ts
+++ b/ext/node/polyfills/internal_binding/_utils.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal_binding/ares.ts b/ext/node/polyfills/internal_binding/ares.ts
index 46afdfb1954e16..807617aa943820 100644
--- a/ext/node/polyfills/internal_binding/ares.ts
+++ b/ext/node/polyfills/internal_binding/ares.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 /* Copyright 1998 by the Massachusetts Institute of Technology.
  *
  * Permission to use, copy, modify, and distribute this
diff --git a/ext/node/polyfills/internal_binding/async_wrap.ts b/ext/node/polyfills/internal_binding/async_wrap.ts
index affee03fab80f6..4480e1a0a7b5dc 100644
--- a/ext/node/polyfills/internal_binding/async_wrap.ts
+++ b/ext/node/polyfills/internal_binding/async_wrap.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/buffer.ts b/ext/node/polyfills/internal_binding/buffer.ts
index 4b8e5388b29d0b..7a543e6f03917d 100644
--- a/ext/node/polyfills/internal_binding/buffer.ts
+++ b/ext/node/polyfills/internal_binding/buffer.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal_binding/cares_wrap.ts b/ext/node/polyfills/internal_binding/cares_wrap.ts
index cbd0bb8ef645b1..6a864e5855c48c 100644
--- a/ext/node/polyfills/internal_binding/cares_wrap.ts
+++ b/ext/node/polyfills/internal_binding/cares_wrap.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/connection_wrap.ts b/ext/node/polyfills/internal_binding/connection_wrap.ts
index ef07025e29a95a..036d7a3e5b18dd 100644
--- a/ext/node/polyfills/internal_binding/connection_wrap.ts
+++ b/ext/node/polyfills/internal_binding/connection_wrap.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/constants.ts b/ext/node/polyfills/internal_binding/constants.ts
index ccb0ba570246e0..5e1afb72229e92 100644
--- a/ext/node/polyfills/internal_binding/constants.ts
+++ b/ext/node/polyfills/internal_binding/constants.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { op_node_build_os } from "ext:core/ops";
 
diff --git a/ext/node/polyfills/internal_binding/crypto.ts b/ext/node/polyfills/internal_binding/crypto.ts
index 3aabbbf3445e34..e3d03a4b1a1d67 100644
--- a/ext/node/polyfills/internal_binding/crypto.ts
+++ b/ext/node/polyfills/internal_binding/crypto.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 import { notImplemented } from "ext:deno_node/_utils.ts";
diff --git a/ext/node/polyfills/internal_binding/handle_wrap.ts b/ext/node/polyfills/internal_binding/handle_wrap.ts
index 1b3036a7ef9556..61a34fbc06f5f2 100644
--- a/ext/node/polyfills/internal_binding/handle_wrap.ts
+++ b/ext/node/polyfills/internal_binding/handle_wrap.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/http_parser.ts b/ext/node/polyfills/internal_binding/http_parser.ts
index bad10d98519edf..ac087e24de6157 100644
--- a/ext/node/polyfills/internal_binding/http_parser.ts
+++ b/ext/node/polyfills/internal_binding/http_parser.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/mod.ts b/ext/node/polyfills/internal_binding/mod.ts
index ebbfc629f1c9ec..25a5a2c7c285eb 100644
--- a/ext/node/polyfills/internal_binding/mod.ts
+++ b/ext/node/polyfills/internal_binding/mod.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/internal_binding/node_file.ts b/ext/node/polyfills/internal_binding/node_file.ts
index 6c134ec4bc35e0..1e97ee5cf7a53f 100644
--- a/ext/node/polyfills/internal_binding/node_file.ts
+++ b/ext/node/polyfills/internal_binding/node_file.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/node_options.ts b/ext/node/polyfills/internal_binding/node_options.ts
index ddacb28b6dc12c..927fd39b94d13b 100644
--- a/ext/node/polyfills/internal_binding/node_options.ts
+++ b/ext/node/polyfills/internal_binding/node_options.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/pipe_wrap.ts b/ext/node/polyfills/internal_binding/pipe_wrap.ts
index 3e366b3c76d04f..3917be36eeab6d 100644
--- a/ext/node/polyfills/internal_binding/pipe_wrap.ts
+++ b/ext/node/polyfills/internal_binding/pipe_wrap.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/stream_wrap.ts b/ext/node/polyfills/internal_binding/stream_wrap.ts
index 19c9357ce8287d..e66c737be0a0f4 100644
--- a/ext/node/polyfills/internal_binding/stream_wrap.ts
+++ b/ext/node/polyfills/internal_binding/stream_wrap.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/string_decoder.ts b/ext/node/polyfills/internal_binding/string_decoder.ts
index 7f8c954a357232..4825ea0aa939ca 100644
--- a/ext/node/polyfills/internal_binding/string_decoder.ts
+++ b/ext/node/polyfills/internal_binding/string_decoder.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { Encodings } from "ext:deno_node/internal_binding/_node.ts";
 
 const encodings = [];
diff --git a/ext/node/polyfills/internal_binding/symbols.ts b/ext/node/polyfills/internal_binding/symbols.ts
index 2b0656b0ea7734..affc63eb84f795 100644
--- a/ext/node/polyfills/internal_binding/symbols.ts
+++ b/ext/node/polyfills/internal_binding/symbols.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/tcp_wrap.ts b/ext/node/polyfills/internal_binding/tcp_wrap.ts
index d9f1c5356a0fda..6c19e2dd29837e 100644
--- a/ext/node/polyfills/internal_binding/tcp_wrap.ts
+++ b/ext/node/polyfills/internal_binding/tcp_wrap.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/types.ts b/ext/node/polyfills/internal_binding/types.ts
index 2d301ba1b20d17..a0fd338600c081 100644
--- a/ext/node/polyfills/internal_binding/types.ts
+++ b/ext/node/polyfills/internal_binding/types.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 //
 // Adapted from Node.js. Copyright Joyent, Inc. and other Node contributors.
 //
diff --git a/ext/node/polyfills/internal_binding/udp_wrap.ts b/ext/node/polyfills/internal_binding/udp_wrap.ts
index db6961ddb73c1f..337dfe75c22159 100644
--- a/ext/node/polyfills/internal_binding/udp_wrap.ts
+++ b/ext/node/polyfills/internal_binding/udp_wrap.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/util.ts b/ext/node/polyfills/internal_binding/util.ts
index c8fb32d8caa036..9297e1b20c81a2 100644
--- a/ext/node/polyfills/internal_binding/util.ts
+++ b/ext/node/polyfills/internal_binding/util.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/internal_binding/uv.ts b/ext/node/polyfills/internal_binding/uv.ts
index 6cd70a7e85288e..cd868cb3956c31 100644
--- a/ext/node/polyfills/internal_binding/uv.ts
+++ b/ext/node/polyfills/internal_binding/uv.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/net.ts b/ext/node/polyfills/net.ts
index b2b0c9857c2a92..3f7603079eeaab 100644
--- a/ext/node/polyfills/net.ts
+++ b/ext/node/polyfills/net.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/os.ts b/ext/node/polyfills/os.ts
index edc89ed2c3f113..bd4b285ba312d6 100644
--- a/ext/node/polyfills/os.ts
+++ b/ext/node/polyfills/os.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/path.ts b/ext/node/polyfills/path.ts
index 19ba2e26d362d1..255f9592a0d58a 100644
--- a/ext/node/polyfills/path.ts
+++ b/ext/node/polyfills/path.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 export * from "ext:deno_node/path/mod.ts";
 import m from "ext:deno_node/path/mod.ts";
 export default m;
diff --git a/ext/node/polyfills/path/_constants.ts b/ext/node/polyfills/path/_constants.ts
index 3407515169a965..b18f90601f4f9c 100644
--- a/ext/node/polyfills/path/_constants.ts
+++ b/ext/node/polyfills/path/_constants.ts
@@ -1,6 +1,6 @@
 // Copyright the Browserify authors. MIT License.
 // Ported from https://github.com/browserify/path-browserify/
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Alphabet chars.
 export const CHAR_UPPERCASE_A = 65; /* A */
diff --git a/ext/node/polyfills/path/_interface.ts b/ext/node/polyfills/path/_interface.ts
index cb40bae12e9065..e37933962b777c 100644
--- a/ext/node/polyfills/path/_interface.ts
+++ b/ext/node/polyfills/path/_interface.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /**
  * A parsed path object generated by path.parse() or consumed by path.format().
diff --git a/ext/node/polyfills/path/_posix.ts b/ext/node/polyfills/path/_posix.ts
index bf0b91d488bd8a..6a4aa2117af0d0 100644
--- a/ext/node/polyfills/path/_posix.ts
+++ b/ext/node/polyfills/path/_posix.ts
@@ -1,6 +1,6 @@
 // Copyright the Browserify authors. MIT License.
 // Ported from https://github.com/browserify/path-browserify/
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/path/_util.ts b/ext/node/polyfills/path/_util.ts
index 9248c68ae5660c..1e95faea414f26 100644
--- a/ext/node/polyfills/path/_util.ts
+++ b/ext/node/polyfills/path/_util.ts
@@ -1,6 +1,6 @@
 // Copyright the Browserify authors. MIT License.
 // Ported from https://github.com/browserify/path-browserify/
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/path/_win32.ts b/ext/node/polyfills/path/_win32.ts
index 11c82e0eeee855..70a0d8a00689df 100644
--- a/ext/node/polyfills/path/_win32.ts
+++ b/ext/node/polyfills/path/_win32.ts
@@ -1,6 +1,6 @@
 // Copyright the Browserify authors. MIT License.
 // Ported from https://github.com/browserify/path-browserify/
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/path/common.ts b/ext/node/polyfills/path/common.ts
index ee2987307ecab1..9c1c91a650ca3e 100644
--- a/ext/node/polyfills/path/common.ts
+++ b/ext/node/polyfills/path/common.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This module is browser compatible.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/path/mod.ts b/ext/node/polyfills/path/mod.ts
index e74c1da4dbb408..5fd5e34e578f6f 100644
--- a/ext/node/polyfills/path/mod.ts
+++ b/ext/node/polyfills/path/mod.ts
@@ -1,6 +1,6 @@
 // Copyright the Browserify authors. MIT License.
 // Ported mostly from https://github.com/browserify/path-browserify/
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { isWindows } from "ext:deno_node/_util/os.ts";
 import _win32 from "ext:deno_node/path/_win32.ts";
diff --git a/ext/node/polyfills/path/posix.ts b/ext/node/polyfills/path/posix.ts
index 2b6582ff6d5fbf..474d74afaf7fd1 100644
--- a/ext/node/polyfills/path/posix.ts
+++ b/ext/node/polyfills/path/posix.ts
@@ -1,6 +1,6 @@
 // Copyright the Browserify authors. MIT License.
 // Ported from https://github.com/browserify/path-browserify/
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import path from "ext:deno_node/path/mod.ts";
 
diff --git a/ext/node/polyfills/path/separator.ts b/ext/node/polyfills/path/separator.ts
index 36dce7df99b170..bb9eaf7bb47161 100644
--- a/ext/node/polyfills/path/separator.ts
+++ b/ext/node/polyfills/path/separator.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/path/win32.ts b/ext/node/polyfills/path/win32.ts
index 02e6f97c5aa63b..740a3465088727 100644
--- a/ext/node/polyfills/path/win32.ts
+++ b/ext/node/polyfills/path/win32.ts
@@ -1,6 +1,6 @@
 // Copyright the Browserify authors. MIT License.
 // Ported from https://github.com/browserify/path-browserify/
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import path from "ext:deno_node/path/mod.ts";
 
diff --git a/ext/node/polyfills/perf_hooks.ts b/ext/node/polyfills/perf_hooks.ts
index ec76b3ce2d89c9..af4e7b261f8b76 100644
--- a/ext/node/polyfills/perf_hooks.ts
+++ b/ext/node/polyfills/perf_hooks.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/process.ts b/ext/node/polyfills/process.ts
index 647376d5cf0147..e91a2ee005b10f 100644
--- a/ext/node/polyfills/process.ts
+++ b/ext/node/polyfills/process.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/punycode.ts b/ext/node/polyfills/punycode.ts
index adecdf4f9a897e..6e29dd81f927ed 100644
--- a/ext/node/polyfills/punycode.ts
+++ b/ext/node/polyfills/punycode.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   op_node_idna_punycode_decode,
diff --git a/ext/node/polyfills/querystring.js b/ext/node/polyfills/querystring.js
index 5eb6a077aa9867..206c3f5f825f37 100644
--- a/ext/node/polyfills/querystring.js
+++ b/ext/node/polyfills/querystring.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
 // deno-lint-ignore-file prefer-primordials
diff --git a/ext/node/polyfills/readline.ts b/ext/node/polyfills/readline.ts
index 5813dd3d9be958..6b7e51fe9d473e 100644
--- a/ext/node/polyfills/readline.ts
+++ b/ext/node/polyfills/readline.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // @deno-types="./_readline.d.ts"
 
 import {
diff --git a/ext/node/polyfills/readline/promises.ts b/ext/node/polyfills/readline/promises.ts
index 76c8b350d4e2ed..0e5ae6b8bbb30d 100644
--- a/ext/node/polyfills/readline/promises.ts
+++ b/ext/node/polyfills/readline/promises.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/repl.ts b/ext/node/polyfills/repl.ts
index a7acc5b19abe1f..c0e69d93eb5f0c 100644
--- a/ext/node/polyfills/repl.ts
+++ b/ext/node/polyfills/repl.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import { primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/stream.ts b/ext/node/polyfills/stream.ts
index 96262428f0e125..2c9821dee61078 100644
--- a/ext/node/polyfills/stream.ts
+++ b/ext/node/polyfills/stream.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // compose, destroy and isDisturbed are experimental APIs without
 // typings. They can be exposed once they are released as stable in Node
 
diff --git a/ext/node/polyfills/stream/consumers.mjs b/ext/node/polyfills/stream/consumers.mjs
index dc5d29f6114de3..5f436c3e171103 100644
--- a/ext/node/polyfills/stream/consumers.mjs
+++ b/ext/node/polyfills/stream/consumers.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/stream/promises.mjs b/ext/node/polyfills/stream/promises.mjs
index 1282ca8963647a..007000d883ded9 100644
--- a/ext/node/polyfills/stream/promises.mjs
+++ b/ext/node/polyfills/stream/promises.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import { Stream } from "ext:deno_node/_stream.mjs";
diff --git a/ext/node/polyfills/stream/web.ts b/ext/node/polyfills/stream/web.ts
index 9cb361f862dddf..c0594c0cb76591 100644
--- a/ext/node/polyfills/stream/web.ts
+++ b/ext/node/polyfills/stream/web.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   ByteLengthQueuingStrategy,
diff --git a/ext/node/polyfills/string_decoder.ts b/ext/node/polyfills/string_decoder.ts
index b4a422e4b65d2a..f8dfe8d9a8b0de 100644
--- a/ext/node/polyfills/string_decoder.ts
+++ b/ext/node/polyfills/string_decoder.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/sys.ts b/ext/node/polyfills/sys.ts
index 4ee112caea405d..e10f174b6dab03 100644
--- a/ext/node/polyfills/sys.ts
+++ b/ext/node/polyfills/sys.ts
@@ -1,3 +1,3 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 export * from "node:util";
 export { default } from "node:util";
diff --git a/ext/node/polyfills/testing.ts b/ext/node/polyfills/testing.ts
index 901c38ed366b31..39014533a54677 100644
--- a/ext/node/polyfills/testing.ts
+++ b/ext/node/polyfills/testing.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 const { PromisePrototypeThen } = primordials;
diff --git a/ext/node/polyfills/timers.ts b/ext/node/polyfills/timers.ts
index fa5f7a204255be..9ef704a0b305aa 100644
--- a/ext/node/polyfills/timers.ts
+++ b/ext/node/polyfills/timers.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/node/polyfills/timers/promises.ts b/ext/node/polyfills/timers/promises.ts
index b2896fe8096642..2ec23273301678 100644
--- a/ext/node/polyfills/timers/promises.ts
+++ b/ext/node/polyfills/timers/promises.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import timers from "node:timers";
 
 export const setTimeout = timers.promises.setTimeout;
diff --git a/ext/node/polyfills/tls.ts b/ext/node/polyfills/tls.ts
index 4cfe9ebd63c67b..345994236ef891 100644
--- a/ext/node/polyfills/tls.ts
+++ b/ext/node/polyfills/tls.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 // TODO(petamoriken): enable prefer-primordials for node polyfills
diff --git a/ext/node/polyfills/trace_events.ts b/ext/node/polyfills/trace_events.ts
index bb3ea97459ee01..4df631a4c552ba 100644
--- a/ext/node/polyfills/trace_events.ts
+++ b/ext/node/polyfills/trace_events.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { ERR_INVALID_ARG_TYPE } from "ext:deno_node/internal/errors.ts";
 
diff --git a/ext/node/polyfills/tty.js b/ext/node/polyfills/tty.js
index e906c5f677bf75..1545ab12ecefbd 100644
--- a/ext/node/polyfills/tty.js
+++ b/ext/node/polyfills/tty.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { op_bootstrap_color_depth } from "ext:core/ops";
 import { core, primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/url.ts b/ext/node/polyfills/url.ts
index 4eeb0381f6ec50..b2744ff6cc1e98 100644
--- a/ext/node/polyfills/url.ts
+++ b/ext/node/polyfills/url.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and other Node contributors.
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
diff --git a/ext/node/polyfills/util.ts b/ext/node/polyfills/util.ts
index d82b288b037871..06c75ef79a2d8a 100644
--- a/ext/node/polyfills/util.ts
+++ b/ext/node/polyfills/util.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 const {
diff --git a/ext/node/polyfills/util/types.ts b/ext/node/polyfills/util/types.ts
index 5f2ead19bbafc2..fbf9092d9d77e9 100644
--- a/ext/node/polyfills/util/types.ts
+++ b/ext/node/polyfills/util/types.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import * as types from "ext:deno_node/internal/util/types.ts";
 export * from "ext:deno_node/internal/util/types.ts";
 export default { ...types };
diff --git a/ext/node/polyfills/v8.ts b/ext/node/polyfills/v8.ts
index e24a79ab5a0ac7..6d7892a724a6ed 100644
--- a/ext/node/polyfills/v8.ts
+++ b/ext/node/polyfills/v8.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 /// <reference path="../../core/internal.d.ts" />
diff --git a/ext/node/polyfills/vm.js b/ext/node/polyfills/vm.js
index b64c847c586af6..72279abcf8aab0 100644
--- a/ext/node/polyfills/vm.js
+++ b/ext/node/polyfills/vm.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
 
 import { Buffer } from "node:buffer";
diff --git a/ext/node/polyfills/wasi.ts b/ext/node/polyfills/wasi.ts
index 4bdc776a4cafa3..b948b0e35ca035 100644
--- a/ext/node/polyfills/wasi.ts
+++ b/ext/node/polyfills/wasi.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 
diff --git a/ext/node/polyfills/worker_threads.ts b/ext/node/polyfills/worker_threads.ts
index dc844169c510ac..87de9a5a5ced6d 100644
--- a/ext/node/polyfills/worker_threads.ts
+++ b/ext/node/polyfills/worker_threads.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright Joyent and Node contributors. All rights reserved. MIT license.
 
 import { core, internals, primordials } from "ext:core/mod.js";
diff --git a/ext/node/polyfills/zlib.ts b/ext/node/polyfills/zlib.ts
index 6e5d02b5be9bfb..08a9238bd5a6cf 100644
--- a/ext/node/polyfills/zlib.ts
+++ b/ext/node/polyfills/zlib.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { notImplemented } from "ext:deno_node/_utils.ts";
 import { zlib as constants } from "ext:deno_node/internal_binding/constants.ts";
 import {
diff --git a/ext/telemetry/Cargo.toml b/ext/telemetry/Cargo.toml
index fedaed6656a2a7..4328b707d328e9 100644
--- a/ext/telemetry/Cargo.toml
+++ b/ext/telemetry/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_telemetry"
diff --git a/ext/telemetry/lib.rs b/ext/telemetry/lib.rs
index ddf364a366b41c..eeff09ed88ee9e 100644
--- a/ext/telemetry/lib.rs
+++ b/ext/telemetry/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/telemetry/telemetry.ts b/ext/telemetry/telemetry.ts
index 86b4fe059dea27..31e052c28b8429 100644
--- a/ext/telemetry/telemetry.ts
+++ b/ext/telemetry/telemetry.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 import {
diff --git a/ext/telemetry/util.ts b/ext/telemetry/util.ts
index 7e30d5d859acc9..ac233f7a9fd733 100644
--- a/ext/telemetry/util.ts
+++ b/ext/telemetry/util.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 import type { Span } from "ext:deno_telemetry/telemetry.ts";
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 6bf1b8ea031ff8..53d85ba83cf266 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_tls"
diff --git a/ext/tls/lib.rs b/ext/tls/lib.rs
index a16e66ff9241ec..63e78e3f834241 100644
--- a/ext/tls/lib.rs
+++ b/ext/tls/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::io::BufRead;
 use std::io::BufReader;
 use std::io::Cursor;
diff --git a/ext/tls/tls_key.rs b/ext/tls/tls_key.rs
index a11a2d81064b91..dfd2863e5edbc6 100644
--- a/ext/tls/tls_key.rs
+++ b/ext/tls/tls_key.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! These represent the various types of TLS keys we support for both client and server
 //! connections.
diff --git a/ext/url/00_url.js b/ext/url/00_url.js
index ec875da768d6f9..c853430d1a909a 100644
--- a/ext/url/00_url.js
+++ b/ext/url/00_url.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/internal.d.ts" />
diff --git a/ext/url/01_urlpattern.js b/ext/url/01_urlpattern.js
index 6e27563089c56e..5febef3332058b 100644
--- a/ext/url/01_urlpattern.js
+++ b/ext/url/01_urlpattern.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/internal.d.ts" />
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 9ca3ce67529543..4dcb6f42ca2ca1 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_url"
diff --git a/ext/url/benches/url_ops.rs b/ext/url/benches/url_ops.rs
index acde8be6bbdcd5..9295a08d514bd6 100644
--- a/ext/url/benches/url_ops.rs
+++ b/ext/url/benches/url_ops.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_bench_util::bench_js_sync;
 use deno_bench_util::bench_or_profile;
diff --git a/ext/url/internal.d.ts b/ext/url/internal.d.ts
index 11bacb0e1b06e6..69e0472e8eaf14 100644
--- a/ext/url/internal.d.ts
+++ b/ext/url/internal.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference no-default-lib="true" />
 /// <reference lib="esnext" />
diff --git a/ext/url/lib.deno_url.d.ts b/ext/url/lib.deno_url.d.ts
index 946c70607fc0f9..08fe74cd6666c1 100644
--- a/ext/url/lib.deno_url.d.ts
+++ b/ext/url/lib.deno_url.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-explicit-any no-var
 
diff --git a/ext/url/lib.rs b/ext/url/lib.rs
index d012d359989881..0e9ca5839a7218 100644
--- a/ext/url/lib.rs
+++ b/ext/url/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod urlpattern;
 
diff --git a/ext/url/urlpattern.rs b/ext/url/urlpattern.rs
index 2ba159b896354a..88564625dab970 100644
--- a/ext/url/urlpattern.rs
+++ b/ext/url/urlpattern.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::op2;
 use urlpattern::quirks;
diff --git a/ext/web/00_infra.js b/ext/web/00_infra.js
index 9a75f8fa58946e..8ca42e86c22a64 100644
--- a/ext/web/00_infra.js
+++ b/ext/web/00_infra.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/internal.d.ts" />
diff --git a/ext/web/01_dom_exception.js b/ext/web/01_dom_exception.js
index db2996e0c674d1..730fda860fcd62 100644
--- a/ext/web/01_dom_exception.js
+++ b/ext/web/01_dom_exception.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/internal.d.ts" />
diff --git a/ext/web/01_mimesniff.js b/ext/web/01_mimesniff.js
index e60783bbe171ac..9a687a830562ee 100644
--- a/ext/web/01_mimesniff.js
+++ b/ext/web/01_mimesniff.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/internal.d.ts" />
diff --git a/ext/web/02_event.js b/ext/web/02_event.js
index f6351c4b9ed245..810e48537d168e 100644
--- a/ext/web/02_event.js
+++ b/ext/web/02_event.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // This module follows most of the WHATWG Living Standard for the DOM logic.
 // Many parts of the DOM are not implemented in Deno, but the logic for those
diff --git a/ext/web/02_structured_clone.js b/ext/web/02_structured_clone.js
index 776a8ee96e79a4..453700fc418f3d 100644
--- a/ext/web/02_structured_clone.js
+++ b/ext/web/02_structured_clone.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/lib.deno_core.d.ts" />
diff --git a/ext/web/02_timers.js b/ext/web/02_timers.js
index 6058febd597537..c74f9baff96633 100644
--- a/ext/web/02_timers.js
+++ b/ext/web/02_timers.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 import { op_defer } from "ext:core/ops";
diff --git a/ext/web/03_abort_signal.js b/ext/web/03_abort_signal.js
index 93b3cf05222ace..1f9ce42e1e894d 100644
--- a/ext/web/03_abort_signal.js
+++ b/ext/web/03_abort_signal.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/internal.d.ts" />
diff --git a/ext/web/04_global_interfaces.js b/ext/web/04_global_interfaces.js
index 7c7f83b431dc6e..bda695b5304305 100644
--- a/ext/web/04_global_interfaces.js
+++ b/ext/web/04_global_interfaces.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/internal.d.ts" />
diff --git a/ext/web/05_base64.js b/ext/web/05_base64.js
index e6796e1dc3d823..155201f85367e8 100644
--- a/ext/web/05_base64.js
+++ b/ext/web/05_base64.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/internal.d.ts" />
diff --git a/ext/web/06_streams.js b/ext/web/06_streams.js
index f3ac711fc703d2..0b9ae538e26682 100644
--- a/ext/web/06_streams.js
+++ b/ext/web/06_streams.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../webidl/internal.d.ts" />
diff --git a/ext/web/06_streams_types.d.ts b/ext/web/06_streams_types.d.ts
index fe05ee6e65b167..0a6cb6503a24c0 100644
--- a/ext/web/06_streams_types.d.ts
+++ b/ext/web/06_streams_types.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // ** Internal Interfaces **
 
diff --git a/ext/web/08_text_encoding.js b/ext/web/08_text_encoding.js
index 3163c96282d704..8988c06c361b9a 100644
--- a/ext/web/08_text_encoding.js
+++ b/ext/web/08_text_encoding.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/lib.deno_core.d.ts" />
diff --git a/ext/web/09_file.js b/ext/web/09_file.js
index 7c1d79ce315b24..cdad0b73966919 100644
--- a/ext/web/09_file.js
+++ b/ext/web/09_file.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference no-default-lib="true" />
diff --git a/ext/web/10_filereader.js b/ext/web/10_filereader.js
index 2718606380d3ee..cecc6484a600b8 100644
--- a/ext/web/10_filereader.js
+++ b/ext/web/10_filereader.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference no-default-lib="true" />
diff --git a/ext/web/12_location.js b/ext/web/12_location.js
index ba0c47e2d110b2..cc1afb3d0557d8 100644
--- a/ext/web/12_location.js
+++ b/ext/web/12_location.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference path="../../core/internal.d.ts" />
 
diff --git a/ext/web/13_message_port.js b/ext/web/13_message_port.js
index 79fec9de2fa37a..f96cd193f4790e 100644
--- a/ext/web/13_message_port.js
+++ b/ext/web/13_message_port.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/lib.deno_core.d.ts" />
diff --git a/ext/web/14_compression.js b/ext/web/14_compression.js
index 1adb205b223e2c..de49d7ad3deed3 100644
--- a/ext/web/14_compression.js
+++ b/ext/web/14_compression.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/lib.deno_core.d.ts" />
diff --git a/ext/web/15_performance.js b/ext/web/15_performance.js
index f23e8512466348..967cdda4705af6 100644
--- a/ext/web/15_performance.js
+++ b/ext/web/15_performance.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 import { op_now, op_time_origin } from "ext:core/ops";
diff --git a/ext/web/16_image_data.js b/ext/web/16_image_data.js
index 13df0d07beeb7e..bd69da7903279e 100644
--- a/ext/web/16_image_data.js
+++ b/ext/web/16_image_data.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 import * as webidl from "ext:deno_webidl/00_webidl.js";
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 44fb2e46bf30e8..dd521ad03768f4 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_web"
diff --git a/ext/web/benches/encoding.rs b/ext/web/benches/encoding.rs
index d0738c6452bc0d..42497ef3ceb56e 100644
--- a/ext/web/benches/encoding.rs
+++ b/ext/web/benches/encoding.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_bench_util::bench_js_sync;
 use deno_bench_util::bench_or_profile;
diff --git a/ext/web/benches/timers_ops.rs b/ext/web/benches/timers_ops.rs
index d39ee4eeae81da..a8a52ad91696a0 100644
--- a/ext/web/benches/timers_ops.rs
+++ b/ext/web/benches/timers_ops.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_bench_util::bench_js_async;
 use deno_bench_util::bench_or_profile;
diff --git a/ext/web/blob.rs b/ext/web/blob.rs
index bc64a0f27eba17..872333709383e4 100644
--- a/ext/web/blob.rs
+++ b/ext/web/blob.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::collections::HashMap;
diff --git a/ext/web/compression.rs b/ext/web/compression.rs
index b6cc3578397c04..650cc84085b9a4 100644
--- a/ext/web/compression.rs
+++ b/ext/web/compression.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::io::Write;
diff --git a/ext/web/internal.d.ts b/ext/web/internal.d.ts
index b2aea80d9fb75a..64a863385455d7 100644
--- a/ext/web/internal.d.ts
+++ b/ext/web/internal.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference no-default-lib="true" />
 /// <reference lib="esnext" />
diff --git a/ext/web/lib.deno_web.d.ts b/ext/web/lib.deno_web.d.ts
index 8aafbad535923a..1fb003b66f1552 100644
--- a/ext/web/lib.deno_web.d.ts
+++ b/ext/web/lib.deno_web.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-explicit-any no-var
 
diff --git a/ext/web/lib.rs b/ext/web/lib.rs
index a031a81ecbc366..07b00f0049be3f 100644
--- a/ext/web/lib.rs
+++ b/ext/web/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod blob;
 mod compression;
diff --git a/ext/web/message_port.rs b/ext/web/message_port.rs
index c55b963e092260..b2aad6776f9389 100644
--- a/ext/web/message_port.rs
+++ b/ext/web/message_port.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/web/stream_resource.rs b/ext/web/stream_resource.rs
index cb0ce440735c21..5613f57384ffb5 100644
--- a/ext/web/stream_resource.rs
+++ b/ext/web/stream_resource.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::borrow::Cow;
 use std::cell::RefCell;
 use std::cell::RefMut;
diff --git a/ext/web/timers.rs b/ext/web/timers.rs
index 696f352de09b42..7929b6050ecb61 100644
--- a/ext/web/timers.rs
+++ b/ext/web/timers.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! This module helps deno implement timers and performance APIs.
 
diff --git a/ext/webgpu/00_init.js b/ext/webgpu/00_init.js
index 0f10847cef7f4b..81bb27286d357a 100644
--- a/ext/webgpu/00_init.js
+++ b/ext/webgpu/00_init.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core } from "ext:core/mod.js";
 
diff --git a/ext/webgpu/01_webgpu.js b/ext/webgpu/01_webgpu.js
index d371f49ea10530..5ce34a5e7b56bc 100644
--- a/ext/webgpu/01_webgpu.js
+++ b/ext/webgpu/01_webgpu.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/lib.deno_core.d.ts" />
diff --git a/ext/webgpu/02_surface.js b/ext/webgpu/02_surface.js
index ce723b891f9087..b0561469a9c02e 100644
--- a/ext/webgpu/02_surface.js
+++ b/ext/webgpu/02_surface.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 /// <reference path="../../core/lib.deno_core.d.ts" />
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index 3a491afcf8d81a..9aa1b2370ce3d2 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_webgpu"
diff --git a/ext/webgpu/binding.rs b/ext/webgpu/binding.rs
index 6d0d11db3f362c..2849cf9bfea12f 100644
--- a/ext/webgpu/binding.rs
+++ b/ext/webgpu/binding.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::rc::Rc;
diff --git a/ext/webgpu/buffer.rs b/ext/webgpu/buffer.rs
index d3c15d978a8f34..e8e33244c96df7 100644
--- a/ext/webgpu/buffer.rs
+++ b/ext/webgpu/buffer.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/webgpu/bundle.rs b/ext/webgpu/bundle.rs
index 70bd64a77f1ddc..5fc147a44a2c44 100644
--- a/ext/webgpu/bundle.rs
+++ b/ext/webgpu/bundle.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/webgpu/byow.rs b/ext/webgpu/byow.rs
index dfc1678aeff24b..7c16c8a0d2be02 100644
--- a/ext/webgpu/byow.rs
+++ b/ext/webgpu/byow.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ffi::c_void;
 #[cfg(any(
diff --git a/ext/webgpu/command_encoder.rs b/ext/webgpu/command_encoder.rs
index de1e6102c64149..4b14345a2c44d2 100644
--- a/ext/webgpu/command_encoder.rs
+++ b/ext/webgpu/command_encoder.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/webgpu/compute_pass.rs b/ext/webgpu/compute_pass.rs
index e0e11c19a59e85..22cd522d8a120f 100644
--- a/ext/webgpu/compute_pass.rs
+++ b/ext/webgpu/compute_pass.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/webgpu/error.rs b/ext/webgpu/error.rs
index 516c3c8c35c464..f022a56916943e 100644
--- a/ext/webgpu/error.rs
+++ b/ext/webgpu/error.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::convert::From;
 use std::error::Error;
diff --git a/ext/webgpu/lib.rs b/ext/webgpu/lib.rs
index a5a8ea5b95793f..bdf0f39b63c6cb 100644
--- a/ext/webgpu/lib.rs
+++ b/ext/webgpu/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 #![cfg(not(target_arch = "wasm32"))]
 #![warn(unsafe_op_in_unsafe_fn)]
 
diff --git a/ext/webgpu/pipeline.rs b/ext/webgpu/pipeline.rs
index 62c1e340c8c344..87b1610ad7b69c 100644
--- a/ext/webgpu/pipeline.rs
+++ b/ext/webgpu/pipeline.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashMap;
diff --git a/ext/webgpu/queue.rs b/ext/webgpu/queue.rs
index 2d73f4fcc51646..4f367f54692551 100644
--- a/ext/webgpu/queue.rs
+++ b/ext/webgpu/queue.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::rc::Rc;
diff --git a/ext/webgpu/render_pass.rs b/ext/webgpu/render_pass.rs
index e1bf2a56818c79..41d610c0f9e34b 100644
--- a/ext/webgpu/render_pass.rs
+++ b/ext/webgpu/render_pass.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/ext/webgpu/sampler.rs b/ext/webgpu/sampler.rs
index caeccdd5f3bb45..e4f73e93ac437a 100644
--- a/ext/webgpu/sampler.rs
+++ b/ext/webgpu/sampler.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::rc::Rc;
diff --git a/ext/webgpu/shader.rs b/ext/webgpu/shader.rs
index 285a37f56015f9..f57e24fa26c5c3 100644
--- a/ext/webgpu/shader.rs
+++ b/ext/webgpu/shader.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::rc::Rc;
diff --git a/ext/webgpu/surface.rs b/ext/webgpu/surface.rs
index 7471d567a1dbc6..e23c5f182b4561 100644
--- a/ext/webgpu/surface.rs
+++ b/ext/webgpu/surface.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::rc::Rc;
diff --git a/ext/webgpu/texture.rs b/ext/webgpu/texture.rs
index 4c95a4cb69f0ea..a354567de84f78 100644
--- a/ext/webgpu/texture.rs
+++ b/ext/webgpu/texture.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::rc::Rc;
diff --git a/ext/webidl/00_webidl.js b/ext/webidl/00_webidl.js
index eb18cbcc3e4152..b3c3b299f03cbd 100644
--- a/ext/webidl/00_webidl.js
+++ b/ext/webidl/00_webidl.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Adapted from https://github.com/jsdom/webidl-conversions.
 // Copyright Domenic Denicola. Licensed under BSD-2-Clause License.
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index 60cb9f29f874a8..ab285c72044da5 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_webidl"
diff --git a/ext/webidl/benches/dict.js b/ext/webidl/benches/dict.js
index 9e7367d62c2e22..8aedc512354556 100644
--- a/ext/webidl/benches/dict.js
+++ b/ext/webidl/benches/dict.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file
 
diff --git a/ext/webidl/benches/dict.rs b/ext/webidl/benches/dict.rs
index 1c0efc921c2097..aea491cf1210b6 100644
--- a/ext/webidl/benches/dict.rs
+++ b/ext/webidl/benches/dict.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_bench_util::bench_js_sync;
 use deno_bench_util::bench_or_profile;
diff --git a/ext/webidl/internal.d.ts b/ext/webidl/internal.d.ts
index 375d548d3220ae..a884d982aabb2f 100644
--- a/ext/webidl/internal.d.ts
+++ b/ext/webidl/internal.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-explicit-any
 
 /// <reference no-default-lib="true" />
diff --git a/ext/webidl/lib.rs b/ext/webidl/lib.rs
index 51dbed33a589ac..7a3608def4f960 100644
--- a/ext/webidl/lib.rs
+++ b/ext/webidl/lib.rs
@@ -1,3 +1,3 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 deno_core::extension!(deno_webidl, esm = ["00_webidl.js"],);
diff --git a/ext/websocket/01_websocket.js b/ext/websocket/01_websocket.js
index 78572f5f002fab..e0db51f4be92d8 100644
--- a/ext/websocket/01_websocket.js
+++ b/ext/websocket/01_websocket.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference path="../../core/internal.d.ts" />
 
diff --git a/ext/websocket/02_websocketstream.js b/ext/websocket/02_websocketstream.js
index 838ae3d4ced44a..a1b76fb6c084d1 100644
--- a/ext/websocket/02_websocketstream.js
+++ b/ext/websocket/02_websocketstream.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference path="../../core/internal.d.ts" />
 
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 8b8359f074277d..a1f1c98ba18613 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_websocket"
diff --git a/ext/websocket/autobahn/autobahn_server.js b/ext/websocket/autobahn/autobahn_server.js
index 7400c8d54758ef..1c0d4bbaf69f1a 100644
--- a/ext/websocket/autobahn/autobahn_server.js
+++ b/ext/websocket/autobahn/autobahn_server.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { parseArgs } from "@std/cli/parse-args";
 
 const { port } = parseArgs(Deno.args, {
diff --git a/ext/websocket/autobahn/fuzzingclient.js b/ext/websocket/autobahn/fuzzingclient.js
index fed0fd6aa931e2..86023196508963 100644
--- a/ext/websocket/autobahn/fuzzingclient.js
+++ b/ext/websocket/autobahn/fuzzingclient.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file
 
diff --git a/ext/websocket/lib.deno_websocket.d.ts b/ext/websocket/lib.deno_websocket.d.ts
index fb7ea6070c9f35..28cf8b8ab38dd8 100644
--- a/ext/websocket/lib.deno_websocket.d.ts
+++ b/ext/websocket/lib.deno_websocket.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-explicit-any no-var
 
diff --git a/ext/websocket/lib.rs b/ext/websocket/lib.rs
index 4dcead2a77c3d2..5819906da69e40 100644
--- a/ext/websocket/lib.rs
+++ b/ext/websocket/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::borrow::Cow;
 use std::cell::Cell;
 use std::cell::RefCell;
diff --git a/ext/websocket/stream.rs b/ext/websocket/stream.rs
index 6900922bb79c9d..c2ac4ee5d8a85c 100644
--- a/ext/websocket/stream.rs
+++ b/ext/websocket/stream.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::io::ErrorKind;
 use std::pin::Pin;
 use std::task::ready;
diff --git a/ext/webstorage/01_webstorage.js b/ext/webstorage/01_webstorage.js
index 12abea8387ca3b..7adf190782f171 100644
--- a/ext/webstorage/01_webstorage.js
+++ b/ext/webstorage/01_webstorage.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference path="../../core/internal.d.ts" />
 
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index 4f9795d098290e..2cae0d8e011ce1 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_webstorage"
diff --git a/ext/webstorage/lib.deno_webstorage.d.ts b/ext/webstorage/lib.deno_webstorage.d.ts
index fa6d403deaac7b..5f5aafa1b87544 100644
--- a/ext/webstorage/lib.deno_webstorage.d.ts
+++ b/ext/webstorage/lib.deno_webstorage.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-explicit-any no-var
 
diff --git a/ext/webstorage/lib.rs b/ext/webstorage/lib.rs
index 6b14cbb08c99a0..ca6b43a8279f8a 100644
--- a/ext/webstorage/lib.rs
+++ b/ext/webstorage/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // NOTE to all: use **cached** prepared statements when interfacing with SQLite.
 
diff --git a/resolvers/deno/Cargo.toml b/resolvers/deno/Cargo.toml
index 12c18d4452d62a..71e75d5a1d257a 100644
--- a/resolvers/deno/Cargo.toml
+++ b/resolvers/deno/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_resolver"
diff --git a/resolvers/deno/cjs.rs b/resolvers/deno/cjs.rs
index 2ec253d41a7fef..bae645b4818b8c 100644
--- a/resolvers/deno/cjs.rs
+++ b/resolvers/deno/cjs.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_media_type::MediaType;
 use node_resolver::errors::ClosestPkgJsonError;
diff --git a/resolvers/deno/lib.rs b/resolvers/deno/lib.rs
index c943aacdaea14e..ab01f397fb7bda 100644
--- a/resolvers/deno/lib.rs
+++ b/resolvers/deno/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![deny(clippy::print_stderr)]
 #![deny(clippy::print_stdout)]
diff --git a/resolvers/deno/npm/byonm.rs b/resolvers/deno/npm/byonm.rs
index 3056a70f612d41..3ceec368add81f 100644
--- a/resolvers/deno/npm/byonm.rs
+++ b/resolvers/deno/npm/byonm.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::path::Path;
diff --git a/resolvers/deno/npm/local.rs b/resolvers/deno/npm/local.rs
index aef476ad945bb0..6322a4b3f7938b 100644
--- a/resolvers/deno/npm/local.rs
+++ b/resolvers/deno/npm/local.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 
diff --git a/resolvers/deno/npm/mod.rs b/resolvers/deno/npm/mod.rs
index 7b4b09a842378e..1501c059416a39 100644
--- a/resolvers/deno/npm/mod.rs
+++ b/resolvers/deno/npm/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fmt::Debug;
 use std::path::PathBuf;
diff --git a/resolvers/deno/sloppy_imports.rs b/resolvers/deno/sloppy_imports.rs
index 6644222a8bd487..b6fbf487dd1764 100644
--- a/resolvers/deno/sloppy_imports.rs
+++ b/resolvers/deno/sloppy_imports.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::path::Path;
diff --git a/resolvers/deno/sync.rs b/resolvers/deno/sync.rs
index ebcf8509d50d45..43635e62b79e83 100644
--- a/resolvers/deno/sync.rs
+++ b/resolvers/deno/sync.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub use inner::*;
 
diff --git a/resolvers/node/Cargo.toml b/resolvers/node/Cargo.toml
index 1e35c0a3555ab9..bdb0ba2ab1b920 100644
--- a/resolvers/node/Cargo.toml
+++ b/resolvers/node/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "node_resolver"
diff --git a/resolvers/node/analyze.rs b/resolvers/node/analyze.rs
index 7f21473c109e67..a6ba3927aa2d18 100644
--- a/resolvers/node/analyze.rs
+++ b/resolvers/node/analyze.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::BTreeSet;
diff --git a/resolvers/node/errors.rs b/resolvers/node/errors.rs
index 26b1a1d84a8f41..4157bd4c85ae07 100644
--- a/resolvers/node/errors.rs
+++ b/resolvers/node/errors.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::fmt::Write;
diff --git a/resolvers/node/lib.rs b/resolvers/node/lib.rs
index 075f819ebbcf6e..7d8c98eafcb00b 100644
--- a/resolvers/node/lib.rs
+++ b/resolvers/node/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![deny(clippy::print_stderr)]
 #![deny(clippy::print_stdout)]
diff --git a/resolvers/node/npm.rs b/resolvers/node/npm.rs
index ab3a1794262304..f799d6ddee9faa 100644
--- a/resolvers/node/npm.rs
+++ b/resolvers/node/npm.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::Path;
 use std::path::PathBuf;
diff --git a/resolvers/node/package_json.rs b/resolvers/node/package_json.rs
index ebbe099014c043..2e1d5110bd9f3e 100644
--- a/resolvers/node/package_json.rs
+++ b/resolvers/node/package_json.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::collections::HashMap;
diff --git a/resolvers/node/path.rs b/resolvers/node/path.rs
index 8c2d35fadf3fad..525aeb36efbf19 100644
--- a/resolvers/node/path.rs
+++ b/resolvers/node/path.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::Component;
 use std::path::Path;
diff --git a/resolvers/node/resolution.rs b/resolvers/node/resolution.rs
index e2ee2799e6d791..d0b52213f336ad 100644
--- a/resolvers/node/resolution.rs
+++ b/resolvers/node/resolution.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::path::Path;
diff --git a/resolvers/node/sync.rs b/resolvers/node/sync.rs
index e8add4e0fcc364..8cf06932ac351b 100644
--- a/resolvers/node/sync.rs
+++ b/resolvers/node/sync.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub use inner::*;
 
diff --git a/resolvers/npm_cache/Cargo.toml b/resolvers/npm_cache/Cargo.toml
index 48d0a32437449b..328355d340aa0c 100644
--- a/resolvers/npm_cache/Cargo.toml
+++ b/resolvers/npm_cache/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_npm_cache"
diff --git a/resolvers/npm_cache/fs_util.rs b/resolvers/npm_cache/fs_util.rs
index d5a634e36fc0f8..625d83e24d01dc 100644
--- a/resolvers/npm_cache/fs_util.rs
+++ b/resolvers/npm_cache/fs_util.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::ErrorKind;
 use std::path::Path;
diff --git a/resolvers/npm_cache/lib.rs b/resolvers/npm_cache/lib.rs
index 50614a239a4382..012c277e226526 100644
--- a/resolvers/npm_cache/lib.rs
+++ b/resolvers/npm_cache/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashSet;
 use std::io::ErrorKind;
diff --git a/resolvers/npm_cache/registry_info.rs b/resolvers/npm_cache/registry_info.rs
index 57e188200dd10d..0637d75c198e05 100644
--- a/resolvers/npm_cache/registry_info.rs
+++ b/resolvers/npm_cache/registry_info.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/resolvers/npm_cache/remote.rs b/resolvers/npm_cache/remote.rs
index 538554612f11c3..16eb0f6cd9683b 100644
--- a/resolvers/npm_cache/remote.rs
+++ b/resolvers/npm_cache/remote.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use anyhow::bail;
 use anyhow::Context;
diff --git a/resolvers/npm_cache/tarball.rs b/resolvers/npm_cache/tarball.rs
index 3a7e9df8a977e1..49ca3bc7fddf88 100644
--- a/resolvers/npm_cache/tarball.rs
+++ b/resolvers/npm_cache/tarball.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::sync::Arc;
diff --git a/resolvers/npm_cache/tarball_extract.rs b/resolvers/npm_cache/tarball_extract.rs
index affe93eaa498ef..cf408ac632f87c 100644
--- a/resolvers/npm_cache/tarball_extract.rs
+++ b/resolvers/npm_cache/tarball_extract.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashSet;
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index ca21547efc919f..9826a7459db2a4 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_runtime"
diff --git a/runtime/code_cache.rs b/runtime/code_cache.rs
index b4a7ce188f5cdf..b7ee8a9ed6aa2d 100644
--- a/runtime/code_cache.rs
+++ b/runtime/code_cache.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::ModuleSpecifier;
 
diff --git a/runtime/errors.rs b/runtime/errors.rs
index e0f807d3ae2ea0..7b61395866b1ce 100644
--- a/runtime/errors.rs
+++ b/runtime/errors.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! There are many types of errors in Deno:
 //! - AnyError: a generic wrapper that can encapsulate any type of error.
diff --git a/runtime/examples/extension/bootstrap.js b/runtime/examples/extension/bootstrap.js
index 9461acb84a2a94..78e0cb999ff091 100644
--- a/runtime/examples/extension/bootstrap.js
+++ b/runtime/examples/extension/bootstrap.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { op_hello } from "ext:core/ops";
 function hello() {
   op_hello("world");
diff --git a/runtime/examples/extension/main.js b/runtime/examples/extension/main.js
index 4d6e4e3b7d1f31..4a66aecf583172 100644
--- a/runtime/examples/extension/main.js
+++ b/runtime/examples/extension/main.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 console.log("Hello world from JS!");
 console.log(Deno.build);
 Extension.hello();
diff --git a/runtime/examples/extension/main.rs b/runtime/examples/extension/main.rs
index a4ac85bf5e8ce5..9f0eb63b0188ed 100644
--- a/runtime/examples/extension/main.rs
+++ b/runtime/examples/extension/main.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(clippy::print_stdout)]
 #![allow(clippy::print_stderr)]
diff --git a/runtime/fmt_errors.rs b/runtime/fmt_errors.rs
index 5af84c67bc7014..1a2bc5dfd3162d 100644
--- a/runtime/fmt_errors.rs
+++ b/runtime/fmt_errors.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 //! This mod provides DenoError to unify errors across Deno.
 use std::fmt::Write as _;
 
diff --git a/runtime/fs_util.rs b/runtime/fs_util.rs
index 2fc34dd31174ba..7788a97170b3bd 100644
--- a/runtime/fs_util.rs
+++ b/runtime/fs_util.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::Path;
 use std::path::PathBuf;
diff --git a/runtime/inspector_server.rs b/runtime/inspector_server.rs
index cbe97738c7c711..75e9668db45e69 100644
--- a/runtime/inspector_server.rs
+++ b/runtime/inspector_server.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Alias for the future `!` type.
 use core::convert::Infallible as Never;
diff --git a/runtime/js.rs b/runtime/js.rs
index a8384ceacf68e2..55ab75b66bf8e0 100644
--- a/runtime/js.rs
+++ b/runtime/js.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #[cfg(not(feature = "include_js_files_for_snapshotting"))]
 pub static SOURCE_CODE_FOR_99_MAIN_JS: &str = include_str!("js/99_main.js");
diff --git a/runtime/js/01_errors.js b/runtime/js/01_errors.js
index ea567a5d08de0d..09fd82e867f6a9 100644
--- a/runtime/js/01_errors.js
+++ b/runtime/js/01_errors.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 const { BadResource, Interrupted, NotCapable } = core;
diff --git a/runtime/js/01_version.ts b/runtime/js/01_version.ts
index 33a8f50cdd6741..779a88689769d0 100644
--- a/runtime/js/01_version.ts
+++ b/runtime/js/01_version.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 const {
diff --git a/runtime/js/06_util.js b/runtime/js/06_util.js
index bf71c371b96816..658cfa69aa77ed 100644
--- a/runtime/js/06_util.js
+++ b/runtime/js/06_util.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 import { op_bootstrap_log_level } from "ext:core/ops";
diff --git a/runtime/js/10_permissions.js b/runtime/js/10_permissions.js
index 831b6bf2ae75bd..c835cc1c5a8c92 100644
--- a/runtime/js/10_permissions.js
+++ b/runtime/js/10_permissions.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 import {
diff --git a/runtime/js/11_workers.js b/runtime/js/11_workers.js
index 3853761920f38e..fd368669362c0e 100644
--- a/runtime/js/11_workers.js
+++ b/runtime/js/11_workers.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 import {
diff --git a/runtime/js/30_os.js b/runtime/js/30_os.js
index f3dfda886d60b0..166b983f45f9b5 100644
--- a/runtime/js/30_os.js
+++ b/runtime/js/30_os.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { primordials } from "ext:core/mod.js";
 import {
diff --git a/runtime/js/40_fs_events.js b/runtime/js/40_fs_events.js
index 322ee6b3ca8bbe..25f397b84078be 100644
--- a/runtime/js/40_fs_events.js
+++ b/runtime/js/40_fs_events.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 import { op_fs_events_open, op_fs_events_poll } from "ext:core/ops";
diff --git a/runtime/js/40_process.js b/runtime/js/40_process.js
index e2cb1d95b270fa..fde97fac64fb72 100644
--- a/runtime/js/40_process.js
+++ b/runtime/js/40_process.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, internals, primordials } from "ext:core/mod.js";
 import {
diff --git a/runtime/js/40_signals.js b/runtime/js/40_signals.js
index 41f25af677ea21..161adfabbcb324 100644
--- a/runtime/js/40_signals.js
+++ b/runtime/js/40_signals.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 import { op_signal_bind, op_signal_poll, op_signal_unbind } from "ext:core/ops";
diff --git a/runtime/js/40_tty.js b/runtime/js/40_tty.js
index 72e7b688461e45..56f8721eaf2b7e 100644
--- a/runtime/js/40_tty.js
+++ b/runtime/js/40_tty.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { core, primordials } from "ext:core/mod.js";
 import { op_console_size } from "ext:core/ops";
 const {
diff --git a/runtime/js/41_prompt.js b/runtime/js/41_prompt.js
index 8460862d2edf12..e300f69a3c0e3b 100644
--- a/runtime/js/41_prompt.js
+++ b/runtime/js/41_prompt.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { core, primordials } from "ext:core/mod.js";
 import { op_read_line_prompt } from "ext:core/ops";
 const {
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js
index 55116492792200..e13a8d1307aa7b 100644
--- a/runtime/js/90_deno_ns.js
+++ b/runtime/js/90_deno_ns.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core } from "ext:core/mod.js";
 import {
diff --git a/runtime/js/98_global_scope_shared.js b/runtime/js/98_global_scope_shared.js
index c01bde6fad68f6..99bace76478ee3 100644
--- a/runtime/js/98_global_scope_shared.js
+++ b/runtime/js/98_global_scope_shared.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core } from "ext:core/mod.js";
 
diff --git a/runtime/js/98_global_scope_window.js b/runtime/js/98_global_scope_window.js
index 098422f56f8b1b..c42a940a829796 100644
--- a/runtime/js/98_global_scope_window.js
+++ b/runtime/js/98_global_scope_window.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 import {
diff --git a/runtime/js/98_global_scope_worker.js b/runtime/js/98_global_scope_worker.js
index 4dc6157867ecb5..f10bb2830dbbb6 100644
--- a/runtime/js/98_global_scope_worker.js
+++ b/runtime/js/98_global_scope_worker.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { core, primordials } from "ext:core/mod.js";
 import {
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index a11444bc36e2f5..03c662bcab8308 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Remove Intl.v8BreakIterator because it is a non-standard API.
 delete Intl.v8BreakIterator;
diff --git a/runtime/lib.rs b/runtime/lib.rs
index 1f449dc69a7711..3e48ec89c0a59a 100644
--- a/runtime/lib.rs
+++ b/runtime/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub use deno_broadcast_channel;
 pub use deno_cache;
diff --git a/runtime/ops/bootstrap.rs b/runtime/ops/bootstrap.rs
index bbbddc61baa763..b362217d2ce8e5 100644
--- a/runtime/ops/bootstrap.rs
+++ b/runtime/ops/bootstrap.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::op2;
 use deno_core::OpState;
diff --git a/runtime/ops/fs_events.rs b/runtime/ops/fs_events.rs
index 1b89199e372053..e8fb9f2ceffaa4 100644
--- a/runtime/ops/fs_events.rs
+++ b/runtime/ops/fs_events.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/runtime/ops/http.rs b/runtime/ops/http.rs
index 6e315766866f04..c9dc16cafe56c3 100644
--- a/runtime/ops/http.rs
+++ b/runtime/ops/http.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::rc::Rc;
 
diff --git a/runtime/ops/mod.rs b/runtime/ops/mod.rs
index 67065b901b8504..438c3896e6f9ae 100644
--- a/runtime/ops/mod.rs
+++ b/runtime/ops/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 pub mod bootstrap;
 pub mod fs_events;
diff --git a/runtime/ops/os/mod.rs b/runtime/ops/os/mod.rs
index 3b767fd94fd7f7..a17b467cb70b43 100644
--- a/runtime/ops/os/mod.rs
+++ b/runtime/ops/os/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::env;
diff --git a/runtime/ops/permissions.rs b/runtime/ops/permissions.rs
index b5f9e284df96e5..216637787ced1b 100644
--- a/runtime/ops/permissions.rs
+++ b/runtime/ops/permissions.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use ::deno_permissions::PermissionState;
 use ::deno_permissions::PermissionsContainer;
diff --git a/runtime/ops/process.rs b/runtime/ops/process.rs
index f4064367b90111..cda0c73111b59d 100644
--- a/runtime/ops/process.rs
+++ b/runtime/ops/process.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::cell::RefCell;
diff --git a/runtime/ops/runtime.rs b/runtime/ops/runtime.rs
index 4b30ab8d8df2b7..e95193167dd2a7 100644
--- a/runtime/ops/runtime.rs
+++ b/runtime/ops/runtime.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::op2;
 use deno_core::ModuleSpecifier;
diff --git a/runtime/ops/signal.rs b/runtime/ops/signal.rs
index 85c883021c50d0..dfb52463cd82fc 100644
--- a/runtime/ops/signal.rs
+++ b/runtime/ops/signal.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::borrow::Cow;
 use std::cell::RefCell;
 #[cfg(unix)]
diff --git a/runtime/ops/tty.rs b/runtime/ops/tty.rs
index 0b3c2e0064edd6..4843acccf3b329 100644
--- a/runtime/ops/tty.rs
+++ b/runtime/ops/tty.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #[cfg(unix)]
 use std::cell::RefCell;
diff --git a/runtime/ops/web_worker.rs b/runtime/ops/web_worker.rs
index 34466f8db9e9f4..5cde7d5373e879 100644
--- a/runtime/ops/web_worker.rs
+++ b/runtime/ops/web_worker.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 mod sync_fetch;
 
diff --git a/runtime/ops/web_worker/sync_fetch.rs b/runtime/ops/web_worker/sync_fetch.rs
index a774e6db346a85..c9b622d31e9c14 100644
--- a/runtime/ops/web_worker/sync_fetch.rs
+++ b/runtime/ops/web_worker/sync_fetch.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::sync::Arc;
 
diff --git a/runtime/ops/worker_host.rs b/runtime/ops/worker_host.rs
index fafce5dccdb354..45285943eb5659 100644
--- a/runtime/ops/worker_host.rs
+++ b/runtime/ops/worker_host.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::collections::HashMap;
diff --git a/runtime/permissions.rs b/runtime/permissions.rs
index 968c41560cc3b1..8b65c6b1b027de 100644
--- a/runtime/permissions.rs
+++ b/runtime/permissions.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::path::Path;
 use std::path::PathBuf;
diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml
index a7bd342a9c1092..b9259941aaf7fe 100644
--- a/runtime/permissions/Cargo.toml
+++ b/runtime/permissions/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "deno_permissions"
diff --git a/runtime/permissions/lib.rs b/runtime/permissions/lib.rs
index 8730ba20d183f5..b36668b10c048c 100644
--- a/runtime/permissions/lib.rs
+++ b/runtime/permissions/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashSet;
diff --git a/runtime/permissions/prompter.rs b/runtime/permissions/prompter.rs
index 19f94434caf3df..94384427d153c0 100644
--- a/runtime/permissions/prompter.rs
+++ b/runtime/permissions/prompter.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fmt::Write;
 use std::io::BufRead;
diff --git a/runtime/shared.rs b/runtime/shared.rs
index ce4350237fff0b..1a9f2e66be1814 100644
--- a/runtime/shared.rs
+++ b/runtime/shared.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Utilities shared between `build.rs` and the rest of the crate.
 
 use std::path::Path;
diff --git a/runtime/signal.rs b/runtime/signal.rs
index 0ef83d7de87a18..b11353b3b2ee42 100644
--- a/runtime/signal.rs
+++ b/runtime/signal.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #[cfg(target_os = "windows")]
 #[derive(Debug, thiserror::Error)]
diff --git a/runtime/snapshot.rs b/runtime/snapshot.rs
index 751cc43f2de8db..8d008eeab0043a 100644
--- a/runtime/snapshot.rs
+++ b/runtime/snapshot.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::io::Write;
diff --git a/runtime/sys_info.rs b/runtime/sys_info.rs
index d711e80ff04bef..e6bd16c0f3d46a 100644
--- a/runtime/sys_info.rs
+++ b/runtime/sys_info.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 #[cfg(target_family = "windows")]
 use std::sync::Once;
 
diff --git a/runtime/tokio_util.rs b/runtime/tokio_util.rs
index aa0282ece87caa..370b8a6d927ed9 100644
--- a/runtime/tokio_util.rs
+++ b/runtime/tokio_util.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::fmt::Debug;
 use std::str::FromStr;
 
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs
index 8902e0fe7e3226..270fc1ab9f77b7 100644
--- a/runtime/web_worker.rs
+++ b/runtime/web_worker.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::fmt;
diff --git a/runtime/worker.rs b/runtime/worker.rs
index a9a4440410de31..de29b66291fb8e 100644
--- a/runtime/worker.rs
+++ b/runtime/worker.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::borrow::Cow;
 use std::collections::HashMap;
 use std::rc::Rc;
diff --git a/runtime/worker_bootstrap.rs b/runtime/worker_bootstrap.rs
index f1e7dc05d09c3e..ff90804f3b9d83 100644
--- a/runtime/worker_bootstrap.rs
+++ b/runtime/worker_bootstrap.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::thread;
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index 1300066c64addc..cff778b2de95cc 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "cli_tests"
diff --git a/tests/ffi/Cargo.toml b/tests/ffi/Cargo.toml
index a5d2883ef23b96..bae9aa6bb50510 100644
--- a/tests/ffi/Cargo.toml
+++ b/tests/ffi/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "test_ffi"
diff --git a/tests/ffi/src/lib.rs b/tests/ffi/src/lib.rs
index 09c2afb3deb40d..ca416fb9801d1b 100644
--- a/tests/ffi/src/lib.rs
+++ b/tests/ffi/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(clippy::print_stdout)]
 #![allow(clippy::print_stderr)]
diff --git a/tests/ffi/tests/bench.js b/tests/ffi/tests/bench.js
index 2b4fbd55ba8384..c4b935398ae66a 100644
--- a/tests/ffi/tests/bench.js
+++ b/tests/ffi/tests/bench.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file
 
 const targetDir = Deno.execPath().replace(/[^\/\\]+$/, "");
diff --git a/tests/ffi/tests/event_loop_integration.ts b/tests/ffi/tests/event_loop_integration.ts
index e3914d9662d211..17c2d17f0b20f7 100644
--- a/tests/ffi/tests/event_loop_integration.ts
+++ b/tests/ffi/tests/event_loop_integration.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/ffi/tests/ffi_callback_errors.ts b/tests/ffi/tests/ffi_callback_errors.ts
index 797ff236c16969..3f165158b470f3 100644
--- a/tests/ffi/tests/ffi_callback_errors.ts
+++ b/tests/ffi/tests/ffi_callback_errors.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/ffi/tests/ffi_types.ts b/tests/ffi/tests/ffi_types.ts
index a996195c694621..0ae51c61fbf1d3 100644
--- a/tests/ffi/tests/ffi_types.ts
+++ b/tests/ffi/tests/ffi_types.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file
 // Only for testing types. Invoke with `deno install --entrypoint`
 
diff --git a/tests/ffi/tests/integration_tests.rs b/tests/ffi/tests/integration_tests.rs
index 34fcc16355b616..7e92641ae55493 100644
--- a/tests/ffi/tests/integration_tests.rs
+++ b/tests/ffi/tests/integration_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(clippy::print_stdout)]
 #![allow(clippy::print_stderr)]
diff --git a/tests/ffi/tests/test.js b/tests/ffi/tests/test.js
index 074db818822bbb..a93b648a2e8d73 100644
--- a/tests/ffi/tests/test.js
+++ b/tests/ffi/tests/test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file
 
 // Run using cargo test or `--v8-flags=--allow-natives-syntax`
diff --git a/tests/ffi/tests/thread_safe_test.js b/tests/ffi/tests/thread_safe_test.js
index fffa61a04fff59..519b0bd4fd2b5c 100644
--- a/tests/ffi/tests/thread_safe_test.js
+++ b/tests/ffi/tests/thread_safe_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file
 
 const targetDir = Deno.execPath().replace(/[^\/\\]+$/, "");
diff --git a/tests/ffi/tests/thread_safe_test_worker.js b/tests/ffi/tests/thread_safe_test_worker.js
index fc4854436ec29f..390b4d8a3f8638 100644
--- a/tests/ffi/tests/thread_safe_test_worker.js
+++ b/tests/ffi/tests/thread_safe_test_worker.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file
 
 const targetDir = Deno.execPath().replace(/[^\/\\]+$/, "");
diff --git a/tests/integration/bench_tests.rs b/tests/integration/bench_tests.rs
index 4ee029d648c336..b8d38a7f9164d6 100644
--- a/tests/integration/bench_tests.rs
+++ b/tests/integration/bench_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::serde_json::json;
 use deno_core::url::Url;
diff --git a/tests/integration/cache_tests.rs b/tests/integration/cache_tests.rs
index 4cddae1af1216d..3fbed3cbd46df4 100644
--- a/tests/integration/cache_tests.rs
+++ b/tests/integration/cache_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use test_util::TestContext;
 use test_util::TestContextBuilder;
diff --git a/tests/integration/check_tests.rs b/tests/integration/check_tests.rs
index a1fdf834032b5c..15a2d96d04648c 100644
--- a/tests/integration/check_tests.rs
+++ b/tests/integration/check_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_lockfile::NewLockfileOptions;
 use deno_semver::jsr::JsrDepPackageReq;
diff --git a/tests/integration/compile_tests.rs b/tests/integration/compile_tests.rs
index a715233933a890..e61a1ed9eb1019 100644
--- a/tests/integration/compile_tests.rs
+++ b/tests/integration/compile_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::serde_json;
 use test_util as util;
diff --git a/tests/integration/coverage_tests.rs b/tests/integration/coverage_tests.rs
index ab18ef76d3491d..ab09d542676f13 100644
--- a/tests/integration/coverage_tests.rs
+++ b/tests/integration/coverage_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::serde_json;
 use test_util as util;
diff --git a/tests/integration/eval_tests.rs b/tests/integration/eval_tests.rs
index 198be3a4e80de9..836cab900e7bdd 100644
--- a/tests/integration/eval_tests.rs
+++ b/tests/integration/eval_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use test_util as util;
 
diff --git a/tests/integration/flags_tests.rs b/tests/integration/flags_tests.rs
index e233ca5baf4b40..e819ea6c99852b 100644
--- a/tests/integration/flags_tests.rs
+++ b/tests/integration/flags_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use test_util as util;
 use util::assert_contains;
diff --git a/tests/integration/fmt_tests.rs b/tests/integration/fmt_tests.rs
index ccf54a4d0f2113..468c9cfbc829f6 100644
--- a/tests/integration/fmt_tests.rs
+++ b/tests/integration/fmt_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::serde_json::json;
 use test_util as util;
diff --git a/tests/integration/init_tests.rs b/tests/integration/init_tests.rs
index a447e7bcefdcb7..5bbec687b02fc5 100644
--- a/tests/integration/init_tests.rs
+++ b/tests/integration/init_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use test_util as util;
 use util::assert_contains;
diff --git a/tests/integration/inspector_tests.rs b/tests/integration/inspector_tests.rs
index c3586beb964d8d..7c1be193a119c8 100644
--- a/tests/integration/inspector_tests.rs
+++ b/tests/integration/inspector_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::BufRead;
 use std::process::ChildStderr;
diff --git a/tests/integration/install_tests.rs b/tests/integration/install_tests.rs
index b0c1e44778d125..29a65a70b81b65 100644
--- a/tests/integration/install_tests.rs
+++ b/tests/integration/install_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use test_util as util;
 use test_util::assert_contains;
diff --git a/tests/integration/js_unit_tests.rs b/tests/integration/js_unit_tests.rs
index 685c85e2fed8ae..9ecec8b426c844 100644
--- a/tests/integration/js_unit_tests.rs
+++ b/tests/integration/js_unit_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::BufRead;
 use std::io::BufReader;
diff --git a/tests/integration/jsr_tests.rs b/tests/integration/jsr_tests.rs
index d3fa5cd98f3131..95a9fcb437784b 100644
--- a/tests/integration/jsr_tests.rs
+++ b/tests/integration/jsr_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_cache_dir::HttpCache;
 use deno_core::serde_json;
diff --git a/tests/integration/jupyter_tests.rs b/tests/integration/jupyter_tests.rs
index dc8c1a5aec7369..4ef993c1573b95 100644
--- a/tests/integration/jupyter_tests.rs
+++ b/tests/integration/jupyter_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::process::Output;
 use std::sync::Arc;
diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs
index 3641dd923070f7..23676c2f924c01 100644
--- a/tests/integration/lsp_tests.rs
+++ b/tests/integration/lsp_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::fs;
 use std::str::FromStr;
diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs
index 37c7502284d057..a69bc6504211a1 100644
--- a/tests/integration/mod.rs
+++ b/tests/integration/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(clippy::print_stdout)]
 #![allow(clippy::print_stderr)]
diff --git a/tests/integration/node_unit_tests.rs b/tests/integration/node_unit_tests.rs
index c49699be6a5e0e..ef76e365a45417 100644
--- a/tests/integration/node_unit_tests.rs
+++ b/tests/integration/node_unit_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::BufRead;
 use std::io::BufReader;
diff --git a/tests/integration/npm_tests.rs b/tests/integration/npm_tests.rs
index 16e956d947ec73..033d948b2ec39e 100644
--- a/tests/integration/npm_tests.rs
+++ b/tests/integration/npm_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::serde_json;
 use deno_core::serde_json::json;
diff --git a/tests/integration/pm_tests.rs b/tests/integration/pm_tests.rs
index e3db9006faa27a..e8985ebfb1dc4e 100644
--- a/tests/integration/pm_tests.rs
+++ b/tests/integration/pm_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use deno_core::serde_json::json;
 use test_util::assert_contains;
diff --git a/tests/integration/publish_tests.rs b/tests/integration/publish_tests.rs
index b97479e78e2a99..332b7c6fa6e1d3 100644
--- a/tests/integration/publish_tests.rs
+++ b/tests/integration/publish_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::process::Command;
 
diff --git a/tests/integration/repl_tests.rs b/tests/integration/repl_tests.rs
index 9eceb2f05d9efa..4faf629af5fca7 100644
--- a/tests/integration/repl_tests.rs
+++ b/tests/integration/repl_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use test_util as util;
 use test_util::assert_contains;
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs
index 9edb29adae7f3d..ebb372418e6e36 100644
--- a/tests/integration/run_tests.rs
+++ b/tests/integration/run_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::BufReader;
 use std::io::Cursor;
diff --git a/tests/integration/serve_tests.rs b/tests/integration/serve_tests.rs
index f3c8a31d93727b..87719308475312 100644
--- a/tests/integration/serve_tests.rs
+++ b/tests/integration/serve_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::collections::HashMap;
diff --git a/tests/integration/shared_library_tests.rs b/tests/integration/shared_library_tests.rs
index 4d33e6584e526b..d7cdf5b4262f3f 100644
--- a/tests/integration/shared_library_tests.rs
+++ b/tests/integration/shared_library_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #[cfg(all(target_os = "linux", target_arch = "x86_64"))]
 #[test]
diff --git a/tests/integration/task_tests.rs b/tests/integration/task_tests.rs
index f2e901228abd1c..1db5376cddd87a 100644
--- a/tests/integration/task_tests.rs
+++ b/tests/integration/task_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Most of the tests for this are in deno_task_shell.
 // These tests are intended to only test integration.
diff --git a/tests/integration/test_tests.rs b/tests/integration/test_tests.rs
index ca836828331e78..cfa9d9f2d67c02 100644
--- a/tests/integration/test_tests.rs
+++ b/tests/integration/test_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use test_util as util;
 use util::assert_contains;
diff --git a/tests/integration/upgrade_tests.rs b/tests/integration/upgrade_tests.rs
index 59dea8bf74a11d..7748f0ca1a7f89 100644
--- a/tests/integration/upgrade_tests.rs
+++ b/tests/integration/upgrade_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::process::Command;
 use std::process::Stdio;
diff --git a/tests/integration/watcher_tests.rs b/tests/integration/watcher_tests.rs
index cd27062885548b..a180be2fb3bd38 100644
--- a/tests/integration/watcher_tests.rs
+++ b/tests/integration/watcher_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use flaky_test::flaky_test;
 use test_util as util;
diff --git a/tests/lib.rs b/tests/lib.rs
index 0a39b9f87d6908..d841ab9f3fb3d3 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -1 +1 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
diff --git a/tests/napi/Cargo.toml b/tests/napi/Cargo.toml
index e3de2536830605..e8a39a0cda825e 100644
--- a/tests/napi/Cargo.toml
+++ b/tests/napi/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "test_napi"
diff --git a/tests/napi/array_test.js b/tests/napi/array_test.js
index 572d3a8994dbf5..c72e5d38493e72 100644
--- a/tests/napi/array_test.js
+++ b/tests/napi/array_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/arraybuffer_test.js b/tests/napi/arraybuffer_test.js
index f55b9a78c514a1..a11f76113087ac 100644
--- a/tests/napi/arraybuffer_test.js
+++ b/tests/napi/arraybuffer_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/async_test.js b/tests/napi/async_test.js
index 4d9ad99c2694f2..f3d258a543535a 100644
--- a/tests/napi/async_test.js
+++ b/tests/napi/async_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/bigint_test.js b/tests/napi/bigint_test.js
index 4a9ada20577ed1..19c5317d756256 100644
--- a/tests/napi/bigint_test.js
+++ b/tests/napi/bigint_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, assertThrows, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/build.rs b/tests/napi/build.rs
index c2fe86a5315a17..73fce9172a617d 100644
--- a/tests/napi/build.rs
+++ b/tests/napi/build.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 extern crate napi_build;
 
diff --git a/tests/napi/callback_test.js b/tests/napi/callback_test.js
index c132fefa183720..3c56b11a28907a 100644
--- a/tests/napi/callback_test.js
+++ b/tests/napi/callback_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, assertThrows, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/cleanup_hook_test.js b/tests/napi/cleanup_hook_test.js
index 2c1f73e12b9c05..8e4430eef75074 100644
--- a/tests/napi/cleanup_hook_test.js
+++ b/tests/napi/cleanup_hook_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/napi/coerce_test.js b/tests/napi/coerce_test.js
index 64f0148016113b..91e8950980ce26 100644
--- a/tests/napi/coerce_test.js
+++ b/tests/napi/coerce_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/common.js b/tests/napi/common.js
index 6dfdc873a862e7..7df63c4f90be65 100644
--- a/tests/napi/common.js
+++ b/tests/napi/common.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 export { assert, assertEquals, assertRejects, assertThrows } from "@std/assert";
 export { fromFileUrl } from "@std/path";
diff --git a/tests/napi/date_test.js b/tests/napi/date_test.js
index 49eec5cca17e00..2625010494c537 100644
--- a/tests/napi/date_test.js
+++ b/tests/napi/date_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/env_test.js b/tests/napi/env_test.js
index 72b868a6682c4f..0b9fad314b47b3 100644
--- a/tests/napi/env_test.js
+++ b/tests/napi/env_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/error_test.js b/tests/napi/error_test.js
index 57acde5c16bd3b..cab36b0a307e8b 100644
--- a/tests/napi/error_test.js
+++ b/tests/napi/error_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/napi/init_test.js b/tests/napi/init_test.js
index 9486824780de3b..8cd5298dde5a1b 100644
--- a/tests/napi/init_test.js
+++ b/tests/napi/init_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { Buffer } from "node:buffer";
 import { assert, libSuffix } from "./common.js";
diff --git a/tests/napi/make_callback_test.js b/tests/napi/make_callback_test.js
index b1f7912aea5288..60aa5ae4c774a7 100644
--- a/tests/napi/make_callback_test.js
+++ b/tests/napi/make_callback_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/mem_test.js b/tests/napi/mem_test.js
index bee8c194ea6538..2c8b0be75ad479 100644
--- a/tests/napi/mem_test.js
+++ b/tests/napi/mem_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/module.c b/tests/napi/module.c
index 1ae2ace5d36aad..9eb90887a8ab8e 100644
--- a/tests/napi/module.c
+++ b/tests/napi/module.c
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 typedef struct napi_module {
   int nm_version;
diff --git a/tests/napi/numbers_test.js b/tests/napi/numbers_test.js
index 8a99c831d06e43..4914a247515d48 100644
--- a/tests/napi/numbers_test.js
+++ b/tests/napi/numbers_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/object_test.js b/tests/napi/object_test.js
index 6226b0138ccba3..5ab81359c4a1cf 100644
--- a/tests/napi/object_test.js
+++ b/tests/napi/object_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/napi/object_wrap_test.js b/tests/napi/object_wrap_test.js
index ee6d4af86b2f84..7c7eecbbd48814 100644
--- a/tests/napi/object_wrap_test.js
+++ b/tests/napi/object_wrap_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { Buffer } from "node:buffer";
 import { assert, assertEquals, loadTestLibrary } from "./common.js";
diff --git a/tests/napi/promise_test.js b/tests/napi/promise_test.js
index e4bbfee6b800bd..3b9ba15b674b0a 100644
--- a/tests/napi/promise_test.js
+++ b/tests/napi/promise_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, assertRejects, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/properties_test.js b/tests/napi/properties_test.js
index 21a3555e8e558f..ee86eaa19b5a02 100644
--- a/tests/napi/properties_test.js
+++ b/tests/napi/properties_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/src/array.rs b/tests/napi/src/array.rs
index 3769264ad0a3a2..b2aba94fff0165 100644
--- a/tests/napi/src/array.rs
+++ b/tests/napi/src/array.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/arraybuffer.rs b/tests/napi/src/arraybuffer.rs
index cf165f2f91ae2a..0fe39b53ccf7d3 100644
--- a/tests/napi/src/arraybuffer.rs
+++ b/tests/napi/src/arraybuffer.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use napi_sys::*;
 
diff --git a/tests/napi/src/async.rs b/tests/napi/src/async.rs
index dd79da7f183da3..a91f7037b22dbb 100644
--- a/tests/napi/src/async.rs
+++ b/tests/napi/src/async.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::os::raw::c_char;
 use std::os::raw::c_void;
diff --git a/tests/napi/src/bigint.rs b/tests/napi/src/bigint.rs
index bea72c43c24ab6..6e1d728b32f9be 100644
--- a/tests/napi/src/bigint.rs
+++ b/tests/napi/src/bigint.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/callback.rs b/tests/napi/src/callback.rs
index 9f127304780c12..1ce1d688c28fe1 100644
--- a/tests/napi/src/callback.rs
+++ b/tests/napi/src/callback.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/coerce.rs b/tests/napi/src/coerce.rs
index a022481d2ad201..e0fa50c89e044a 100644
--- a/tests/napi/src/coerce.rs
+++ b/tests/napi/src/coerce.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/date.rs b/tests/napi/src/date.rs
index 3a5a62b6f4c143..1db5bd088ba3d2 100644
--- a/tests/napi/src/date.rs
+++ b/tests/napi/src/date.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/env.rs b/tests/napi/src/env.rs
index 57f7469d69bb7a..b1b56191ec9f3a 100644
--- a/tests/napi/src/env.rs
+++ b/tests/napi/src/env.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use napi_sys::*;
 
diff --git a/tests/napi/src/error.rs b/tests/napi/src/error.rs
index 9c421984c01668..6de0d529b24b71 100644
--- a/tests/napi/src/error.rs
+++ b/tests/napi/src/error.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/finalizer.rs b/tests/napi/src/finalizer.rs
index 6b72dcfca7a59e..56e0a326a712c3 100644
--- a/tests/napi/src/finalizer.rs
+++ b/tests/napi/src/finalizer.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/lib.rs b/tests/napi/src/lib.rs
index 8c6190ad3e7c2d..6162feded6284f 100644
--- a/tests/napi/src/lib.rs
+++ b/tests/napi/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(clippy::all)]
 #![allow(clippy::print_stdout)]
diff --git a/tests/napi/src/make_callback.rs b/tests/napi/src/make_callback.rs
index 19948dce3df9b8..c19d34e50c303f 100644
--- a/tests/napi/src/make_callback.rs
+++ b/tests/napi/src/make_callback.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/mem.rs b/tests/napi/src/mem.rs
index fd488da97488f1..a05cd3abf46089 100644
--- a/tests/napi/src/mem.rs
+++ b/tests/napi/src/mem.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/numbers.rs b/tests/napi/src/numbers.rs
index 00d68c9bf3bcfa..9c4174f7278654 100644
--- a/tests/napi/src/numbers.rs
+++ b/tests/napi/src/numbers.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/object.rs b/tests/napi/src/object.rs
index 93424b4b264e6f..9014134803eacd 100644
--- a/tests/napi/src/object.rs
+++ b/tests/napi/src/object.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/object_wrap.rs b/tests/napi/src/object_wrap.rs
index 66b1a9f926b0d5..11844917b5a951 100644
--- a/tests/napi/src/object_wrap.rs
+++ b/tests/napi/src/object_wrap.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::collections::HashMap;
diff --git a/tests/napi/src/primitives.rs b/tests/napi/src/primitives.rs
index 7afa05157b11f1..7717a0aaac167f 100644
--- a/tests/napi/src/primitives.rs
+++ b/tests/napi/src/primitives.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/promise.rs b/tests/napi/src/promise.rs
index 26bfbbd1fa46e9..eab379d617e00a 100644
--- a/tests/napi/src/promise.rs
+++ b/tests/napi/src/promise.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 use std::ptr::addr_of_mut;
diff --git a/tests/napi/src/properties.rs b/tests/napi/src/properties.rs
index 3ef2290e67c5b2..4244c7ba06b36b 100644
--- a/tests/napi/src/properties.rs
+++ b/tests/napi/src/properties.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::ptr;
 
diff --git a/tests/napi/src/strings.rs b/tests/napi/src/strings.rs
index dd7ae35b38fb22..027ae681769a4e 100644
--- a/tests/napi/src/strings.rs
+++ b/tests/napi/src/strings.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use napi_sys::ValueType::napi_string;
 use napi_sys::*;
diff --git a/tests/napi/src/symbol.rs b/tests/napi/src/symbol.rs
index 780a6dad0f9298..30c7cbde64eed1 100644
--- a/tests/napi/src/symbol.rs
+++ b/tests/napi/src/symbol.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use napi_sys::ValueType::napi_string;
 use napi_sys::*;
diff --git a/tests/napi/src/tsfn.rs b/tests/napi/src/tsfn.rs
index c8e885c6c3a357..830145501dd260 100644
--- a/tests/napi/src/tsfn.rs
+++ b/tests/napi/src/tsfn.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // This test performs initialization similar to napi-rs.
 // https://github.com/napi-rs/napi-rs/commit/a5a04a4e545f268769cc78e2bd6c45af4336aac3
diff --git a/tests/napi/src/typedarray.rs b/tests/napi/src/typedarray.rs
index 2482c1dac64ea0..95adf957e45ec1 100644
--- a/tests/napi/src/typedarray.rs
+++ b/tests/napi/src/typedarray.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use core::ffi::c_void;
 use std::os::raw::c_char;
diff --git a/tests/napi/src/uv.rs b/tests/napi/src/uv.rs
index 685b4040bd4ef7..45ca114adc6842 100644
--- a/tests/napi/src/uv.rs
+++ b/tests/napi/src/uv.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::mem::MaybeUninit;
 use std::ptr;
diff --git a/tests/napi/strings_test.js b/tests/napi/strings_test.js
index 45cb133b287b6c..01fc873a7412d9 100644
--- a/tests/napi/strings_test.js
+++ b/tests/napi/strings_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/symbol_test.js b/tests/napi/symbol_test.js
index d8edec02326c53..3f0f2776470ef4 100644
--- a/tests/napi/symbol_test.js
+++ b/tests/napi/symbol_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/tests/napi_tests.rs b/tests/napi/tests/napi_tests.rs
index ff09565ff3e5fc..f97fdce2894062 100644
--- a/tests/napi/tests/napi_tests.rs
+++ b/tests/napi/tests/napi_tests.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(clippy::print_stdout)]
 #![allow(clippy::print_stderr)]
diff --git a/tests/napi/typedarray_test.js b/tests/napi/typedarray_test.js
index 25729754a558d2..f7887e4b1c8ba5 100644
--- a/tests/napi/typedarray_test.js
+++ b/tests/napi/typedarray_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/napi/uv_test.js b/tests/napi/uv_test.js
index af20b264931f7a..f0ff613f314d9a 100644
--- a/tests/napi/uv_test.js
+++ b/tests/napi/uv_test.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, loadTestLibrary } from "./common.js";
 
diff --git a/tests/node_compat/common.ts b/tests/node_compat/common.ts
index 2982095a295928..a86373d69fd550 100644
--- a/tests/node_compat/common.ts
+++ b/tests/node_compat/common.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { partition } from "@std/collections/partition";
 import { join } from "@std/path";
 import * as JSONC from "@std/jsonc";
diff --git a/tests/node_compat/polyfill_globals.js b/tests/node_compat/polyfill_globals.js
index f22143d9bd58ff..8bbd5cc7df9489 100644
--- a/tests/node_compat/polyfill_globals.js
+++ b/tests/node_compat/polyfill_globals.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { Buffer } from "node:buffer";
 import {
   clearImmediate,
diff --git a/tests/node_compat/runner.ts b/tests/node_compat/runner.ts
index 56803fad4437b2..6bc750447a447c 100644
--- a/tests/node_compat/runner.ts
+++ b/tests/node_compat/runner.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import "./polyfill_globals.js";
 import { createRequire } from "node:module";
 import { toFileUrl } from "@std/path/to-file-url";
diff --git a/tests/node_compat/runner/challenge_new_test.ts b/tests/node_compat/runner/challenge_new_test.ts
index 313bf60490587d..c95391d3e0aae0 100644
--- a/tests/node_compat/runner/challenge_new_test.ts
+++ b/tests/node_compat/runner/challenge_new_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-console
 
 import { deadline } from "@std/async/deadline";
diff --git a/tests/node_compat/runner/setup.ts b/tests/node_compat/runner/setup.ts
index b655633ead6e70..d256842e144798 100755
--- a/tests/node_compat/runner/setup.ts
+++ b/tests/node_compat/runner/setup.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --allow-read=. --allow-write=. --allow-run=git --config=tests/config/deno.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/node_compat/test.ts b/tests/node_compat/test.ts
index 52d2b17169999c..fe6b2e879b1bc3 100644
--- a/tests/node_compat/test.ts
+++ b/tests/node_compat/test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/node_compat/test_runner.rs b/tests/node_compat/test_runner.rs
index 15749ca7fd0dc2..150b632b90e7ac 100644
--- a/tests/node_compat/test_runner.rs
+++ b/tests/node_compat/test_runner.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use test_util as util;
 use util::deno_config_path;
diff --git a/tests/registry/jsr/@std/assert/0.220.1/mod.ts b/tests/registry/jsr/@std/assert/0.220.1/mod.ts
index fdcb56c8cf4b37..44aa962030f145 100644
--- a/tests/registry/jsr/@std/assert/0.220.1/mod.ts
+++ b/tests/registry/jsr/@std/assert/0.220.1/mod.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /** A library of assertion functions.
  * If the assertion is false an `AssertionError` will be thrown which will
diff --git a/tests/registry/jsr/@std/assert/1.0.0/mod.ts b/tests/registry/jsr/@std/assert/1.0.0/mod.ts
index fdcb56c8cf4b37..44aa962030f145 100644
--- a/tests/registry/jsr/@std/assert/1.0.0/mod.ts
+++ b/tests/registry/jsr/@std/assert/1.0.0/mod.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /** A library of assertion functions.
  * If the assertion is false an `AssertionError` will be thrown which will
diff --git a/tests/registry/jsr/@std/http/1.0.0/mod.ts b/tests/registry/jsr/@std/http/1.0.0/mod.ts
index 0a0e82847f3799..991765213a73df 100644
--- a/tests/registry/jsr/@std/http/1.0.0/mod.ts
+++ b/tests/registry/jsr/@std/http/1.0.0/mod.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /**
  * Request handler for {@linkcode Route}.
diff --git a/tests/registry/jsr/@std/path/0.220.1/_common/assert_path.ts b/tests/registry/jsr/@std/path/0.220.1/_common/assert_path.ts
index 7033edcd1a79b5..2d7f7f1b92f508 100644
--- a/tests/registry/jsr/@std/path/0.220.1/_common/assert_path.ts
+++ b/tests/registry/jsr/@std/path/0.220.1/_common/assert_path.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright the Browserify authors. MIT License.
 
 export function assertPath(path?: string) {
diff --git a/tests/registry/jsr/@std/path/0.220.1/_common/constants.ts b/tests/registry/jsr/@std/path/0.220.1/_common/constants.ts
index 9bfd411b668de0..2dae0df89f2273 100644
--- a/tests/registry/jsr/@std/path/0.220.1/_common/constants.ts
+++ b/tests/registry/jsr/@std/path/0.220.1/_common/constants.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright the Browserify authors. MIT License.
 // Ported from https://github.com/browserify/path-browserify/
 // This module is browser compatible.
diff --git a/tests/registry/jsr/@std/path/0.220.1/_common/normalize.ts b/tests/registry/jsr/@std/path/0.220.1/_common/normalize.ts
index 3a1a1628453f5b..a3d0a0caeeb0eb 100644
--- a/tests/registry/jsr/@std/path/0.220.1/_common/normalize.ts
+++ b/tests/registry/jsr/@std/path/0.220.1/_common/normalize.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This module is browser compatible.
 
 import { assertPath } from "./assert_path.ts";
diff --git a/tests/registry/jsr/@std/path/0.220.1/_common/normalize_string.ts b/tests/registry/jsr/@std/path/0.220.1/_common/normalize_string.ts
index d8f0e090a6ed29..dbcf59029bc33f 100644
--- a/tests/registry/jsr/@std/path/0.220.1/_common/normalize_string.ts
+++ b/tests/registry/jsr/@std/path/0.220.1/_common/normalize_string.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright the Browserify authors. MIT License.
 // Ported from https://github.com/browserify/path-browserify/
 // This module is browser compatible.
diff --git a/tests/registry/jsr/@std/path/0.220.1/posix/_util.ts b/tests/registry/jsr/@std/path/0.220.1/posix/_util.ts
index b446155df5b3fc..ff4f87c2aa8e59 100644
--- a/tests/registry/jsr/@std/path/0.220.1/posix/_util.ts
+++ b/tests/registry/jsr/@std/path/0.220.1/posix/_util.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright the Browserify authors. MIT License.
 // Ported from https://github.com/browserify/path-browserify/
 // This module is browser compatible.
diff --git a/tests/registry/jsr/@std/path/0.220.1/posix/join.ts b/tests/registry/jsr/@std/path/0.220.1/posix/join.ts
index 625762ab97ace5..85bfb637944ada 100644
--- a/tests/registry/jsr/@std/path/0.220.1/posix/join.ts
+++ b/tests/registry/jsr/@std/path/0.220.1/posix/join.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This module is browser compatible.
 
 import { assertPath } from "../_common/assert_path.ts";
diff --git a/tests/registry/jsr/@std/path/0.220.1/posix/normalize.ts b/tests/registry/jsr/@std/path/0.220.1/posix/normalize.ts
index 8e88ad254b036c..40ccc59412bc39 100644
--- a/tests/registry/jsr/@std/path/0.220.1/posix/normalize.ts
+++ b/tests/registry/jsr/@std/path/0.220.1/posix/normalize.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This module is browser compatible.
 
 import { assertArg } from "../_common/normalize.ts";
diff --git a/tests/registry/jsr/@std/url/0.220.1/join.ts b/tests/registry/jsr/@std/url/0.220.1/join.ts
index b9c8f19d31a648..b1f42a0a97d738 100644
--- a/tests/registry/jsr/@std/url/0.220.1/join.ts
+++ b/tests/registry/jsr/@std/url/0.220.1/join.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This module is browser compatible.
 
 import { join as posixJoin } from "jsr:@std/path@^0.220.1/posix/join";
diff --git a/tests/registry/jsr/@std/url/0.220.1/normalize.ts b/tests/registry/jsr/@std/url/0.220.1/normalize.ts
index e8d728435bb8ff..f9d89dd8f98bdd 100644
--- a/tests/registry/jsr/@std/url/0.220.1/normalize.ts
+++ b/tests/registry/jsr/@std/url/0.220.1/normalize.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // This module is browser compatible.
 
 import { normalize as posixNormalize } from "jsr:@std/path@^0.220.1/posix/normalize";
diff --git a/tests/registry/npm/trim_registry_files.js b/tests/registry/npm/trim_registry_files.js
index 608624b1d3e0ef..e6fbe1353f02c4 100644
--- a/tests/registry/npm/trim_registry_files.js
+++ b/tests/registry/npm/trim_registry_files.js
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --allow-write=. --allow-read=.
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Run this to trim the registry.json files
 
diff --git a/tests/specs/cli/otel_basic/basic.ts b/tests/specs/cli/otel_basic/basic.ts
index 5c4ae43cd8298e..1f69277660efbd 100644
--- a/tests/specs/cli/otel_basic/basic.ts
+++ b/tests/specs/cli/otel_basic/basic.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { trace } from "npm:@opentelemetry/api@1.9.0";
 import "jsr:@deno/otel@0.0.2/register";
diff --git a/tests/specs/cli/otel_basic/main.ts b/tests/specs/cli/otel_basic/main.ts
index 634727cea766ca..608d1d33410780 100644
--- a/tests/specs/cli/otel_basic/main.ts
+++ b/tests/specs/cli/otel_basic/main.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 const data = {
   spans: [],
diff --git a/tests/specs/mod.rs b/tests/specs/mod.rs
index 985a6c7c40e4ff..4da5a87d140f90 100644
--- a/tests/specs/mod.rs
+++ b/tests/specs/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::collections::BTreeMap;
diff --git a/tests/specs/repl/console_log/093_console_log_format.js b/tests/specs/repl/console_log/093_console_log_format.js
index 15022411ca3e90..3ac998802344ef 100644
--- a/tests/specs/repl/console_log/093_console_log_format.js
+++ b/tests/specs/repl/console_log/093_console_log_format.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 class Frac {
   constructor(num, den) {
     this.num = num;
diff --git a/tests/specs/run/045_proxy/programmatic_proxy_client.ts b/tests/specs/run/045_proxy/programmatic_proxy_client.ts
index 73af590c71e0ea..c2384407550129 100644
--- a/tests/specs/run/045_proxy/programmatic_proxy_client.ts
+++ b/tests/specs/run/045_proxy/programmatic_proxy_client.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 const client = Deno.createHttpClient({
   proxy: {
diff --git a/tests/specs/run/045_proxy/proxy_client.ts b/tests/specs/run/045_proxy/proxy_client.ts
index 41deae2a5dbc6d..13fcc134ba94c0 100644
--- a/tests/specs/run/045_proxy/proxy_client.ts
+++ b/tests/specs/run/045_proxy/proxy_client.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 const res = await fetch(
   "http://localhost:4545/run/045_mod.ts",
 );
diff --git a/tests/specs/run/045_proxy/proxy_test.ts b/tests/specs/run/045_proxy/proxy_test.ts
index 22115a3aa81143..04f4c9d06dff63 100644
--- a/tests/specs/run/045_proxy/proxy_test.ts
+++ b/tests/specs/run/045_proxy/proxy_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 const addr = Deno.args[1] || "localhost:4555";
 
 function proxyServer() {
diff --git a/tests/specs/run/finalization_registry/finalization_registry.js b/tests/specs/run/finalization_registry/finalization_registry.js
index ee9dc384f51cef..76d68d6df51436 100644
--- a/tests/specs/run/finalization_registry/finalization_registry.js
+++ b/tests/specs/run/finalization_registry/finalization_registry.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 "use strict";
 
 function assertEquals(a, b) {
diff --git a/tests/specs/run/heapstats/heapstats.js b/tests/specs/run/heapstats/heapstats.js
index b93c9c120d6b1e..c0dc0da81c7948 100644
--- a/tests/specs/run/heapstats/heapstats.js
+++ b/tests/specs/run/heapstats/heapstats.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 "use strict";
 
 function allocTest(alloc, allocAssert, deallocAssert) {
diff --git a/tests/specs/run/tls_connecttls/textproto.ts b/tests/specs/run/tls_connecttls/textproto.ts
index 9e0f5f5f0a55cf..6b8ac92ecbfb15 100644
--- a/tests/specs/run/tls_connecttls/textproto.ts
+++ b/tests/specs/run/tls_connecttls/textproto.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/tests/specs/run/tls_starttls/textproto.ts b/tests/specs/run/tls_starttls/textproto.ts
index 9e0f5f5f0a55cf..6b8ac92ecbfb15 100644
--- a/tests/specs/run/tls_starttls/textproto.ts
+++ b/tests/specs/run/tls_starttls/textproto.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/tests/specs/run/worker_close_in_wasm_reactions/worker_close_in_wasm_reactions.js b/tests/specs/run/worker_close_in_wasm_reactions/worker_close_in_wasm_reactions.js
index 2f62707efff67b..38508c31c43713 100644
--- a/tests/specs/run/worker_close_in_wasm_reactions/worker_close_in_wasm_reactions.js
+++ b/tests/specs/run/worker_close_in_wasm_reactions/worker_close_in_wasm_reactions.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // https://github.com/denoland/deno/issues/12263
 // Test for a panic that happens when a worker is closed in the reactions of a
diff --git a/tests/specs/run/worker_close_nested/close_nested_child.js b/tests/specs/run/worker_close_nested/close_nested_child.js
index 97980c689e07e0..1f2b2091a672d5 100644
--- a/tests/specs/run/worker_close_nested/close_nested_child.js
+++ b/tests/specs/run/worker_close_nested/close_nested_child.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 console.log("Starting the child worker");
 
diff --git a/tests/specs/run/worker_close_nested/close_nested_parent.js b/tests/specs/run/worker_close_nested/close_nested_parent.js
index d1fe47553e4b6d..ddb9aec26df04b 100644
--- a/tests/specs/run/worker_close_nested/close_nested_parent.js
+++ b/tests/specs/run/worker_close_nested/close_nested_parent.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 console.log("Starting the parent worker");
 
diff --git a/tests/specs/run/worker_close_nested/worker_close_nested.js b/tests/specs/run/worker_close_nested/worker_close_nested.js
index 8d9c88d1cf24a8..179eb48fa1b1ef 100644
--- a/tests/specs/run/worker_close_nested/worker_close_nested.js
+++ b/tests/specs/run/worker_close_nested/worker_close_nested.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Test that closing a worker which has living child workers will automatically
 // close the children.
diff --git a/tests/specs/run/worker_close_race/close_race_worker.js b/tests/specs/run/worker_close_race/close_race_worker.js
index 6964be34a08803..945fed9dd06724 100644
--- a/tests/specs/run/worker_close_race/close_race_worker.js
+++ b/tests/specs/run/worker_close_race/close_race_worker.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 setTimeout(() => {
   self.postMessage("");
diff --git a/tests/specs/run/worker_close_race/worker_close_race.js b/tests/specs/run/worker_close_race/worker_close_race.js
index 188cd9ed880fe5..b39062df50db9c 100644
--- a/tests/specs/run/worker_close_race/worker_close_race.js
+++ b/tests/specs/run/worker_close_race/worker_close_race.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // https://github.com/denoland/deno/issues/11416
 // Test for a race condition between a worker's `close()` and the main thread's
diff --git a/tests/specs/run/worker_drop_handle_race/worker_drop_handle_race.js b/tests/specs/run/worker_drop_handle_race/worker_drop_handle_race.js
index ef9bcbe072d865..bfacc332acf81b 100644
--- a/tests/specs/run/worker_drop_handle_race/worker_drop_handle_race.js
+++ b/tests/specs/run/worker_drop_handle_race/worker_drop_handle_race.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // https://github.com/denoland/deno/issues/11342
 // Test for a panic that happens when the main thread's event loop finishes
diff --git a/tests/specs/run/worker_drop_handle_race_terminate/worker_drop_handle_race_terminate.js b/tests/specs/run/worker_drop_handle_race_terminate/worker_drop_handle_race_terminate.js
index 7c4e0b1099cbcc..85a3c51072e4e5 100644
--- a/tests/specs/run/worker_drop_handle_race_terminate/worker_drop_handle_race_terminate.js
+++ b/tests/specs/run/worker_drop_handle_race_terminate/worker_drop_handle_race_terminate.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Test that the panic in https://github.com/denoland/deno/issues/11342 does not
 // happen when calling worker.terminate() after fixing
diff --git a/tests/testdata/commonjs/example.js b/tests/testdata/commonjs/example.js
index d2f89d3f02357e..0feedb12d42c02 100644
--- a/tests/testdata/commonjs/example.js
+++ b/tests/testdata/commonjs/example.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore no-undef
 const processMod = require("process");
 const osMod = require("node:os");
diff --git a/tests/testdata/run/textproto.ts b/tests/testdata/run/textproto.ts
index 9e0f5f5f0a55cf..6b8ac92ecbfb15 100644
--- a/tests/testdata/run/textproto.ts
+++ b/tests/testdata/run/textproto.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/tests/testdata/workers/close_nested_child.js b/tests/testdata/workers/close_nested_child.js
index 97980c689e07e0..1f2b2091a672d5 100644
--- a/tests/testdata/workers/close_nested_child.js
+++ b/tests/testdata/workers/close_nested_child.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 console.log("Starting the child worker");
 
diff --git a/tests/testdata/workers/close_nested_parent.js b/tests/testdata/workers/close_nested_parent.js
index d1fe47553e4b6d..ddb9aec26df04b 100644
--- a/tests/testdata/workers/close_nested_parent.js
+++ b/tests/testdata/workers/close_nested_parent.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 console.log("Starting the parent worker");
 
diff --git a/tests/testdata/workers/close_race_worker.js b/tests/testdata/workers/close_race_worker.js
index 6964be34a08803..945fed9dd06724 100644
--- a/tests/testdata/workers/close_race_worker.js
+++ b/tests/testdata/workers/close_race_worker.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 setTimeout(() => {
   self.postMessage("");
diff --git a/tests/testdata/workers/http_worker.js b/tests/testdata/workers/http_worker.js
index 27bc9c038c2b2f..fd11641febe25e 100644
--- a/tests/testdata/workers/http_worker.js
+++ b/tests/testdata/workers/http_worker.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-deprecated-deno-api
 
diff --git a/tests/unit/abort_controller_test.ts b/tests/unit/abort_controller_test.ts
index 60ea6aa24552e4..52a1bad80313b5 100644
--- a/tests/unit/abort_controller_test.ts
+++ b/tests/unit/abort_controller_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals } from "./test_util.ts";
 
diff --git a/tests/unit/blob_test.ts b/tests/unit/blob_test.ts
index b578253142af1d..b89f4703e20ea5 100644
--- a/tests/unit/blob_test.ts
+++ b/tests/unit/blob_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals, assertStringIncludes } from "./test_util.ts";
 import { concat } from "@std/bytes/concat";
 
diff --git a/tests/unit/body_test.ts b/tests/unit/body_test.ts
index fb51fd0076232b..28a1c697b1e953 100644
--- a/tests/unit/body_test.ts
+++ b/tests/unit/body_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals, assertRejects } from "./test_util.ts";
 
 // just a hack to get a body object
diff --git a/tests/unit/broadcast_channel_test.ts b/tests/unit/broadcast_channel_test.ts
index dce5f10867bf57..f4efe68c4f7eb8 100644
--- a/tests/unit/broadcast_channel_test.ts
+++ b/tests/unit/broadcast_channel_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "@std/assert";
 
 Deno.test("BroadcastChannel worker", async () => {
diff --git a/tests/unit/build_test.ts b/tests/unit/build_test.ts
index f697b64d39c66d..9f4e3a5cbfccb7 100644
--- a/tests/unit/build_test.ts
+++ b/tests/unit/build_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert } from "./test_util.ts";
 
 Deno.test(function buildInfo() {
diff --git a/tests/unit/cache_api_test.ts b/tests/unit/cache_api_test.ts
index 08f768e3340fa7..ec84e9c9080289 100644
--- a/tests/unit/cache_api_test.ts
+++ b/tests/unit/cache_api_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/chmod_test.ts b/tests/unit/chmod_test.ts
index 9ff6301e285814..6d815ea1eb0fc3 100644
--- a/tests/unit/chmod_test.ts
+++ b/tests/unit/chmod_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/chown_test.ts b/tests/unit/chown_test.ts
index eda4d340370448..99e7dd445a227e 100644
--- a/tests/unit/chown_test.ts
+++ b/tests/unit/chown_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertRejects, assertThrows } from "./test_util.ts";
 
 // chown on Windows is noop for now, so ignore its testing on Windows
diff --git a/tests/unit/command_test.ts b/tests/unit/command_test.ts
index 8345548f8559d0..268b0c25baf1f2 100644
--- a/tests/unit/command_test.ts
+++ b/tests/unit/command_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit/console_test.ts b/tests/unit/console_test.ts
index 06f5dd7e6198e5..7b19e49cbd37e9 100644
--- a/tests/unit/console_test.ts
+++ b/tests/unit/console_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // TODO(ry) The unit test functions in this module are too coarse. They should
 // be broken up into smaller bits.
diff --git a/tests/unit/copy_file_test.ts b/tests/unit/copy_file_test.ts
index 9405184e3311d1..fa4a9d837c12ba 100644
--- a/tests/unit/copy_file_test.ts
+++ b/tests/unit/copy_file_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertRejects, assertThrows } from "./test_util.ts";
 
 function readFileString(filename: string | URL): string {
diff --git a/tests/unit/cron_test.ts b/tests/unit/cron_test.ts
index 5f14f6c7842f85..325ee5535d18e0 100644
--- a/tests/unit/cron_test.ts
+++ b/tests/unit/cron_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertThrows } from "./test_util.ts";
 
 // @ts-ignore This is not publicly typed namespace, but it's there for sure.
diff --git a/tests/unit/custom_event_test.ts b/tests/unit/custom_event_test.ts
index b72084eb2335f2..ddefd4cce6ee29 100644
--- a/tests/unit/custom_event_test.ts
+++ b/tests/unit/custom_event_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "./test_util.ts";
 
 Deno.test(function customEventInitializedWithDetail() {
diff --git a/tests/unit/dir_test.ts b/tests/unit/dir_test.ts
index 1e702f549a4552..dbf88609c227bf 100644
--- a/tests/unit/dir_test.ts
+++ b/tests/unit/dir_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals, assertThrows } from "./test_util.ts";
 
 Deno.test({ permissions: { read: true } }, function dirCwdNotNull() {
diff --git a/tests/unit/dom_exception_test.ts b/tests/unit/dom_exception_test.ts
index 4e894f5fc88874..2e0c9f71e17db6 100644
--- a/tests/unit/dom_exception_test.ts
+++ b/tests/unit/dom_exception_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit/error_stack_test.ts b/tests/unit/error_stack_test.ts
index 7188b9f53d7f02..fea891349477bf 100644
--- a/tests/unit/error_stack_test.ts
+++ b/tests/unit/error_stack_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertMatch } from "./test_util.ts";
 
 Deno.test(function errorStackMessageLine() {
diff --git a/tests/unit/error_test.ts b/tests/unit/error_test.ts
index bf0ef5062746fe..48e1f7879bfa7c 100644
--- a/tests/unit/error_test.ts
+++ b/tests/unit/error_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertThrows, fail } from "./test_util.ts";
 
 Deno.test("Errors work", () => {
diff --git a/tests/unit/esnext_test.ts b/tests/unit/esnext_test.ts
index 1d5759aafaf5a3..2c597ef7ba6293 100644
--- a/tests/unit/esnext_test.ts
+++ b/tests/unit/esnext_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "./test_util.ts";
 
 // TODO(@kitsonk) remove when we are no longer patching TypeScript to have
diff --git a/tests/unit/event_source_test.ts b/tests/unit/event_source_test.ts
index 242c12d6e85b83..2ce7178b00b152 100644
--- a/tests/unit/event_source_test.ts
+++ b/tests/unit/event_source_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertStrictEquals } from "./test_util.ts";
 
 Deno.test(
diff --git a/tests/unit/event_target_test.ts b/tests/unit/event_target_test.ts
index 3f7d8ee24a4695..ca1c4961436310 100644
--- a/tests/unit/event_target_test.ts
+++ b/tests/unit/event_target_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, assertThrows } from "./test_util.ts";
 
diff --git a/tests/unit/event_test.ts b/tests/unit/event_test.ts
index bd398fd410c7a8..d022e1c1d161c1 100644
--- a/tests/unit/event_test.ts
+++ b/tests/unit/event_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertStringIncludes } from "./test_util.ts";
 
 Deno.test(function eventInitializedWithType() {
diff --git a/tests/unit/fetch_test.ts b/tests/unit/fetch_test.ts
index 298a266903394f..094b963e19adf7 100644
--- a/tests/unit/fetch_test.ts
+++ b/tests/unit/fetch_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/unit/ffi_test.ts b/tests/unit/ffi_test.ts
index 98338b15e60929..9db0ad0c26fa1e 100644
--- a/tests/unit/ffi_test.ts
+++ b/tests/unit/ffi_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, assertRejects, assertThrows } from "./test_util.ts";
 
diff --git a/tests/unit/file_test.ts b/tests/unit/file_test.ts
index 1af3a3f84d0f55..38e4dce64a81da 100644
--- a/tests/unit/file_test.ts
+++ b/tests/unit/file_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals } from "./test_util.ts";
 
 // deno-lint-ignore no-explicit-any
diff --git a/tests/unit/filereader_test.ts b/tests/unit/filereader_test.ts
index 158cf53835a279..21ca25ed480c2e 100644
--- a/tests/unit/filereader_test.ts
+++ b/tests/unit/filereader_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "./test_util.ts";
 
 Deno.test(function fileReaderConstruct() {
diff --git a/tests/unit/files_test.ts b/tests/unit/files_test.ts
index c22d3deb77e230..aa211b224d0bf9 100644
--- a/tests/unit/files_test.ts
+++ b/tests/unit/files_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit/fs_events_test.ts b/tests/unit/fs_events_test.ts
index 7489626b9f68bc..d9bdf454d54fee 100644
--- a/tests/unit/fs_events_test.ts
+++ b/tests/unit/fs_events_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals, assertThrows, delay } from "./test_util.ts";
 
diff --git a/tests/unit/get_random_values_test.ts b/tests/unit/get_random_values_test.ts
index 75aaf4c1b21b01..47ba78a325fc20 100644
--- a/tests/unit/get_random_values_test.ts
+++ b/tests/unit/get_random_values_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertNotEquals, assertStrictEquals } from "./test_util.ts";
 
 Deno.test(function getRandomValuesInt8Array() {
diff --git a/tests/unit/globals_test.ts b/tests/unit/globals_test.ts
index 6de228e1c904f2..84773dbf478a3a 100644
--- a/tests/unit/globals_test.ts
+++ b/tests/unit/globals_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-node-globals
 
 import {
diff --git a/tests/unit/headers_test.ts b/tests/unit/headers_test.ts
index ea72f784b5fa8c..969b2a36f4d82e 100644
--- a/tests/unit/headers_test.ts
+++ b/tests/unit/headers_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals, assertThrows } from "./test_util.ts";
 const {
   inspectArgs,
diff --git a/tests/unit/http_test.ts b/tests/unit/http_test.ts
index 355b155afd5afd..809b36227bf6c6 100644
--- a/tests/unit/http_test.ts
+++ b/tests/unit/http_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // @ts-nocheck `Deno.serveHttp()` was soft-removed in Deno 2.
 
 // deno-lint-ignore-file no-deprecated-deno-api
diff --git a/tests/unit/image_bitmap_test.ts b/tests/unit/image_bitmap_test.ts
index 0066311820eff3..ca5b85c178f989 100644
--- a/tests/unit/image_bitmap_test.ts
+++ b/tests/unit/image_bitmap_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals } from "./test_util.ts";
 
diff --git a/tests/unit/image_data_test.ts b/tests/unit/image_data_test.ts
index 7156301a05ad91..c6dfb0d372ff07 100644
--- a/tests/unit/image_data_test.ts
+++ b/tests/unit/image_data_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals } from "./test_util.ts";
 
diff --git a/tests/unit/internals_test.ts b/tests/unit/internals_test.ts
index bb4c21793e92bc..7ca9b6d336a5d1 100644
--- a/tests/unit/internals_test.ts
+++ b/tests/unit/internals_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert } from "./test_util.ts";
 
 Deno.test(function internalsExists() {
diff --git a/tests/unit/intl_test.ts b/tests/unit/intl_test.ts
index 6e4de378c94d3b..e177dc45b09ffd 100644
--- a/tests/unit/intl_test.ts
+++ b/tests/unit/intl_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "./test_util.ts";
 
 Deno.test("Intl.v8BreakIterator should be undefined", () => {
diff --git a/tests/unit/jupyter_test.ts b/tests/unit/jupyter_test.ts
index 07defe23054504..e29bb2b300dd1d 100644
--- a/tests/unit/jupyter_test.ts
+++ b/tests/unit/jupyter_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, assertThrows } from "./test_util.ts";
 
diff --git a/tests/unit/kv_queue_test.ts b/tests/unit/kv_queue_test.ts
index d92977169f18f1..569eb928006aac 100644
--- a/tests/unit/kv_queue_test.ts
+++ b/tests/unit/kv_queue_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertFalse } from "./test_util.ts";
 
 Deno.test({}, async function queueTestDbClose() {
diff --git a/tests/unit/kv_queue_test_no_db_close.ts b/tests/unit/kv_queue_test_no_db_close.ts
index 947e1c5e62b2ec..7c4bbf271e666e 100644
--- a/tests/unit/kv_queue_test_no_db_close.ts
+++ b/tests/unit/kv_queue_test_no_db_close.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals, assertNotEquals } from "./test_util.ts";
 
 Deno.test({
diff --git a/tests/unit/kv_queue_undelivered_test.ts b/tests/unit/kv_queue_undelivered_test.ts
index 1fcefe7e26a9d0..2fbfefbd690ddb 100644
--- a/tests/unit/kv_queue_undelivered_test.ts
+++ b/tests/unit/kv_queue_undelivered_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "./test_util.ts";
 
 const sleep = (time: number) => new Promise((r) => setTimeout(r, time));
diff --git a/tests/unit/kv_test.ts b/tests/unit/kv_test.ts
index e603bc196d83a8..b47d3118c7b3cd 100644
--- a/tests/unit/kv_test.ts
+++ b/tests/unit/kv_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/link_test.ts b/tests/unit/link_test.ts
index dfa72479c5ffda..5093c5720db23c 100644
--- a/tests/unit/link_test.ts
+++ b/tests/unit/link_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/lint_plugin_test.ts b/tests/unit/lint_plugin_test.ts
index 38a7e1b091279b..5b00f49d014366 100644
--- a/tests/unit/lint_plugin_test.ts
+++ b/tests/unit/lint_plugin_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals } from "./test_util.ts";
 
diff --git a/tests/unit/lint_selectors_test.ts b/tests/unit/lint_selectors_test.ts
index 0909a4907a9dec..c1168713189414 100644
--- a/tests/unit/lint_selectors_test.ts
+++ b/tests/unit/lint_selectors_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals } from "@std/assert/equals";
 import {
diff --git a/tests/unit/make_temp_test.ts b/tests/unit/make_temp_test.ts
index 32383387b5aac3..d22b6330917c09 100644
--- a/tests/unit/make_temp_test.ts
+++ b/tests/unit/make_temp_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/message_channel_test.ts b/tests/unit/message_channel_test.ts
index 0fcbc5e95d470b..bf7bb6443aee81 100644
--- a/tests/unit/message_channel_test.ts
+++ b/tests/unit/message_channel_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // NOTE: these are just sometests to test the TypeScript types. Real coverage is
 // provided by WPT.
 import { assert, assertEquals } from "@std/assert";
diff --git a/tests/unit/mkdir_test.ts b/tests/unit/mkdir_test.ts
index def77cd3e4534a..7b71e4a7998523 100644
--- a/tests/unit/mkdir_test.ts
+++ b/tests/unit/mkdir_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/navigator_test.ts b/tests/unit/navigator_test.ts
index 5dcc423fa53d21..955c34dcc46881 100644
--- a/tests/unit/navigator_test.ts
+++ b/tests/unit/navigator_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert } from "./test_util.ts";
 
 Deno.test(function navigatorNumCpus() {
diff --git a/tests/unit/net_test.ts b/tests/unit/net_test.ts
index cfa42b3d360135..9c2819c30a48a9 100644
--- a/tests/unit/net_test.ts
+++ b/tests/unit/net_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/network_interfaces_test.ts b/tests/unit/network_interfaces_test.ts
index 160efbfe6001dc..675400365f65a7 100644
--- a/tests/unit/network_interfaces_test.ts
+++ b/tests/unit/network_interfaces_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert } from "./test_util.ts";
 
diff --git a/tests/unit/ops_test.ts b/tests/unit/ops_test.ts
index 631e5c573659a0..60f67cdca67ae8 100644
--- a/tests/unit/ops_test.ts
+++ b/tests/unit/ops_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 const EXPECTED_OP_COUNT = 13;
 
diff --git a/tests/unit/os_test.ts b/tests/unit/os_test.ts
index a70796505f96da..36b6daad2fbd08 100644
--- a/tests/unit/os_test.ts
+++ b/tests/unit/os_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/path_from_url_test.ts b/tests/unit/path_from_url_test.ts
index b3a6406bcb5eae..3785f2bbb50fec 100644
--- a/tests/unit/path_from_url_test.ts
+++ b/tests/unit/path_from_url_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals, assertThrows } from "./test_util.ts";
 
diff --git a/tests/unit/performance_test.ts b/tests/unit/performance_test.ts
index fa056c7f545301..22f51a4ce66fe9 100644
--- a/tests/unit/performance_test.ts
+++ b/tests/unit/performance_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/permissions_test.ts b/tests/unit/permissions_test.ts
index f981b10fd6975a..8bb1633423253b 100644
--- a/tests/unit/permissions_test.ts
+++ b/tests/unit/permissions_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/process_test.ts b/tests/unit/process_test.ts
index 5cbab3b4c58216..17589d8581413f 100644
--- a/tests/unit/process_test.ts
+++ b/tests/unit/process_test.ts
@@ -1,5 +1,5 @@
 // deno-lint-ignore-file no-deprecated-deno-api
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/progressevent_test.ts b/tests/unit/progressevent_test.ts
index 809c2ad3919a5c..3e7aa9ec15e802 100644
--- a/tests/unit/progressevent_test.ts
+++ b/tests/unit/progressevent_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "./test_util.ts";
 
 Deno.test(function progressEventConstruct() {
diff --git a/tests/unit/promise_hooks_test.ts b/tests/unit/promise_hooks_test.ts
index f7c44155d1666e..7fd7a8f51da570 100644
--- a/tests/unit/promise_hooks_test.ts
+++ b/tests/unit/promise_hooks_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals } from "./test_util.ts";
 
diff --git a/tests/unit/quic_test.ts b/tests/unit/quic_test.ts
index f5423327dec48c..63163e15d6c50e 100644
--- a/tests/unit/quic_test.ts
+++ b/tests/unit/quic_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals } from "./test_util.ts";
 
diff --git a/tests/unit/read_dir_test.ts b/tests/unit/read_dir_test.ts
index b00495eb459e27..9c5e6da79f8af3 100644
--- a/tests/unit/read_dir_test.ts
+++ b/tests/unit/read_dir_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/read_file_test.ts b/tests/unit/read_file_test.ts
index 7123833e9c5591..5716816b374de1 100644
--- a/tests/unit/read_file_test.ts
+++ b/tests/unit/read_file_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/read_link_test.ts b/tests/unit/read_link_test.ts
index c89ffe4927d3ec..7ecee2d567cefb 100644
--- a/tests/unit/read_link_test.ts
+++ b/tests/unit/read_link_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assertEquals,
   assertRejects,
diff --git a/tests/unit/read_text_file_test.ts b/tests/unit/read_text_file_test.ts
index 1ec57bde3578f5..39cd3e798c7db4 100644
--- a/tests/unit/read_text_file_test.ts
+++ b/tests/unit/read_text_file_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit/real_path_test.ts b/tests/unit/real_path_test.ts
index 7832846308b553..79dd0c084f420f 100644
--- a/tests/unit/real_path_test.ts
+++ b/tests/unit/real_path_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/ref_unref_test.ts b/tests/unit/ref_unref_test.ts
index 6f5bcf0a7793ba..751f2af387fda1 100644
--- a/tests/unit/ref_unref_test.ts
+++ b/tests/unit/ref_unref_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertNotEquals, execCode } from "./test_util.ts";
 
diff --git a/tests/unit/remove_test.ts b/tests/unit/remove_test.ts
index 261ff6bd05e3cd..38421f8610f643 100644
--- a/tests/unit/remove_test.ts
+++ b/tests/unit/remove_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertRejects, assertThrows } from "./test_util.ts";
 
 const REMOVE_METHODS = ["remove", "removeSync"] as const;
diff --git a/tests/unit/rename_test.ts b/tests/unit/rename_test.ts
index 3162c699c68d46..bacd54c6759de0 100644
--- a/tests/unit/rename_test.ts
+++ b/tests/unit/rename_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/request_test.ts b/tests/unit/request_test.ts
index fe34c20a506c10..fa7619cd93315b 100644
--- a/tests/unit/request_test.ts
+++ b/tests/unit/request_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertStringIncludes } from "./test_util.ts";
 
 Deno.test(async function fromInit() {
diff --git a/tests/unit/response_test.ts b/tests/unit/response_test.ts
index bbdd5f481ddca0..383790af3ab327 100644
--- a/tests/unit/response_test.ts
+++ b/tests/unit/response_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/serve_test.ts b/tests/unit/serve_test.ts
index f5896bc64b26c1..7aefd5b7d38f7d 100644
--- a/tests/unit/serve_test.ts
+++ b/tests/unit/serve_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/unit/signal_test.ts b/tests/unit/signal_test.ts
index 8923aa75bf5441..bfaa9aac909b0b 100644
--- a/tests/unit/signal_test.ts
+++ b/tests/unit/signal_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertThrows, delay } from "./test_util.ts";
 
 Deno.test(
diff --git a/tests/unit/stat_test.ts b/tests/unit/stat_test.ts
index 0609035b41779a..0f10f6e2d67d51 100644
--- a/tests/unit/stat_test.ts
+++ b/tests/unit/stat_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit/stdio_test.ts b/tests/unit/stdio_test.ts
index d24fdc8efabcdb..c605ccb9adc04e 100644
--- a/tests/unit/stdio_test.ts
+++ b/tests/unit/stdio_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "./test_util.ts";
 
 Deno.test(async function stdioStdinRead() {
diff --git a/tests/unit/streams_test.ts b/tests/unit/streams_test.ts
index 53225a1553c6a3..84a87d166d68ca 100644
--- a/tests/unit/streams_test.ts
+++ b/tests/unit/streams_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assertEquals,
   assertRejects,
diff --git a/tests/unit/structured_clone_test.ts b/tests/unit/structured_clone_test.ts
index 6e0473f9a93ddd..fc5d68e9dad4e9 100644
--- a/tests/unit/structured_clone_test.ts
+++ b/tests/unit/structured_clone_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals, assertThrows } from "./test_util.ts";
 
diff --git a/tests/unit/symbol_test.ts b/tests/unit/symbol_test.ts
index 54db7f5bae19ed..2dca022b14d11f 100644
--- a/tests/unit/symbol_test.ts
+++ b/tests/unit/symbol_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert } from "./test_util.ts";
 
 // Test that `Symbol.metadata` is defined. This file can be removed when V8
diff --git a/tests/unit/symlink_test.ts b/tests/unit/symlink_test.ts
index 47a685ec61260a..cdf0ea5bbdfe7f 100644
--- a/tests/unit/symlink_test.ts
+++ b/tests/unit/symlink_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertRejects,
diff --git a/tests/unit/test_util.ts b/tests/unit/test_util.ts
index a987cb54272136..6e7865ea7a43d4 100644
--- a/tests/unit/test_util.ts
+++ b/tests/unit/test_util.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import * as colors from "@std/fmt/colors";
 import { assert } from "@std/assert";
diff --git a/tests/unit/testing_test.ts b/tests/unit/testing_test.ts
index 51372c42b02c6f..96104df9c4d708 100644
--- a/tests/unit/testing_test.ts
+++ b/tests/unit/testing_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertRejects, assertThrows } from "./test_util.ts";
 
 Deno.test(function testWrongOverloads() {
diff --git a/tests/unit/text_encoding_test.ts b/tests/unit/text_encoding_test.ts
index 719e5907e4fede..1f378b2125d113 100644
--- a/tests/unit/text_encoding_test.ts
+++ b/tests/unit/text_encoding_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/timers_test.ts b/tests/unit/timers_test.ts
index 580d8c524e8fbb..29d338c761b62b 100644
--- a/tests/unit/timers_test.ts
+++ b/tests/unit/timers_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/unit/tls_sni_test.ts b/tests/unit/tls_sni_test.ts
index a8d51108e7f48e..3874753dedf6b8 100644
--- a/tests/unit/tls_sni_test.ts
+++ b/tests/unit/tls_sni_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertRejects } from "./test_util.ts";
 // @ts-expect-error TypeScript (as of 3.7) does not support indexing namespaces by symbol
 const { resolverSymbol, serverNameSymbol } = Deno[Deno.internal];
diff --git a/tests/unit/tls_test.ts b/tests/unit/tls_test.ts
index 219f4a450831a6..53db347a131a8d 100644
--- a/tests/unit/tls_test.ts
+++ b/tests/unit/tls_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/truncate_test.ts b/tests/unit/truncate_test.ts
index cebd6e8ee124c6..ae41b822711e61 100644
--- a/tests/unit/truncate_test.ts
+++ b/tests/unit/truncate_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertRejects, assertThrows } from "./test_util.ts";
 
 Deno.test(
diff --git a/tests/unit/tty_color_test.ts b/tests/unit/tty_color_test.ts
index 6f26891e372310..a1ca43951c8edc 100644
--- a/tests/unit/tty_color_test.ts
+++ b/tests/unit/tty_color_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "./test_util.ts";
 
 // Note tests for Deno.stdin.setRaw is in integration tests.
diff --git a/tests/unit/tty_test.ts b/tests/unit/tty_test.ts
index 1d29a0b706e8db..352c313b433493 100644
--- a/tests/unit/tty_test.ts
+++ b/tests/unit/tty_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-deprecated-deno-api
 
diff --git a/tests/unit/umask_test.ts b/tests/unit/umask_test.ts
index 0e97f0d353b7a6..c7cdd68e4ca73b 100644
--- a/tests/unit/umask_test.ts
+++ b/tests/unit/umask_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "./test_util.ts";
 
 Deno.test(
diff --git a/tests/unit/url_search_params_test.ts b/tests/unit/url_search_params_test.ts
index d682c291a9ddd8..9846c7a91cd3ff 100644
--- a/tests/unit/url_search_params_test.ts
+++ b/tests/unit/url_search_params_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals } from "./test_util.ts";
 
 Deno.test(function urlSearchParamsWithMultipleSpaces() {
diff --git a/tests/unit/url_test.ts b/tests/unit/url_test.ts
index b0dc86232b7592..5643fbd2584f02 100644
--- a/tests/unit/url_test.ts
+++ b/tests/unit/url_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/urlpattern_test.ts b/tests/unit/urlpattern_test.ts
index 3c1fb0cf19a55f..4d815cd04209c5 100644
--- a/tests/unit/urlpattern_test.ts
+++ b/tests/unit/urlpattern_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals } from "./test_util.ts";
 import { assertType, IsExact } from "@std/testing/types";
 
diff --git a/tests/unit/utime_test.ts b/tests/unit/utime_test.ts
index 7a1fee74eb4b36..5669499aafc2d6 100644
--- a/tests/unit/utime_test.ts
+++ b/tests/unit/utime_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assertEquals,
diff --git a/tests/unit/version_test.ts b/tests/unit/version_test.ts
index 307295ad87f796..fd570fb16d9725 100644
--- a/tests/unit/version_test.ts
+++ b/tests/unit/version_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals } from "./test_util.ts";
 
diff --git a/tests/unit/wasm_test.ts b/tests/unit/wasm_test.ts
index 8ee9392f934c36..80bc468f7dfdff 100644
--- a/tests/unit/wasm_test.ts
+++ b/tests/unit/wasm_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals, assertRejects } from "./test_util.ts";
 
diff --git a/tests/unit/webcrypto_test.ts b/tests/unit/webcrypto_test.ts
index 09552a05871b91..bc5b307de5e49b 100644
--- a/tests/unit/webcrypto_test.ts
+++ b/tests/unit/webcrypto_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit/webgpu_test.ts b/tests/unit/webgpu_test.ts
index aac75d34206d76..f7bfc0bbc2e873 100644
--- a/tests/unit/webgpu_test.ts
+++ b/tests/unit/webgpu_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals, assertThrows } from "./test_util.ts";
 
diff --git a/tests/unit/websocket_test.ts b/tests/unit/websocket_test.ts
index d9878828db4d97..1c8c4581bf3de1 100644
--- a/tests/unit/websocket_test.ts
+++ b/tests/unit/websocket_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals, assertThrows, fail } from "./test_util.ts";
 
 const servePort = 4248;
diff --git a/tests/unit/websocketstream_test.ts.disabled b/tests/unit/websocketstream_test.ts.disabled
index 4f8c321c927c63..7a64318d4722d1 100644
--- a/tests/unit/websocketstream_test.ts.disabled
+++ b/tests/unit/websocketstream_test.ts.disabled
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assertEquals,
diff --git a/tests/unit/webstorage_test.ts b/tests/unit/webstorage_test.ts
index aa832b1c4b2e37..1c2f9cfa34c338 100644
--- a/tests/unit/webstorage_test.ts
+++ b/tests/unit/webstorage_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-explicit-any
 
 import { assert, assertEquals, assertThrows } from "./test_util.ts";
diff --git a/tests/unit/worker_permissions_test.ts b/tests/unit/worker_permissions_test.ts
index 28bf9f92af8b7c..20736357f5f3b8 100644
--- a/tests/unit/worker_permissions_test.ts
+++ b/tests/unit/worker_permissions_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "./test_util.ts";
 
 Deno.test(
diff --git a/tests/unit/worker_test.ts b/tests/unit/worker_test.ts
index 42c257282cb518..c0777bb78bbc5f 100644
--- a/tests/unit/worker_test.ts
+++ b/tests/unit/worker_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/unit/write_file_test.ts b/tests/unit/write_file_test.ts
index 15e462cca91be1..53a5434e049f3e 100644
--- a/tests/unit/write_file_test.ts
+++ b/tests/unit/write_file_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit/write_text_file_test.ts b/tests/unit/write_text_file_test.ts
index 9e1b75326b7fe7..f8209250a1e2a6 100644
--- a/tests/unit/write_text_file_test.ts
+++ b/tests/unit/write_text_file_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit_node/_fs/_fs_access_test.ts b/tests/unit_node/_fs/_fs_access_test.ts
index 0881769f2c2d71..1333d9b7c829bf 100644
--- a/tests/unit_node/_fs/_fs_access_test.ts
+++ b/tests/unit_node/_fs/_fs_access_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import * as fs from "node:fs";
 import { assertRejects, assertThrows } from "@std/assert";
 
diff --git a/tests/unit_node/_fs/_fs_appendFile_test.ts b/tests/unit_node/_fs/_fs_appendFile_test.ts
index 5ee8eabed40163..d6f45786cba565 100644
--- a/tests/unit_node/_fs/_fs_appendFile_test.ts
+++ b/tests/unit_node/_fs/_fs_appendFile_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertThrows, fail } from "@std/assert";
 import { appendFile, appendFileSync } from "node:fs";
 import { fromFileUrl } from "@std/path";
diff --git a/tests/unit_node/_fs/_fs_chmod_test.ts b/tests/unit_node/_fs/_fs_chmod_test.ts
index 97dc9ecdda1287..db097397e2c85c 100644
--- a/tests/unit_node/_fs/_fs_chmod_test.ts
+++ b/tests/unit_node/_fs/_fs_chmod_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertRejects, assertThrows, fail } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
 import { chmod, chmodSync } from "node:fs";
diff --git a/tests/unit_node/_fs/_fs_chown_test.ts b/tests/unit_node/_fs/_fs_chown_test.ts
index 6cb2f576ad0b35..d9e6870ac69e59 100644
--- a/tests/unit_node/_fs/_fs_chown_test.ts
+++ b/tests/unit_node/_fs/_fs_chown_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, fail } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
 import { chown, chownSync } from "node:fs";
diff --git a/tests/unit_node/_fs/_fs_close_test.ts b/tests/unit_node/_fs/_fs_close_test.ts
index 8880bc04610a25..62f2d4f05ebb05 100644
--- a/tests/unit_node/_fs/_fs_close_test.ts
+++ b/tests/unit_node/_fs/_fs_close_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertThrows, fail } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
 import { close, closeSync } from "node:fs";
diff --git a/tests/unit_node/_fs/_fs_copy_test.ts b/tests/unit_node/_fs/_fs_copy_test.ts
index 22f30ea373ba80..b52f1951c6ba01 100644
--- a/tests/unit_node/_fs/_fs_copy_test.ts
+++ b/tests/unit_node/_fs/_fs_copy_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import * as path from "@std/path";
 import { assert } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
diff --git a/tests/unit_node/_fs/_fs_dir_test.ts b/tests/unit_node/_fs/_fs_dir_test.ts
index 0f41543e92bd4b..7da76e50fba4af 100644
--- a/tests/unit_node/_fs/_fs_dir_test.ts
+++ b/tests/unit_node/_fs/_fs_dir_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals, fail } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
 import { Dir as DirOrig, type Dirent } from "node:fs";
diff --git a/tests/unit_node/_fs/_fs_dirent_test.ts b/tests/unit_node/_fs/_fs_dirent_test.ts
index 093617fafda2db..a709163f4a7c00 100644
--- a/tests/unit_node/_fs/_fs_dirent_test.ts
+++ b/tests/unit_node/_fs/_fs_dirent_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals, assertThrows } from "@std/assert";
 import { Dirent as Dirent_ } from "node:fs";
 
diff --git a/tests/unit_node/_fs/_fs_exists_test.ts b/tests/unit_node/_fs/_fs_exists_test.ts
index 7ed7584ae6df68..3de7afdc188958 100644
--- a/tests/unit_node/_fs/_fs_exists_test.ts
+++ b/tests/unit_node/_fs/_fs_exists_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals, assertStringIncludes } from "@std/assert";
 import { exists, existsSync } from "node:fs";
 import { promisify } from "node:util";
diff --git a/tests/unit_node/_fs/_fs_fdatasync_test.ts b/tests/unit_node/_fs/_fs_fdatasync_test.ts
index 40ca2969f91b9d..59c2b5657ff009 100644
--- a/tests/unit_node/_fs/_fs_fdatasync_test.ts
+++ b/tests/unit_node/_fs/_fs_fdatasync_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, fail } from "@std/assert";
 import { fdatasync, fdatasyncSync } from "node:fs";
 
diff --git a/tests/unit_node/_fs/_fs_fstat_test.ts b/tests/unit_node/_fs/_fs_fstat_test.ts
index afcac836f6e019..79e5106525f923 100644
--- a/tests/unit_node/_fs/_fs_fstat_test.ts
+++ b/tests/unit_node/_fs/_fs_fstat_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { fstat, fstatSync } from "node:fs";
 import { fail } from "@std/assert";
diff --git a/tests/unit_node/_fs/_fs_fsync_test.ts b/tests/unit_node/_fs/_fs_fsync_test.ts
index 3c1509410ede8d..cd01786a2fcbdb 100644
--- a/tests/unit_node/_fs/_fs_fsync_test.ts
+++ b/tests/unit_node/_fs/_fs_fsync_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, fail } from "@std/assert";
 import { fsync, fsyncSync } from "node:fs";
 
diff --git a/tests/unit_node/_fs/_fs_ftruncate_test.ts b/tests/unit_node/_fs/_fs_ftruncate_test.ts
index 974f8f168e6d69..b51ac6c2ca913e 100644
--- a/tests/unit_node/_fs/_fs_ftruncate_test.ts
+++ b/tests/unit_node/_fs/_fs_ftruncate_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertThrows, fail } from "@std/assert";
 import { ftruncate, ftruncateSync } from "node:fs";
 
diff --git a/tests/unit_node/_fs/_fs_futimes_test.ts b/tests/unit_node/_fs/_fs_futimes_test.ts
index 9b0c64efd6c109..207610abede10a 100644
--- a/tests/unit_node/_fs/_fs_futimes_test.ts
+++ b/tests/unit_node/_fs/_fs_futimes_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertThrows, fail } from "@std/assert";
 import { futimes, futimesSync } from "node:fs";
 
diff --git a/tests/unit_node/_fs/_fs_handle_test.ts b/tests/unit_node/_fs/_fs_handle_test.ts
index 84d72c07457023..61214bde26fed7 100644
--- a/tests/unit_node/_fs/_fs_handle_test.ts
+++ b/tests/unit_node/_fs/_fs_handle_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import * as path from "@std/path";
 import { Buffer } from "node:buffer";
 import * as fs from "node:fs/promises";
diff --git a/tests/unit_node/_fs/_fs_link_test.ts b/tests/unit_node/_fs/_fs_link_test.ts
index 3062db7a67bb2b..fca1dfe869c585 100644
--- a/tests/unit_node/_fs/_fs_link_test.ts
+++ b/tests/unit_node/_fs/_fs_link_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import * as path from "@std/path";
 import { assert, assertEquals, fail } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
diff --git a/tests/unit_node/_fs/_fs_lstat_test.ts b/tests/unit_node/_fs/_fs_lstat_test.ts
index 6a42443452b529..196d5f23b73a10 100644
--- a/tests/unit_node/_fs/_fs_lstat_test.ts
+++ b/tests/unit_node/_fs/_fs_lstat_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { lstat, lstatSync } from "node:fs";
 import { fail } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
diff --git a/tests/unit_node/_fs/_fs_mkdir_test.ts b/tests/unit_node/_fs/_fs_mkdir_test.ts
index b9f6adf44c2e72..d3476a23a76a41 100644
--- a/tests/unit_node/_fs/_fs_mkdir_test.ts
+++ b/tests/unit_node/_fs/_fs_mkdir_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import * as path from "@std/path";
 import { assert } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
diff --git a/tests/unit_node/_fs/_fs_mkdtemp_test.ts b/tests/unit_node/_fs/_fs_mkdtemp_test.ts
index 47530b495a7db0..4e130d4b9df917 100644
--- a/tests/unit_node/_fs/_fs_mkdtemp_test.ts
+++ b/tests/unit_node/_fs/_fs_mkdtemp_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertRejects, assertThrows } from "@std/assert";
 import { EncodingOption, existsSync, mkdtemp, mkdtempSync } from "node:fs";
 import { env } from "node:process";
diff --git a/tests/unit_node/_fs/_fs_open_test.ts b/tests/unit_node/_fs/_fs_open_test.ts
index b4679cbab66e44..cd8cdf791bc5c4 100644
--- a/tests/unit_node/_fs/_fs_open_test.ts
+++ b/tests/unit_node/_fs/_fs_open_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   O_APPEND,
   O_CREAT,
diff --git a/tests/unit_node/_fs/_fs_opendir_test.ts b/tests/unit_node/_fs/_fs_opendir_test.ts
index e22a47a70285e0..37200d364f8a6b 100644
--- a/tests/unit_node/_fs/_fs_opendir_test.ts
+++ b/tests/unit_node/_fs/_fs_opendir_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit_node/_fs/_fs_readFile_test.ts b/tests/unit_node/_fs/_fs_readFile_test.ts
index a75f12d1f6fe39..0903777bca3f7b 100644
--- a/tests/unit_node/_fs/_fs_readFile_test.ts
+++ b/tests/unit_node/_fs/_fs_readFile_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
 import { promises, readFile, readFileSync } from "node:fs";
 import * as path from "@std/path";
diff --git a/tests/unit_node/_fs/_fs_read_test.ts b/tests/unit_node/_fs/_fs_read_test.ts
index 867ec01c5c1a10..6def1ff71daf67 100644
--- a/tests/unit_node/_fs/_fs_read_test.ts
+++ b/tests/unit_node/_fs/_fs_read_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 /// <reference types="npm:@types/node" />
 import {
   assert,
diff --git a/tests/unit_node/_fs/_fs_readdir_test.ts b/tests/unit_node/_fs/_fs_readdir_test.ts
index 3e36b1dc2da536..b5071b577733fe 100644
--- a/tests/unit_node/_fs/_fs_readdir_test.ts
+++ b/tests/unit_node/_fs/_fs_readdir_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertNotEquals, fail } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
 import { readdir, readdirSync } from "node:fs";
diff --git a/tests/unit_node/_fs/_fs_readlink_test.ts b/tests/unit_node/_fs/_fs_readlink_test.ts
index 23c5e3896ef93e..9443f2903ff0c9 100644
--- a/tests/unit_node/_fs/_fs_readlink_test.ts
+++ b/tests/unit_node/_fs/_fs_readlink_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
 import { readlink, readlinkSync } from "node:fs";
 import { assert, assertEquals } from "@std/assert";
diff --git a/tests/unit_node/_fs/_fs_realpath_test.ts b/tests/unit_node/_fs/_fs_realpath_test.ts
index b0285cf545423b..25d266c4bf90e7 100644
--- a/tests/unit_node/_fs/_fs_realpath_test.ts
+++ b/tests/unit_node/_fs/_fs_realpath_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import * as path from "@std/path";
 import { assertEquals } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
diff --git a/tests/unit_node/_fs/_fs_rename_test.ts b/tests/unit_node/_fs/_fs_rename_test.ts
index 76d2e1314119c4..91185e02a2df07 100644
--- a/tests/unit_node/_fs/_fs_rename_test.ts
+++ b/tests/unit_node/_fs/_fs_rename_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, fail } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
 import { rename, renameSync } from "node:fs";
diff --git a/tests/unit_node/_fs/_fs_rm_test.ts b/tests/unit_node/_fs/_fs_rm_test.ts
index 6ded2e5645d878..da02b60f30ebd6 100644
--- a/tests/unit_node/_fs/_fs_rm_test.ts
+++ b/tests/unit_node/_fs/_fs_rm_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertRejects, assertThrows, fail } from "@std/assert";
 import { rm, rmSync } from "node:fs";
 import { existsSync } from "node:fs";
diff --git a/tests/unit_node/_fs/_fs_rmdir_test.ts b/tests/unit_node/_fs/_fs_rmdir_test.ts
index db0c692a4095be..90d2c7c8a8114a 100644
--- a/tests/unit_node/_fs/_fs_rmdir_test.ts
+++ b/tests/unit_node/_fs/_fs_rmdir_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, fail } from "@std/assert";
 import { rmdir, rmdirSync } from "node:fs";
 import { existsSync } from "node:fs";
diff --git a/tests/unit_node/_fs/_fs_stat_test.ts b/tests/unit_node/_fs/_fs_stat_test.ts
index 3cbbe940b02041..d10521d0cde12e 100644
--- a/tests/unit_node/_fs/_fs_stat_test.ts
+++ b/tests/unit_node/_fs/_fs_stat_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
 import { BigIntStats, stat, Stats, statSync } from "node:fs";
 import { assert, assertEquals, fail } from "@std/assert";
diff --git a/tests/unit_node/_fs/_fs_statfs_test.ts b/tests/unit_node/_fs/_fs_statfs_test.ts
index fc85bcf174ec5f..51cbb0e552de1b 100644
--- a/tests/unit_node/_fs/_fs_statfs_test.ts
+++ b/tests/unit_node/_fs/_fs_statfs_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import * as fs from "node:fs";
 import { assertEquals, assertRejects } from "@std/assert";
diff --git a/tests/unit_node/_fs/_fs_symlink_test.ts b/tests/unit_node/_fs/_fs_symlink_test.ts
index dfd6adb51a25a6..d4a86bfc0fac79 100644
--- a/tests/unit_node/_fs/_fs_symlink_test.ts
+++ b/tests/unit_node/_fs/_fs_symlink_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertThrows, fail } from "@std/assert";
 import { symlink, symlinkSync } from "node:fs";
 
diff --git a/tests/unit_node/_fs/_fs_truncate_test.ts b/tests/unit_node/_fs/_fs_truncate_test.ts
index 67bd021e450827..ebb33a0c29dd56 100644
--- a/tests/unit_node/_fs/_fs_truncate_test.ts
+++ b/tests/unit_node/_fs/_fs_truncate_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertThrows, fail } from "@std/assert";
 import { truncate, truncateSync } from "node:fs";
 
diff --git a/tests/unit_node/_fs/_fs_unlink_test.ts b/tests/unit_node/_fs/_fs_unlink_test.ts
index f96217f8ef4b8a..a48ef58bc72470 100644
--- a/tests/unit_node/_fs/_fs_unlink_test.ts
+++ b/tests/unit_node/_fs/_fs_unlink_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, fail } from "@std/assert";
 import { existsSync } from "node:fs";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
diff --git a/tests/unit_node/_fs/_fs_utimes_test.ts b/tests/unit_node/_fs/_fs_utimes_test.ts
index 717d511c06514a..56233973ac3074 100644
--- a/tests/unit_node/_fs/_fs_utimes_test.ts
+++ b/tests/unit_node/_fs/_fs_utimes_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertThrows, fail } from "@std/assert";
 import { utimes, utimesSync } from "node:fs";
 
diff --git a/tests/unit_node/_fs/_fs_watch_test.ts b/tests/unit_node/_fs/_fs_watch_test.ts
index 963e0889f111c4..d61120206613a6 100644
--- a/tests/unit_node/_fs/_fs_watch_test.ts
+++ b/tests/unit_node/_fs/_fs_watch_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { unwatchFile, watch, watchFile } from "node:fs";
 import { watch as watchPromise } from "node:fs/promises";
 import { assert, assertEquals } from "@std/assert";
diff --git a/tests/unit_node/_fs/_fs_writeFile_test.ts b/tests/unit_node/_fs/_fs_writeFile_test.ts
index 2733a2df0bdd86..503faf8f4c477b 100644
--- a/tests/unit_node/_fs/_fs_writeFile_test.ts
+++ b/tests/unit_node/_fs/_fs_writeFile_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   assert,
   assertEquals,
diff --git a/tests/unit_node/_fs/_fs_write_test.ts b/tests/unit_node/_fs/_fs_write_test.ts
index 400fce73aa09a5..6a5d4c9c268202 100644
--- a/tests/unit_node/_fs/_fs_write_test.ts
+++ b/tests/unit_node/_fs/_fs_write_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/unit_node/_test_utils.ts b/tests/unit_node/_test_utils.ts
index c451ccd84b4e0a..a78444fd4ad19e 100644
--- a/tests/unit_node/_test_utils.ts
+++ b/tests/unit_node/_test_utils.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertStringIncludes } from "@std/assert";
 
diff --git a/tests/unit_node/assert_test.ts b/tests/unit_node/assert_test.ts
index dc565458f63068..f6dc18836ddfb2 100644
--- a/tests/unit_node/assert_test.ts
+++ b/tests/unit_node/assert_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import * as assert from "node:assert";
 
 Deno.test("[node/assert] .throws() compares Error instance", () => {
diff --git a/tests/unit_node/assertion_error_test.ts b/tests/unit_node/assertion_error_test.ts
index 4f8fe70ba55286..60b0020d90bac4 100644
--- a/tests/unit_node/assertion_error_test.ts
+++ b/tests/unit_node/assertion_error_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { stripAnsiCode } from "@std/fmt/colors";
 import { assert, assertStrictEquals } from "@std/assert";
 import { AssertionError } from "node:assert";
diff --git a/tests/unit_node/async_hooks_test.ts b/tests/unit_node/async_hooks_test.ts
index edad57bf7654cb..d76898bcf51886 100644
--- a/tests/unit_node/async_hooks_test.ts
+++ b/tests/unit_node/async_hooks_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { AsyncLocalStorage, AsyncResource } from "node:async_hooks";
 import process from "node:process";
 import { setImmediate } from "node:timers";
diff --git a/tests/unit_node/buffer_test.ts b/tests/unit_node/buffer_test.ts
index bd7f6edb17f393..3929769ffa3590 100644
--- a/tests/unit_node/buffer_test.ts
+++ b/tests/unit_node/buffer_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { Buffer } from "node:buffer";
 import { assertEquals, assertThrows } from "@std/assert";
 
diff --git a/tests/unit_node/child_process_test.ts b/tests/unit_node/child_process_test.ts
index 0ea3c46cf0c03c..bd875ad4195c13 100644
--- a/tests/unit_node/child_process_test.ts
+++ b/tests/unit_node/child_process_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import CP from "node:child_process";
 import { Buffer } from "node:buffer";
diff --git a/tests/unit_node/cluster_test.ts b/tests/unit_node/cluster_test.ts
index d9a59ae63a3b3d..e0335c48241a44 100644
--- a/tests/unit_node/cluster_test.ts
+++ b/tests/unit_node/cluster_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "@std/assert";
 import cluster from "node:cluster";
 import * as clusterNamed from "node:cluster";
diff --git a/tests/unit_node/console_test.ts b/tests/unit_node/console_test.ts
index 25d4a78e57cf48..a9e3551074e7e0 100644
--- a/tests/unit_node/console_test.ts
+++ b/tests/unit_node/console_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import vm from "node:vm";
 import { stripAnsiCode } from "@std/fmt/colors";
diff --git a/tests/unit_node/crypto/crypto_cipher_gcm_test.ts b/tests/unit_node/crypto/crypto_cipher_gcm_test.ts
index 16f6f56a9c78e3..dd02ee5e321bae 100644
--- a/tests/unit_node/crypto/crypto_cipher_gcm_test.ts
+++ b/tests/unit_node/crypto/crypto_cipher_gcm_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import crypto from "node:crypto";
 import { Buffer } from "node:buffer";
diff --git a/tests/unit_node/crypto/crypto_cipher_test.ts b/tests/unit_node/crypto/crypto_cipher_test.ts
index e40625c5a40641..bc001c8d0f187d 100644
--- a/tests/unit_node/crypto/crypto_cipher_test.ts
+++ b/tests/unit_node/crypto/crypto_cipher_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import crypto from "node:crypto";
 import { Buffer } from "node:buffer";
 import { Readable } from "node:stream";
diff --git a/tests/unit_node/crypto/crypto_hash_test.ts b/tests/unit_node/crypto/crypto_hash_test.ts
index 0d4e3070966609..0a3fd2245ecd12 100644
--- a/tests/unit_node/crypto/crypto_hash_test.ts
+++ b/tests/unit_node/crypto/crypto_hash_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { createHash, createHmac, getHashes } from "node:crypto";
 import { Buffer } from "node:buffer";
 import { Readable } from "node:stream";
diff --git a/tests/unit_node/crypto/crypto_hkdf_test.ts b/tests/unit_node/crypto/crypto_hkdf_test.ts
index 34102fd03d7456..dc128db584a432 100644
--- a/tests/unit_node/crypto/crypto_hkdf_test.ts
+++ b/tests/unit_node/crypto/crypto_hkdf_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { hkdfSync } from "node:crypto";
 import { assertEquals } from "@std/assert";
 import { Buffer } from "node:buffer";
diff --git a/tests/unit_node/crypto/crypto_import_export.ts b/tests/unit_node/crypto/crypto_import_export.ts
index fc41cbacc29764..458178d5784b96 100644
--- a/tests/unit_node/crypto/crypto_import_export.ts
+++ b/tests/unit_node/crypto/crypto_import_export.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import crypto, { KeyFormat } from "node:crypto";
 import path from "node:path";
 import { Buffer } from "node:buffer";
diff --git a/tests/unit_node/crypto/crypto_key_test.ts b/tests/unit_node/crypto/crypto_key_test.ts
index 82306d02fef716..ac54a354194c52 100644
--- a/tests/unit_node/crypto/crypto_key_test.ts
+++ b/tests/unit_node/crypto/crypto_key_test.ts
@@ -1,6 +1,6 @@
 // deno-lint-ignore-file no-explicit-any
 
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   createECDH,
   createHmac,
diff --git a/tests/unit_node/crypto/crypto_misc_test.ts b/tests/unit_node/crypto/crypto_misc_test.ts
index 9f726833986238..3c49edd388c3b1 100644
--- a/tests/unit_node/crypto/crypto_misc_test.ts
+++ b/tests/unit_node/crypto/crypto_misc_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { randomFillSync, randomUUID, timingSafeEqual } from "node:crypto";
 import { Buffer } from "node:buffer";
 import { assert, assertEquals, assertThrows } from "../../unit/test_util.ts";
diff --git a/tests/unit_node/crypto/crypto_pbkdf2_test.ts b/tests/unit_node/crypto/crypto_pbkdf2_test.ts
index c937eb0c47e146..5eb4b82210e1c3 100644
--- a/tests/unit_node/crypto/crypto_pbkdf2_test.ts
+++ b/tests/unit_node/crypto/crypto_pbkdf2_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { pbkdf2, pbkdf2Sync } from "node:crypto";
 import { assert, assertEquals } from "@std/assert";
 import nodeFixtures from "../testdata/crypto_digest_fixtures.json" with {
diff --git a/tests/unit_node/crypto/crypto_scrypt_test.ts b/tests/unit_node/crypto/crypto_scrypt_test.ts
index 03c08909eac122..3f4d1437f02df7 100644
--- a/tests/unit_node/crypto/crypto_scrypt_test.ts
+++ b/tests/unit_node/crypto/crypto_scrypt_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { scrypt, scryptSync } from "node:crypto";
 import { Buffer } from "node:buffer";
 import { assertEquals } from "@std/assert";
diff --git a/tests/unit_node/crypto/crypto_sign_test.ts b/tests/unit_node/crypto/crypto_sign_test.ts
index 97c80b28afb0cf..24b049ca361a2f 100644
--- a/tests/unit_node/crypto/crypto_sign_test.ts
+++ b/tests/unit_node/crypto/crypto_sign_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals } from "@std/assert";
 import {
diff --git a/tests/unit_node/crypto/generate_fixture.mjs b/tests/unit_node/crypto/generate_fixture.mjs
index 3724fe4aff76ab..3fb78e82c4ce52 100644
--- a/tests/unit_node/crypto/generate_fixture.mjs
+++ b/tests/unit_node/crypto/generate_fixture.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Run this file with `node` to regenerate the testdata/crypto_digest_fixtures.json file.
 
 import { readFileSync, writeFileSync } from "node:fs";
diff --git a/tests/unit_node/crypto/generate_keys.mjs b/tests/unit_node/crypto/generate_keys.mjs
index 29d9f570f3b2a4..d422729a29b0fe 100644
--- a/tests/unit_node/crypto/generate_keys.mjs
+++ b/tests/unit_node/crypto/generate_keys.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { writeFileSync } from "node:fs";
 import { join } from "node:path";
diff --git a/tests/unit_node/dgram_test.ts b/tests/unit_node/dgram_test.ts
index 2ccdfbfb7adc94..521b2448adcd09 100644
--- a/tests/unit_node/dgram_test.ts
+++ b/tests/unit_node/dgram_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals } from "@std/assert";
 import { execCode } from "../unit/test_util.ts";
diff --git a/tests/unit_node/domain_test.ts b/tests/unit_node/domain_test.ts
index ddc56efae3d5c8..59b2c57b77e021 100644
--- a/tests/unit_node/domain_test.ts
+++ b/tests/unit_node/domain_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // Copyright © Benjamin Lupton
 // This code has been forked by https://github.com/bevry/domain-browser/commit/8bce7f4a093966ca850da75b024239ad5d0b33c6
 
diff --git a/tests/unit_node/events_test.ts b/tests/unit_node/events_test.ts
index 8cfef6319aeda0..152ace787bddf5 100644
--- a/tests/unit_node/events_test.ts
+++ b/tests/unit_node/events_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import events, { addAbortListener, EventEmitter } from "node:events";
 
diff --git a/tests/unit_node/fetch_test.ts b/tests/unit_node/fetch_test.ts
index 399d6052a56377..d005fd1d6edad7 100644
--- a/tests/unit_node/fetch_test.ts
+++ b/tests/unit_node/fetch_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assertEquals } from "@std/assert";
 import { createReadStream } from "node:fs";
diff --git a/tests/unit_node/fs_test.ts b/tests/unit_node/fs_test.ts
index 32bea40e75ae74..2dcd45529f8888 100644
--- a/tests/unit_node/fs_test.ts
+++ b/tests/unit_node/fs_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 /// <reference lib="deno.ns" />
 import { assert, assertEquals, assertRejects, assertThrows } from "@std/assert";
diff --git a/tests/unit_node/http2_test.ts b/tests/unit_node/http2_test.ts
index 90f2388124ba07..698e6b4ebedd9b 100644
--- a/tests/unit_node/http2_test.ts
+++ b/tests/unit_node/http2_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/unit_node/http_test.ts b/tests/unit_node/http_test.ts
index f30a4a20a33b4d..747854661708d4 100644
--- a/tests/unit_node/http_test.ts
+++ b/tests/unit_node/http_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/unit_node/inspector_test.ts b/tests/unit_node/inspector_test.ts
index 0eb3f5a07b67ed..ed943321081bac 100644
--- a/tests/unit_node/inspector_test.ts
+++ b/tests/unit_node/inspector_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import inspector, { Session } from "node:inspector";
 import inspectorPromises, {
   Session as SessionPromise,
diff --git a/tests/unit_node/internal/_randomBytes_test.ts b/tests/unit_node/internal/_randomBytes_test.ts
index ff3acf5e389c25..d479f44e7656c3 100644
--- a/tests/unit_node/internal/_randomBytes_test.ts
+++ b/tests/unit_node/internal/_randomBytes_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assert, assertEquals, assertRejects, assertThrows } from "@std/assert";
 import { assertCallbackErrorUncaught } from "../_test_utils.ts";
 import { pseudoRandomBytes, randomBytes } from "node:crypto";
diff --git a/tests/unit_node/internal/_randomFill_test.ts b/tests/unit_node/internal/_randomFill_test.ts
index 7b590666cd3b61..d865b75f390a65 100644
--- a/tests/unit_node/internal/_randomFill_test.ts
+++ b/tests/unit_node/internal/_randomFill_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { Buffer } from "node:buffer";
 import { randomFill, randomFillSync } from "node:crypto";
 import { assertEquals, assertNotEquals, assertThrows } from "@std/assert";
diff --git a/tests/unit_node/internal/_randomInt_test.ts b/tests/unit_node/internal/_randomInt_test.ts
index b0d9d771eefcee..ec2f8695514550 100644
--- a/tests/unit_node/internal/_randomInt_test.ts
+++ b/tests/unit_node/internal/_randomInt_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { randomInt } from "node:crypto";
 import { assert, assertThrows } from "@std/assert";
 
diff --git a/tests/unit_node/module_test.ts b/tests/unit_node/module_test.ts
index 96c3504bd24feb..728a339fb653a5 100644
--- a/tests/unit_node/module_test.ts
+++ b/tests/unit_node/module_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   builtinModules,
diff --git a/tests/unit_node/net_test.ts b/tests/unit_node/net_test.ts
index 83d751866f99c8..1142e6201d04fa 100644
--- a/tests/unit_node/net_test.ts
+++ b/tests/unit_node/net_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tests/unit_node/os_test.ts b/tests/unit_node/os_test.ts
index 78636e755d5608..99ad82c0310d9c 100644
--- a/tests/unit_node/os_test.ts
+++ b/tests/unit_node/os_test.ts
@@ -1,5 +1,5 @@
 // deno-lint-ignore-file no-undef
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import os from "node:os";
 import {
diff --git a/tests/unit_node/path_test.ts b/tests/unit_node/path_test.ts
index bd0711334dff4c..63aa5ee2c10ff7 100644
--- a/tests/unit_node/path_test.ts
+++ b/tests/unit_node/path_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import path from "node:path";
 import posix from "node:path/posix";
diff --git a/tests/unit_node/perf_hooks_test.ts b/tests/unit_node/perf_hooks_test.ts
index 83d0062228ee4d..a77dd08538204f 100644
--- a/tests/unit_node/perf_hooks_test.ts
+++ b/tests/unit_node/perf_hooks_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import * as perfHooks from "node:perf_hooks";
 import {
   monitorEventLoopDelay,
diff --git a/tests/unit_node/process_test.ts b/tests/unit_node/process_test.ts
index 49de2dce1dd7e2..592bd6497fc956 100644
--- a/tests/unit_node/process_test.ts
+++ b/tests/unit_node/process_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-undef no-console
 
diff --git a/tests/unit_node/punycode_test.ts b/tests/unit_node/punycode_test.ts
index fffa26164f6d35..d4fa5b50a0a91b 100644
--- a/tests/unit_node/punycode_test.ts
+++ b/tests/unit_node/punycode_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import * as punycode from "node:punycode";
 import { assertEquals } from "@std/assert";
diff --git a/tests/unit_node/querystring_test.ts b/tests/unit_node/querystring_test.ts
index 09672df370efa8..d57941264cffa3 100644
--- a/tests/unit_node/querystring_test.ts
+++ b/tests/unit_node/querystring_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "@std/assert";
 import { parse, stringify } from "node:querystring";
 
diff --git a/tests/unit_node/readline_test.ts b/tests/unit_node/readline_test.ts
index 68f0cd7c920a61..02fd6958bfb419 100644
--- a/tests/unit_node/readline_test.ts
+++ b/tests/unit_node/readline_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { createInterface, Interface } from "node:readline";
 import { assertInstanceOf } from "@std/assert";
 import { Readable, Writable } from "node:stream";
diff --git a/tests/unit_node/repl_test.ts b/tests/unit_node/repl_test.ts
index 693fdcc9eb4093..d0759f442f02a0 100644
--- a/tests/unit_node/repl_test.ts
+++ b/tests/unit_node/repl_test.ts
@@ -1,5 +1,5 @@
 // deno-lint-ignore-file no-undef
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import repl from "node:repl";
 import { assert } from "@std/assert";
diff --git a/tests/unit_node/stream_test.ts b/tests/unit_node/stream_test.ts
index b8542f6cfd3aad..9c58ae03d681db 100644
--- a/tests/unit_node/stream_test.ts
+++ b/tests/unit_node/stream_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals } from "@std/assert";
 import { fromFileUrl, relative } from "@std/path";
diff --git a/tests/unit_node/string_decoder_test.ts b/tests/unit_node/string_decoder_test.ts
index 34fbdd881007f6..10623734220c57 100644
--- a/tests/unit_node/string_decoder_test.ts
+++ b/tests/unit_node/string_decoder_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals } from "@std/assert";
 import { Buffer } from "node:buffer";
 import { StringDecoder } from "node:string_decoder";
diff --git a/tests/unit_node/timers_test.ts b/tests/unit_node/timers_test.ts
index ecff32e763b247..43a33380965d18 100644
--- a/tests/unit_node/timers_test.ts
+++ b/tests/unit_node/timers_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, fail } from "@std/assert";
 import * as timers from "node:timers";
diff --git a/tests/unit_node/tls_test.ts b/tests/unit_node/tls_test.ts
index 627b948cd1d8e3..f34d9efb5b7857 100644
--- a/tests/unit_node/tls_test.ts
+++ b/tests/unit_node/tls_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit_node/tty_test.ts b/tests/unit_node/tty_test.ts
index df2888ddd05ce7..9acf9be614d2a8 100644
--- a/tests/unit_node/tty_test.ts
+++ b/tests/unit_node/tty_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // deno-lint-ignore-file no-explicit-any
 
 import { assert } from "@std/assert";
diff --git a/tests/unit_node/util_test.ts b/tests/unit_node/util_test.ts
index af174b0f4d08fc..0f83bb1b9a005b 100644
--- a/tests/unit_node/util_test.ts
+++ b/tests/unit_node/util_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit_node/v8_test.ts b/tests/unit_node/v8_test.ts
index f7208fb0eff32a..7262ccd1fb8bc9 100644
--- a/tests/unit_node/v8_test.ts
+++ b/tests/unit_node/v8_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   cachedDataVersionTag,
   deserialize,
diff --git a/tests/unit_node/vm_test.ts b/tests/unit_node/vm_test.ts
index 85b9556637d090..2876208e2f907b 100644
--- a/tests/unit_node/vm_test.ts
+++ b/tests/unit_node/vm_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { assertEquals, assertThrows } from "@std/assert";
 import {
   createContext,
diff --git a/tests/unit_node/wasi_test.ts b/tests/unit_node/wasi_test.ts
index 6af2d4b1db5880..ae174e961b874c 100644
--- a/tests/unit_node/wasi_test.ts
+++ b/tests/unit_node/wasi_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import wasi from "node:wasi";
 import { assertThrows } from "@std/assert";
 
diff --git a/tests/unit_node/worker_threads_test.ts b/tests/unit_node/worker_threads_test.ts
index 5f38d51d4db34c..c994b91eb133f4 100644
--- a/tests/unit_node/worker_threads_test.ts
+++ b/tests/unit_node/worker_threads_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import {
   assert,
diff --git a/tests/unit_node/zlib_test.ts b/tests/unit_node/zlib_test.ts
index de2d2450d1cc20..fb066a30d1535a 100644
--- a/tests/unit_node/zlib_test.ts
+++ b/tests/unit_node/zlib_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { assert, assertEquals } from "@std/assert";
 import { fromFileUrl, relative } from "@std/path";
diff --git a/tests/util/server/Cargo.toml b/tests/util/server/Cargo.toml
index efc81da17c55f5..aec9f6e91c8d85 100644
--- a/tests/util/server/Cargo.toml
+++ b/tests/util/server/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2025 the Deno authors. MIT license.
 
 [package]
 name = "test_server"
diff --git a/tests/util/server/src/assertions.rs b/tests/util/server/src/assertions.rs
index c8b8845f4c4573..9eb39fb4a8cd84 100644
--- a/tests/util/server/src/assertions.rs
+++ b/tests/util/server/src/assertions.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::io::Write;
 
diff --git a/tests/util/server/src/builders.rs b/tests/util/server/src/builders.rs
index 1cc1af2812588b..d5df8d09c87193 100644
--- a/tests/util/server/src/builders.rs
+++ b/tests/util/server/src/builders.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::cell::RefCell;
 use std::collections::HashMap;
diff --git a/tests/util/server/src/factory.rs b/tests/util/server/src/factory.rs
index 4b972d9b0e36c0..a13d673971082a 100644
--- a/tests/util/server/src/factory.rs
+++ b/tests/util/server/src/factory.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::collections::HashSet;
 use std::path::PathBuf;
 
diff --git a/tests/util/server/src/fs.rs b/tests/util/server/src/fs.rs
index 4bb3a7dd8c3e9d..19b94731eb26a9 100644
--- a/tests/util/server/src/fs.rs
+++ b/tests/util/server/src/fs.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashSet;
diff --git a/tests/util/server/src/https.rs b/tests/util/server/src/https.rs
index ab90800a4557df..f3fc1291fe74d4 100644
--- a/tests/util/server/src/https.rs
+++ b/tests/util/server/src/https.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::io;
 use std::num::NonZeroUsize;
 use std::result::Result;
diff --git a/tests/util/server/src/lib.rs b/tests/util/server/src/lib.rs
index 6361dac16dd986..477568ab1b3416 100644
--- a/tests/util/server/src/lib.rs
+++ b/tests/util/server/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::env;
diff --git a/tests/util/server/src/lsp.rs b/tests/util/server/src/lsp.rs
index 9da7042e2092dc..8b16d17c6fec28 100644
--- a/tests/util/server/src/lsp.rs
+++ b/tests/util/server/src/lsp.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::collections::HashSet;
diff --git a/tests/util/server/src/macros.rs b/tests/util/server/src/macros.rs
index e076583f19b306..52c84acf008536 100644
--- a/tests/util/server/src/macros.rs
+++ b/tests/util/server/src/macros.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #[macro_export]
 // https://stackoverflow.com/questions/38088067/equivalent-of-func-or-function-in-rust
diff --git a/tests/util/server/src/npm.rs b/tests/util/server/src/npm.rs
index 0261b2532c0dff..da9a59cf2ffc9b 100644
--- a/tests/util/server/src/npm.rs
+++ b/tests/util/server/src/npm.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::HashMap;
 use std::fs;
diff --git a/tests/util/server/src/pty.rs b/tests/util/server/src/pty.rs
index fa22c4ecc817c7..d72617cd5e1083 100644
--- a/tests/util/server/src/pty.rs
+++ b/tests/util/server/src/pty.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::borrow::Cow;
 use std::collections::HashMap;
diff --git a/tests/util/server/src/servers/grpc.rs b/tests/util/server/src/servers/grpc.rs
index 144afc06a38054..f097fbd5955ec9 100644
--- a/tests/util/server/src/servers/grpc.rs
+++ b/tests/util/server/src/servers/grpc.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use futures::StreamExt;
 use h2;
diff --git a/tests/util/server/src/servers/hyper_utils.rs b/tests/util/server/src/servers/hyper_utils.rs
index dfb9464abe918d..a8b30ac24e53eb 100644
--- a/tests/util/server/src/servers/hyper_utils.rs
+++ b/tests/util/server/src/servers/hyper_utils.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::convert::Infallible;
 use std::io;
diff --git a/tests/util/server/src/servers/jsr_registry.rs b/tests/util/server/src/servers/jsr_registry.rs
index 418a0ebe2973e5..b4b045087c0c32 100644
--- a/tests/util/server/src/servers/jsr_registry.rs
+++ b/tests/util/server/src/servers/jsr_registry.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::collections::BTreeMap;
 use std::collections::HashMap;
diff --git a/tests/util/server/src/servers/mod.rs b/tests/util/server/src/servers/mod.rs
index 4c8901b7cc37f4..03f327319c25f6 100644
--- a/tests/util/server/src/servers/mod.rs
+++ b/tests/util/server/src/servers/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // Usage: provide a port as argument to run hyper_hello benchmark server
 // otherwise this starts multiple servers on many ports for test endpoints.
diff --git a/tests/util/server/src/servers/nodejs_org_mirror.rs b/tests/util/server/src/servers/nodejs_org_mirror.rs
index 521e79d3c458fa..e3e94757c033c8 100644
--- a/tests/util/server/src/servers/nodejs_org_mirror.rs
+++ b/tests/util/server/src/servers/nodejs_org_mirror.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 //! Server for NodeJS header tarballs, used by `node-gyp` in tests to download headers
 //!
diff --git a/tests/util/server/src/servers/npm_registry.rs b/tests/util/server/src/servers/npm_registry.rs
index fa8fa6a2f5b479..c814b83340c9f4 100644
--- a/tests/util/server/src/servers/npm_registry.rs
+++ b/tests/util/server/src/servers/npm_registry.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::convert::Infallible;
 use std::net::Ipv6Addr;
diff --git a/tests/util/server/src/servers/ws.rs b/tests/util/server/src/servers/ws.rs
index f2637402fad844..2b9189f3e127ed 100644
--- a/tests/util/server/src/servers/ws.rs
+++ b/tests/util/server/src/servers/ws.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 use std::pin::Pin;
 use std::result::Result;
diff --git a/tests/util/server/src/spawn.rs b/tests/util/server/src/spawn.rs
index c76168db536cf1..936da7c785a496 100644
--- a/tests/util/server/src/spawn.rs
+++ b/tests/util/server/src/spawn.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 use std::convert::Infallible;
 
 use anyhow::Error;
diff --git a/tests/util/server/src/test_server.rs b/tests/util/server/src/test_server.rs
index 3ae3eaa7d94949..a118318e6f3556 100644
--- a/tests/util/server/src/test_server.rs
+++ b/tests/util/server/src/test_server.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 #![allow(clippy::print_stdout)]
 #![allow(clippy::print_stderr)]
diff --git a/tests/wpt/runner/runner.ts b/tests/wpt/runner/runner.ts
index 6e654fd334dd53..e124d28c7ac11d 100644
--- a/tests/wpt/runner/runner.ts
+++ b/tests/wpt/runner/runner.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import {
   delay,
   join,
diff --git a/tests/wpt/runner/testharnessreport.js b/tests/wpt/runner/testharnessreport.js
index 7cc6a9e2dd13cd..f5fce1efe30e66 100644
--- a/tests/wpt/runner/testharnessreport.js
+++ b/tests/wpt/runner/testharnessreport.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 window.add_result_callback(({ message, name, stack, status }) => {
   const data = new TextEncoder().encode(
diff --git a/tests/wpt/runner/utils.ts b/tests/wpt/runner/utils.ts
index 140c388ec2118b..1d9426aed9c955 100644
--- a/tests/wpt/runner/utils.ts
+++ b/tests/wpt/runner/utils.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 /// FLAGS
 
 import { parseArgs } from "@std/cli/parse-args";
diff --git a/tests/wpt/wpt.ts b/tests/wpt/wpt.ts
index b13a10cf4c3690..ec4a77fba1b52a 100755
--- a/tests/wpt/wpt.ts
+++ b/tests/wpt/wpt.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --allow-write --allow-read --allow-net --allow-env --allow-run --config=tests/config/deno.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tools/build_bench.ts b/tools/build_bench.ts
index 400737561beace..ccc72410ba1766 100755
--- a/tools/build_bench.ts
+++ b/tools/build_bench.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --allow-env --allow-read --allow-write --allow-run=git,cargo
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import $ from "https://deno.land/x/dax@0.32.0/mod.ts";
 
diff --git a/tools/build_benchmark_jsons.js b/tools/build_benchmark_jsons.js
index 64310f75a7e157..6ed7cb0d83aad8 100755
--- a/tools/build_benchmark_jsons.js
+++ b/tools/build_benchmark_jsons.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { buildPath, existsSync, join } from "./util.js";
 
 const currentDataFile = join(buildPath(), "bench.json");
diff --git a/tools/copyright_checker.js b/tools/copyright_checker.js
index d7d196bc44656b..9ac84e3ec567d0 100755
--- a/tools/copyright_checker.js
+++ b/tools/copyright_checker.js
@@ -1,11 +1,11 @@
 #!/usr/bin/env -S deno run --allow-read=. --allow-run=git --config=tests/config/deno.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
 import { getSources, ROOT_PATH } from "./util.js";
 
-const copyrightYear = 2024;
+const copyrightYear = 2025;
 
 const buffer = new Uint8Array(1024);
 const textDecoder = new TextDecoder();
@@ -63,7 +63,7 @@ export async function checkCopyright() {
   const ACCEPTABLE_LINES =
     /^(\/\/ deno-lint-.*|\/\/ Copyright.*|\/\/ Ported.*|\s*|#!\/.*)\n/;
   const COPYRIGHT_LINE =
-    `Copyright 2018-${copyrightYear} the Deno authors. All rights reserved. MIT license.`;
+    `Copyright 2018-${copyrightYear} the Deno authors. MIT license.`;
   const TOML_COPYRIGHT_LINE = "# " + COPYRIGHT_LINE;
   const C_STYLE_COPYRIGHT_LINE = "// " + COPYRIGHT_LINE;
 
diff --git a/tools/format.js b/tools/format.js
index b29667ca77a6a2..02211cdaf83e4a 100755
--- a/tools/format.js
+++ b/tools/format.js
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --allow-all --config=tests/config/deno.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { join, ROOT_PATH } from "./util.js";
 
 const subcommand = Deno.args.includes("--check") ? "check" : "fmt";
diff --git a/tools/generate_types_deno.ts b/tools/generate_types_deno.ts
index 265b6f53711ed6..e88b4bfa6f2fd9 100755
--- a/tools/generate_types_deno.ts
+++ b/tools/generate_types_deno.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run -A
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // This script is used to generate the @types/deno package on DefinitelyTyped.
 
diff --git a/tools/install_prebuilt.js b/tools/install_prebuilt.js
index 0c983d405d4b1c..c7a58c4691ea61 100755
--- a/tools/install_prebuilt.js
+++ b/tools/install_prebuilt.js
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --unstable --allow-write --allow-read --allow-net --config=tests/config/deno.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { getPrebuilt } from "./util.js";
 
 const args = Deno.args.slice();
diff --git a/tools/jsdoc_checker.js b/tools/jsdoc_checker.js
index 241d04273b96a3..034782136c13e7 100755
--- a/tools/jsdoc_checker.js
+++ b/tools/jsdoc_checker.js
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --allow-read --allow-env --allow-sys --config=tests/config/deno.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { Node, Project, ts } from "npm:ts-morph@22.0.0";
 import { join, ROOT_PATH } from "./util.js";
 
diff --git a/tools/lint.js b/tools/lint.js
index 5bc3f2654fd012..3f548d5c3a958c 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --allow-all --config=tests/config/deno.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tools/napi/generate_symbols_lists.js b/tools/napi/generate_symbols_lists.js
index efb0edc0436930..42942777f6af8d 100755
--- a/tools/napi/generate_symbols_lists.js
+++ b/tools/napi/generate_symbols_lists.js
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --allow-read --allow-write
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import exports from "../../ext/napi/sym/symbol_exports.json" with {
   type: "json",
diff --git a/tools/ops.d.ts b/tools/ops.d.ts
index 8acb1e5883cfdf..1d6dc8304ac1c1 100644
--- a/tools/ops.d.ts
+++ b/tools/ops.d.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // This file is intentionally empty - that puts this file into script mode,
 // which then allows all symbols to be imported from the file.
diff --git a/tools/release/00_start_release.ts b/tools/release/00_start_release.ts
index 125a76af66f825..a7a5d22a4079b8 100755
--- a/tools/release/00_start_release.ts
+++ b/tools/release/00_start_release.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run -A --quiet --lock=tools/deno.lock.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tools/release/01_bump_crate_versions.ts b/tools/release/01_bump_crate_versions.ts
index bef8011ba1f204..ddbc785c756335 100755
--- a/tools/release/01_bump_crate_versions.ts
+++ b/tools/release/01_bump_crate_versions.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run -A --lock=tools/deno.lock.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { DenoWorkspace } from "./deno_workspace.ts";
 import { $, GitLogOutput, semver } from "./deps.ts";
 
diff --git a/tools/release/02_create_pr.ts b/tools/release/02_create_pr.ts
index 5ef64cd1440534..97f50f0d44098d 100755
--- a/tools/release/02_create_pr.ts
+++ b/tools/release/02_create_pr.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run -A --lock=tools/deno.lock.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { DenoWorkspace } from "./deno_workspace.ts";
 import { $, createOctoKit, getGitHubRepository } from "./deps.ts";
 
diff --git a/tools/release/03_publish_crates.ts b/tools/release/03_publish_crates.ts
index ecfb75e796431f..17ab2f71f76dc8 100755
--- a/tools/release/03_publish_crates.ts
+++ b/tools/release/03_publish_crates.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run -A --lock=tools/deno.lock.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tools/release/04_post_publish.ts b/tools/release/04_post_publish.ts
index 2fa9e73561f54d..42bf2dbafdea14 100755
--- a/tools/release/04_post_publish.ts
+++ b/tools/release/04_post_publish.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run -A --lock=tools/deno.lock.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { DenoWorkspace } from "./deno_workspace.ts";
 import { $, createOctoKit, getGitHubRepository } from "./deps.ts";
 
diff --git a/tools/release/05_create_release_notes.ts b/tools/release/05_create_release_notes.ts
index 9ea9ade31fd1b1..383f5ba0891d84 100755
--- a/tools/release/05_create_release_notes.ts
+++ b/tools/release/05_create_release_notes.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run -A --lock=tools/deno.lock.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 import { $ } from "./deps.ts";
 import { DenoWorkspace } from "./deno_workspace.ts";
 
diff --git a/tools/release/deno_workspace.ts b/tools/release/deno_workspace.ts
index e55a02b73fa187..e5d9f1b9288539 100644
--- a/tools/release/deno_workspace.ts
+++ b/tools/release/deno_workspace.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { $, ReleasesMdFile, Repo } from "./deps.ts";
 
diff --git a/tools/release/deps.ts b/tools/release/deps.ts
index 568830a74b341a..17177870d7a1f0 100644
--- a/tools/release/deps.ts
+++ b/tools/release/deps.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 export * from "https://raw.githubusercontent.com/denoland/automation/0.19.0/mod.ts";
 export * from "https://raw.githubusercontent.com/denoland/automation/0.19.0/github_actions.ts";
diff --git a/tools/release/npm/bin.cjs b/tools/release/npm/bin.cjs
index 984aa350f125cc..aaa9dd343c4d64 100644
--- a/tools/release/npm/bin.cjs
+++ b/tools/release/npm/bin.cjs
@@ -1,5 +1,5 @@
 #!/usr/bin/env node
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // @ts-check
 const path = require("path");
diff --git a/tools/release/npm/build.ts b/tools/release/npm/build.ts
index b1f1c45cbf9cbb..606ff6dbe8ca2b 100755
--- a/tools/release/npm/build.ts
+++ b/tools/release/npm/build.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run -A --lock=tools/deno.lock.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 // NOTICE: This deployment/npm folder was lifted from https://github.com/dprint/dprint/blob/0ba79811cc96d2dee8e0cf766a8c8c0fc44879c2/deployment/npm/
 // with permission (Copyright 2019-2023 David Sherret)
 import $ from "jsr:@david/dax@^0.42.0";
diff --git a/tools/release/npm/install.cjs b/tools/release/npm/install.cjs
index 8bf9aabe475d0b..554681894176aa 100644
--- a/tools/release/npm/install.cjs
+++ b/tools/release/npm/install.cjs
@@ -1,5 +1,5 @@
 // @ts-check
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 "use strict";
 
 require("./install_api.cjs").runInstall();
diff --git a/tools/release/npm/install_api.cjs b/tools/release/npm/install_api.cjs
index 026d8ccc4510aa..d2571839bc691a 100644
--- a/tools/release/npm/install_api.cjs
+++ b/tools/release/npm/install_api.cjs
@@ -1,5 +1,5 @@
 // @ts-check
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 "use strict";
 
 const fs = require("fs");
diff --git a/tools/release/promote_to_release.ts b/tools/release/promote_to_release.ts
index 046f4d33a8070f..bca798d22c2659 100755
--- a/tools/release/promote_to_release.ts
+++ b/tools/release/promote_to_release.ts
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run -A --lock=tools/deno.lock.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tools/upload_wptfyi.js b/tools/upload_wptfyi.js
index 23dd4c660232aa..b08f352329364e 100644
--- a/tools/upload_wptfyi.js
+++ b/tools/upload_wptfyi.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // This script pushes new WPT results to wpt.fyi. When the `--ghstatus` flag is
 // passed, will automatically add a status check to the commit with a link to
diff --git a/tools/util.js b/tools/util.js
index 8669337bff7ea7..07f405098cb426 100644
--- a/tools/util.js
+++ b/tools/util.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tools/verify_pr_title.js b/tools/verify_pr_title.js
index 90a045d3f45fa3..dd623bb6302ef3 100644
--- a/tools/verify_pr_title.js
+++ b/tools/verify_pr_title.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 // deno-lint-ignore-file no-console
 
diff --git a/tools/wgpu_sync.js b/tools/wgpu_sync.js
index 1d9e180d52865e..995a4b59750cd4 100755
--- a/tools/wgpu_sync.js
+++ b/tools/wgpu_sync.js
@@ -1,5 +1,5 @@
 #!/usr/bin/env -S deno run --unstable --allow-read --allow-write --allow-run --config=tests/config/deno.json
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2025 the Deno authors. MIT license.
 
 import { join, ROOT_PATH } from "./util.js";