diff options
Diffstat (limited to 'src/isolate.rs')
-rw-r--r-- | src/isolate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/isolate.rs b/src/isolate.rs index 4d5b92d58..b70e47912 100644 --- a/src/isolate.rs +++ b/src/isolate.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. // Do not use FlatBuffers in this module. // TODO Currently this module uses Tokio, but it would be nice if they were |