summaryrefslogtreecommitdiff
path: root/src/eager_unix.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/eager_unix.rs')
-rw-r--r--src/eager_unix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eager_unix.rs b/src/eager_unix.rs
index 85f4106c4..1c0f5bd33 100644
--- a/src/eager_unix.rs
+++ b/src/eager_unix.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 resources::{EagerAccept, EagerRead, EagerWrite, Resource};
use tokio_util;