diff options
Diffstat (limited to 'test_napi/build.rs')
-rw-r--r-- | test_napi/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/build.rs b/test_napi/build.rs index 9d3021a0e..2255820e6 100644 --- a/test_napi/build.rs +++ b/test_napi/build.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. extern crate napi_build; |