diff options
Diffstat (limited to 'core/build.rs')
-rw-r--r-- | core/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.rs b/core/build.rs index 64b5ca47b..9500c7654 100644 --- a/core/build.rs +++ b/core/build.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Run "cargo build -vv" if you want to see gn output. fn main() { |