diff options
Diffstat (limited to 'core/isolate.rs')
-rw-r--r-- | core/isolate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/isolate.rs b/core/isolate.rs index d2822e2b9..9c4595eb0 100644 --- a/core/isolate.rs +++ b/core/isolate.rs @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Do not add any dependency to modules.rs! // modules.rs is complex and should remain decoupled from isolate.rs to keep the |