diff options
Diffstat (limited to 'core/flags.rs')
-rw-r--r-- | core/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/flags.rs b/core/flags.rs index b69abab6f..af64df64e 100644 --- a/core/flags.rs +++ b/core/flags.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. use rusty_v8 as v8; /// Pass the command line arguments to v8. |