diff options
Diffstat (limited to 'src/http_body.rs')
-rw-r--r-- | src/http_body.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http_body.rs b/src/http_body.rs index e75e3ec2d..235463ff1 100644 --- a/src/http_body.rs +++ b/src/http_body.rs @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. use futures::Async; use futures::Poll; |