[COMPLIANCE] Add copyright and license headers

This commit is contained in:
Austin Valle 2023-06-02 16:51:44 -04:00
parent 4b600ccc98
commit c1463d3b99
8 changed files with 38 additions and 0 deletions

View file

@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/**
* Acts as a listener for @actions/exec, by capturing STDOUT and STDERR
* streams, and exposing them via a contents attribute.

View file

@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
const os = require('os');
const path = require('path');