0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-07 23:06:50 -05:00

chore: add missing copyright headers

This commit is contained in:
Marvin Hagemeister 2024-07-09 09:00:00 +02:00
parent 9c6be2cb50
commit 312187a48a
2 changed files with 2 additions and 0 deletions

1
tools/core_mod.d.ts vendored
View file

@ -1,3 +1,4 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
/// <reference path="../../deno_core/core/internal.d.ts" />
// deno-lint-ignore no-explicit-any

1
tools/core_ops.d.ts vendored
View file

@ -1 +1,2 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
declare module "ext:core/ops";