summaryrefslogtreecommitdiff
path: root/test_napi/src
diff options
context:
space:
mode:
Diffstat (limited to 'test_napi/src')
-rw-r--r--test_napi/src/array.rs2
-rw-r--r--test_napi/src/arraybuffer.rs2
-rw-r--r--test_napi/src/async.rs2
-rw-r--r--test_napi/src/bigint.rs2
-rw-r--r--test_napi/src/callback.rs2
-rw-r--r--test_napi/src/coerce.rs2
-rw-r--r--test_napi/src/date.rs2
-rw-r--r--test_napi/src/env.rs2
-rw-r--r--test_napi/src/error.rs2
-rw-r--r--test_napi/src/finalizer.rs2
-rw-r--r--test_napi/src/lib.rs2
-rw-r--r--test_napi/src/make_callback.rs2
-rw-r--r--test_napi/src/mem.rs2
-rw-r--r--test_napi/src/numbers.rs2
-rw-r--r--test_napi/src/object_wrap.rs2
-rw-r--r--test_napi/src/primitives.rs2
-rw-r--r--test_napi/src/promise.rs2
-rw-r--r--test_napi/src/properties.rs2
-rw-r--r--test_napi/src/strings.rs2
-rw-r--r--test_napi/src/symbol.rs2
-rw-r--r--test_napi/src/tsfn.rs2
-rw-r--r--test_napi/src/typedarray.rs2
22 files changed, 22 insertions, 22 deletions
diff --git a/test_napi/src/array.rs b/test_napi/src/array.rs
index 065436df4..6df420eb5 100644
--- a/test_napi/src/array.rs
+++ b/test_napi/src/array.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/arraybuffer.rs b/test_napi/src/arraybuffer.rs
index 8d6f756bf..8402f5d86 100644
--- a/test_napi/src/arraybuffer.rs
+++ b/test_napi/src/arraybuffer.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/async.rs b/test_napi/src/async.rs
index 970d34ce1..3d3827b51 100644
--- a/test_napi/src/async.rs
+++ b/test_napi/src/async.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/bigint.rs b/test_napi/src/bigint.rs
index e901e342a..d86782331 100644
--- a/test_napi/src/bigint.rs
+++ b/test_napi/src/bigint.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::cstr;
diff --git a/test_napi/src/callback.rs b/test_napi/src/callback.rs
index ae917e7b1..8909f5176 100644
--- a/test_napi/src/callback.rs
+++ b/test_napi/src/callback.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/coerce.rs b/test_napi/src/coerce.rs
index 80ee5aea1..a40578384 100644
--- a/test_napi/src/coerce.rs
+++ b/test_napi/src/coerce.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/date.rs b/test_napi/src/date.rs
index 8926fe514..4d3c155c3 100644
--- a/test_napi/src/date.rs
+++ b/test_napi/src/date.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/env.rs b/test_napi/src/env.rs
index c91bc5883..ebc6532a3 100644
--- a/test_napi/src/env.rs
+++ b/test_napi/src/env.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/error.rs b/test_napi/src/error.rs
index bbbbab46f..e0d79c836 100644
--- a/test_napi/src/error.rs
+++ b/test_napi/src/error.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::cstr;
diff --git a/test_napi/src/finalizer.rs b/test_napi/src/finalizer.rs
index 538f9599e..9769e775e 100644
--- a/test_napi/src/finalizer.rs
+++ b/test_napi/src/finalizer.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/lib.rs b/test_napi/src/lib.rs
index 9342656fd..b9f93fbd6 100644
--- a/test_napi/src/lib.rs
+++ b/test_napi/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
#![allow(clippy::all)]
#![allow(clippy::undocumented_unsafe_blocks)]
diff --git a/test_napi/src/make_callback.rs b/test_napi/src/make_callback.rs
index c8d2b3342..945df3452 100644
--- a/test_napi/src/make_callback.rs
+++ b/test_napi/src/make_callback.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::cstr;
diff --git a/test_napi/src/mem.rs b/test_napi/src/mem.rs
index dde4418cb..ebb6a5c7a 100644
--- a/test_napi/src/mem.rs
+++ b/test_napi/src/mem.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_new_property;
diff --git a/test_napi/src/numbers.rs b/test_napi/src/numbers.rs
index 829dd24c5..777ccbfac 100644
--- a/test_napi/src/numbers.rs
+++ b/test_napi/src/numbers.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/object_wrap.rs b/test_napi/src/object_wrap.rs
index 5a6e36589..d04107cf0 100644
--- a/test_napi/src/object_wrap.rs
+++ b/test_napi/src/object_wrap.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/primitives.rs b/test_napi/src/primitives.rs
index e29c7c368..28fb8ec3d 100644
--- a/test_napi/src/primitives.rs
+++ b/test_napi/src/primitives.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_new_property;
diff --git a/test_napi/src/promise.rs b/test_napi/src/promise.rs
index d6da684ba..82cd7a160 100644
--- a/test_napi/src/promise.rs
+++ b/test_napi/src/promise.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/properties.rs b/test_napi/src/properties.rs
index 339699a05..43bef1949 100644
--- a/test_napi/src/properties.rs
+++ b/test_napi/src/properties.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::cstr;
diff --git a/test_napi/src/strings.rs b/test_napi/src/strings.rs
index 70faa640d..301ab23df 100644
--- a/test_napi/src/strings.rs
+++ b/test_napi/src/strings.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/symbol.rs b/test_napi/src/symbol.rs
index 5f404d590..6387d449f 100644
--- a/test_napi/src/symbol.rs
+++ b/test_napi/src/symbol.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;
diff --git a/test_napi/src/tsfn.rs b/test_napi/src/tsfn.rs
index 9ac577c5b..dabc96f83 100644
--- a/test_napi/src/tsfn.rs
+++ b/test_napi/src/tsfn.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// This test performs initialization similar to napi-rs.
// https://github.com/napi-rs/napi-rs/commit/a5a04a4e545f268769cc78e2bd6c45af4336aac3
diff --git a/test_napi/src/typedarray.rs b/test_napi/src/typedarray.rs
index 3850fb571..b512bd32f 100644
--- a/test_napi/src/typedarray.rs
+++ b/test_napi/src/typedarray.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use crate::assert_napi_ok;
use crate::napi_get_callback_info;