[COMPLIANCE] Add Copyright and License Headers

This commit is contained in:
hashicorp-copywrite[bot] 2023-05-08 16:24:38 +00:00 committed by GitHub
parent 1fdd4cd311
commit 8c03b1dd8a
11 changed files with 51 additions and 0 deletions

View file

@ -1,4 +1,9 @@
#!/usr/bin/env node
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
const io = require('@actions/io');
const core = require('@actions/core');
const { exec } = require('@actions/exec');