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/webstorage | |
| parent | 8ba828b41e2609c91d993aec464035d62320fdad (diff) | |
chore: update copyright to 2024 (#21753)
Diffstat (limited to 'ext/webstorage')
| -rw-r--r-- | ext/webstorage/01_webstorage.js | 2 | ||||
| -rw-r--r-- | ext/webstorage/Cargo.toml | 2 | ||||
| -rw-r--r-- | ext/webstorage/lib.deno_webstorage.d.ts | 2 | ||||
| -rw-r--r-- | ext/webstorage/lib.rs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/webstorage/01_webstorage.js b/ext/webstorage/01_webstorage.js index c58e7e6ba..7c3f21dc6 100644 --- a/ext/webstorage/01_webstorage.js +++ b/ext/webstorage/01_webstorage.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/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index 3de53d698..507df7c27 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/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_webstorage" diff --git a/ext/webstorage/lib.deno_webstorage.d.ts b/ext/webstorage/lib.deno_webstorage.d.ts index 781b3ffb4..d3a65c47a 100644 --- a/ext/webstorage/lib.deno_webstorage.d.ts +++ b/ext/webstorage/lib.deno_webstorage.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 no-var diff --git a/ext/webstorage/lib.rs b/ext/webstorage/lib.rs index 5712dd38f..99e61a180 100644 --- a/ext/webstorage/lib.rs +++ b/ext/webstorage/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. // NOTE to all: use **cached** prepared statements when interfacing with SQLite. |
