From 05a94d8da7ecb99e8f0dc99815a1cf138017d368 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 30 Aug 2023 14:37:59 -0700 Subject: [PATCH] fixes --- tooling/cli/node/index.d.ts | 4 ++++ tooling/cli/node/index.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tooling/cli/node/index.d.ts b/tooling/cli/node/index.d.ts index b562ef74ab8c..c4a7e39b9334 100644 --- a/tooling/cli/node/index.d.ts +++ b/tooling/cli/node/index.d.ts @@ -1,3 +1,7 @@ +// Copyright 2019-2023 Tauri Programme within The Commons Conservancy +// SPDX-License-Identifier: Apache-2.0 +// SPDX-License-Identifier: MIT + /* tslint:disable */ /* eslint-disable */ diff --git a/tooling/cli/node/index.js b/tooling/cli/node/index.js index 4bf34ea7644b..16777d68d68f 100644 --- a/tooling/cli/node/index.js +++ b/tooling/cli/node/index.js @@ -1,3 +1,7 @@ +// Copyright 2019-2023 Tauri Programme within The Commons Conservancy +// SPDX-License-Identifier: Apache-2.0 +// SPDX-License-Identifier: MIT + /* tslint:disable */ /* eslint-disable */ /* prettier-ignore */