From 03a1ffb19972d1d09fbf485fe01455e68fa51aff Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:18:59 +0000 Subject: [PATCH] [COMPLIANCE] Add/Update Copyright Headers --- dist/index.js | 4 ++++ scripts/.functions | 2 +- scripts/gen-tls-certs.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 6b7b632..8f40490 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/scripts/.functions b/scripts/.functions index dcb7a9b..9ccdd36 100644 --- a/scripts/.functions +++ b/scripts/.functions @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2019, 2025 +# Copyright IBM Corp. 2019, 2026 # SPDX-License-Identifier: MIT # Adapted from: https://github.com/hashicorp/vault-secrets-operator/blob/main/hack/.functions diff --git a/scripts/gen-tls-certs.sh b/scripts/gen-tls-certs.sh index 6b6a68b..e7a8d1d 100755 --- a/scripts/gen-tls-certs.sh +++ b/scripts/gen-tls-certs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2019, 2025 +# Copyright IBM Corp. 2019, 2026 # SPDX-License-Identifier: MIT # # Generates a PKI chain (CA, server cert, client cert) using cfssl.