From 76f4f202e7be3835bd3d95af9e1c485a4b4695fe Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Tue, 13 Aug 2024 01:41:32 +0900 Subject: chore: update the copyright of c, mjs, and jsx (#25005) --- ext/node/benchmarks/child_process_ipc.mjs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/node/benchmarks/child_process_ipc.mjs') diff --git a/ext/node/benchmarks/child_process_ipc.mjs b/ext/node/benchmarks/child_process_ipc.mjs index 39377cd8c..7a5c992bd 100644 --- a/ext/node/benchmarks/child_process_ipc.mjs +++ b/ext/node/benchmarks/child_process_ipc.mjs @@ -1,3 +1,5 @@ +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + import { fork } from "node:child_process"; import process from "node:process"; import { setImmediate } from "node:timers"; -- cgit v1.2.3