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.