From 2b75a1155906613df16bad9d1eb84f3dc0ba571b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 10 Jan 2021 21:59:07 -0500 Subject: update copyright to 2021 (#9081) --- 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 de6111bbf..84dfb39ab 100644 --- a/std/http/testdata/simple_https_server.ts +++ b/std/http/testdata/simple_https_server.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 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 d8ca4cc97..ff2a0b5ac 100644 --- a/std/http/testdata/simple_server.ts +++ b/std/http/testdata/simple_server.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 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