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 /core | |
| parent | ee51c3ddd90f6f4e852a65895519768c8a815116 (diff) | |
chore: update copyright year (#13434)
Diffstat (limited to 'core')
| -rw-r--r-- | core/internal.d.ts | 2 | ||||
| -rw-r--r-- | core/lib.deno_core.d.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/internal.d.ts b/core/internal.d.ts index 593136722..917c0262e 100644 --- a/core/internal.d.ts +++ b/core/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. // Based on https://github.com/nodejs/node/blob/889ad35d3d41e376870f785b0c1b669cb732013d/typings/primordials.d.ts // Copyright Joyent, Inc. and other Node contributors. diff --git a/core/lib.deno_core.d.ts b/core/lib.deno_core.d.ts index e914a50c2..9f554f12b 100644 --- a/core/lib.deno_core.d.ts +++ b/core/lib.deno_core.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 |
