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) --- cli/bench/stdio/stdio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/bench/stdio/stdio.c') 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 #include @@ -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 +} -- cgit v1.2.3