From a049f0183861f1dbbd996f64b48335487cc968db Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:03:34 +0530 Subject: [PATCH] [COMPLIANCE] Add/Update Copyright Headers (#605) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com> Co-authored-by: Srikrishna Iyer --- action.yml | 2 +- dist/index.js | 4 ++++ docker-compose.yml | 2 +- integrationTests/basic/approle_auth.test.js | 2 +- integrationTests/basic/integration.test.js | 2 +- integrationTests/basic/jest.config.js | 2 +- integrationTests/basic/jwt_auth.test.js | 2 +- integrationTests/basic/rsa_keys.js | 2 +- integrationTests/basic/userpass_auth.test.js | 2 +- integrationTests/e2e-tls/configs/config.hcl | 2 +- integrationTests/e2e-tls/e2e-tls.test.js | 2 +- integrationTests/e2e-tls/jest.config.js | 2 +- integrationTests/e2e-tls/setup.js | 2 +- integrationTests/e2e/e2e.test.js | 2 +- integrationTests/e2e/jest.config.js | 2 +- integrationTests/e2e/setup.js | 2 +- integrationTests/enterprise/enterprise.test.js | 2 +- integrationTests/enterprise/jest.config.js | 2 +- jest.config.js | 2 +- src/action.js | 2 +- src/action.test.js | 2 +- src/auth.js | 2 +- src/auth.test.js | 2 +- src/constants.js | 2 +- src/entry.js | 2 +- src/index.js | 2 +- src/pki.js | 2 +- src/retries.test.js | 2 +- src/secrets.js | 2 +- src/utils.js | 2 +- 30 files changed, 33 insertions(+), 29 deletions(-) diff --git a/action.yml b/action.yml index 3cc8385..dfd1b9f 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2019, 2025 +# Copyright IBM Corp. 2019, 2026 # SPDX-License-Identifier: MIT name: 'HashiCorp Vault' diff --git a/dist/index.js b/dist/index.js index 139e45d..2bf6b06 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,3 +1,7 @@ +/** + * Copyright IBM Corp. 2019, 2026 + */ + /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ diff --git a/docker-compose.yml b/docker-compose.yml index 3494d87..0f09085 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2019, 2025 +# Copyright IBM Corp. 2019, 2026 # SPDX-License-Identifier: MIT # Start vault server locally for the purposes of integration tests. diff --git a/integrationTests/basic/approle_auth.test.js b/integrationTests/basic/approle_auth.test.js index 0656c41..b42f874 100644 --- a/integrationTests/basic/approle_auth.test.js +++ b/integrationTests/basic/approle_auth.test.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/basic/integration.test.js b/integrationTests/basic/integration.test.js index fa85d29..b5204c8 100644 --- a/integrationTests/basic/integration.test.js +++ b/integrationTests/basic/integration.test.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/basic/jest.config.js b/integrationTests/basic/jest.config.js index cbfed77..64dd09b 100644 --- a/integrationTests/basic/jest.config.js +++ b/integrationTests/basic/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/basic/jwt_auth.test.js b/integrationTests/basic/jwt_auth.test.js index cdd1c31..1227724 100644 --- a/integrationTests/basic/jwt_auth.test.js +++ b/integrationTests/basic/jwt_auth.test.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/basic/rsa_keys.js b/integrationTests/basic/rsa_keys.js index 700e829..254d5b7 100644 --- a/integrationTests/basic/rsa_keys.js +++ b/integrationTests/basic/rsa_keys.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/basic/userpass_auth.test.js b/integrationTests/basic/userpass_auth.test.js index d5d36ff..0573a63 100644 --- a/integrationTests/basic/userpass_auth.test.js +++ b/integrationTests/basic/userpass_auth.test.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/e2e-tls/configs/config.hcl b/integrationTests/e2e-tls/configs/config.hcl index f81e4e6..b4318bf 100644 --- a/integrationTests/e2e-tls/configs/config.hcl +++ b/integrationTests/e2e-tls/configs/config.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2019, 2025 +# Copyright IBM Corp. 2019, 2026 # SPDX-License-Identifier: MIT ui = false diff --git a/integrationTests/e2e-tls/e2e-tls.test.js b/integrationTests/e2e-tls/e2e-tls.test.js index bef03b7..e7c1bf2 100644 --- a/integrationTests/e2e-tls/e2e-tls.test.js +++ b/integrationTests/e2e-tls/e2e-tls.test.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/e2e-tls/jest.config.js b/integrationTests/e2e-tls/jest.config.js index cbfed77..64dd09b 100644 --- a/integrationTests/e2e-tls/jest.config.js +++ b/integrationTests/e2e-tls/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/e2e-tls/setup.js b/integrationTests/e2e-tls/setup.js index f4d6012..a94203b 100644 --- a/integrationTests/e2e-tls/setup.js +++ b/integrationTests/e2e-tls/setup.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/e2e/e2e.test.js b/integrationTests/e2e/e2e.test.js index 3badbe5..015e2ac 100644 --- a/integrationTests/e2e/e2e.test.js +++ b/integrationTests/e2e/e2e.test.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/e2e/jest.config.js b/integrationTests/e2e/jest.config.js index cbfed77..64dd09b 100644 --- a/integrationTests/e2e/jest.config.js +++ b/integrationTests/e2e/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/e2e/setup.js b/integrationTests/e2e/setup.js index d146931..6f6427d 100644 --- a/integrationTests/e2e/setup.js +++ b/integrationTests/e2e/setup.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/enterprise/enterprise.test.js b/integrationTests/enterprise/enterprise.test.js index cb45934..8464c8b 100644 --- a/integrationTests/enterprise/enterprise.test.js +++ b/integrationTests/enterprise/enterprise.test.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/integrationTests/enterprise/jest.config.js b/integrationTests/enterprise/jest.config.js index cbfed77..64dd09b 100644 --- a/integrationTests/enterprise/jest.config.js +++ b/integrationTests/enterprise/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/jest.config.js b/jest.config.js index ac7775c..a514f30 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/action.js b/src/action.js index 07c06ed..6b8627b 100644 --- a/src/action.js +++ b/src/action.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/action.test.js b/src/action.test.js index 641d4e2..701fc63 100644 --- a/src/action.test.js +++ b/src/action.test.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/auth.js b/src/auth.js index a1c3163..5f725a8 100644 --- a/src/auth.js +++ b/src/auth.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/auth.test.js b/src/auth.test.js index f9fbf28..ff9bb6e 100644 --- a/src/auth.test.js +++ b/src/auth.test.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/constants.js b/src/constants.js index 6f913c1..3bde559 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/entry.js b/src/entry.js index b29ff11..8c9a839 100644 --- a/src/entry.js +++ b/src/entry.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/index.js b/src/index.js index 1012943..6774b39 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/pki.js b/src/pki.js index 183276f..fdf3bf7 100644 --- a/src/pki.js +++ b/src/pki.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/retries.test.js b/src/retries.test.js index 1ac3d17..11f6852 100644 --- a/src/retries.test.js +++ b/src/retries.test.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/secrets.js b/src/secrets.js index 6c0abcc..8f7ef7e 100644 --- a/src/secrets.js +++ b/src/secrets.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */ diff --git a/src/utils.js b/src/utils.js index 7dbd0eb..b9ec58b 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,5 +1,5 @@ /** - * Copyright IBM Corp. 2019, 2025 + * Copyright IBM Corp. 2019, 2026 * SPDX-License-Identifier: MIT */