diff options
Diffstat (limited to 'std/http/http_status.ts')
-rw-r--r-- | std/http/http_status.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/http_status.ts b/std/http/http_status.ts index cad0b9e1c..ead1e1ff0 100644 --- a/std/http/http_status.ts +++ b/std/http/http_status.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. /** HTTP status codes */ export enum Status { |