diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-01-01 14:58:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-01 19:58:21 +0000 |
| commit | 7e72f3af6152d4b62c2ea94d025dfa297a6b0cb4 (patch) | |
| tree | 76753f501bbede065efca7a0b62b823d64a2d9de /ext/console | |
| parent | 8ba828b41e2609c91d993aec464035d62320fdad (diff) | |
chore: update copyright to 2024 (#21753)
Diffstat (limited to 'ext/console')
| -rw-r--r-- | ext/console/01_console.js | 2 | ||||
| -rw-r--r-- | ext/console/Cargo.toml | 2 | ||||
| -rw-r--r-- | ext/console/internal.d.ts | 2 | ||||
| -rw-r--r-- | ext/console/lib.deno_console.d.ts | 2 | ||||
| -rw-r--r-- | ext/console/lib.rs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/console/01_console.js b/ext/console/01_console.js index eaa69ae04..83c759d57 100644 --- a/ext/console/01_console.js +++ b/ext/console/01_console.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. /// <reference path="../../core/internal.d.ts" /> diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml index 8d0da270a..3faa5733e 100644 --- a/ext/console/Cargo.toml +++ b/ext/console/Cargo.toml @@ -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. [package] name = "deno_console" diff --git a/ext/console/internal.d.ts b/ext/console/internal.d.ts index 1fbc89378..45af616d6 100644 --- a/ext/console/internal.d.ts +++ b/ext/console/internal.d.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. /// <reference no-default-lib="true" /> /// <reference lib="esnext" /> diff --git a/ext/console/lib.deno_console.d.ts b/ext/console/lib.deno_console.d.ts index e9eb6b861..3389c3b25 100644 --- a/ext/console/lib.deno_console.d.ts +++ b/ext/console/lib.deno_console.d.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 no-explicit-any diff --git a/ext/console/lib.rs b/ext/console/lib.rs index 87791303c..fd4d917d8 100644 --- a/ext/console/lib.rs +++ b/ext/console/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. use deno_core::op2; use deno_core::v8; use std::path::PathBuf; |
