diff options
| author | Dmitry Sharshakov <sh7dm@outlook.com> | 2019-02-07 19:45:47 +0300 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-07 11:45:47 -0500 |
| commit | f113312ef22846ed6414f53de3acf4ce27eff40a (patch) | |
| tree | eb6dda89bc459d64b3e05b81423216625ebc49c6 /http/server.ts | |
| parent | dc1cef498f4f9b704bf83e7173234262bf11ee44 (diff) | |
Add missiong copyright headers (denoland/deno_std#177)
Original: https://github.com/denoland/deno_std/commit/54403774955af0bb5618c0ca6e12c57ec7d5fd0a
Diffstat (limited to 'http/server.ts')
| -rw-r--r-- | http/server.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http/server.ts b/http/server.ts index fe25a5f6e..723a34523 100644 --- a/http/server.ts +++ b/http/server.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { listen, Conn, toAsyncIterator, Reader, copy } from "deno"; import { BufReader, BufState, BufWriter } from "../io/bufio.ts"; import { TextProtoReader } from "../textproto/mod.ts"; |
