diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-01-20 16:10:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-20 16:10:16 +0900 |
| commit | 4c1053ad33cad119569acca7d63f5544e025a880 (patch) | |
| tree | b5a45e8ab0e92b84a1e1ac3b2c9cce958741e84c /ext/console | |
| parent | ee51c3ddd90f6f4e852a65895519768c8a815116 (diff) | |
chore: update copyright year (#13434)
Diffstat (limited to 'ext/console')
| -rw-r--r-- | ext/console/internal.d.ts | 2 | ||||
| -rw-r--r-- | ext/console/lib.deno_console.d.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/console/internal.d.ts b/ext/console/internal.d.ts index ef7834ba6..a1661f02a 100644 --- a/ext/console/internal.d.ts +++ b/ext/console/internal.d.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 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 730a5da8e..e179ffd4d 100644 --- a/ext/console/lib.deno_console.d.ts +++ b/ext/console/lib.deno_console.d.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. // deno-lint-ignore-file no-explicit-any |
