From 108294deeb0897199ebdf0af203ff8ddd457b1ef Mon Sep 17 00:00:00 2001 From: Takashi Idobe Date: Tue, 21 Jan 2020 09:01:55 -0600 Subject: change copyrights from 2019 to 2020 (#3733) --- std/http/testdata/simple_https_server.ts | 2 +- std/http/testdata/simple_server.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'std/http/testdata') diff --git a/std/http/testdata/simple_https_server.ts b/std/http/testdata/simple_https_server.ts index 21d1181cf..9330b4172 100644 --- a/std/http/testdata/simple_https_server.ts +++ b/std/http/testdata/simple_https_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 https server import { serveTLS } from "../server.ts"; 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"; -- cgit v1.2.3