diff options
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 |