diff options
Diffstat (limited to 'src/http_util.rs')
-rw-r--r-- | src/http_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http_util.rs b/src/http_util.rs index 8c289911e..3d8ae6791 100644 --- a/src/http_util.rs +++ b/src/http_util.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 errors; use errors::{DenoError, DenoResult}; use tokio_util; |