summaryrefslogtreecommitdiff
path: root/std/http/testdata/simple_server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/http/testdata/simple_server.ts')
-rw-r--r--std/http/testdata/simple_server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/testdata/simple_server.ts b/std/http/testdata/simple_server.ts
index d53e72dcf..d8ca4cc97 100644
--- a/std/http/testdata/simple_server.ts
+++ b/std/http/testdata/simple_server.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// This is an example of a server that responds with an empty body
import { serve } from "../server.ts";