From 7e72f3af6152d4b62c2ea94d025dfa297a6b0cb4 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 1 Jan 2024 14:58:21 -0500 Subject: chore: update copyright to 2024 (#21753) --- test_ffi/tests/bench.js | 2 +- test_ffi/tests/event_loop_integration.ts | 2 +- test_ffi/tests/ffi_callback_errors.ts | 2 +- test_ffi/tests/ffi_types.ts | 2 +- test_ffi/tests/integration_tests.rs | 2 +- test_ffi/tests/test.js | 2 +- test_ffi/tests/thread_safe_test.js | 2 +- test_ffi/tests/thread_safe_test_worker.js | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'test_ffi/tests') diff --git a/test_ffi/tests/bench.js b/test_ffi/tests/bench.js index a3983fb2b..49884d32e 100644 --- a/test_ffi/tests/bench.js +++ b/test_ffi/tests/bench.js @@ -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. // deno-lint-ignore-file const targetDir = Deno.execPath().replace(/[^\/\\]+$/, ""); diff --git a/test_ffi/tests/event_loop_integration.ts b/test_ffi/tests/event_loop_integration.ts index 593841948..d9ada6027 100644 --- a/test_ffi/tests/event_loop_integration.ts +++ b/test_ffi/tests/event_loop_integration.ts @@ -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. const targetDir = Deno.execPath().replace(/[^\/\\]+$/, ""); const [libPrefix, libSuffix] = { diff --git a/test_ffi/tests/ffi_callback_errors.ts b/test_ffi/tests/ffi_callback_errors.ts index dda4de5fb..dbd60636c 100644 --- a/test_ffi/tests/ffi_callback_errors.ts +++ b/test_ffi/tests/ffi_callback_errors.ts @@ -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. const targetDir = Deno.execPath().replace(/[^\/\\]+$/, ""); const [libPrefix, libSuffix] = { diff --git a/test_ffi/tests/ffi_types.ts b/test_ffi/tests/ffi_types.ts index 485224da3..596662873 100644 --- a/test_ffi/tests/ffi_types.ts +++ b/test_ffi/tests/ffi_types.ts @@ -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. // deno-lint-ignore-file // Only for testing types. Invoke with `deno cache` diff --git a/test_ffi/tests/integration_tests.rs b/test_ffi/tests/integration_tests.rs index 446f6774d..a9a458d16 100644 --- a/test_ffi/tests/integration_tests.rs +++ b/test_ffi/tests/integration_tests.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 pretty_assertions::assert_eq; use std::process::Command; diff --git a/test_ffi/tests/test.js b/test_ffi/tests/test.js index c8a92e397..8f4506549 100644 --- a/test_ffi/tests/test.js +++ b/test_ffi/tests/test.js @@ -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. // deno-lint-ignore-file // Run using cargo test or `--v8-flags=--allow-natives-syntax` diff --git a/test_ffi/tests/thread_safe_test.js b/test_ffi/tests/thread_safe_test.js index fd5e1840c..b983fd48d 100644 --- a/test_ffi/tests/thread_safe_test.js +++ b/test_ffi/tests/thread_safe_test.js @@ -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. // deno-lint-ignore-file const targetDir = Deno.execPath().replace(/[^\/\\]+$/, ""); diff --git a/test_ffi/tests/thread_safe_test_worker.js b/test_ffi/tests/thread_safe_test_worker.js index fb3365bf8..fc4854436 100644 --- a/test_ffi/tests/thread_safe_test_worker.js +++ b/test_ffi/tests/thread_safe_test_worker.js @@ -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. // deno-lint-ignore-file const targetDir = Deno.execPath().replace(/[^\/\\]+$/, ""); -- cgit v1.2.3