Skip to content

Commit 1497b52

Browse files
[COMPLIANCE] Add Copyright and License Headers (#8)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
1 parent a33876b commit 1497b52

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright (c) HashiCorp, Inc.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
import * as core from "@actions/core";
27
import { setupBinary } from "./setup-binary";
38

setup-binary.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright (c) HashiCorp, Inc.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
import * as core from "@actions/core";
27
import * as hc from "@hashicorp/js-releases";
38
import * as io from "@actions/io";

0 commit comments

Comments
 (0)