diff options
Diffstat (limited to 'cli/js')
-rw-r--r-- | cli/js/40_jupyter.js | 2 | ||||
-rw-r--r-- | cli/js/40_testing.js | 2 |
2 files changed, 2 insertions, 2 deletions
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"; |