chore: add copyright_checker tool and add the missing copyright (#17285)

This commit is contained in:
Yiyu Lin 2023-01-13 15:51:32 +08:00 committed by GitHub
parent 5707a958ac
commit a00e432297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 276 additions and 49 deletions

View file

@ -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);