summaryrefslogtreecommitdiff
path: root/cli/bench/http/deno_http_flash_spawn.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/http/deno_http_flash_spawn.js')
-rw-r--r--cli/bench/http/deno_http_flash_spawn.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/bench/http/deno_http_flash_spawn.js b/cli/bench/http/deno_http_flash_spawn.js
index eb827b34b..e47acffc5 100644
--- a/cli/bench/http/deno_http_flash_spawn.js
+++ b/cli/bench/http/deno_http_flash_spawn.js
@@ -1,3 +1,5 @@
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+
if (Deno.build.os !== "linux") {
throw new Error("SO_REUSEPORT is only supported on Linux");
}