summaryrefslogtreecommitdiff
path: root/cli/bench/deno_tcp.ts
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2022-01-20 16:10:16 +0900
committerGitHub <noreply@github.com>2022-01-20 16:10:16 +0900
commit4c1053ad33cad119569acca7d63f5544e025a880 (patch)
treeb5a45e8ab0e92b84a1e1ac3b2c9cce958741e84c /cli/bench/deno_tcp.ts
parentee51c3ddd90f6f4e852a65895519768c8a815116 (diff)
chore: update copyright year (#13434)
Diffstat (limited to 'cli/bench/deno_tcp.ts')
-rw-r--r--cli/bench/deno_tcp.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/deno_tcp.ts b/cli/bench/deno_tcp.ts
index 2216beab5..43b4d2264 100644
--- a/cli/bench/deno_tcp.ts
+++ b/cli/bench/deno_tcp.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
// Used for benchmarking Deno's networking.
// TODO(bartlomieju): Replace this with a real HTTP server once
// https://github.com/denoland/deno/issues/726 is completed.