[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:
Austin Valle 2023-06-05 11:20:41 -04:00 committed by GitHub
parent 1fdd4cd311
commit 5aa9444145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 115 additions and 28 deletions

10
dist/index.js vendored
View file

@ -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);