diff options
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lib.rs b/core/lib.rs index 6cecd4d75..6a18be3f4 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. #[macro_use] extern crate lazy_static; |