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:
parent
9c6be2cb50
commit
312187a48a
2 changed files with 2 additions and 0 deletions
1
tools/core_mod.d.ts
vendored
1
tools/core_mod.d.ts
vendored
|
@ -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
1
tools/core_ops.d.ts
vendored
|
@ -1 +1,2 @@
|
|||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||
declare module "ext:core/ops";
|
||||
|
|
Loading…
Add table
Reference in a new issue