From a00e432297d2ae119c8e1097aec74badc886f912 Mon Sep 17 00:00:00 2001 From: Yiyu Lin Date: Fri, 13 Jan 2023 15:51:32 +0800 Subject: chore: add `copyright_checker` tool and add the missing copyright (#17285) --- cli/bench/stdio/stdio.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/bench/stdio/stdio.js') diff --git a/cli/bench/stdio/stdio.js b/cli/bench/stdio/stdio.js index 1d11c273d..e53016df2 100644 --- a/cli/bench/stdio/stdio.js +++ b/cli/bench/stdio/stdio.js @@ -1,5 +1,6 @@ -// From https://github.com/just-js/benchmarks/tree/main/01-stdio // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// +// From https://github.com/just-js/benchmarks/tree/main/01-stdio const blocksize = parseInt(Deno.args[0] || 65536); const buf = new Uint8Array(blocksize); -- cgit v1.2.3