diff options
author | Kenta Moriuchi <moriken@kimamass.com> | 2024-08-13 01:41:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 12:41:32 -0400 |
commit | 76f4f202e7be3835bd3d95af9e1c485a4b4695fe (patch) | |
tree | fdf6085120005aef57b9f6fa33082c51b5bf24b1 /ext/node/polyfills/_process/streams.mjs | |
parent | e5f0058b74245f909253e1c9b1e7e0087ef7701a (diff) |
chore: update the copyright of c, mjs, and jsx (#25005)
Diffstat (limited to 'ext/node/polyfills/_process/streams.mjs')
-rw-r--r-- | ext/node/polyfills/_process/streams.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/_process/streams.mjs b/ext/node/polyfills/_process/streams.mjs index 6f289fb77..fa24bd155 100644 --- a/ext/node/polyfills/_process/streams.mjs +++ b/ext/node/polyfills/_process/streams.mjs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license. import { primordials } from "ext:core/mod.js"; |