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 /cli/bench/stdio | |
parent | e5f0058b74245f909253e1c9b1e7e0087ef7701a (diff) |
chore: update the copyright of c, mjs, and jsx (#25005)
Diffstat (limited to 'cli/bench/stdio')
-rw-r--r-- | cli/bench/stdio/stdio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/bench/stdio/stdio.c b/cli/bench/stdio/stdio.c index f878c5b43..acce20799 100644 --- a/cli/bench/stdio/stdio.c +++ b/cli/bench/stdio/stdio.c @@ -1,5 +1,5 @@ +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. // From https://github.com/just-js/benchmarks/tree/main/01-stdio -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. #include <stdlib.h> #include <stdio.h> @@ -26,4 +26,4 @@ int main(int argc, char *argv[]) { exit(1); } fprintf(stdout, "size %lu reads %u blocksize %u\n", size, reads, blocksize); -}
\ No newline at end of file +} |