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) --- cli/js/40_jupyter.js | 2 +- cli/js/40_testing.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/js') diff --git a/cli/js/40_jupyter.js b/cli/js/40_jupyter.js index 272e4c978..cb59e4324 100644 --- a/cli/js/40_jupyter.js +++ b/cli/js/40_jupyter.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 /* diff --git a/cli/js/40_testing.js b/cli/js/40_testing.js index 5ceff938c..a34eb5aff 100644 --- a/cli/js/40_testing.js +++ b/cli/js/40_testing.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 import { core, internals, primordials } from "ext:core/mod.js"; -- cgit v1.2.3