mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 00:22:34 +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
10
dist/index.js
vendored
10
dist/index.js
vendored
|
|
@ -4,6 +4,11 @@
|
|||
/***/ 3117:
|
||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||
|
||||
/**
|
||||
* Copyright (c) HashiCorp, Inc.
|
||||
* SPDX-License-Identifier: MPL-2.0
|
||||
*/
|
||||
|
||||
// Node.js core
|
||||
const fs = (__nccwpck_require__(7147).promises);
|
||||
const os = __nccwpck_require__(2037);
|
||||
|
|
@ -21835,6 +21840,11 @@ module.exports = require("zlib");
|
|||
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 core = __nccwpck_require__(2186);
|
||||
|
||||
const setup = __nccwpck_require__(3117);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue