summaryrefslogtreecommitdiff
path: root/cli/bench/fs
diff options
context:
space:
mode:
authorKenta Moriuchi <moriken@kimamass.com>2024-08-13 01:41:32 +0900
committerGitHub <noreply@github.com>2024-08-12 12:41:32 -0400
commit76f4f202e7be3835bd3d95af9e1c485a4b4695fe (patch)
treefdf6085120005aef57b9f6fa33082c51b5bf24b1 /cli/bench/fs
parente5f0058b74245f909253e1c9b1e7e0087ef7701a (diff)
chore: update the copyright of c, mjs, and jsx (#25005)
Diffstat (limited to 'cli/bench/fs')
-rw-r--r--cli/bench/fs/run.mjs2
-rw-r--r--cli/bench/fs/serve.jsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/bench/fs/run.mjs b/cli/bench/fs/run.mjs
index 727b4126c..94240f20d 100644
--- a/cli/bench/fs/run.mjs
+++ b/cli/bench/fs/run.mjs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
let total = 5;
let current = "";
diff --git a/cli/bench/fs/serve.jsx b/cli/bench/fs/serve.jsx
index dff01c4b0..51125235f 100644
--- a/cli/bench/fs/serve.jsx
+++ b/cli/bench/fs/serve.jsx
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
/** @jsx h */
import results from "./deno.json" assert { type: "json" };