[COMPLIANCE] Add Copyright and License Headers (Batch 1 of 1)

This commit is contained in:
hashicorp-copywrite[bot] 2025-12-08 16:59:50 +00:00 committed by github-actions[bot]
parent 2c5827061f
commit fdd4861d11
29 changed files with 139 additions and 0 deletions

View file

@ -1,3 +1,8 @@
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
jest.mock('@actions/core');
jest.mock('@actions/core/lib/command');
const core = require('@actions/core');

View file

@ -1,3 +1,8 @@
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
jest.mock('@actions/core');
jest.mock('@actions/core/lib/command');
const core = require('@actions/core');

View file

@ -1,3 +1,8 @@
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
module.exports = {
verbose: true
};

View file

@ -1,3 +1,8 @@
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
jest.mock('@actions/core');
jest.mock('@actions/core/lib/command');
const core = require('@actions/core');

View file

@ -1,3 +1,8 @@
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
const privateRsaKey = `
-----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEArcch89X6VuWj/CQtVfaCXUl0Pcv8IJRgICN8X+3zFNrbiTdh

View file

@ -1,3 +1,8 @@
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
jest.mock('@actions/core');
jest.mock('@actions/core/lib/command');
const core = require('@actions/core');