mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 16:42:35 +00:00
[COMPLIANCE] Add copyright and license headers (#327)
* add copywrite changes * extra slash * [COMPLIANCE] Add copyright and license headers * removed incorrect license * reverted /dist * add action.yml to copywrite ignore * revert * remove dist changes * revert dist
This commit is contained in:
parent
1fdd4cd311
commit
5aa9444145
13 changed files with 115 additions and 28 deletions
15
dist/index1.js
vendored
15
dist/index1.js
vendored
|
|
@ -3923,6 +3923,11 @@ exports.debug = debug; // for test
|
|||
/***/ 320:
|
||||
/***/ ((module) => {
|
||||
|
||||
/**
|
||||
* 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.
|
||||
|
|
@ -3966,6 +3971,11 @@ module.exports = OutputListener;
|
|||
/***/ 650:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
/**
|
||||
* Copyright (c) HashiCorp, Inc.
|
||||
* SPDX-License-Identifier: MPL-2.0
|
||||
*/
|
||||
|
||||
const os = __nccwpck_require__(37);
|
||||
const path = __nccwpck_require__(17);
|
||||
|
||||
|
|
@ -4132,6 +4142,11 @@ module.exports = require("util");
|
|||
var __webpack_exports__ = {};
|
||||
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
||||
(() => {
|
||||
/**
|
||||
* Copyright (c) HashiCorp, Inc.
|
||||
* SPDX-License-Identifier: MPL-2.0
|
||||
*/
|
||||
|
||||
const io = __nccwpck_require__(351);
|
||||
const core = __nccwpck_require__(186);
|
||||
const { exec } = __nccwpck_require__(514);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue