diff --git a/.release/boundary-artifacts.hcl b/.release/boundary-artifacts.hcl index cf38b32cec..ce5f65b1c1 100644 --- a/.release/boundary-artifacts.hcl +++ b/.release/boundary-artifacts.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 schema = 1 diff --git a/.release/ci.hcl b/.release/ci.hcl index e35d7548be..5485fbe7ae 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 schema = "1" diff --git a/.release/docker/config.hcl b/.release/docker/config.hcl index f3066bd595..20b224da3e 100644 --- a/.release/docker/config.hcl +++ b/.release/docker/config.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This is a default configuration provided for our Docker image. It's meant to diff --git a/.release/docker/docker-entrypoint.sh b/.release/docker/docker-entrypoint.sh index a5123c107c..3fd93a7523 100755 --- a/.release/docker/docker-entrypoint.sh +++ b/.release/docker/docker-entrypoint.sh @@ -1,5 +1,5 @@ #!/usr/bin/dumb-init /bin/sh -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/.release/release-metadata.hcl b/.release/release-metadata.hcl index df79237a46..97e9d89052 100644 --- a/.release/release-metadata.hcl +++ b/.release/release-metadata.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 url_docker_registry_dockerhub = "https://hub.docker.com/r/hashicorp/boundary" diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 3f45170fc2..48afbac447 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 container { diff --git a/.semgrep/avoid-crypto-rand.yaml b/.semgrep/avoid-crypto-rand.yaml index cf4b211c56..7e2897a8cb 100644 --- a/.semgrep/avoid-crypto-rand.yaml +++ b/.semgrep/avoid-crypto-rand.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 rules: diff --git a/.semgrep/event-with-info-msg.yaml b/.semgrep/event-with-info-msg.yaml index a6e624008c..d2f05f25b5 100644 --- a/.semgrep/event-with-info-msg.yaml +++ b/.semgrep/event-with-info-msg.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 rules: diff --git a/Dockerfile b/Dockerfile index b4dd43c94f..bbe12c2bf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This Dockerfile contains multiple targets. diff --git a/META.d/_summary.yaml b/META.d/_summary.yaml index 45b98e2132..856917eab7 100644 --- a/META.d/_summary.yaml +++ b/META.d/_summary.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 --- diff --git a/api/LICENSE b/api/LICENSE index f7c7f7a3c2..72f563939f 100644 --- a/api/LICENSE +++ b/api/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2020, 2025 +Copyright IBM Corp. 2020, 2026 Mozilla Public License, version 2.0 diff --git a/api/accounts/account.gen.go b/api/accounts/account.gen.go index b4ed5c4900..7d28029be7 100644 --- a/api/accounts/account.gen.go +++ b/api/accounts/account.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package accounts diff --git a/api/accounts/changepassword.go b/api/accounts/changepassword.go index 973fb93daa..d314afd56d 100644 --- a/api/accounts/changepassword.go +++ b/api/accounts/changepassword.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package accounts diff --git a/api/accounts/ldap_account_attributes.gen.go b/api/accounts/ldap_account_attributes.gen.go index 799d3354ed..6e26957429 100644 --- a/api/accounts/ldap_account_attributes.gen.go +++ b/api/accounts/ldap_account_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package accounts diff --git a/api/accounts/oidc_account_attributes.gen.go b/api/accounts/oidc_account_attributes.gen.go index e8d20dc0ca..8c479167ba 100644 --- a/api/accounts/oidc_account_attributes.gen.go +++ b/api/accounts/oidc_account_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package accounts diff --git a/api/accounts/option.gen.go b/api/accounts/option.gen.go index e1d8535d0f..f668c3f3ab 100644 --- a/api/accounts/option.gen.go +++ b/api/accounts/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package accounts diff --git a/api/accounts/password_account_attributes.gen.go b/api/accounts/password_account_attributes.gen.go index a35fd6df9a..cf194755a0 100644 --- a/api/accounts/password_account_attributes.gen.go +++ b/api/accounts/password_account_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package accounts diff --git a/api/accounts/setpassword.go b/api/accounts/setpassword.go index 4ba01a3884..73a735af13 100644 --- a/api/accounts/setpassword.go +++ b/api/accounts/setpassword.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package accounts diff --git a/api/aliases/alias.gen.go b/api/aliases/alias.gen.go index 700f805e60..5757fa846b 100644 --- a/api/aliases/alias.gen.go +++ b/api/aliases/alias.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package aliases diff --git a/api/aliases/authorize_session_arguments.gen.go b/api/aliases/authorize_session_arguments.gen.go index 7b675a46f3..27530e2f8e 100644 --- a/api/aliases/authorize_session_arguments.gen.go +++ b/api/aliases/authorize_session_arguments.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package aliases diff --git a/api/aliases/option.gen.go b/api/aliases/option.gen.go index 8824fe20a2..7346b91cdf 100644 --- a/api/aliases/option.gen.go +++ b/api/aliases/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package aliases diff --git a/api/aliases/option.go b/api/aliases/option.go index 1638c25a73..c58750f768 100644 --- a/api/aliases/option.go +++ b/api/aliases/option.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package aliases diff --git a/api/aliases/target_alias_attributes.gen.go b/api/aliases/target_alias_attributes.gen.go index 1a652d6bf1..e494759514 100644 --- a/api/aliases/target_alias_attributes.gen.go +++ b/api/aliases/target_alias_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package aliases diff --git a/api/apierror.go b/api/apierror.go index 9f9292b83b..7ab0671dde 100644 --- a/api/apierror.go +++ b/api/apierror.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/authmethods/authenticate.go b/api/authmethods/authenticate.go index f9d7b2f61f..f082ee4c6b 100644 --- a/api/authmethods/authenticate.go +++ b/api/authmethods/authenticate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authmethods diff --git a/api/authmethods/authenticate_test.go b/api/authmethods/authenticate_test.go index f8552a6576..05aa66134d 100644 --- a/api/authmethods/authenticate_test.go +++ b/api/authmethods/authenticate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authmethods diff --git a/api/authmethods/authmethods.gen.go b/api/authmethods/authmethods.gen.go index f9522eef7a..c51855b9a3 100644 --- a/api/authmethods/authmethods.gen.go +++ b/api/authmethods/authmethods.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authmethods diff --git a/api/authmethods/changestate.go b/api/authmethods/changestate.go index 82b00ec95c..89754079e3 100644 --- a/api/authmethods/changestate.go +++ b/api/authmethods/changestate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authmethods diff --git a/api/authmethods/ldap_auth_method_attributes.gen.go b/api/authmethods/ldap_auth_method_attributes.gen.go index 3d7746cc3a..b623112de5 100644 --- a/api/authmethods/ldap_auth_method_attributes.gen.go +++ b/api/authmethods/ldap_auth_method_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authmethods diff --git a/api/authmethods/oidc_auth_method_attributes.gen.go b/api/authmethods/oidc_auth_method_attributes.gen.go index f38090d39e..1f95543779 100644 --- a/api/authmethods/oidc_auth_method_attributes.gen.go +++ b/api/authmethods/oidc_auth_method_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authmethods diff --git a/api/authmethods/oidc_auth_method_authenticate_start_response.gen.go b/api/authmethods/oidc_auth_method_authenticate_start_response.gen.go index 251f6e1d59..ed37c039f7 100644 --- a/api/authmethods/oidc_auth_method_authenticate_start_response.gen.go +++ b/api/authmethods/oidc_auth_method_authenticate_start_response.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authmethods diff --git a/api/authmethods/option.gen.go b/api/authmethods/option.gen.go index 525d5c61c4..eb94db001f 100644 --- a/api/authmethods/option.gen.go +++ b/api/authmethods/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authmethods diff --git a/api/authmethods/password_auth_method_attributes.gen.go b/api/authmethods/password_auth_method_attributes.gen.go index 0489b72665..4c8bcd8141 100644 --- a/api/authmethods/password_auth_method_attributes.gen.go +++ b/api/authmethods/password_auth_method_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authmethods diff --git a/api/authtokens/authtokens.gen.go b/api/authtokens/authtokens.gen.go index 11b5193e24..8a6bf56b6c 100644 --- a/api/authtokens/authtokens.gen.go +++ b/api/authtokens/authtokens.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authtokens diff --git a/api/authtokens/option.gen.go b/api/authtokens/option.gen.go index e053c1f9fb..9f37102640 100644 --- a/api/authtokens/option.gen.go +++ b/api/authtokens/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authtokens diff --git a/api/billing/active_users.gen.go b/api/billing/active_users.gen.go index 25babe7fc4..5879442d3b 100644 --- a/api/billing/active_users.gen.go +++ b/api/billing/active_users.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package billing diff --git a/api/billing/custom.go b/api/billing/custom.go index 9e1e03b6f6..56f379637d 100644 --- a/api/billing/custom.go +++ b/api/billing/custom.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package billing diff --git a/api/billing/option.gen.go b/api/billing/option.gen.go index b71398fa37..ea1bcf626e 100644 --- a/api/billing/option.gen.go +++ b/api/billing/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package billing diff --git a/api/client.go b/api/client.go index c034dec4bf..409fd454be 100644 --- a/api/client.go +++ b/api/client.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/client_test.go b/api/client_test.go index 7aeaf68ced..c15034dcea 100644 --- a/api/client_test.go +++ b/api/client_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/consts/consts.go b/api/consts/consts.go index 9db1ed0f80..a02083c631 100644 --- a/api/consts/consts.go +++ b/api/consts/consts.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: MPL-2.0 + package consts const ( diff --git a/api/credentiallibraries/credential_library.gen.go b/api/credentiallibraries/credential_library.gen.go index 29fb5a8fb4..d6ecf5bf3d 100644 --- a/api/credentiallibraries/credential_library.gen.go +++ b/api/credentiallibraries/credential_library.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentiallibraries diff --git a/api/credentiallibraries/option.gen.go b/api/credentiallibraries/option.gen.go index 1887adeed9..505bdaa402 100644 --- a/api/credentiallibraries/option.gen.go +++ b/api/credentiallibraries/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentiallibraries diff --git a/api/credentiallibraries/vault_credential_library_attributes.gen.go b/api/credentiallibraries/vault_credential_library_attributes.gen.go index 092412d96c..656da62dd5 100644 --- a/api/credentiallibraries/vault_credential_library_attributes.gen.go +++ b/api/credentiallibraries/vault_credential_library_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentiallibraries diff --git a/api/credentiallibraries/vault_ldap_credential_library_attributes.gen.go b/api/credentiallibraries/vault_ldap_credential_library_attributes.gen.go index 7a30e086ab..d5696777a3 100644 --- a/api/credentiallibraries/vault_ldap_credential_library_attributes.gen.go +++ b/api/credentiallibraries/vault_ldap_credential_library_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentiallibraries diff --git a/api/credentiallibraries/vault_ssh_certificate_credential_library_attributes.gen.go b/api/credentiallibraries/vault_ssh_certificate_credential_library_attributes.gen.go index 474122a5d9..d0af367370 100644 --- a/api/credentiallibraries/vault_ssh_certificate_credential_library_attributes.gen.go +++ b/api/credentiallibraries/vault_ssh_certificate_credential_library_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentiallibraries diff --git a/api/credentials/credential.gen.go b/api/credentials/credential.gen.go index fd06dc802b..1354cf099a 100644 --- a/api/credentials/credential.gen.go +++ b/api/credentials/credential.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentials diff --git a/api/credentials/custom.go b/api/credentials/custom.go index cc79d0818b..a3f8349fc3 100644 --- a/api/credentials/custom.go +++ b/api/credentials/custom.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentials diff --git a/api/credentials/custom_test.go b/api/credentials/custom_test.go index 2ced85a1a4..7de23f7a97 100644 --- a/api/credentials/custom_test.go +++ b/api/credentials/custom_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentials diff --git a/api/credentials/json_attributes.gen.go b/api/credentials/json_attributes.gen.go index b349cd69cd..43c1c3f3ff 100644 --- a/api/credentials/json_attributes.gen.go +++ b/api/credentials/json_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentials diff --git a/api/credentials/option.gen.go b/api/credentials/option.gen.go index faba4a2cb9..9a71d2e0ff 100644 --- a/api/credentials/option.gen.go +++ b/api/credentials/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentials diff --git a/api/credentials/password_attributes.gen.go b/api/credentials/password_attributes.gen.go index c53dd38969..10b7567244 100644 --- a/api/credentials/password_attributes.gen.go +++ b/api/credentials/password_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentials diff --git a/api/credentials/ssh_private_key_attributes.gen.go b/api/credentials/ssh_private_key_attributes.gen.go index 4cf63ceedd..ec4f5553d5 100644 --- a/api/credentials/ssh_private_key_attributes.gen.go +++ b/api/credentials/ssh_private_key_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentials diff --git a/api/credentials/username_password_attributes.gen.go b/api/credentials/username_password_attributes.gen.go index 7dc819c9c0..474a6605de 100644 --- a/api/credentials/username_password_attributes.gen.go +++ b/api/credentials/username_password_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentials diff --git a/api/credentials/username_password_domain_attributes.gen.go b/api/credentials/username_password_domain_attributes.gen.go index 9654f30dd2..d17e9e9cf9 100644 --- a/api/credentials/username_password_domain_attributes.gen.go +++ b/api/credentials/username_password_domain_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentials diff --git a/api/credentialstores/credential_store.gen.go b/api/credentialstores/credential_store.gen.go index 4af04c6a51..529ccc028c 100644 --- a/api/credentialstores/credential_store.gen.go +++ b/api/credentialstores/credential_store.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentialstores diff --git a/api/credentialstores/option.gen.go b/api/credentialstores/option.gen.go index 6bb51cfe6a..dbccaaee1b 100644 --- a/api/credentialstores/option.gen.go +++ b/api/credentialstores/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentialstores diff --git a/api/credentialstores/vault_credential_store_attributes.gen.go b/api/credentialstores/vault_credential_store_attributes.gen.go index 8a2a8c2dbc..944b226af8 100644 --- a/api/credentialstores/vault_credential_store_attributes.gen.go +++ b/api/credentialstores/vault_credential_store_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentialstores diff --git a/api/error.gen.go b/api/error.gen.go index bb68018bc3..20b13e7052 100644 --- a/api/error.gen.go +++ b/api/error.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/error_details.gen.go b/api/error_details.gen.go index 08aa9059b4..612d62f640 100644 --- a/api/error_details.gen.go +++ b/api/error_details.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/field_error.gen.go b/api/field_error.gen.go index c5386aacb9..5fe0122531 100644 --- a/api/field_error.gen.go +++ b/api/field_error.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/groups/group.gen.go b/api/groups/group.gen.go index 1354c558ee..56659f342f 100644 --- a/api/groups/group.gen.go +++ b/api/groups/group.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package groups diff --git a/api/groups/member.gen.go b/api/groups/member.gen.go index d62264d98e..69c68de30b 100644 --- a/api/groups/member.gen.go +++ b/api/groups/member.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package groups diff --git a/api/groups/option.gen.go b/api/groups/option.gen.go index 05d216bf71..f27f426f7a 100644 --- a/api/groups/option.gen.go +++ b/api/groups/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package groups diff --git a/api/hostcatalogs/host_catalog.gen.go b/api/hostcatalogs/host_catalog.gen.go index 18d79a3404..1291f6a779 100644 --- a/api/hostcatalogs/host_catalog.gen.go +++ b/api/hostcatalogs/host_catalog.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package hostcatalogs diff --git a/api/hostcatalogs/option.gen.go b/api/hostcatalogs/option.gen.go index cabf843330..3c9a230213 100644 --- a/api/hostcatalogs/option.gen.go +++ b/api/hostcatalogs/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package hostcatalogs diff --git a/api/hosts/host.gen.go b/api/hosts/host.gen.go index 1390e4936d..59510f48c7 100644 --- a/api/hosts/host.gen.go +++ b/api/hosts/host.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package hosts diff --git a/api/hosts/option.gen.go b/api/hosts/option.gen.go index fd7dcb8576..c1b247a304 100644 --- a/api/hosts/option.gen.go +++ b/api/hosts/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package hosts diff --git a/api/hosts/static_host_attributes.gen.go b/api/hosts/static_host_attributes.gen.go index 9677670984..779f018065 100644 --- a/api/hosts/static_host_attributes.gen.go +++ b/api/hosts/static_host_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package hosts diff --git a/api/hostsets/host_set.gen.go b/api/hostsets/host_set.gen.go index b77a54c9a8..bf5ac659b1 100644 --- a/api/hostsets/host_set.gen.go +++ b/api/hostsets/host_set.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package hostsets diff --git a/api/hostsets/option.gen.go b/api/hostsets/option.gen.go index 6c623c7bf8..9599fd329d 100644 --- a/api/hostsets/option.gen.go +++ b/api/hostsets/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package hostsets diff --git a/api/managedgroups/ldap_managed_group_attributes.gen.go b/api/managedgroups/ldap_managed_group_attributes.gen.go index 2d4718edc9..9f01d627cd 100644 --- a/api/managedgroups/ldap_managed_group_attributes.gen.go +++ b/api/managedgroups/ldap_managed_group_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package managedgroups diff --git a/api/managedgroups/managedgroups.gen.go b/api/managedgroups/managedgroups.gen.go index 067e39e5de..d976e3c809 100644 --- a/api/managedgroups/managedgroups.gen.go +++ b/api/managedgroups/managedgroups.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package managedgroups diff --git a/api/managedgroups/oidc_managed_group_attributes.gen.go b/api/managedgroups/oidc_managed_group_attributes.gen.go index b4e2fc99f3..913d6096f5 100644 --- a/api/managedgroups/oidc_managed_group_attributes.gen.go +++ b/api/managedgroups/oidc_managed_group_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package managedgroups diff --git a/api/managedgroups/option.gen.go b/api/managedgroups/option.gen.go index 198e24260d..5dd6743cf1 100644 --- a/api/managedgroups/option.gen.go +++ b/api/managedgroups/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package managedgroups diff --git a/api/options.go b/api/options.go index a98c64ed9c..817a54c2bd 100644 --- a/api/options.go +++ b/api/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/output_string.go b/api/output_string.go index 5a4bf65630..35b0ec4921 100644 --- a/api/output_string.go +++ b/api/output_string.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/plugins/plugin_info.gen.go b/api/plugins/plugin_info.gen.go index 8eca289035..3cef5bd7fa 100644 --- a/api/plugins/plugin_info.gen.go +++ b/api/plugins/plugin_info.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package plugins diff --git a/api/policies/custom.go b/api/policies/custom.go index 33565501bc..48055550ef 100644 --- a/api/policies/custom.go +++ b/api/policies/custom.go @@ -1,3 +1,6 @@ +// Copyright IBM Corp. 2024, 2026 +// SPDX-License-Identifier: MPL-2.0 + package policies const ( diff --git a/api/policies/option.gen.go b/api/policies/option.gen.go index ff116ff761..9aef91bc3e 100644 --- a/api/policies/option.gen.go +++ b/api/policies/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package policies diff --git a/api/policies/policy.gen.go b/api/policies/policy.gen.go index ecee761fc3..f833ef20d5 100644 --- a/api/policies/policy.gen.go +++ b/api/policies/policy.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package policies diff --git a/api/policies/storage_policy_attributes.gen.go b/api/policies/storage_policy_attributes.gen.go index 18c3ce3066..ae497bc712 100644 --- a/api/policies/storage_policy_attributes.gen.go +++ b/api/policies/storage_policy_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package policies diff --git a/api/policies/storage_policy_delete_after.gen.go b/api/policies/storage_policy_delete_after.gen.go index e7972719c7..e0bd9c4c4e 100644 --- a/api/policies/storage_policy_delete_after.gen.go +++ b/api/policies/storage_policy_delete_after.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package policies diff --git a/api/policies/storage_policy_retain_for.gen.go b/api/policies/storage_policy_retain_for.gen.go index eb0af1a3cc..89c568d99d 100644 --- a/api/policies/storage_policy_retain_for.gen.go +++ b/api/policies/storage_policy_retain_for.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package policies diff --git a/api/proxy/credentials.go b/api/proxy/credentials.go index 34cae16183..389e5ab0b2 100644 --- a/api/proxy/credentials.go +++ b/api/proxy/credentials.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package proxy diff --git a/api/proxy/credentials_test.go b/api/proxy/credentials_test.go index c5c7c17d33..1bc7bf9021 100644 --- a/api/proxy/credentials_test.go +++ b/api/proxy/credentials_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package proxy diff --git a/api/proxy/option.go b/api/proxy/option.go index 615b2c293d..8cf47fd3c7 100644 --- a/api/proxy/option.go +++ b/api/proxy/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package proxy diff --git a/api/proxy/option_test.go b/api/proxy/option_test.go index 50b5e25bf2..26fa5af335 100644 --- a/api/proxy/option_test.go +++ b/api/proxy/option_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package proxy diff --git a/api/proxy/proxy.go b/api/proxy/proxy.go index 9db1d8520a..3a3fa4ed29 100644 --- a/api/proxy/proxy.go +++ b/api/proxy/proxy.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package proxy diff --git a/api/proxy/proxy_test.go b/api/proxy/proxy_test.go index 965f2e4e83..243bc2b826 100644 --- a/api/proxy/proxy_test.go +++ b/api/proxy/proxy_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package proxy diff --git a/api/proxy/testing.go b/api/proxy/testing.go index 6e81028843..4f26dfc31b 100644 --- a/api/proxy/testing.go +++ b/api/proxy/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package proxy diff --git a/api/proxy/tls.go b/api/proxy/tls.go index 864a588bd0..5ce8e12530 100644 --- a/api/proxy/tls.go +++ b/api/proxy/tls.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package proxy diff --git a/api/proxy/websocket.go b/api/proxy/websocket.go index 08d82d857c..0348ad91b8 100644 --- a/api/proxy/websocket.go +++ b/api/proxy/websocket.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package proxy diff --git a/api/recovery/recovery.go b/api/recovery/recovery.go index 1ee24b6570..771938d844 100644 --- a/api/recovery/recovery.go +++ b/api/recovery/recovery.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package recovery diff --git a/api/recovery/recovery_test.go b/api/recovery/recovery_test.go index a9de4fb404..356d9fc33d 100644 --- a/api/recovery/recovery_test.go +++ b/api/recovery/recovery_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package recovery diff --git a/api/response.go b/api/response.go index e5c94b0bc9..88ddd4533c 100644 --- a/api/response.go +++ b/api/response.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/roles/grant.gen.go b/api/roles/grant.gen.go index 52fdf1a9aa..62e9dd13c3 100644 --- a/api/roles/grant.gen.go +++ b/api/roles/grant.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package roles diff --git a/api/roles/grant_json.gen.go b/api/roles/grant_json.gen.go index 10312f426d..d3a9d550e2 100644 --- a/api/roles/grant_json.gen.go +++ b/api/roles/grant_json.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package roles diff --git a/api/roles/option.gen.go b/api/roles/option.gen.go index 8e5bd53655..af1301c056 100644 --- a/api/roles/option.gen.go +++ b/api/roles/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package roles diff --git a/api/roles/principal.gen.go b/api/roles/principal.gen.go index e267081f06..718d93b9de 100644 --- a/api/roles/principal.gen.go +++ b/api/roles/principal.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package roles diff --git a/api/roles/role.gen.go b/api/roles/role.gen.go index 5c56bf833b..58393cb337 100644 --- a/api/roles/role.gen.go +++ b/api/roles/role.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package roles diff --git a/api/scopes/custom.go b/api/scopes/custom.go index 625dd402f1..921d8be369 100644 --- a/api/scopes/custom.go +++ b/api/scopes/custom.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package scopes diff --git a/api/scopes/key.gen.go b/api/scopes/key.gen.go index 2963ce7ef7..c454a956d1 100644 --- a/api/scopes/key.gen.go +++ b/api/scopes/key.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package scopes diff --git a/api/scopes/key_version.gen.go b/api/scopes/key_version.gen.go index 0b22e1b4a2..723b996157 100644 --- a/api/scopes/key_version.gen.go +++ b/api/scopes/key_version.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package scopes diff --git a/api/scopes/key_version_destruction_job.gen.go b/api/scopes/key_version_destruction_job.gen.go index 04ca21ef74..ab615561ae 100644 --- a/api/scopes/key_version_destruction_job.gen.go +++ b/api/scopes/key_version_destruction_job.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package scopes diff --git a/api/scopes/option.gen.go b/api/scopes/option.gen.go index 23fab573b8..bd8bf0c2df 100644 --- a/api/scopes/option.gen.go +++ b/api/scopes/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package scopes diff --git a/api/scopes/scope.gen.go b/api/scopes/scope.gen.go index db55d79ccc..3a5873fef8 100644 --- a/api/scopes/scope.gen.go +++ b/api/scopes/scope.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package scopes diff --git a/api/scopes/scope_info.gen.go b/api/scopes/scope_info.gen.go index 64e5493a13..007d254a02 100644 --- a/api/scopes/scope_info.gen.go +++ b/api/scopes/scope_info.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package scopes diff --git a/api/sessionrecordings/channel_recording.gen.go b/api/sessionrecordings/channel_recording.gen.go index 8fe0eaa46b..783822d88e 100644 --- a/api/sessionrecordings/channel_recording.gen.go +++ b/api/sessionrecordings/channel_recording.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/connection_recording.gen.go b/api/sessionrecordings/connection_recording.gen.go index ad43390b64..0174e520fc 100644 --- a/api/sessionrecordings/connection_recording.gen.go +++ b/api/sessionrecordings/connection_recording.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/credential.gen.go b/api/sessionrecordings/credential.gen.go index 5859c3fbcd..f581341f5f 100644 --- a/api/sessionrecordings/credential.gen.go +++ b/api/sessionrecordings/credential.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/credential_library.gen.go b/api/sessionrecordings/credential_library.gen.go index c6c6d0d439..05278912f1 100644 --- a/api/sessionrecordings/credential_library.gen.go +++ b/api/sessionrecordings/credential_library.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/credential_store.gen.go b/api/sessionrecordings/credential_store.gen.go index 3a64e782ce..ef9df0f669 100644 --- a/api/sessionrecordings/credential_store.gen.go +++ b/api/sessionrecordings/credential_store.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/custom.go b/api/sessionrecordings/custom.go index c19d74aad8..4f7e4f5499 100644 --- a/api/sessionrecordings/custom.go +++ b/api/sessionrecordings/custom.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/host.gen.go b/api/sessionrecordings/host.gen.go index 06de4d99c8..0f8c502087 100644 --- a/api/sessionrecordings/host.gen.go +++ b/api/sessionrecordings/host.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/host_catalog.gen.go b/api/sessionrecordings/host_catalog.gen.go index 05facb126d..f38dcb2806 100644 --- a/api/sessionrecordings/host_catalog.gen.go +++ b/api/sessionrecordings/host_catalog.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/json_credential_attributes.gen.go b/api/sessionrecordings/json_credential_attributes.gen.go index 83dd241dd9..21447dd177 100644 --- a/api/sessionrecordings/json_credential_attributes.gen.go +++ b/api/sessionrecordings/json_credential_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/option.gen.go b/api/sessionrecordings/option.gen.go index ea0a14461d..57ed941f76 100644 --- a/api/sessionrecordings/option.gen.go +++ b/api/sessionrecordings/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/password_credential_attributes.gen.go b/api/sessionrecordings/password_credential_attributes.gen.go index 6eb144ea3a..10c3584ca6 100644 --- a/api/sessionrecordings/password_credential_attributes.gen.go +++ b/api/sessionrecordings/password_credential_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/session_recording.gen.go b/api/sessionrecordings/session_recording.gen.go index 9337113287..82a67ae6aa 100644 --- a/api/sessionrecordings/session_recording.gen.go +++ b/api/sessionrecordings/session_recording.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/ssh_private_key_credential_attributes.gen.go b/api/sessionrecordings/ssh_private_key_credential_attributes.gen.go index 4f2e6ae9d9..381581fa7a 100644 --- a/api/sessionrecordings/ssh_private_key_credential_attributes.gen.go +++ b/api/sessionrecordings/ssh_private_key_credential_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/ssh_target_attributes.gen.go b/api/sessionrecordings/ssh_target_attributes.gen.go index 89ce15a2f9..b11a0a0b25 100644 --- a/api/sessionrecordings/ssh_target_attributes.gen.go +++ b/api/sessionrecordings/ssh_target_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/static_host_attributes.gen.go b/api/sessionrecordings/static_host_attributes.gen.go index 26fe404d5f..eafe823366 100644 --- a/api/sessionrecordings/static_host_attributes.gen.go +++ b/api/sessionrecordings/static_host_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/target.gen.go b/api/sessionrecordings/target.gen.go index 70042ad0d9..1201f84c49 100644 --- a/api/sessionrecordings/target.gen.go +++ b/api/sessionrecordings/target.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/user.gen.go b/api/sessionrecordings/user.gen.go index 37d378fc4c..a00a90e541 100644 --- a/api/sessionrecordings/user.gen.go +++ b/api/sessionrecordings/user.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/username_password_credential_attributes.gen.go b/api/sessionrecordings/username_password_credential_attributes.gen.go index 1bbbab3cbd..dafc76ac8b 100644 --- a/api/sessionrecordings/username_password_credential_attributes.gen.go +++ b/api/sessionrecordings/username_password_credential_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/values_at_time.gen.go b/api/sessionrecordings/values_at_time.gen.go index 2908786776..d8fff53ab0 100644 --- a/api/sessionrecordings/values_at_time.gen.go +++ b/api/sessionrecordings/values_at_time.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/vault_credential_library_attributes.gen.go b/api/sessionrecordings/vault_credential_library_attributes.gen.go index b1a70de31d..cce7209c61 100644 --- a/api/sessionrecordings/vault_credential_library_attributes.gen.go +++ b/api/sessionrecordings/vault_credential_library_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/vault_credential_store_attributes.gen.go b/api/sessionrecordings/vault_credential_store_attributes.gen.go index 5f4ba488f0..3a812c20d9 100644 --- a/api/sessionrecordings/vault_credential_store_attributes.gen.go +++ b/api/sessionrecordings/vault_credential_store_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessionrecordings/vault_ssh_certificate_credential_library_attributes.gen.go b/api/sessionrecordings/vault_ssh_certificate_credential_library_attributes.gen.go index 2eb1adb31d..5f1df87353 100644 --- a/api/sessionrecordings/vault_ssh_certificate_credential_library_attributes.gen.go +++ b/api/sessionrecordings/vault_ssh_certificate_credential_library_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessionrecordings diff --git a/api/sessions/cancel.go b/api/sessions/cancel.go index 89de33f346..b71c42f141 100644 --- a/api/sessions/cancel.go +++ b/api/sessions/cancel.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessions diff --git a/api/sessions/connection.gen.go b/api/sessions/connection.gen.go index 851cea4bc2..af7025151a 100644 --- a/api/sessions/connection.gen.go +++ b/api/sessions/connection.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessions diff --git a/api/sessions/option.gen.go b/api/sessions/option.gen.go index bc5fb0d66e..90689119e7 100644 --- a/api/sessions/option.gen.go +++ b/api/sessions/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessions diff --git a/api/sessions/session.gen.go b/api/sessions/session.gen.go index 794ca89ec5..fb3f870c97 100644 --- a/api/sessions/session.gen.go +++ b/api/sessions/session.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessions diff --git a/api/sessions/state.gen.go b/api/sessions/state.gen.go index fcbdd4267c..fb809e0701 100644 --- a/api/sessions/state.gen.go +++ b/api/sessions/state.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package sessions diff --git a/api/storagebuckets/option.gen.go b/api/storagebuckets/option.gen.go index 0d7cc04146..4de2acb063 100644 --- a/api/storagebuckets/option.gen.go +++ b/api/storagebuckets/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package storagebuckets diff --git a/api/storagebuckets/storage_bucket.gen.go b/api/storagebuckets/storage_bucket.gen.go index 4aa1345c4d..218c51be61 100644 --- a/api/storagebuckets/storage_bucket.gen.go +++ b/api/storagebuckets/storage_bucket.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package storagebuckets diff --git a/api/targets/alias.gen.go b/api/targets/alias.gen.go index 8cae25c5ad..9266df1a2b 100644 --- a/api/targets/alias.gen.go +++ b/api/targets/alias.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/authorize_session_arguments.gen.go b/api/targets/authorize_session_arguments.gen.go index 8e84e7a090..7959e289f3 100644 --- a/api/targets/authorize_session_arguments.gen.go +++ b/api/targets/authorize_session_arguments.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/credential_source.gen.go b/api/targets/credential_source.gen.go index 51f5685914..3c05e12c95 100644 --- a/api/targets/credential_source.gen.go +++ b/api/targets/credential_source.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/custom.go b/api/targets/custom.go index 2bc5aaa3bb..92f5343083 100644 --- a/api/targets/custom.go +++ b/api/targets/custom.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/host_source.gen.go b/api/targets/host_source.gen.go index 0d0d082e1c..b17077b283 100644 --- a/api/targets/host_source.gen.go +++ b/api/targets/host_source.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/option.gen.go b/api/targets/option.gen.go index 122442b15c..8796246a92 100644 --- a/api/targets/option.gen.go +++ b/api/targets/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/rdp_target_attributes.gen.go b/api/targets/rdp_target_attributes.gen.go index 87ac2dde7d..1ad3bd01a8 100644 --- a/api/targets/rdp_target_attributes.gen.go +++ b/api/targets/rdp_target_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/session_authorization.gen.go b/api/targets/session_authorization.gen.go index 52e870c9a7..faae8a1513 100644 --- a/api/targets/session_authorization.gen.go +++ b/api/targets/session_authorization.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/session_authorization_data.gen.go b/api/targets/session_authorization_data.gen.go index 695853b1d1..a394df017b 100644 --- a/api/targets/session_authorization_data.gen.go +++ b/api/targets/session_authorization_data.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/session_credential.gen.go b/api/targets/session_credential.gen.go index 9ec9e5e0fc..e10f2caa10 100644 --- a/api/targets/session_credential.gen.go +++ b/api/targets/session_credential.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/session_secret.gen.go b/api/targets/session_secret.gen.go index f775f4722b..29e9e9ebdf 100644 --- a/api/targets/session_secret.gen.go +++ b/api/targets/session_secret.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/ssh_target_attributes.gen.go b/api/targets/ssh_target_attributes.gen.go index 5919138c3f..c1b2e73507 100644 --- a/api/targets/ssh_target_attributes.gen.go +++ b/api/targets/ssh_target_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/target.gen.go b/api/targets/target.gen.go index 4d018e6718..4602ff355b 100644 --- a/api/targets/target.gen.go +++ b/api/targets/target.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/target_alias_attributes.gen.go b/api/targets/target_alias_attributes.gen.go index f9bc6a3cc5..dc2120863f 100644 --- a/api/targets/target_alias_attributes.gen.go +++ b/api/targets/target_alias_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/tcp_target_attributes.gen.go b/api/targets/tcp_target_attributes.gen.go index 1c8ede0d44..3635c484ab 100644 --- a/api/targets/tcp_target_attributes.gen.go +++ b/api/targets/tcp_target_attributes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/targets/worker_info.gen.go b/api/targets/worker_info.gen.go index b96549f040..9990090d1b 100644 --- a/api/targets/worker_info.gen.go +++ b/api/targets/worker_info.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package targets diff --git a/api/types.go b/api/types.go index e23b07f646..b55bc4c1fc 100644 --- a/api/types.go +++ b/api/types.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/types_test.go b/api/types_test.go index e167ac72a3..1f2893d3d8 100644 --- a/api/types_test.go +++ b/api/types_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/api/users/account.gen.go b/api/users/account.gen.go index cd96717099..a33ad84665 100644 --- a/api/users/account.gen.go +++ b/api/users/account.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package users diff --git a/api/users/custom.go b/api/users/custom.go index 6479dc290f..aab2b7274f 100644 --- a/api/users/custom.go +++ b/api/users/custom.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package users diff --git a/api/users/option.gen.go b/api/users/option.gen.go index 1b894e32cf..ad2b15b9cf 100644 --- a/api/users/option.gen.go +++ b/api/users/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package users diff --git a/api/users/user.gen.go b/api/users/user.gen.go index 45a8182042..65a5fadc83 100644 --- a/api/users/user.gen.go +++ b/api/users/user.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package users diff --git a/api/workers/certificate.gen.go b/api/workers/certificate.gen.go index d236b83fc1..34af3d5bee 100644 --- a/api/workers/certificate.gen.go +++ b/api/workers/certificate.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package workers diff --git a/api/workers/certificate_authority.gen.go b/api/workers/certificate_authority.gen.go index 9177443375..02c7956860 100644 --- a/api/workers/certificate_authority.gen.go +++ b/api/workers/certificate_authority.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package workers diff --git a/api/workers/certificate_authority_actions.go b/api/workers/certificate_authority_actions.go index 9c10f897a7..da205e9875 100644 --- a/api/workers/certificate_authority_actions.go +++ b/api/workers/certificate_authority_actions.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package workers diff --git a/api/workers/option.gen.go b/api/workers/option.gen.go index b0108f839f..8dca56abe8 100644 --- a/api/workers/option.gen.go +++ b/api/workers/option.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package workers diff --git a/api/workers/remote_storage_permissions.gen.go b/api/workers/remote_storage_permissions.gen.go index 4e37a1f4cf..847e8b838b 100644 --- a/api/workers/remote_storage_permissions.gen.go +++ b/api/workers/remote_storage_permissions.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package workers diff --git a/api/workers/remote_storage_state.gen.go b/api/workers/remote_storage_state.gen.go index 2281b75f9e..8415075d7f 100644 --- a/api/workers/remote_storage_state.gen.go +++ b/api/workers/remote_storage_state.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package workers diff --git a/api/workers/worker.gen.go b/api/workers/worker.gen.go index 6e1a32de56..bde89614aa 100644 --- a/api/workers/worker.gen.go +++ b/api/workers/worker.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package workers diff --git a/api/wrapped_error.gen.go b/api/wrapped_error.gen.go index 0d2355dc29..edb710acbb 100644 --- a/api/wrapped_error.gen.go +++ b/api/wrapped_error.gen.go @@ -1,5 +1,5 @@ // Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/buf.gen.yaml b/buf.gen.yaml index 512f115ac0..ac7df045e7 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 version: v1 diff --git a/buf.openapiv2.gen.yaml b/buf.openapiv2.gen.yaml index 2db03eb573..632e3689f4 100644 --- a/buf.openapiv2.gen.yaml +++ b/buf.openapiv2.gen.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 version: v1 diff --git a/buf.testing.gen.yaml b/buf.testing.gen.yaml index 08e67a1ace..6f5d97132e 100644 --- a/buf.testing.gen.yaml +++ b/buf.testing.gen.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 version: v1 diff --git a/buf.work.yaml b/buf.work.yaml index 05aae4956d..eaa4982e06 100644 --- a/buf.work.yaml +++ b/buf.work.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 version: v1 diff --git a/ci/goinstall.sh b/ci/goinstall.sh index e2bd2b703b..4396ccb34c 100755 --- a/ci/goinstall.sh +++ b/ci/goinstall.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/cmd/boundary/main.go b/cmd/boundary/main.go index 5c312e7302..f726fa4048 100644 --- a/cmd/boundary/main.go +++ b/cmd/boundary/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/cmd/boundary/package_registry_oss.go b/cmd/boundary/package_registry_oss.go index 67cc34c591..7d39e95da9 100644 --- a/cmd/boundary/package_registry_oss.go +++ b/cmd/boundary/package_registry_oss.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/enos/ci/aws-nuke.yml b/enos/ci/aws-nuke.yml index d8730f43f9..9528bf184a 100644 --- a/enos/ci/aws-nuke.yml +++ b/enos/ci/aws-nuke.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 regions: diff --git a/enos/ci/bootstrap/main.tf b/enos/ci/bootstrap/main.tf index 7f63af2107..e6c05588d0 100644 --- a/enos/ci/bootstrap/main.tf +++ b/enos/ci/bootstrap/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/ci/bootstrap/outputs.tf b/enos/ci/bootstrap/outputs.tf index 2aa9ee97cb..915915fb27 100644 --- a/enos/ci/bootstrap/outputs.tf +++ b/enos/ci/bootstrap/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 output "keys" { diff --git a/enos/ci/bootstrap/variables.tf b/enos/ci/bootstrap/variables.tf index 973628e051..51a551bd49 100644 --- a/enos/ci/bootstrap/variables.tf +++ b/enos/ci/bootstrap/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "aws_ssh_public_key" { diff --git a/enos/ci/hcp-resources/main.tf b/enos/ci/hcp-resources/main.tf index e1265f2512..ad5283064f 100644 --- a/enos/ci/hcp-resources/main.tf +++ b/enos/ci/hcp-resources/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/ci/hcp-resources/outputs.tf b/enos/ci/hcp-resources/outputs.tf index 6b5d3b16a6..7feabdf847 100644 --- a/enos/ci/hcp-resources/outputs.tf +++ b/enos/ci/hcp-resources/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 output "bucket_access_key_id" { diff --git a/enos/ci/hcp-resources/variables.tf b/enos/ci/hcp-resources/variables.tf index 37a211f324..f32f9f2647 100644 --- a/enos/ci/hcp-resources/variables.tf +++ b/enos/ci/hcp-resources/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "aws_region" { diff --git a/enos/ci/service-user-iam/main.tf b/enos/ci/service-user-iam/main.tf index 7e29ebcbd9..a7553f42c4 100644 --- a/enos/ci/service-user-iam/main.tf +++ b/enos/ci/service-user-iam/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/ci/service-user-iam/outputs.tf b/enos/ci/service-user-iam/outputs.tf index 942349f56e..e09c4f91e2 100644 --- a/enos/ci/service-user-iam/outputs.tf +++ b/enos/ci/service-user-iam/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 output "ci_roles" { diff --git a/enos/ci/service-user-iam/providers.tf b/enos/ci/service-user-iam/providers.tf index 15ac2c0793..6a7c8a331e 100644 --- a/enos/ci/service-user-iam/providers.tf +++ b/enos/ci/service-user-iam/providers.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 provider "aws" { diff --git a/enos/ci/service-user-iam/service-quotas.tf b/enos/ci/service-user-iam/service-quotas.tf index e77876a115..3b2a927187 100644 --- a/enos/ci/service-user-iam/service-quotas.tf +++ b/enos/ci/service-user-iam/service-quotas.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 locals { diff --git a/enos/ci/service-user-iam/variables.tf b/enos/ci/service-user-iam/variables.tf index e8cfecb756..be78af9ff4 100644 --- a/enos/ci/service-user-iam/variables.tf +++ b/enos/ci/service-user-iam/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "repository" { diff --git a/enos/enos-modules.hcl b/enos/enos-modules.hcl index e4008cc113..9b709d745c 100644 --- a/enos/enos-modules.hcl +++ b/enos/enos-modules.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 module "aws_az_finder" { diff --git a/enos/enos-scenario-e2e-aws-base-with-vault.hcl b/enos/enos-scenario-e2e-aws-base-with-vault.hcl index d8bcc0ef46..a07e7b46a4 100644 --- a/enos/enos-scenario-e2e-aws-base-with-vault.hcl +++ b/enos/enos-scenario-e2e-aws-base-with-vault.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_aws_base_with_vault" { diff --git a/enos/enos-scenario-e2e-aws-base.hcl b/enos/enos-scenario-e2e-aws-base.hcl index 1cc2c78179..f57f6745bf 100644 --- a/enos/enos-scenario-e2e-aws-base.hcl +++ b/enos/enos-scenario-e2e-aws-base.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_aws_base" { diff --git a/enos/enos-scenario-e2e-aws-rdp-base.hcl b/enos/enos-scenario-e2e-aws-rdp-base.hcl index e5f32bd71b..470586b491 100644 --- a/enos/enos-scenario-e2e-aws-rdp-base.hcl +++ b/enos/enos-scenario-e2e-aws-rdp-base.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This scenario creates a complete end-to-end test environment for Boundary to diff --git a/enos/enos-scenario-e2e-aws-rdp-target.hcl b/enos/enos-scenario-e2e-aws-rdp-target.hcl index ec0ef3afea..a73c81fa97 100644 --- a/enos/enos-scenario-e2e-aws-rdp-target.hcl +++ b/enos/enos-scenario-e2e-aws-rdp-target.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This scenario creates a single Windows ec2 instance that acts as a domain diff --git a/enos/enos-scenario-e2e-aws.hcl b/enos/enos-scenario-e2e-aws.hcl index 6cd2115d8c..384c6125a5 100644 --- a/enos/enos-scenario-e2e-aws.hcl +++ b/enos/enos-scenario-e2e-aws.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This scenario requires access to the boundary team's test AWS account diff --git a/enos/enos-scenario-e2e-database.hcl b/enos/enos-scenario-e2e-database.hcl index c274847a84..a71adf6975 100644 --- a/enos/enos-scenario-e2e-database.hcl +++ b/enos/enos-scenario-e2e-database.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_database" { diff --git a/enos/enos-scenario-e2e-docker-base-connect.hcl b/enos/enos-scenario-e2e-docker-base-connect.hcl index 38c97aa730..0b98a07bce 100644 --- a/enos/enos-scenario-e2e-docker-base-connect.hcl +++ b/enos/enos-scenario-e2e-docker-base-connect.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_docker_base_connect" { diff --git a/enos/enos-scenario-e2e-docker-base-plus.hcl b/enos/enos-scenario-e2e-docker-base-plus.hcl index ec4e870a32..c2570a269b 100644 --- a/enos/enos-scenario-e2e-docker-base-plus.hcl +++ b/enos/enos-scenario-e2e-docker-base-plus.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 diff --git a/enos/enos-scenario-e2e-docker-base-with-gcp.hcl b/enos/enos-scenario-e2e-docker-base-with-gcp.hcl index daec5b1e47..1b10a4b66f 100644 --- a/enos/enos-scenario-e2e-docker-base-with-gcp.hcl +++ b/enos/enos-scenario-e2e-docker-base-with-gcp.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_docker_base_with_gcp" { diff --git a/enos/enos-scenario-e2e-docker-base-with-vault.hcl b/enos/enos-scenario-e2e-docker-base-with-vault.hcl index 25a4960537..477ac0c3de 100644 --- a/enos/enos-scenario-e2e-docker-base-with-vault.hcl +++ b/enos/enos-scenario-e2e-docker-base-with-vault.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_docker_base_with_vault" { diff --git a/enos/enos-scenario-e2e-docker-base-with-worker-version.hcl b/enos/enos-scenario-e2e-docker-base-with-worker-version.hcl index faaaba7cc0..feb75f5971 100644 --- a/enos/enos-scenario-e2e-docker-base-with-worker-version.hcl +++ b/enos/enos-scenario-e2e-docker-base-with-worker-version.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_docker_base_with_worker_version" { diff --git a/enos/enos-scenario-e2e-docker-base-with-worker.hcl b/enos/enos-scenario-e2e-docker-base-with-worker.hcl index 94f0fc0773..d2f69b80a9 100644 --- a/enos/enos-scenario-e2e-docker-base-with-worker.hcl +++ b/enos/enos-scenario-e2e-docker-base-with-worker.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_docker_base_with_worker" { diff --git a/enos/enos-scenario-e2e-docker-base.hcl b/enos/enos-scenario-e2e-docker-base.hcl index fdd1b1ace3..0038d5016b 100644 --- a/enos/enos-scenario-e2e-docker-base.hcl +++ b/enos/enos-scenario-e2e-docker-base.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_docker_base" { diff --git a/enos/enos-scenario-e2e-docker-worker-registration-controller-led.hcl b/enos/enos-scenario-e2e-docker-worker-registration-controller-led.hcl index 9943731aff..f05f41de5d 100644 --- a/enos/enos-scenario-e2e-docker-worker-registration-controller-led.hcl +++ b/enos/enos-scenario-e2e-docker-worker-registration-controller-led.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_docker_worker_registration_controller_led" { diff --git a/enos/enos-scenario-e2e-docker-worker-registration-worker-led.hcl b/enos/enos-scenario-e2e-docker-worker-registration-worker-led.hcl index 454cae5369..4f9a2fb78d 100644 --- a/enos/enos-scenario-e2e-docker-worker-registration-worker-led.hcl +++ b/enos/enos-scenario-e2e-docker-worker-registration-worker-led.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_docker_worker_registration_worker_led" { diff --git a/enos/enos-scenario-e2e-ui-aws.hcl b/enos/enos-scenario-e2e-ui-aws.hcl index dd9998bbb3..6df039822b 100644 --- a/enos/enos-scenario-e2e-ui-aws.hcl +++ b/enos/enos-scenario-e2e-ui-aws.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_ui_aws" { diff --git a/enos/enos-scenario-e2e-ui-docker.hcl b/enos/enos-scenario-e2e-ui-docker.hcl index dc8e182146..dd2ead01d8 100644 --- a/enos/enos-scenario-e2e-ui-docker.hcl +++ b/enos/enos-scenario-e2e-ui-docker.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 scenario "e2e_ui_docker" { diff --git a/enos/enos-variables.hcl b/enos/enos-variables.hcl index 8e81ac7f61..ed564ad4ba 100644 --- a/enos/enos-variables.hcl +++ b/enos/enos-variables.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # Infrastructure diff --git a/enos/enos.hcl b/enos/enos.hcl index c9aa4219fd..e8e4d91eb0 100644 --- a/enos/enos.hcl +++ b/enos/enos.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform_cli "default" { diff --git a/enos/enos.vars.hcl b/enos/enos.vars.hcl index f7782236b2..b90d7daf4f 100644 --- a/enos/enos.vars.hcl +++ b/enos/enos.vars.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 // Example variable inputs. Set these to valid values and uncomment them before diff --git a/enos/modules/aws_az_finder/main.tf b/enos/modules/aws_az_finder/main.tf index be476b0907..378c7b89eb 100644 --- a/enos/modules/aws_az_finder/main.tf +++ b/enos/modules/aws_az_finder/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 /* diff --git a/enos/modules/aws_boundary/alb.tf b/enos/modules/aws_boundary/alb.tf index b3fbfd8061..e2a9529b59 100644 --- a/enos/modules/aws_boundary/alb.tf +++ b/enos/modules/aws_boundary/alb.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 locals { diff --git a/enos/modules/aws_boundary/boundary-instances.tf b/enos/modules/aws_boundary/boundary-instances.tf index 8a626c400f..a207e40e7d 100644 --- a/enos/modules/aws_boundary/boundary-instances.tf +++ b/enos/modules/aws_boundary/boundary-instances.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 data "aws_caller_identity" "current" {} diff --git a/enos/modules/aws_boundary/iam.tf b/enos/modules/aws_boundary/iam.tf index 133121fe83..6276e4eda9 100644 --- a/enos/modules/aws_boundary/iam.tf +++ b/enos/modules/aws_boundary/iam.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 data "aws_iam_policy_document" "boundary_instance_role" { diff --git a/enos/modules/aws_boundary/infra.tf b/enos/modules/aws_boundary/infra.tf index bd6139748f..602da942f5 100644 --- a/enos/modules/aws_boundary/infra.tf +++ b/enos/modules/aws_boundary/infra.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 data "aws_vpc" "infra" { diff --git a/enos/modules/aws_boundary/main.tf b/enos/modules/aws_boundary/main.tf index 4800c63197..fe620625a4 100644 --- a/enos/modules/aws_boundary/main.tf +++ b/enos/modules/aws_boundary/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/aws_boundary/outputs.tf b/enos/modules/aws_boundary/outputs.tf index 15fc128401..e85fef5724 100644 --- a/enos/modules/aws_boundary/outputs.tf +++ b/enos/modules/aws_boundary/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 output "controller_ips" { diff --git a/enos/modules/aws_boundary/rds.tf b/enos/modules/aws_boundary/rds.tf index 5bb9507cba..8d846c98b1 100644 --- a/enos/modules/aws_boundary/rds.tf +++ b/enos/modules/aws_boundary/rds.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 resource "aws_db_subnet_group" "boundary" { diff --git a/enos/modules/aws_boundary/scripts/create-dir.sh b/enos/modules/aws_boundary/scripts/create-dir.sh index 3dbf754ca1..75306dcec2 100644 --- a/enos/modules/aws_boundary/scripts/create-dir.sh +++ b/enos/modules/aws_boundary/scripts/create-dir.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -eux diff --git a/enos/modules/aws_boundary/scripts/set-up-login-shell-profile.sh b/enos/modules/aws_boundary/scripts/set-up-login-shell-profile.sh index 20a7352f5a..49391f8d91 100644 --- a/enos/modules/aws_boundary/scripts/set-up-login-shell-profile.sh +++ b/enos/modules/aws_boundary/scripts/set-up-login-shell-profile.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/enos/modules/aws_boundary/security-groups.tf b/enos/modules/aws_boundary/security-groups.tf index c2225aacae..18e1d6fa14 100644 --- a/enos/modules/aws_boundary/security-groups.tf +++ b/enos/modules/aws_boundary/security-groups.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 data "enos_environment" "localhost" {} diff --git a/enos/modules/aws_boundary/templates/controller.hcl b/enos/modules/aws_boundary/templates/controller.hcl index 00f5e23a2c..fb7286d3f8 100644 --- a/enos/modules/aws_boundary/templates/controller.hcl +++ b/enos/modules/aws_boundary/templates/controller.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/aws_boundary/templates/controller_bsr.hcl b/enos/modules/aws_boundary/templates/controller_bsr.hcl index 6d85e8c81e..042bdb4937 100644 --- a/enos/modules/aws_boundary/templates/controller_bsr.hcl +++ b/enos/modules/aws_boundary/templates/controller_bsr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/aws_boundary/templates/controller_bsr_vault_kms.hcl b/enos/modules/aws_boundary/templates/controller_bsr_vault_kms.hcl index a49f2942c7..61d5c1a84d 100644 --- a/enos/modules/aws_boundary/templates/controller_bsr_vault_kms.hcl +++ b/enos/modules/aws_boundary/templates/controller_bsr_vault_kms.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/aws_boundary/templates/controller_vault_kms.hcl b/enos/modules/aws_boundary/templates/controller_vault_kms.hcl index 690c1ca202..d9bfdb9f36 100644 --- a/enos/modules/aws_boundary/templates/controller_vault_kms.hcl +++ b/enos/modules/aws_boundary/templates/controller_vault_kms.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/aws_boundary/templates/worker.hcl b/enos/modules/aws_boundary/templates/worker.hcl index 787f0260d6..2e29ed7d71 100644 --- a/enos/modules/aws_boundary/templates/worker.hcl +++ b/enos/modules/aws_boundary/templates/worker.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 listener "tcp" { diff --git a/enos/modules/aws_boundary/templates/worker_bsr.hcl b/enos/modules/aws_boundary/templates/worker_bsr.hcl index 3c34377f09..5f37c63440 100644 --- a/enos/modules/aws_boundary/templates/worker_bsr.hcl +++ b/enos/modules/aws_boundary/templates/worker_bsr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 listener "tcp" { diff --git a/enos/modules/aws_boundary/templates/worker_bsr_vault_kms.hcl b/enos/modules/aws_boundary/templates/worker_bsr_vault_kms.hcl index a53b2eb731..676e69ca2c 100644 --- a/enos/modules/aws_boundary/templates/worker_bsr_vault_kms.hcl +++ b/enos/modules/aws_boundary/templates/worker_bsr_vault_kms.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 listener "tcp" { diff --git a/enos/modules/aws_boundary/templates/worker_hcp_bsr.hcl b/enos/modules/aws_boundary/templates/worker_hcp_bsr.hcl index 18266fc956..a107775878 100644 --- a/enos/modules/aws_boundary/templates/worker_hcp_bsr.hcl +++ b/enos/modules/aws_boundary/templates/worker_hcp_bsr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 listener "tcp" { diff --git a/enos/modules/aws_boundary/templates/worker_vault_kms.hcl b/enos/modules/aws_boundary/templates/worker_vault_kms.hcl index cb1301eaac..0df39056a7 100644 --- a/enos/modules/aws_boundary/templates/worker_vault_kms.hcl +++ b/enos/modules/aws_boundary/templates/worker_vault_kms.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 listener "tcp" { diff --git a/enos/modules/aws_boundary/variables.tf b/enos/modules/aws_boundary/variables.tf index 22686de0c4..15cdeb0ebf 100644 --- a/enos/modules/aws_boundary/variables.tf +++ b/enos/modules/aws_boundary/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "project_name" { diff --git a/enos/modules/aws_bucket/locals.tf b/enos/modules/aws_bucket/locals.tf index e42aa8c081..044edbb62a 100644 --- a/enos/modules/aws_bucket/locals.tf +++ b/enos/modules/aws_bucket/locals.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 locals { diff --git a/enos/modules/aws_bucket/main.tf b/enos/modules/aws_bucket/main.tf index a93cbc95f0..2592997325 100644 --- a/enos/modules/aws_bucket/main.tf +++ b/enos/modules/aws_bucket/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 resource "random_pet" "default" {} diff --git a/enos/modules/aws_bucket/outputs.tf b/enos/modules/aws_bucket/outputs.tf index 86570edf98..a9f866aa9b 100644 --- a/enos/modules/aws_bucket/outputs.tf +++ b/enos/modules/aws_bucket/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 output "bucket_name" { diff --git a/enos/modules/aws_bucket/variables.tf b/enos/modules/aws_bucket/variables.tf index 7213656fdc..275d2d97c3 100644 --- a/enos/modules/aws_bucket/variables.tf +++ b/enos/modules/aws_bucket/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "common_tags" { diff --git a/enos/modules/aws_iam_setup/main.tf b/enos/modules/aws_iam_setup/main.tf index 792b8cf966..b4ba723f90 100644 --- a/enos/modules/aws_iam_setup/main.tf +++ b/enos/modules/aws_iam_setup/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 data "aws_caller_identity" "current" {} diff --git a/enos/modules/aws_rdp_domain_controller/main.tf b/enos/modules/aws_rdp_domain_controller/main.tf index 470152c83c..55daef8000 100644 --- a/enos/modules/aws_rdp_domain_controller/main.tf +++ b/enos/modules/aws_rdp_domain_controller/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/aws_rdp_domain_controller/outputs.tf b/enos/modules/aws_rdp_domain_controller/outputs.tf index 83323f825a..d8f609e725 100644 --- a/enos/modules/aws_rdp_domain_controller/outputs.tf +++ b/enos/modules/aws_rdp_domain_controller/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 output "public_dns_address" { diff --git a/enos/modules/aws_rdp_domain_controller/scripts/setup_ldaps.ps1 b/enos/modules/aws_rdp_domain_controller/scripts/setup_ldaps.ps1 index c06fb9be60..8086f33948 100644 --- a/enos/modules/aws_rdp_domain_controller/scripts/setup_ldaps.ps1 +++ b/enos/modules/aws_rdp_domain_controller/scripts/setup_ldaps.ps1 @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # Wait for AD Web Services to be available diff --git a/enos/modules/aws_rdp_domain_controller/variables.tf b/enos/modules/aws_rdp_domain_controller/variables.tf index 04d8d2cfdc..1c22e7bc48 100644 --- a/enos/modules/aws_rdp_domain_controller/variables.tf +++ b/enos/modules/aws_rdp_domain_controller/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "vpc_id" { diff --git a/enos/modules/aws_rdp_member_server/main.tf b/enos/modules/aws_rdp_member_server/main.tf index dee159cdaf..2e50742837 100644 --- a/enos/modules/aws_rdp_member_server/main.tf +++ b/enos/modules/aws_rdp_member_server/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/aws_rdp_member_server/outputs.tf b/enos/modules/aws_rdp_member_server/outputs.tf index f611ee09ff..77ff016350 100644 --- a/enos/modules/aws_rdp_member_server/outputs.tf +++ b/enos/modules/aws_rdp_member_server/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 output "public_dns_address" { diff --git a/enos/modules/aws_rdp_member_server/variables.tf b/enos/modules/aws_rdp_member_server/variables.tf index e10af15a13..39adb2208d 100644 --- a/enos/modules/aws_rdp_member_server/variables.tf +++ b/enos/modules/aws_rdp_member_server/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "vpc_id" { diff --git a/enos/modules/aws_rdp_member_server_with_worker/main.tf b/enos/modules/aws_rdp_member_server_with_worker/main.tf index 770427ab62..0e6128865a 100644 --- a/enos/modules/aws_rdp_member_server_with_worker/main.tf +++ b/enos/modules/aws_rdp_member_server_with_worker/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/aws_rdp_member_server_with_worker/outputs.tf b/enos/modules/aws_rdp_member_server_with_worker/outputs.tf index cb4cc12a9f..5c59ecb70d 100644 --- a/enos/modules/aws_rdp_member_server_with_worker/outputs.tf +++ b/enos/modules/aws_rdp_member_server_with_worker/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 // This is the public DNS address of our instance diff --git a/enos/modules/aws_rdp_member_server_with_worker/scripts/setup.ps1 b/enos/modules/aws_rdp_member_server_with_worker/scripts/setup.ps1 index 725dfd0697..905534bab3 100644 --- a/enos/modules/aws_rdp_member_server_with_worker/scripts/setup.ps1 +++ b/enos/modules/aws_rdp_member_server_with_worker/scripts/setup.ps1 @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # Unzip Boundary CLI to the same directory diff --git a/enos/modules/aws_rdp_member_server_with_worker/scripts/worker.hcl b/enos/modules/aws_rdp_member_server_with_worker/scripts/worker.hcl index 92ae0e107f..a5d07669f5 100644 --- a/enos/modules/aws_rdp_member_server_with_worker/scripts/worker.hcl +++ b/enos/modules/aws_rdp_member_server_with_worker/scripts/worker.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # disable memory from being swapped to disk diff --git a/enos/modules/aws_rdp_member_server_with_worker/scripts/worker_hcp_bsr.hcl b/enos/modules/aws_rdp_member_server_with_worker/scripts/worker_hcp_bsr.hcl index bb1b37d7f5..22466ec8b6 100644 --- a/enos/modules/aws_rdp_member_server_with_worker/scripts/worker_hcp_bsr.hcl +++ b/enos/modules/aws_rdp_member_server_with_worker/scripts/worker_hcp_bsr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # disable memory from being swapped to disk diff --git a/enos/modules/aws_rdp_member_server_with_worker/variables.tf b/enos/modules/aws_rdp_member_server_with_worker/variables.tf index 7c001aa37d..e26feb2919 100644 --- a/enos/modules/aws_rdp_member_server_with_worker/variables.tf +++ b/enos/modules/aws_rdp_member_server_with_worker/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "vpc_id" { diff --git a/enos/modules/aws_target/main.tf b/enos/modules/aws_target/main.tf index 6ca55635fd..1de002419d 100644 --- a/enos/modules/aws_target/main.tf +++ b/enos/modules/aws_target/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/aws_vault/iam.tf b/enos/modules/aws_vault/iam.tf index c2da58d128..46adf8e96f 100644 --- a/enos/modules/aws_vault/iam.tf +++ b/enos/modules/aws_vault/iam.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 data "aws_iam_policy_document" "vault_instance_role" { diff --git a/enos/modules/aws_vault/infra.tf b/enos/modules/aws_vault/infra.tf index f43f546c36..5acfb5ccb7 100644 --- a/enos/modules/aws_vault/infra.tf +++ b/enos/modules/aws_vault/infra.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 data "aws_vpc" "infra" { diff --git a/enos/modules/aws_vault/locals.tf b/enos/modules/aws_vault/locals.tf index 9c92748389..4882d33ae0 100644 --- a/enos/modules/aws_vault/locals.tf +++ b/enos/modules/aws_vault/locals.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 locals { diff --git a/enos/modules/aws_vault/main.tf b/enos/modules/aws_vault/main.tf index 161bdbcbbc..7716df9577 100644 --- a/enos/modules/aws_vault/main.tf +++ b/enos/modules/aws_vault/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/aws_vault/outputs.tf b/enos/modules/aws_vault/outputs.tf index b968578417..c5426792ab 100644 --- a/enos/modules/aws_vault/outputs.tf +++ b/enos/modules/aws_vault/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 output "instance_ids" { diff --git a/enos/modules/aws_vault/scripts/create_audit_log_dir.sh b/enos/modules/aws_vault/scripts/create_audit_log_dir.sh index 74758d947e..0820315644 100755 --- a/enos/modules/aws_vault/scripts/create_audit_log_dir.sh +++ b/enos/modules/aws_vault/scripts/create_audit_log_dir.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -eux diff --git a/enos/modules/aws_vault/scripts/enable_audit_logging.sh b/enos/modules/aws_vault/scripts/enable_audit_logging.sh index 06ae023457..08170cf06f 100644 --- a/enos/modules/aws_vault/scripts/enable_audit_logging.sh +++ b/enos/modules/aws_vault/scripts/enable_audit_logging.sh @@ -1,5 +1,5 @@ #!/bin/env sh -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -eux diff --git a/enos/modules/aws_vault/security-groups.tf b/enos/modules/aws_vault/security-groups.tf index 5a39ab66a8..f204b34fd6 100644 --- a/enos/modules/aws_vault/security-groups.tf +++ b/enos/modules/aws_vault/security-groups.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 resource "aws_security_group" "enos_vault_sg" { diff --git a/enos/modules/aws_vault/templates/create-kms-policy.sh b/enos/modules/aws_vault/templates/create-kms-policy.sh index 193dc4fefa..5dec729b6d 100755 --- a/enos/modules/aws_vault/templates/create-kms-policy.sh +++ b/enos/modules/aws_vault/templates/create-kms-policy.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 function retry { @@ -26,7 +26,7 @@ export VAULT_ADDR=http://localhost:8200 export VAULT_TOKEN='${vault_root_token}' cat > ./kms-transit.hcl << EOF -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 path "transit/encrypt/boundary-recovery" { diff --git a/enos/modules/aws_vault/templates/install-dependencies.sh b/enos/modules/aws_vault/templates/install-dependencies.sh index 47cd5886a8..e3db455bc0 100755 --- a/enos/modules/aws_vault/templates/install-dependencies.sh +++ b/enos/modules/aws_vault/templates/install-dependencies.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -ex -o pipefail diff --git a/enos/modules/aws_vault/templates/vault-write-license.sh b/enos/modules/aws_vault/templates/vault-write-license.sh index 5585dc2153..64ed11ea1c 100755 --- a/enos/modules/aws_vault/templates/vault-write-license.sh +++ b/enos/modules/aws_vault/templates/vault-write-license.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 license='${vault_license}' diff --git a/enos/modules/aws_vault/variables.tf b/enos/modules/aws_vault/variables.tf index 2b8d4d714e..4b236e9b0e 100644 --- a/enos/modules/aws_vault/variables.tf +++ b/enos/modules/aws_vault/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "ami_id" { diff --git a/enos/modules/aws_vault/vault-instances.tf b/enos/modules/aws_vault/vault-instances.tf index 774adeca61..dcaf683409 100644 --- a/enos/modules/aws_vault/vault-instances.tf +++ b/enos/modules/aws_vault/vault-instances.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 resource "aws_instance" "vault_instance" { diff --git a/enos/modules/aws_vpc/main.tf b/enos/modules/aws_vpc/main.tf index e517c00b06..c8aaae9e5f 100644 --- a/enos/modules/aws_vpc/main.tf +++ b/enos/modules/aws_vpc/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "name" { diff --git a/enos/modules/aws_vpc_ipv6/main.tf b/enos/modules/aws_vpc_ipv6/main.tf index 63602a4925..196e4d751d 100644 --- a/enos/modules/aws_vpc_ipv6/main.tf +++ b/enos/modules/aws_vpc_ipv6/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/aws_windows_client/main.tf b/enos/modules/aws_windows_client/main.tf index 0e622e6248..cd391f55ec 100644 --- a/enos/modules/aws_windows_client/main.tf +++ b/enos/modules/aws_windows_client/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/aws_windows_client/outputs.tf b/enos/modules/aws_windows_client/outputs.tf index 5c57d1bb30..7b93095668 100644 --- a/enos/modules/aws_windows_client/outputs.tf +++ b/enos/modules/aws_windows_client/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 // This is the public DNS address of our instance diff --git a/enos/modules/aws_windows_client/scripts/setup.ps1 b/enos/modules/aws_windows_client/scripts/setup.ps1 index 7ea4e43360..014a82231c 100644 --- a/enos/modules/aws_windows_client/scripts/setup.ps1 +++ b/enos/modules/aws_windows_client/scripts/setup.ps1 @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # Unzip Boundary CLI to the same directory diff --git a/enos/modules/aws_windows_client/variables.tf b/enos/modules/aws_windows_client/variables.tf index 0392b9e642..407640666e 100644 --- a/enos/modules/aws_windows_client/variables.tf +++ b/enos/modules/aws_windows_client/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "vpc_id" { diff --git a/enos/modules/aws_worker/iam.tf b/enos/modules/aws_worker/iam.tf index 47832c4777..540b0f88f0 100644 --- a/enos/modules/aws_worker/iam.tf +++ b/enos/modules/aws_worker/iam.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 data "aws_iam_policy_document" "boundary_instance_role" { diff --git a/enos/modules/aws_worker/main.tf b/enos/modules/aws_worker/main.tf index 6535cc1e94..b4b1f4afaa 100644 --- a/enos/modules/aws_worker/main.tf +++ b/enos/modules/aws_worker/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/aws_worker/outputs.tf b/enos/modules/aws_worker/outputs.tf index e7034039dc..a1caa68a7e 100644 --- a/enos/modules/aws_worker/outputs.tf +++ b/enos/modules/aws_worker/outputs.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 output "worker_ip" { diff --git a/enos/modules/aws_worker/scripts/create-dir.sh b/enos/modules/aws_worker/scripts/create-dir.sh index 3dbf754ca1..75306dcec2 100644 --- a/enos/modules/aws_worker/scripts/create-dir.sh +++ b/enos/modules/aws_worker/scripts/create-dir.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -eux diff --git a/enos/modules/aws_worker/scripts/set-up-login-shell-profile.sh b/enos/modules/aws_worker/scripts/set-up-login-shell-profile.sh index 20a7352f5a..49391f8d91 100644 --- a/enos/modules/aws_worker/scripts/set-up-login-shell-profile.sh +++ b/enos/modules/aws_worker/scripts/set-up-login-shell-profile.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/enos/modules/aws_worker/templates/worker.hcl b/enos/modules/aws_worker/templates/worker.hcl index 124891f9ae..7bcc3f310c 100644 --- a/enos/modules/aws_worker/templates/worker.hcl +++ b/enos/modules/aws_worker/templates/worker.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 listener "tcp" { diff --git a/enos/modules/aws_worker/templates/worker_bsr.hcl b/enos/modules/aws_worker/templates/worker_bsr.hcl index 340fbb7fcc..4ed1654e46 100644 --- a/enos/modules/aws_worker/templates/worker_bsr.hcl +++ b/enos/modules/aws_worker/templates/worker_bsr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 listener "tcp" { diff --git a/enos/modules/aws_worker/templates/worker_bsr_vault_kms.hcl b/enos/modules/aws_worker/templates/worker_bsr_vault_kms.hcl index 77e9293040..9c859f41f1 100644 --- a/enos/modules/aws_worker/templates/worker_bsr_vault_kms.hcl +++ b/enos/modules/aws_worker/templates/worker_bsr_vault_kms.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 listener "tcp" { diff --git a/enos/modules/aws_worker/variables.tf b/enos/modules/aws_worker/variables.tf index 047b26778a..3d829650b6 100644 --- a/enos/modules/aws_worker/variables.tf +++ b/enos/modules/aws_worker/variables.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "vpc_id" { diff --git a/enos/modules/binary_finder/main.tf b/enos/modules/binary_finder/main.tf index 6f21529b0d..57a2bed38a 100644 --- a/enos/modules/binary_finder/main.tf +++ b/enos/modules/binary_finder/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/build_boundary_docker_crt/main.tf b/enos/modules/build_boundary_docker_crt/main.tf index d59749b519..b095596533 100644 --- a/enos/modules/build_boundary_docker_crt/main.tf +++ b/enos/modules/build_boundary_docker_crt/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/build_boundary_docker_local/build.sh b/enos/modules/build_boundary_docker_local/build.sh index bafaf20e76..79c72a7b5c 100644 --- a/enos/modules/build_boundary_docker_local/build.sh +++ b/enos/modules/build_boundary_docker_local/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -eux -o pipefail diff --git a/enos/modules/build_boundary_docker_local/main.tf b/enos/modules/build_boundary_docker_local/main.tf index 61227e502f..f0246c0052 100644 --- a/enos/modules/build_boundary_docker_local/main.tf +++ b/enos/modules/build_boundary_docker_local/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/build_crt/main.tf b/enos/modules/build_crt/main.tf index d4b789ed94..4fed842d9f 100644 --- a/enos/modules/build_crt/main.tf +++ b/enos/modules/build_crt/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # Shim module since CRT provided things will use the crt_bundle_path variable diff --git a/enos/modules/build_local/main.tf b/enos/modules/build_local/main.tf index 379b30df00..dab2172396 100644 --- a/enos/modules/build_local/main.tf +++ b/enos/modules/build_local/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/build_local/templates/build.sh b/enos/modules/build_local/templates/build.sh index 3dbdd5c43d..513a0523f5 100755 --- a/enos/modules/build_local/templates/build.sh +++ b/enos/modules/build_local/templates/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -eux -o pipefail diff --git a/enos/modules/docker_boundary/boundary-config-bsr.hcl b/enos/modules/docker_boundary/boundary-config-bsr.hcl index a03b5357ed..ac83099c4c 100644 --- a/enos/modules/docker_boundary/boundary-config-bsr.hcl +++ b/enos/modules/docker_boundary/boundary-config-bsr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/docker_boundary/boundary-config-init.hcl b/enos/modules/docker_boundary/boundary-config-init.hcl index c825d227fc..5f2e9c3cc7 100644 --- a/enos/modules/docker_boundary/boundary-config-init.hcl +++ b/enos/modules/docker_boundary/boundary-config-init.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/docker_boundary/boundary-config-rate-limit.hcl b/enos/modules/docker_boundary/boundary-config-rate-limit.hcl index ff139aefbd..9438b79731 100644 --- a/enos/modules/docker_boundary/boundary-config-rate-limit.hcl +++ b/enos/modules/docker_boundary/boundary-config-rate-limit.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/docker_boundary/boundary-config.hcl b/enos/modules/docker_boundary/boundary-config.hcl index 45d518bd66..02491efce5 100644 --- a/enos/modules/docker_boundary/boundary-config.hcl +++ b/enos/modules/docker_boundary/boundary-config.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/docker_boundary/init.sh b/enos/modules/docker_boundary/init.sh index 677c3fe9d3..c06160b913 100644 --- a/enos/modules/docker_boundary/init.sh +++ b/enos/modules/docker_boundary/init.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This script initializes a postgres database to work with Boundary by spinning up a temporary diff --git a/enos/modules/docker_boundary/main.tf b/enos/modules/docker_boundary/main.tf index 1520e18399..c9481dd7f5 100644 --- a/enos/modules/docker_boundary/main.tf +++ b/enos/modules/docker_boundary/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_boundary_cmd/create_worker.sh b/enos/modules/docker_boundary_cmd/create_worker.sh index e885a13386..522f155064 100755 --- a/enos/modules/docker_boundary_cmd/create_worker.sh +++ b/enos/modules/docker_boundary_cmd/create_worker.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -eu -o pipefail diff --git a/enos/modules/docker_boundary_cmd/get_auth_token.sh b/enos/modules/docker_boundary_cmd/get_auth_token.sh index 0b90249107..d52726d9cc 100755 --- a/enos/modules/docker_boundary_cmd/get_auth_token.sh +++ b/enos/modules/docker_boundary_cmd/get_auth_token.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -eu -o pipefail diff --git a/enos/modules/docker_boundary_cmd/get_worker_token.sh b/enos/modules/docker_boundary_cmd/get_worker_token.sh index 81b94e9d20..404e4ee071 100755 --- a/enos/modules/docker_boundary_cmd/get_worker_token.sh +++ b/enos/modules/docker_boundary_cmd/get_worker_token.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -eu -o pipefail diff --git a/enos/modules/docker_boundary_cmd/main.tf b/enos/modules/docker_boundary_cmd/main.tf index e4e2430d56..c58c261a9b 100644 --- a/enos/modules/docker_boundary_cmd/main.tf +++ b/enos/modules/docker_boundary_cmd/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_boundary_cmd/script_runner.sh b/enos/modules/docker_boundary_cmd/script_runner.sh index 61e915085d..8a57336240 100644 --- a/enos/modules/docker_boundary_cmd/script_runner.sh +++ b/enos/modules/docker_boundary_cmd/script_runner.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This script initializes a postgres database to work with Boundary by spinning up a temporary diff --git a/enos/modules/docker_check_health/main.tf b/enos/modules/docker_check_health/main.tf index 0c7454e744..8ad73af667 100644 --- a/enos/modules/docker_check_health/main.tf +++ b/enos/modules/docker_check_health/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_ldap/main.tf b/enos/modules/docker_ldap/main.tf index b1de55935c..557a2c2690 100644 --- a/enos/modules/docker_ldap/main.tf +++ b/enos/modules/docker_ldap/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_minio/init.sh b/enos/modules/docker_minio/init.sh index 5c6a2df746..d547123eab 100644 --- a/enos/modules/docker_minio/init.sh +++ b/enos/modules/docker_minio/init.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This script initializes a minio server to contain the necessary resources to test diff --git a/enos/modules/docker_minio/main.tf b/enos/modules/docker_minio/main.tf index 4af23f0a16..a988ae26ac 100644 --- a/enos/modules/docker_minio/main.tf +++ b/enos/modules/docker_minio/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_network/main.tf b/enos/modules/docker_network/main.tf index c4b5f2c125..f96ad2d965 100644 --- a/enos/modules/docker_network/main.tf +++ b/enos/modules/docker_network/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_openssh_server/custom-cont-init.d/01-allow-tcp-forwarding b/enos/modules/docker_openssh_server/custom-cont-init.d/01-allow-tcp-forwarding index 707c9e87e6..0a9c317962 100644 --- a/enos/modules/docker_openssh_server/custom-cont-init.d/01-allow-tcp-forwarding +++ b/enos/modules/docker_openssh_server/custom-cont-init.d/01-allow-tcp-forwarding @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 sed -i 's/AllowTcpForwarding no/AllowTcpForwarding yes/' /config/sshd/sshd_config diff --git a/enos/modules/docker_openssh_server/main.tf b/enos/modules/docker_openssh_server/main.tf index 6656185f5a..e346d07fcf 100644 --- a/enos/modules/docker_openssh_server/main.tf +++ b/enos/modules/docker_openssh_server/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_openssh_server_ca_key/custom-cont-init.d/00-trust-user-ca b/enos/modules/docker_openssh_server_ca_key/custom-cont-init.d/00-trust-user-ca index ca7fc1f7a3..09b8dfda76 100644 --- a/enos/modules/docker_openssh_server_ca_key/custom-cont-init.d/00-trust-user-ca +++ b/enos/modules/docker_openssh_server_ca_key/custom-cont-init.d/00-trust-user-ca @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 cp /ca/ca-key.pub /config/sshd/ca-key.pub diff --git a/enos/modules/docker_openssh_server_ca_key/custom-cont-init.d/01-allow-tcp-forwarding b/enos/modules/docker_openssh_server_ca_key/custom-cont-init.d/01-allow-tcp-forwarding index 707c9e87e6..0a9c317962 100644 --- a/enos/modules/docker_openssh_server_ca_key/custom-cont-init.d/01-allow-tcp-forwarding +++ b/enos/modules/docker_openssh_server_ca_key/custom-cont-init.d/01-allow-tcp-forwarding @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 sed -i 's/AllowTcpForwarding no/AllowTcpForwarding yes/' /config/sshd/sshd_config diff --git a/enos/modules/docker_openssh_server_ca_key/main.tf b/enos/modules/docker_openssh_server_ca_key/main.tf index a1bb3cff52..513cc3b9b9 100644 --- a/enos/modules/docker_openssh_server_ca_key/main.tf +++ b/enos/modules/docker_openssh_server_ca_key/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_postgres/main.tf b/enos/modules/docker_postgres/main.tf index f12f7ee887..ba907c5fd9 100644 --- a/enos/modules/docker_postgres/main.tf +++ b/enos/modules/docker_postgres/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_vault/main.tf b/enos/modules/docker_vault/main.tf index 0d5c4e9f5b..66e31d7ae5 100644 --- a/enos/modules/docker_vault/main.tf +++ b/enos/modules/docker_vault/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_worker/main.tf b/enos/modules/docker_worker/main.tf index db3d851c41..21de4a1d6f 100644 --- a/enos/modules/docker_worker/main.tf +++ b/enos/modules/docker_worker/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/docker_worker/worker-config-bsr-downstream.hcl b/enos/modules/docker_worker/worker-config-bsr-downstream.hcl index d64f60a316..07e4bbe6bd 100644 --- a/enos/modules/docker_worker/worker-config-bsr-downstream.hcl +++ b/enos/modules/docker_worker/worker-config-bsr-downstream.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/docker_worker/worker-config-bsr.hcl b/enos/modules/docker_worker/worker-config-bsr.hcl index abafd01fe7..ce0ec6cbe0 100644 --- a/enos/modules/docker_worker/worker-config-bsr.hcl +++ b/enos/modules/docker_worker/worker-config-bsr.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/docker_worker/worker-config-controller-led.hcl b/enos/modules/docker_worker/worker-config-controller-led.hcl index 7c8901783c..caee8c7425 100644 --- a/enos/modules/docker_worker/worker-config-controller-led.hcl +++ b/enos/modules/docker_worker/worker-config-controller-led.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/docker_worker/worker-config-downstream.hcl b/enos/modules/docker_worker/worker-config-downstream.hcl index de3038fb54..c4e54427d1 100644 --- a/enos/modules/docker_worker/worker-config-downstream.hcl +++ b/enos/modules/docker_worker/worker-config-downstream.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/docker_worker/worker-config-worker-led.hcl b/enos/modules/docker_worker/worker-config-worker-led.hcl index f21f712ae5..a4363ee49e 100644 --- a/enos/modules/docker_worker/worker-config-worker-led.hcl +++ b/enos/modules/docker_worker/worker-config-worker-led.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/docker_worker/worker-config.hcl b/enos/modules/docker_worker/worker-config.hcl index df14cdb099..c2d236b8e6 100644 --- a/enos/modules/docker_worker/worker-config.hcl +++ b/enos/modules/docker_worker/worker-config.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/enos/modules/gcp_target/main.tf b/enos/modules/gcp_target/main.tf index 3e8a2d5271..7d28c9182a 100644 --- a/enos/modules/gcp_target/main.tf +++ b/enos/modules/gcp_target/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/generate_aws_host_tag_vars/main.tf b/enos/modules/generate_aws_host_tag_vars/main.tf index cb37e0aa15..3efd2f7285 100644 --- a/enos/modules/generate_aws_host_tag_vars/main.tf +++ b/enos/modules/generate_aws_host_tag_vars/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "tag_name" { diff --git a/enos/modules/map2list/main.tf b/enos/modules/map2list/main.tf index 150993d272..10595ab550 100644 --- a/enos/modules/map2list/main.tf +++ b/enos/modules/map2list/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This module was created as a workaround, because we can't currently use diff --git a/enos/modules/random_stringifier/main.tf b/enos/modules/random_stringifier/main.tf index 5b4ad99d9f..09291f9e06 100644 --- a/enos/modules/random_stringifier/main.tf +++ b/enos/modules/random_stringifier/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 variable "length" { diff --git a/enos/modules/read_license/main.tf b/enos/modules/read_license/main.tf index d744d1296e..c34908ddee 100644 --- a/enos/modules/read_license/main.tf +++ b/enos/modules/read_license/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 diff --git a/enos/modules/test_e2e/main.tf b/enos/modules/test_e2e/main.tf index 621dc036a7..afa9636749 100644 --- a/enos/modules/test_e2e/main.tf +++ b/enos/modules/test_e2e/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/test_e2e_docker/main.tf b/enos/modules/test_e2e_docker/main.tf index 06d31bf764..9be851295e 100644 --- a/enos/modules/test_e2e_docker/main.tf +++ b/enos/modules/test_e2e_docker/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/modules/test_e2e_ui/main.tf b/enos/modules/test_e2e_ui/main.tf index 7079de8bea..b5d552b363 100644 --- a/enos/modules/test_e2e_ui/main.tf +++ b/enos/modules/test_e2e_ui/main.tf @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 terraform { diff --git a/enos/scripts/test_e2e_env.sh b/enos/scripts/test_e2e_env.sh index c3818fa587..3fb110117d 100755 --- a/enos/scripts/test_e2e_env.sh +++ b/enos/scripts/test_e2e_env.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 DIR=$(pwd) diff --git a/enos/templates/get-token.sh b/enos/templates/get-token.sh index 456beec172..ef1c6b205f 100644 --- a/enos/templates/get-token.sh +++ b/enos/templates/get-token.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/globals/boundary_developer_env.go b/globals/boundary_developer_env.go index 58fe2b0965..e118fb375c 100644 --- a/globals/boundary_developer_env.go +++ b/globals/boundary_developer_env.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package globals diff --git a/globals/credentials.go b/globals/credentials.go index 1f49d5e396..b48d9dde6d 100644 --- a/globals/credentials.go +++ b/globals/credentials.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package globals diff --git a/globals/doc.go b/globals/doc.go index b64358553e..b462d44097 100644 --- a/globals/doc.go +++ b/globals/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/globals/fields.go b/globals/fields.go index 42e4a02844..0180b0f03f 100644 --- a/globals/fields.go +++ b/globals/fields.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package globals diff --git a/globals/globals.go b/globals/globals.go index eb3f230ec8..27532e2573 100644 --- a/globals/globals.go +++ b/globals/globals.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package globals diff --git a/globals/kms.go b/globals/kms.go index 939e72cf6d..0b33c5fb5e 100644 --- a/globals/kms.go +++ b/globals/kms.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package globals diff --git a/globals/prefixes.go b/globals/prefixes.go index 8a4567610f..0c523a0e11 100644 --- a/globals/prefixes.go +++ b/globals/prefixes.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package globals diff --git a/globals/prefixes_test.go b/globals/prefixes_test.go index 300fc7a4c8..04378ae998 100644 --- a/globals/prefixes_test.go +++ b/globals/prefixes_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package globals diff --git a/globals/subtypes.go b/globals/subtypes.go index 7b3d3d868f..7a0c52517b 100644 --- a/globals/subtypes.go +++ b/globals/subtypes.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package globals diff --git a/internal/alias/alias.go b/internal/alias/alias.go index 50aec45ece..40d43c8c79 100644 --- a/internal/alias/alias.go +++ b/internal/alias/alias.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package alias diff --git a/internal/alias/interceptor.go b/internal/alias/interceptor.go index 3769b0b0e1..f947b4b7a6 100644 --- a/internal/alias/interceptor.go +++ b/internal/alias/interceptor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package alias diff --git a/internal/alias/interceptor_test.go b/internal/alias/interceptor_test.go index 4dc150182f..9445c09195 100644 --- a/internal/alias/interceptor_test.go +++ b/internal/alias/interceptor_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package alias diff --git a/internal/alias/repository.go b/internal/alias/repository.go index e9b07f3619..bef4ca023d 100644 --- a/internal/alias/repository.go +++ b/internal/alias/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package alias diff --git a/internal/alias/repository_alias.go b/internal/alias/repository_alias.go index bbaa3a71cb..c846b3bff3 100644 --- a/internal/alias/repository_alias.go +++ b/internal/alias/repository_alias.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package alias diff --git a/internal/alias/target/alias.go b/internal/alias/target/alias.go index 5798d68929..ee98b254c4 100644 --- a/internal/alias/target/alias.go +++ b/internal/alias/target/alias.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/alias_test.go b/internal/alias/target/alias_test.go index c51c234f12..3696f82c20 100644 --- a/internal/alias/target/alias_test.go +++ b/internal/alias/target/alias_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/alias/target/fields.go b/internal/alias/target/fields.go index 3b8d67ecbf..bbc68d2cd9 100644 --- a/internal/alias/target/fields.go +++ b/internal/alias/target/fields.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/options.go b/internal/alias/target/options.go index aad2c9d7c6..edd2ac313d 100644 --- a/internal/alias/target/options.go +++ b/internal/alias/target/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/options_test.go b/internal/alias/target/options_test.go index 442259c456..dfc5a83ea1 100644 --- a/internal/alias/target/options_test.go +++ b/internal/alias/target/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/public_ids.go b/internal/alias/target/public_ids.go index 25af236600..34d101e2ca 100644 --- a/internal/alias/target/public_ids.go +++ b/internal/alias/target/public_ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/query.go b/internal/alias/target/query.go index 43e613b3f5..501fb6f02a 100644 --- a/internal/alias/target/query.go +++ b/internal/alias/target/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/repository.go b/internal/alias/target/repository.go index e6161bf91e..b16c4028e3 100644 --- a/internal/alias/target/repository.go +++ b/internal/alias/target/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/repository_alias.go b/internal/alias/target/repository_alias.go index d7ab961a56..ef087fdc44 100644 --- a/internal/alias/target/repository_alias.go +++ b/internal/alias/target/repository_alias.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/repository_alias_list.go b/internal/alias/target/repository_alias_list.go index 31baeda5bc..eafecbb4dc 100644 --- a/internal/alias/target/repository_alias_list.go +++ b/internal/alias/target/repository_alias_list.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/repository_alias_list_resolvable.go b/internal/alias/target/repository_alias_list_resolvable.go index 2249d921d0..64fde4e5e2 100644 --- a/internal/alias/target/repository_alias_list_resolvable.go +++ b/internal/alias/target/repository_alias_list_resolvable.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/repository_alias_test.go b/internal/alias/target/repository_alias_test.go index 06df07ae8b..03bde9516a 100644 --- a/internal/alias/target/repository_alias_test.go +++ b/internal/alias/target/repository_alias_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/alias/target/repository_test.go b/internal/alias/target/repository_test.go index 8719abb9a4..bbe3c14ca8 100644 --- a/internal/alias/target/repository_test.go +++ b/internal/alias/target/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/service_list.go b/internal/alias/target/service_list.go index 0adf5e610d..5984f8342f 100644 --- a/internal/alias/target/service_list.go +++ b/internal/alias/target/service_list.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/service_list_ext_test.go b/internal/alias/target/service_list_ext_test.go index 7a3fc311fe..b8af38878e 100644 --- a/internal/alias/target/service_list_ext_test.go +++ b/internal/alias/target/service_list_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/alias/target/service_list_page.go b/internal/alias/target/service_list_page.go index cc2e400880..e326517b25 100644 --- a/internal/alias/target/service_list_page.go +++ b/internal/alias/target/service_list_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/service_list_refresh.go b/internal/alias/target/service_list_refresh.go index 284505f4bc..7f74844996 100644 --- a/internal/alias/target/service_list_refresh.go +++ b/internal/alias/target/service_list_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/service_list_refresh_page.go b/internal/alias/target/service_list_refresh_page.go index 92b53a8c1e..b4c047e6cc 100644 --- a/internal/alias/target/service_list_refresh_page.go +++ b/internal/alias/target/service_list_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/service_list_resolvable_ext_test.go b/internal/alias/target/service_list_resolvable_ext_test.go index ff9963a8f1..eb1cb5d896 100644 --- a/internal/alias/target/service_list_resolvable_ext_test.go +++ b/internal/alias/target/service_list_resolvable_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/alias/target/store/alias.pb.go b/internal/alias/target/store/alias.pb.go index ee582dc982..0755e8b1cc 100644 --- a/internal/alias/target/store/alias.pb.go +++ b/internal/alias/target/store/alias.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/alias/target/testing.go b/internal/alias/target/testing.go index ea86e3272c..dd7e8f4087 100644 --- a/internal/alias/target/testing.go +++ b/internal/alias/target/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/alias/target/testing_test.go b/internal/alias/target/testing_test.go index 02110c354b..16b22cdbf4 100644 --- a/internal/alias/target/testing_test.go +++ b/internal/alias/target/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/api/genapi/input.go b/internal/api/genapi/input.go index f950648f47..40d96819ac 100644 --- a/internal/api/genapi/input.go +++ b/internal/api/genapi/input.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/internal/api/genapi/main.go b/internal/api/genapi/main.go index 54df69f492..c7e7e39878 100644 --- a/internal/api/genapi/main.go +++ b/internal/api/genapi/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/internal/api/genapi/parse.go b/internal/api/genapi/parse.go index d03cd324ee..a22eeedeec 100644 --- a/internal/api/genapi/parse.go +++ b/internal/api/genapi/parse.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/internal/api/genapi/templates.go b/internal/api/genapi/templates.go index cfcd68f6a5..40499aacae 100644 --- a/internal/api/genapi/templates.go +++ b/internal/api/genapi/templates.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main @@ -796,7 +796,7 @@ var structTemplate = template.Must(template.New("").Funcs( }, ).Parse( fmt.Sprint(`// Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package {{ .Package }} @@ -924,7 +924,7 @@ var optionTemplate = template.Must(template.New("").Funcs( "removeDups": removeDups, }, ).Parse(`// Code generated by "make api"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package {{ .Package }} diff --git a/internal/auth/additional_verification_test.go b/internal/auth/additional_verification_test.go index bd8320f000..a9c0fdc664 100644 --- a/internal/auth/additional_verification_test.go +++ b/internal/auth/additional_verification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth_test diff --git a/internal/auth/auth_method.go b/internal/auth/auth_method.go index 7b1727082e..e93cbc8b82 100644 --- a/internal/auth/auth_method.go +++ b/internal/auth/auth_method.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/db_test.go b/internal/auth/db_test.go index e7d0a41e6c..bc731b78cf 100644 --- a/internal/auth/db_test.go +++ b/internal/auth/db_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth_test diff --git a/internal/auth/ldap/account.go b/internal/auth/ldap/account.go index 2a821ce2ba..95ad4a20b6 100644 --- a/internal/auth/ldap/account.go +++ b/internal/auth/ldap/account.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/account_attribute_map.go b/internal/auth/ldap/account_attribute_map.go index 7e2c9fb56d..000c72d255 100644 --- a/internal/auth/ldap/account_attribute_map.go +++ b/internal/auth/ldap/account_attribute_map.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/account_attribute_map_test.go b/internal/auth/ldap/account_attribute_map_test.go index 8edcc14850..edab00459d 100644 --- a/internal/auth/ldap/account_attribute_map_test.go +++ b/internal/auth/ldap/account_attribute_map_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/account_test.go b/internal/auth/ldap/account_test.go index 43ac99bdb7..5a5d1fc990 100644 --- a/internal/auth/ldap/account_test.go +++ b/internal/auth/ldap/account_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/auth_method.go b/internal/auth/ldap/auth_method.go index d888a93a16..1c8c0bdfb1 100644 --- a/internal/auth/ldap/auth_method.go +++ b/internal/auth/ldap/auth_method.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/auth_method_test.go b/internal/auth/ldap/auth_method_test.go index 969efdfc2d..a23b65fa1f 100644 --- a/internal/auth/ldap/auth_method_test.go +++ b/internal/auth/ldap/auth_method_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/bind_credential.go b/internal/auth/ldap/bind_credential.go index a76fc2ace5..9556df42cb 100644 --- a/internal/auth/ldap/bind_credential.go +++ b/internal/auth/ldap/bind_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/bind_credential_test.go b/internal/auth/ldap/bind_credential_test.go index 3ec40466d2..9e28f0ac2e 100644 --- a/internal/auth/ldap/bind_credential_test.go +++ b/internal/auth/ldap/bind_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/certificate.go b/internal/auth/ldap/certificate.go index 75b02b04c0..71bf7a123f 100644 --- a/internal/auth/ldap/certificate.go +++ b/internal/auth/ldap/certificate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/certificate_test.go b/internal/auth/ldap/certificate_test.go index 1d120220ed..7262d09d15 100644 --- a/internal/auth/ldap/certificate_test.go +++ b/internal/auth/ldap/certificate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/certificate_utils.go b/internal/auth/ldap/certificate_utils.go index 021be9780e..7304f33479 100644 --- a/internal/auth/ldap/certificate_utils.go +++ b/internal/auth/ldap/certificate_utils.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/certificate_utils_test.go b/internal/auth/ldap/certificate_utils_test.go index a1d75d52ab..cc7a808d68 100644 --- a/internal/auth/ldap/certificate_utils_test.go +++ b/internal/auth/ldap/certificate_utils_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/client_certificate.go b/internal/auth/ldap/client_certificate.go index d725bcd8cb..5f5e1b14c3 100644 --- a/internal/auth/ldap/client_certificate.go +++ b/internal/auth/ldap/client_certificate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/client_certificate_test.go b/internal/auth/ldap/client_certificate_test.go index a27861b94d..fe1c8768d2 100644 --- a/internal/auth/ldap/client_certificate_test.go +++ b/internal/auth/ldap/client_certificate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/deref_aliases.go b/internal/auth/ldap/deref_aliases.go index 8a6a4f1e50..0f21053c43 100644 --- a/internal/auth/ldap/deref_aliases.go +++ b/internal/auth/ldap/deref_aliases.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/deref_aliases_test.go b/internal/auth/ldap/deref_aliases_test.go index e6a1d0abc0..f4f1f9d2e6 100644 --- a/internal/auth/ldap/deref_aliases_test.go +++ b/internal/auth/ldap/deref_aliases_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/group_entry_search_conf.go b/internal/auth/ldap/group_entry_search_conf.go index 8a5251d972..c35b3b8e72 100644 --- a/internal/auth/ldap/group_entry_search_conf.go +++ b/internal/auth/ldap/group_entry_search_conf.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/group_entry_search_conf_test.go b/internal/auth/ldap/group_entry_search_conf_test.go index a75b1106cd..2fb55d37a0 100644 --- a/internal/auth/ldap/group_entry_search_conf_test.go +++ b/internal/auth/ldap/group_entry_search_conf_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/ids.go b/internal/auth/ldap/ids.go index d235cbb428..5bb51fb2af 100644 --- a/internal/auth/ldap/ids.go +++ b/internal/auth/ldap/ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/managed_group.go b/internal/auth/ldap/managed_group.go index eac400d7ba..8f80c3be75 100644 --- a/internal/auth/ldap/managed_group.go +++ b/internal/auth/ldap/managed_group.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/managed_group_role_grants_test.go b/internal/auth/ldap/managed_group_role_grants_test.go index 467b27f04f..242ae8219a 100644 --- a/internal/auth/ldap/managed_group_role_grants_test.go +++ b/internal/auth/ldap/managed_group_role_grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/managed_group_test.go b/internal/auth/ldap/managed_group_test.go index edbecc5f68..4fab3678a9 100644 --- a/internal/auth/ldap/managed_group_test.go +++ b/internal/auth/ldap/managed_group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/options.go b/internal/auth/ldap/options.go index 46e83ef79d..410c5d9d1c 100644 --- a/internal/auth/ldap/options.go +++ b/internal/auth/ldap/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/options_test.go b/internal/auth/ldap/options_test.go index 2106d8dd68..d46417decc 100644 --- a/internal/auth/ldap/options_test.go +++ b/internal/auth/ldap/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/query.go b/internal/auth/ldap/query.go index 16488c457e..5cab3751ff 100644 --- a/internal/auth/ldap/query.go +++ b/internal/auth/ldap/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/register.go b/internal/auth/ldap/register.go index 4389b2703c..9212d6eb32 100644 --- a/internal/auth/ldap/register.go +++ b/internal/auth/ldap/register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository.go b/internal/auth/ldap/repository.go index 1f26cff810..39104eac72 100644 --- a/internal/auth/ldap/repository.go +++ b/internal/auth/ldap/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_account.go b/internal/auth/ldap/repository_account.go index 3b8ce5d2b9..6c8ef22295 100644 --- a/internal/auth/ldap/repository_account.go +++ b/internal/auth/ldap/repository_account.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_account_test.go b/internal/auth/ldap/repository_account_test.go index 2fc7cb141f..cd95e584e7 100644 --- a/internal/auth/ldap/repository_account_test.go +++ b/internal/auth/ldap/repository_account_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_auth_method_create.go b/internal/auth/ldap/repository_auth_method_create.go index 3ab3d93f28..84f64f58e1 100644 --- a/internal/auth/ldap/repository_auth_method_create.go +++ b/internal/auth/ldap/repository_auth_method_create.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_auth_method_create_test.go b/internal/auth/ldap/repository_auth_method_create_test.go index c833d33b93..f669d29b8f 100644 --- a/internal/auth/ldap/repository_auth_method_create_test.go +++ b/internal/auth/ldap/repository_auth_method_create_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_auth_method_delete.go b/internal/auth/ldap/repository_auth_method_delete.go index 51ddca99a5..b7b9a2ad4d 100644 --- a/internal/auth/ldap/repository_auth_method_delete.go +++ b/internal/auth/ldap/repository_auth_method_delete.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_auth_method_delete_test.go b/internal/auth/ldap/repository_auth_method_delete_test.go index cef910f6ac..20e3b59aef 100644 --- a/internal/auth/ldap/repository_auth_method_delete_test.go +++ b/internal/auth/ldap/repository_auth_method_delete_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_auth_method_read.go b/internal/auth/ldap/repository_auth_method_read.go index d2721cd94f..8e5bb59b30 100644 --- a/internal/auth/ldap/repository_auth_method_read.go +++ b/internal/auth/ldap/repository_auth_method_read.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_auth_method_read_test.go b/internal/auth/ldap/repository_auth_method_read_test.go index 8e0c83edfb..0083b16404 100644 --- a/internal/auth/ldap/repository_auth_method_read_test.go +++ b/internal/auth/ldap/repository_auth_method_read_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_auth_method_update.go b/internal/auth/ldap/repository_auth_method_update.go index a6b8d1c1ab..4bc2f6659f 100644 --- a/internal/auth/ldap/repository_auth_method_update.go +++ b/internal/auth/ldap/repository_auth_method_update.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_auth_method_update_test.go b/internal/auth/ldap/repository_auth_method_update_test.go index f32c40b75f..2cfe195e4d 100644 --- a/internal/auth/ldap/repository_auth_method_update_test.go +++ b/internal/auth/ldap/repository_auth_method_update_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_authenticate.go b/internal/auth/ldap/repository_authenticate.go index ce4744bb96..6ac44adcf3 100644 --- a/internal/auth/ldap/repository_authenticate.go +++ b/internal/auth/ldap/repository_authenticate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_authenticate_test.go b/internal/auth/ldap/repository_authenticate_test.go index 8af7fc33d8..4f80df7301 100644 --- a/internal/auth/ldap/repository_authenticate_test.go +++ b/internal/auth/ldap/repository_authenticate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_managed_group.go b/internal/auth/ldap/repository_managed_group.go index 834840bb46..71abc96a43 100644 --- a/internal/auth/ldap/repository_managed_group.go +++ b/internal/auth/ldap/repository_managed_group.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_managed_group_members.go b/internal/auth/ldap/repository_managed_group_members.go index b465c69f94..943fbd5bff 100644 --- a/internal/auth/ldap/repository_managed_group_members.go +++ b/internal/auth/ldap/repository_managed_group_members.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_managed_group_members_test.go b/internal/auth/ldap/repository_managed_group_members_test.go index 671136e7a3..246835dacb 100644 --- a/internal/auth/ldap/repository_managed_group_members_test.go +++ b/internal/auth/ldap/repository_managed_group_members_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap_test diff --git a/internal/auth/ldap/repository_managed_group_test.go b/internal/auth/ldap/repository_managed_group_test.go index 19061ed9e7..759dea6c49 100644 --- a/internal/auth/ldap/repository_managed_group_test.go +++ b/internal/auth/ldap/repository_managed_group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/repository_test.go b/internal/auth/ldap/repository_test.go index 1c763d7a80..1da0a76243 100644 --- a/internal/auth/ldap/repository_test.go +++ b/internal/auth/ldap/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/rewrapping.go b/internal/auth/ldap/rewrapping.go index 64e759653c..8ed37b9ae3 100644 --- a/internal/auth/ldap/rewrapping.go +++ b/internal/auth/ldap/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/rewrapping_test.go b/internal/auth/ldap/rewrapping_test.go index b61da56f50..c254fb1ca3 100644 --- a/internal/auth/ldap/rewrapping_test.go +++ b/internal/auth/ldap/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/service_authenticate.go b/internal/auth/ldap/service_authenticate.go index 2fe2883838..e4c8a1518c 100644 --- a/internal/auth/ldap/service_authenticate.go +++ b/internal/auth/ldap/service_authenticate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/service_authenticate_test.go b/internal/auth/ldap/service_authenticate_test.go index c9177b67f0..0160023786 100644 --- a/internal/auth/ldap/service_authenticate_test.go +++ b/internal/auth/ldap/service_authenticate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/service_list_accounts.go b/internal/auth/ldap/service_list_accounts.go index 408b4c036f..72b922ec53 100644 --- a/internal/auth/ldap/service_list_accounts.go +++ b/internal/auth/ldap/service_list_accounts.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/service_list_accounts_ext_test.go b/internal/auth/ldap/service_list_accounts_ext_test.go index 45b5c095ee..a198e30a8f 100644 --- a/internal/auth/ldap/service_list_accounts_ext_test.go +++ b/internal/auth/ldap/service_list_accounts_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap_test diff --git a/internal/auth/ldap/service_list_accounts_page.go b/internal/auth/ldap/service_list_accounts_page.go index 3d38d2fdea..0b6d44cac4 100644 --- a/internal/auth/ldap/service_list_accounts_page.go +++ b/internal/auth/ldap/service_list_accounts_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/service_list_accounts_refresh.go b/internal/auth/ldap/service_list_accounts_refresh.go index b50f487df5..50c79e4be8 100644 --- a/internal/auth/ldap/service_list_accounts_refresh.go +++ b/internal/auth/ldap/service_list_accounts_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/service_list_accounts_refresh_page.go b/internal/auth/ldap/service_list_accounts_refresh_page.go index 0f57771f86..ffc90a4174 100644 --- a/internal/auth/ldap/service_list_accounts_refresh_page.go +++ b/internal/auth/ldap/service_list_accounts_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/service_list_managed_groups.go b/internal/auth/ldap/service_list_managed_groups.go index c15c290464..b751880445 100644 --- a/internal/auth/ldap/service_list_managed_groups.go +++ b/internal/auth/ldap/service_list_managed_groups.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/service_list_managed_groups_ext_test.go b/internal/auth/ldap/service_list_managed_groups_ext_test.go index 4c971e8059..4edb0ed753 100644 --- a/internal/auth/ldap/service_list_managed_groups_ext_test.go +++ b/internal/auth/ldap/service_list_managed_groups_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap_test diff --git a/internal/auth/ldap/service_list_managed_groups_page.go b/internal/auth/ldap/service_list_managed_groups_page.go index 65e973b659..a959365662 100644 --- a/internal/auth/ldap/service_list_managed_groups_page.go +++ b/internal/auth/ldap/service_list_managed_groups_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/service_list_managed_groups_refresh.go b/internal/auth/ldap/service_list_managed_groups_refresh.go index c06be1a8ba..e98125d44e 100644 --- a/internal/auth/ldap/service_list_managed_groups_refresh.go +++ b/internal/auth/ldap/service_list_managed_groups_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/service_list_managed_groups_refresh_page.go b/internal/auth/ldap/service_list_managed_groups_refresh_page.go index 02f6bd1ecf..fbd23d77ae 100644 --- a/internal/auth/ldap/service_list_managed_groups_refresh_page.go +++ b/internal/auth/ldap/service_list_managed_groups_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/state.go b/internal/auth/ldap/state.go index 7a7505d78a..bc79b6ad75 100644 --- a/internal/auth/ldap/state.go +++ b/internal/auth/ldap/state.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/state_test.go b/internal/auth/ldap/state_test.go index 53b5802ded..5db46fc587 100644 --- a/internal/auth/ldap/state_test.go +++ b/internal/auth/ldap/state_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/store/ldap.pb.go b/internal/auth/ldap/store/ldap.pb.go index b80a8d4512..59b54dd650 100644 --- a/internal/auth/ldap/store/ldap.pb.go +++ b/internal/auth/ldap/store/ldap.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/auth/ldap/testing.go b/internal/auth/ldap/testing.go index 1086a8f0cf..31ccd34d51 100644 --- a/internal/auth/ldap/testing.go +++ b/internal/auth/ldap/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/testing_test.go b/internal/auth/ldap/testing_test.go index b2d9e639be..f77473d358 100644 --- a/internal/auth/ldap/testing_test.go +++ b/internal/auth/ldap/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/url.go b/internal/auth/ldap/url.go index fd9aaaa870..af33c8fe83 100644 --- a/internal/auth/ldap/url.go +++ b/internal/auth/ldap/url.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/url_test.go b/internal/auth/ldap/url_test.go index 9a881f7734..14b4553f79 100644 --- a/internal/auth/ldap/url_test.go +++ b/internal/auth/ldap/url_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/user_entry_search_conf.go b/internal/auth/ldap/user_entry_search_conf.go index d1c942f15f..289734cfdd 100644 --- a/internal/auth/ldap/user_entry_search_conf.go +++ b/internal/auth/ldap/user_entry_search_conf.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/ldap/user_entry_search_conf_test.go b/internal/auth/ldap/user_entry_search_conf_test.go index 6bfdac0483..8341850a34 100644 --- a/internal/auth/ldap/user_entry_search_conf_test.go +++ b/internal/auth/ldap/user_entry_search_conf_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/internal/auth/oidc/account.go b/internal/auth/oidc/account.go index 5f2c5d44fa..7811e2faf4 100644 --- a/internal/auth/oidc/account.go +++ b/internal/auth/oidc/account.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/account_claim_map.go b/internal/auth/oidc/account_claim_map.go index 8ce11120ba..992d5c1331 100644 --- a/internal/auth/oidc/account_claim_map.go +++ b/internal/auth/oidc/account_claim_map.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/account_claim_map_test.go b/internal/auth/oidc/account_claim_map_test.go index ee160ba139..55fbd0761e 100644 --- a/internal/auth/oidc/account_claim_map_test.go +++ b/internal/auth/oidc/account_claim_map_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/account_test.go b/internal/auth/oidc/account_test.go index 4fcb292a5a..838b93ed4c 100644 --- a/internal/auth/oidc/account_test.go +++ b/internal/auth/oidc/account_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/aud_claim.go b/internal/auth/oidc/aud_claim.go index f76d69eaa1..3d4699aecf 100644 --- a/internal/auth/oidc/aud_claim.go +++ b/internal/auth/oidc/aud_claim.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/aud_claim_test.go b/internal/auth/oidc/aud_claim_test.go index e525d47cc0..470377d393 100644 --- a/internal/auth/oidc/aud_claim_test.go +++ b/internal/auth/oidc/aud_claim_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/auth_method.go b/internal/auth/oidc/auth_method.go index b15bb2305a..2ffdbcc2d7 100644 --- a/internal/auth/oidc/auth_method.go +++ b/internal/auth/oidc/auth_method.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/auth_method_test.go b/internal/auth/oidc/auth_method_test.go index 4d93a92d32..a4aff6d3be 100644 --- a/internal/auth/oidc/auth_method_test.go +++ b/internal/auth/oidc/auth_method_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/certificate.go b/internal/auth/oidc/certificate.go index 869f851ae7..e2657e5818 100644 --- a/internal/auth/oidc/certificate.go +++ b/internal/auth/oidc/certificate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/certificate_test.go b/internal/auth/oidc/certificate_test.go index 04605cf939..9dea1b58c6 100644 --- a/internal/auth/oidc/certificate_test.go +++ b/internal/auth/oidc/certificate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/certificate_utils.go b/internal/auth/oidc/certificate_utils.go index 0586bff3d1..9371061384 100644 --- a/internal/auth/oidc/certificate_utils.go +++ b/internal/auth/oidc/certificate_utils.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/certificate_utils_test.go b/internal/auth/oidc/certificate_utils_test.go index 285c0f4aa4..3a836942bf 100644 --- a/internal/auth/oidc/certificate_utils_test.go +++ b/internal/auth/oidc/certificate_utils_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/claims_scope.go b/internal/auth/oidc/claims_scope.go index b81bcd2fbf..f04f7e38f7 100644 --- a/internal/auth/oidc/claims_scope.go +++ b/internal/auth/oidc/claims_scope.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/claims_scope_test.go b/internal/auth/oidc/claims_scope_test.go index cbd6232ae5..848c5f3bd0 100644 --- a/internal/auth/oidc/claims_scope_test.go +++ b/internal/auth/oidc/claims_scope_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/client_secret.go b/internal/auth/oidc/client_secret.go index 4a4582a09c..0be68ddd74 100644 --- a/internal/auth/oidc/client_secret.go +++ b/internal/auth/oidc/client_secret.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/client_secret_test.go b/internal/auth/oidc/client_secret_test.go index 22446bb954..b770330608 100644 --- a/internal/auth/oidc/client_secret_test.go +++ b/internal/auth/oidc/client_secret_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/ids.go b/internal/auth/oidc/ids.go index 64f32f1db1..c4e18e52c8 100644 --- a/internal/auth/oidc/ids.go +++ b/internal/auth/oidc/ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/ids_test.go b/internal/auth/oidc/ids_test.go index dc3ddf380d..2db20c7dea 100644 --- a/internal/auth/oidc/ids_test.go +++ b/internal/auth/oidc/ids_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/immutable_fields_test.go b/internal/auth/oidc/immutable_fields_test.go index f1b2bdc022..96137e8a7c 100644 --- a/internal/auth/oidc/immutable_fields_test.go +++ b/internal/auth/oidc/immutable_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/managed_group.go b/internal/auth/oidc/managed_group.go index 042466fc7e..e4a9421b27 100644 --- a/internal/auth/oidc/managed_group.go +++ b/internal/auth/oidc/managed_group.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/managed_group_member_account.go b/internal/auth/oidc/managed_group_member_account.go index a5652badcb..5eb3c6f648 100644 --- a/internal/auth/oidc/managed_group_member_account.go +++ b/internal/auth/oidc/managed_group_member_account.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/managed_group_test.go b/internal/auth/oidc/managed_group_test.go index 8a65ea7b3b..537599fa8d 100644 --- a/internal/auth/oidc/managed_group_test.go +++ b/internal/auth/oidc/managed_group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/options.go b/internal/auth/oidc/options.go index d74780b4d3..33968de503 100644 --- a/internal/auth/oidc/options.go +++ b/internal/auth/oidc/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/options_test.go b/internal/auth/oidc/options_test.go index e56aac9b68..4575dfed7e 100644 --- a/internal/auth/oidc/options_test.go +++ b/internal/auth/oidc/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/prompt.go b/internal/auth/oidc/prompt.go index d4dcfd4ef3..e9d1ef3ab1 100644 --- a/internal/auth/oidc/prompt.go +++ b/internal/auth/oidc/prompt.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/prompt_test.go b/internal/auth/oidc/prompt_test.go index fc14685142..650cc38510 100644 --- a/internal/auth/oidc/prompt_test.go +++ b/internal/auth/oidc/prompt_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/provider.go b/internal/auth/oidc/provider.go index f19e9c37c4..486dac6ff9 100644 --- a/internal/auth/oidc/provider.go +++ b/internal/auth/oidc/provider.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/provider_test.go b/internal/auth/oidc/provider_test.go index 346cb5f9b1..90dc94c33e 100644 --- a/internal/auth/oidc/provider_test.go +++ b/internal/auth/oidc/provider_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/query.go b/internal/auth/oidc/query.go index 1540da0a1f..6acc1f5384 100644 --- a/internal/auth/oidc/query.go +++ b/internal/auth/oidc/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/register.go b/internal/auth/oidc/register.go index c30f7874a2..201fe49361 100644 --- a/internal/auth/oidc/register.go +++ b/internal/auth/oidc/register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository.go b/internal/auth/oidc/repository.go index a2a3eea464..502c626c3c 100644 --- a/internal/auth/oidc/repository.go +++ b/internal/auth/oidc/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_account.go b/internal/auth/oidc/repository_account.go index 0a98fcd688..03c61ee31b 100644 --- a/internal/auth/oidc/repository_account.go +++ b/internal/auth/oidc/repository_account.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_account_test.go b/internal/auth/oidc/repository_account_test.go index c81b208e05..a48f9161f5 100644 --- a/internal/auth/oidc/repository_account_test.go +++ b/internal/auth/oidc/repository_account_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method.go b/internal/auth/oidc/repository_auth_method.go index 81a030c3bb..9be6b60085 100644 --- a/internal/auth/oidc/repository_auth_method.go +++ b/internal/auth/oidc/repository_auth_method.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_create.go b/internal/auth/oidc/repository_auth_method_create.go index 7ab7b51cc6..e26a0ce4fc 100644 --- a/internal/auth/oidc/repository_auth_method_create.go +++ b/internal/auth/oidc/repository_auth_method_create.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_create_test.go b/internal/auth/oidc/repository_auth_method_create_test.go index 5a73a7137d..e0d4a2e859 100644 --- a/internal/auth/oidc/repository_auth_method_create_test.go +++ b/internal/auth/oidc/repository_auth_method_create_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_delete.go b/internal/auth/oidc/repository_auth_method_delete.go index 133bd798f7..c800a9d8de 100644 --- a/internal/auth/oidc/repository_auth_method_delete.go +++ b/internal/auth/oidc/repository_auth_method_delete.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_delete_test.go b/internal/auth/oidc/repository_auth_method_delete_test.go index 7117b09eb0..278fdbea59 100644 --- a/internal/auth/oidc/repository_auth_method_delete_test.go +++ b/internal/auth/oidc/repository_auth_method_delete_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_operational_state.go b/internal/auth/oidc/repository_auth_method_operational_state.go index 30b7999f72..4db0a5be0c 100644 --- a/internal/auth/oidc/repository_auth_method_operational_state.go +++ b/internal/auth/oidc/repository_auth_method_operational_state.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_operational_state_test.go b/internal/auth/oidc/repository_auth_method_operational_state_test.go index 85149ccdf9..47f294b4c0 100644 --- a/internal/auth/oidc/repository_auth_method_operational_state_test.go +++ b/internal/auth/oidc/repository_auth_method_operational_state_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_read.go b/internal/auth/oidc/repository_auth_method_read.go index 33d22b366f..d54287e6ec 100644 --- a/internal/auth/oidc/repository_auth_method_read.go +++ b/internal/auth/oidc/repository_auth_method_read.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_read_test.go b/internal/auth/oidc/repository_auth_method_read_test.go index fd0967227d..06580b28ee 100644 --- a/internal/auth/oidc/repository_auth_method_read_test.go +++ b/internal/auth/oidc/repository_auth_method_read_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_test.go b/internal/auth/oidc/repository_auth_method_test.go index a25ae74dbb..7999775118 100644 --- a/internal/auth/oidc/repository_auth_method_test.go +++ b/internal/auth/oidc/repository_auth_method_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_update.go b/internal/auth/oidc/repository_auth_method_update.go index af149827a1..a7dda002ac 100644 --- a/internal/auth/oidc/repository_auth_method_update.go +++ b/internal/auth/oidc/repository_auth_method_update.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_auth_method_update_test.go b/internal/auth/oidc/repository_auth_method_update_test.go index 8f08675ccc..63b48f6191 100644 --- a/internal/auth/oidc/repository_auth_method_update_test.go +++ b/internal/auth/oidc/repository_auth_method_update_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_managed_group.go b/internal/auth/oidc/repository_managed_group.go index a38827ecfb..60a19e01bb 100644 --- a/internal/auth/oidc/repository_managed_group.go +++ b/internal/auth/oidc/repository_managed_group.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_managed_group_members.go b/internal/auth/oidc/repository_managed_group_members.go index 60f99bcfa1..0d54bb56da 100644 --- a/internal/auth/oidc/repository_managed_group_members.go +++ b/internal/auth/oidc/repository_managed_group_members.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_managed_group_members_test.go b/internal/auth/oidc/repository_managed_group_members_test.go index d586c366b3..e92b4f7a4b 100644 --- a/internal/auth/oidc/repository_managed_group_members_test.go +++ b/internal/auth/oidc/repository_managed_group_members_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc_test diff --git a/internal/auth/oidc/repository_managed_group_test.go b/internal/auth/oidc/repository_managed_group_test.go index 768b1de517..52b1367559 100644 --- a/internal/auth/oidc/repository_managed_group_test.go +++ b/internal/auth/oidc/repository_managed_group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/repository_test.go b/internal/auth/oidc/repository_test.go index 7750e1a057..6d65e7667a 100644 --- a/internal/auth/oidc/repository_test.go +++ b/internal/auth/oidc/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/request/request.pb.go b/internal/auth/oidc/request/request.pb.go index d94823dff5..07b4acea3c 100644 --- a/internal/auth/oidc/request/request.pb.go +++ b/internal/auth/oidc/request/request.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/auth/oidc/request/validate.go b/internal/auth/oidc/request/validate.go index 8b11bc4689..7b486d2574 100644 --- a/internal/auth/oidc/request/validate.go +++ b/internal/auth/oidc/request/validate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package request diff --git a/internal/auth/oidc/rewrapping.go b/internal/auth/oidc/rewrapping.go index f9add6b532..25a9f1d1ed 100644 --- a/internal/auth/oidc/rewrapping.go +++ b/internal/auth/oidc/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/rewrapping_test.go b/internal/auth/oidc/rewrapping_test.go index 02fdf5fd0a..aa689a4daa 100644 --- a/internal/auth/oidc/rewrapping_test.go +++ b/internal/auth/oidc/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service.go b/internal/auth/oidc/service.go index fcdb667531..d95d77217a 100644 --- a/internal/auth/oidc/service.go +++ b/internal/auth/oidc/service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_callback.go b/internal/auth/oidc/service_callback.go index 4921b6a0d3..5d22afc6cb 100644 --- a/internal/auth/oidc/service_callback.go +++ b/internal/auth/oidc/service_callback.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_callback_test.go b/internal/auth/oidc/service_callback_test.go index 38a645214f..ee438622d9 100644 --- a/internal/auth/oidc/service_callback_test.go +++ b/internal/auth/oidc/service_callback_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_list_accounts.go b/internal/auth/oidc/service_list_accounts.go index b0e5c9ddc0..621b081bf3 100644 --- a/internal/auth/oidc/service_list_accounts.go +++ b/internal/auth/oidc/service_list_accounts.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_list_accounts_ext_test.go b/internal/auth/oidc/service_list_accounts_ext_test.go index 014627cfa0..e583406f04 100644 --- a/internal/auth/oidc/service_list_accounts_ext_test.go +++ b/internal/auth/oidc/service_list_accounts_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc_test diff --git a/internal/auth/oidc/service_list_accounts_page.go b/internal/auth/oidc/service_list_accounts_page.go index c61ae00d78..93156ffbc3 100644 --- a/internal/auth/oidc/service_list_accounts_page.go +++ b/internal/auth/oidc/service_list_accounts_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_list_accounts_refresh.go b/internal/auth/oidc/service_list_accounts_refresh.go index 2214eb538e..995dfed6d1 100644 --- a/internal/auth/oidc/service_list_accounts_refresh.go +++ b/internal/auth/oidc/service_list_accounts_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_list_accounts_refresh_page.go b/internal/auth/oidc/service_list_accounts_refresh_page.go index 090241af9d..aac49bc6e4 100644 --- a/internal/auth/oidc/service_list_accounts_refresh_page.go +++ b/internal/auth/oidc/service_list_accounts_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_list_managed_groups.go b/internal/auth/oidc/service_list_managed_groups.go index de5db72ebc..8c1d83e528 100644 --- a/internal/auth/oidc/service_list_managed_groups.go +++ b/internal/auth/oidc/service_list_managed_groups.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_list_managed_groups_ext_test.go b/internal/auth/oidc/service_list_managed_groups_ext_test.go index 3da61fc4e1..4e2f04e2f6 100644 --- a/internal/auth/oidc/service_list_managed_groups_ext_test.go +++ b/internal/auth/oidc/service_list_managed_groups_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc_test diff --git a/internal/auth/oidc/service_list_managed_groups_page.go b/internal/auth/oidc/service_list_managed_groups_page.go index 3b90d6d58b..d1b5879571 100644 --- a/internal/auth/oidc/service_list_managed_groups_page.go +++ b/internal/auth/oidc/service_list_managed_groups_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_list_managed_groups_refresh.go b/internal/auth/oidc/service_list_managed_groups_refresh.go index 223491b9c1..dd8fde353e 100644 --- a/internal/auth/oidc/service_list_managed_groups_refresh.go +++ b/internal/auth/oidc/service_list_managed_groups_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_list_managed_groups_refresh_page.go b/internal/auth/oidc/service_list_managed_groups_refresh_page.go index eefbb0080b..aeb7d0bac0 100644 --- a/internal/auth/oidc/service_list_managed_groups_refresh_page.go +++ b/internal/auth/oidc/service_list_managed_groups_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_start_auth.go b/internal/auth/oidc/service_start_auth.go index 9b734d6c8a..9a315f89e9 100644 --- a/internal/auth/oidc/service_start_auth.go +++ b/internal/auth/oidc/service_start_auth.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_start_auth_test.go b/internal/auth/oidc/service_start_auth_test.go index f6ac12ba51..c15e6c07f8 100644 --- a/internal/auth/oidc/service_start_auth_test.go +++ b/internal/auth/oidc/service_start_auth_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_test.go b/internal/auth/oidc/service_test.go index 4058e6cb32..d49cf2fdf8 100644 --- a/internal/auth/oidc/service_test.go +++ b/internal/auth/oidc/service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_token_request.go b/internal/auth/oidc/service_token_request.go index 0c251b2d35..2b08a29a18 100644 --- a/internal/auth/oidc/service_token_request.go +++ b/internal/auth/oidc/service_token_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/service_token_request_test.go b/internal/auth/oidc/service_token_request_test.go index 403b27cf15..ff5469c947 100644 --- a/internal/auth/oidc/service_token_request_test.go +++ b/internal/auth/oidc/service_token_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/signing_alg.go b/internal/auth/oidc/signing_alg.go index 36072e5f44..81430ded06 100644 --- a/internal/auth/oidc/signing_alg.go +++ b/internal/auth/oidc/signing_alg.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/signing_alg_test.go b/internal/auth/oidc/signing_alg_test.go index d059b0d466..041c2ccbfe 100644 --- a/internal/auth/oidc/signing_alg_test.go +++ b/internal/auth/oidc/signing_alg_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/state.go b/internal/auth/oidc/state.go index 0322286e6e..0889b62634 100644 --- a/internal/auth/oidc/state.go +++ b/internal/auth/oidc/state.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/state_test.go b/internal/auth/oidc/state_test.go index b16eb16958..00b69a880c 100644 --- a/internal/auth/oidc/state_test.go +++ b/internal/auth/oidc/state_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/oidc/store/oidc.pb.go b/internal/auth/oidc/store/oidc.pb.go index 1407d8f9ff..162d216963 100644 --- a/internal/auth/oidc/store/oidc.pb.go +++ b/internal/auth/oidc/store/oidc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/auth/oidc/testing.go b/internal/auth/oidc/testing.go index f307834515..0032e81002 100644 --- a/internal/auth/oidc/testing.go +++ b/internal/auth/oidc/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oidc diff --git a/internal/auth/options.go b/internal/auth/options.go index b4e1fd03ae..5c65489077 100644 --- a/internal/auth/options.go +++ b/internal/auth/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/options_test.go b/internal/auth/options_test.go index fa1ad28d63..1fea16d426 100644 --- a/internal/auth/options_test.go +++ b/internal/auth/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/password/account.go b/internal/auth/password/account.go index 279dd75b52..413fb3ad7e 100644 --- a/internal/auth/password/account.go +++ b/internal/auth/password/account.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/account_test.go b/internal/auth/password/account_test.go index 7a13d296ce..b37f7a5331 100644 --- a/internal/auth/password/account_test.go +++ b/internal/auth/password/account_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/argon2.go b/internal/auth/password/argon2.go index f079fdf5b2..035abd5904 100644 --- a/internal/auth/password/argon2.go +++ b/internal/auth/password/argon2.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/argon2_test.go b/internal/auth/password/argon2_test.go index 58ce1baaf0..5fed7bc814 100644 --- a/internal/auth/password/argon2_test.go +++ b/internal/auth/password/argon2_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/auth_method.go b/internal/auth/password/auth_method.go index fc8f50e479..35b0a6fb56 100644 --- a/internal/auth/password/auth_method.go +++ b/internal/auth/password/auth_method.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/auth_method_test.go b/internal/auth/password/auth_method_test.go index c81a75eca1..3dfdc5d3ba 100644 --- a/internal/auth/password/auth_method_test.go +++ b/internal/auth/password/auth_method_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/credential.go b/internal/auth/password/credential.go index 82d3378d82..7e8f9be297 100644 --- a/internal/auth/password/credential.go +++ b/internal/auth/password/credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/options.go b/internal/auth/password/options.go index eaf4279265..eb23678de6 100644 --- a/internal/auth/password/options.go +++ b/internal/auth/password/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/options_test.go b/internal/auth/password/options_test.go index 73bcec9558..d929ee23ae 100644 --- a/internal/auth/password/options_test.go +++ b/internal/auth/password/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/permitpool.go b/internal/auth/password/permitpool.go index 2127aa7bec..2c05365da9 100644 --- a/internal/auth/password/permitpool.go +++ b/internal/auth/password/permitpool.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/permitpool_test.go b/internal/auth/password/permitpool_test.go index 1757db2e2c..34b98d59aa 100644 --- a/internal/auth/password/permitpool_test.go +++ b/internal/auth/password/permitpool_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/private_ids.go b/internal/auth/password/private_ids.go index e7868ceda1..6b509d8e51 100644 --- a/internal/auth/password/private_ids.go +++ b/internal/auth/password/private_ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/private_ids_test.go b/internal/auth/password/private_ids_test.go index 0e7a0a950a..c8d8c120d1 100644 --- a/internal/auth/password/private_ids_test.go +++ b/internal/auth/password/private_ids_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/public_ids.go b/internal/auth/password/public_ids.go index fbcccfecc8..fa59554c87 100644 --- a/internal/auth/password/public_ids.go +++ b/internal/auth/password/public_ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/public_ids_test.go b/internal/auth/password/public_ids_test.go index f205adafe8..6145cf5763 100644 --- a/internal/auth/password/public_ids_test.go +++ b/internal/auth/password/public_ids_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/query.go b/internal/auth/password/query.go index 3036d3e506..28263fc579 100644 --- a/internal/auth/password/query.go +++ b/internal/auth/password/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/register.go b/internal/auth/password/register.go index af3d915a48..580ddd4582 100644 --- a/internal/auth/password/register.go +++ b/internal/auth/password/register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/repository.go b/internal/auth/password/repository.go index 78a16d775d..3f0a6f938b 100644 --- a/internal/auth/password/repository.go +++ b/internal/auth/password/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/repository_account.go b/internal/auth/password/repository_account.go index 2107f29a17..d403b10a1f 100644 --- a/internal/auth/password/repository_account.go +++ b/internal/auth/password/repository_account.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/repository_account_test.go b/internal/auth/password/repository_account_test.go index 7d36c2251c..b49898db13 100644 --- a/internal/auth/password/repository_account_test.go +++ b/internal/auth/password/repository_account_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/repository_authmethod.go b/internal/auth/password/repository_authmethod.go index 5c7332fa1a..927a0b5b73 100644 --- a/internal/auth/password/repository_authmethod.go +++ b/internal/auth/password/repository_authmethod.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/repository_authmethod_test.go b/internal/auth/password/repository_authmethod_test.go index 741f42563c..e9db4f6eb7 100644 --- a/internal/auth/password/repository_authmethod_test.go +++ b/internal/auth/password/repository_authmethod_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/repository_configuration.go b/internal/auth/password/repository_configuration.go index ddf144ab56..90b475346b 100644 --- a/internal/auth/password/repository_configuration.go +++ b/internal/auth/password/repository_configuration.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/repository_configuration_test.go b/internal/auth/password/repository_configuration_test.go index 4a82efe099..890fa3192b 100644 --- a/internal/auth/password/repository_configuration_test.go +++ b/internal/auth/password/repository_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/repository_password.go b/internal/auth/password/repository_password.go index 1640fde4d2..ff43e57b5b 100644 --- a/internal/auth/password/repository_password.go +++ b/internal/auth/password/repository_password.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/repository_password_test.go b/internal/auth/password/repository_password_test.go index 5ea5ec3a84..9aa4c59157 100644 --- a/internal/auth/password/repository_password_test.go +++ b/internal/auth/password/repository_password_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/repository_test.go b/internal/auth/password/repository_test.go index 5b3933da51..57bcf7ca12 100644 --- a/internal/auth/password/repository_test.go +++ b/internal/auth/password/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/rewrapping.go b/internal/auth/password/rewrapping.go index 2eee4f5e16..34d6fdc5ac 100644 --- a/internal/auth/password/rewrapping.go +++ b/internal/auth/password/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/rewrapping_test.go b/internal/auth/password/rewrapping_test.go index 9b2edabfa7..54b21954f7 100644 --- a/internal/auth/password/rewrapping_test.go +++ b/internal/auth/password/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/service_list_accounts.go b/internal/auth/password/service_list_accounts.go index 95756255db..f5aad7b286 100644 --- a/internal/auth/password/service_list_accounts.go +++ b/internal/auth/password/service_list_accounts.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/service_list_accounts_ext_test.go b/internal/auth/password/service_list_accounts_ext_test.go index 7155f5abb2..9998693911 100644 --- a/internal/auth/password/service_list_accounts_ext_test.go +++ b/internal/auth/password/service_list_accounts_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password_test diff --git a/internal/auth/password/service_list_accounts_page.go b/internal/auth/password/service_list_accounts_page.go index 6e89f234b0..0a779de77b 100644 --- a/internal/auth/password/service_list_accounts_page.go +++ b/internal/auth/password/service_list_accounts_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/service_list_accounts_refresh.go b/internal/auth/password/service_list_accounts_refresh.go index 52ce237a59..c646361904 100644 --- a/internal/auth/password/service_list_accounts_refresh.go +++ b/internal/auth/password/service_list_accounts_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/service_list_accounts_refresh_page.go b/internal/auth/password/service_list_accounts_refresh_page.go index 43fcece799..8465d16219 100644 --- a/internal/auth/password/service_list_accounts_refresh_page.go +++ b/internal/auth/password/service_list_accounts_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/store/argon2.pb.go b/internal/auth/password/store/argon2.pb.go index 2f50dc004e..6da2758823 100644 --- a/internal/auth/password/store/argon2.pb.go +++ b/internal/auth/password/store/argon2.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/auth/password/store/password.pb.go b/internal/auth/password/store/password.pb.go index 7306040bd6..fcaf8a1827 100644 --- a/internal/auth/password/store/password.pb.go +++ b/internal/auth/password/store/password.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/auth/password/testing.go b/internal/auth/password/testing.go index a16694b46b..4d1a602e88 100644 --- a/internal/auth/password/testing.go +++ b/internal/auth/password/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/password/testing_test.go b/internal/auth/password/testing_test.go index bbe6af29bf..1bdf348d6e 100644 --- a/internal/auth/password/testing_test.go +++ b/internal/auth/password/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/auth/query.go b/internal/auth/query.go index 668d93535d..edd7b2ba72 100644 --- a/internal/auth/query.go +++ b/internal/auth/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/registry.go b/internal/auth/registry.go index 71626aeeee..0c62b5e8c3 100644 --- a/internal/auth/registry.go +++ b/internal/auth/registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/repository_auth_method.go b/internal/auth/repository_auth_method.go index f5adfb3cb5..9ab01eaf9e 100644 --- a/internal/auth/repository_auth_method.go +++ b/internal/auth/repository_auth_method.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/repository_auth_method_test.go b/internal/auth/repository_auth_method_test.go index de444881b0..33844c5eea 100644 --- a/internal/auth/repository_auth_method_test.go +++ b/internal/auth/repository_auth_method_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth_test diff --git a/internal/auth/service_list_auth_methods.go b/internal/auth/service_list_auth_methods.go index 3489970db2..1381ed31ac 100644 --- a/internal/auth/service_list_auth_methods.go +++ b/internal/auth/service_list_auth_methods.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/service_list_auth_methods_ext_test.go b/internal/auth/service_list_auth_methods_ext_test.go index 968452262a..2a8ee9b325 100644 --- a/internal/auth/service_list_auth_methods_ext_test.go +++ b/internal/auth/service_list_auth_methods_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth_test diff --git a/internal/auth/service_list_auth_methods_page.go b/internal/auth/service_list_auth_methods_page.go index b6375e3114..f9d29aea99 100644 --- a/internal/auth/service_list_auth_methods_page.go +++ b/internal/auth/service_list_auth_methods_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/service_list_auth_methods_refresh.go b/internal/auth/service_list_auth_methods_refresh.go index ca9bd2b1b2..f74a8e936c 100644 --- a/internal/auth/service_list_auth_methods_refresh.go +++ b/internal/auth/service_list_auth_methods_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/service_list_auth_methods_refresh_page.go b/internal/auth/service_list_auth_methods_refresh_page.go index fa1cf8b4c2..f12d104331 100644 --- a/internal/auth/service_list_auth_methods_refresh_page.go +++ b/internal/auth/service_list_auth_methods_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/store/account.pb.go b/internal/auth/store/account.pb.go index 619164e068..10e48872e8 100644 --- a/internal/auth/store/account.pb.go +++ b/internal/auth/store/account.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/auth/store/auth_method.pb.go b/internal/auth/store/auth_method.pb.go index 999b7ded57..f340b252f8 100644 --- a/internal/auth/store/auth_method.pb.go +++ b/internal/auth/store/auth_method.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/auth/subtype.go b/internal/auth/subtype.go index 487197bc7a..14c4f23eb8 100644 --- a/internal/auth/subtype.go +++ b/internal/auth/subtype.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/auth/testing.go b/internal/auth/testing.go index 254487e30a..328f5226ab 100644 --- a/internal/auth/testing.go +++ b/internal/auth/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/authtoken/account.go b/internal/authtoken/account.go index ececaed7c5..611ad43c85 100644 --- a/internal/authtoken/account.go +++ b/internal/authtoken/account.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/authtoken.go b/internal/authtoken/authtoken.go index 35fa545bd7..93b9334cb0 100644 --- a/internal/authtoken/authtoken.go +++ b/internal/authtoken/authtoken.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/authtoken_test.go b/internal/authtoken/authtoken_test.go index 33a2898aa2..b1e0bee78f 100644 --- a/internal/authtoken/authtoken_test.go +++ b/internal/authtoken/authtoken_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/doc.go b/internal/authtoken/doc.go index b13e8923f2..860512f47a 100644 --- a/internal/authtoken/doc.go +++ b/internal/authtoken/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package authtoken provides an authtoken with an encrypted value and diff --git a/internal/authtoken/gorm.go b/internal/authtoken/gorm.go index ea61d3d949..686c8e44ca 100644 --- a/internal/authtoken/gorm.go +++ b/internal/authtoken/gorm.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/gorm_test.go b/internal/authtoken/gorm_test.go index 8bfbc728b8..2216e3f548 100644 --- a/internal/authtoken/gorm_test.go +++ b/internal/authtoken/gorm_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/immutable_fields_test.go b/internal/authtoken/immutable_fields_test.go index 8ee0dc471d..19b026ba34 100644 --- a/internal/authtoken/immutable_fields_test.go +++ b/internal/authtoken/immutable_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/options.go b/internal/authtoken/options.go index 7340958555..c51217a0cb 100644 --- a/internal/authtoken/options.go +++ b/internal/authtoken/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/options_test.go b/internal/authtoken/options_test.go index 49914d716d..65ebaa1d7e 100644 --- a/internal/authtoken/options_test.go +++ b/internal/authtoken/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/query.go b/internal/authtoken/query.go index 12b92fe3eb..3c8f6c938c 100644 --- a/internal/authtoken/query.go +++ b/internal/authtoken/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/repository.go b/internal/authtoken/repository.go index 9dbb3ea8a9..0bc847d089 100644 --- a/internal/authtoken/repository.go +++ b/internal/authtoken/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/repository_test.go b/internal/authtoken/repository_test.go index 5bab95be8e..6f257f59a0 100644 --- a/internal/authtoken/repository_test.go +++ b/internal/authtoken/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/rewrapping.go b/internal/authtoken/rewrapping.go index d96b1eb257..9615f65494 100644 --- a/internal/authtoken/rewrapping.go +++ b/internal/authtoken/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/rewrapping_test.go b/internal/authtoken/rewrapping_test.go index 68b980663d..d9afd216c4 100644 --- a/internal/authtoken/rewrapping_test.go +++ b/internal/authtoken/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/service_list.go b/internal/authtoken/service_list.go index 5992715095..e82a2eb776 100644 --- a/internal/authtoken/service_list.go +++ b/internal/authtoken/service_list.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/service_list_ext_test.go b/internal/authtoken/service_list_ext_test.go index 3e2e581904..6a00951378 100644 --- a/internal/authtoken/service_list_ext_test.go +++ b/internal/authtoken/service_list_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken_test diff --git a/internal/authtoken/service_list_page.go b/internal/authtoken/service_list_page.go index 19ad16999a..327a9f48bb 100644 --- a/internal/authtoken/service_list_page.go +++ b/internal/authtoken/service_list_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/service_list_refresh.go b/internal/authtoken/service_list_refresh.go index b9ec624564..f2c83e2b71 100644 --- a/internal/authtoken/service_list_refresh.go +++ b/internal/authtoken/service_list_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/service_list_refresh_page.go b/internal/authtoken/service_list_refresh_page.go index 4e38ed4df9..2720e988bd 100644 --- a/internal/authtoken/service_list_refresh_page.go +++ b/internal/authtoken/service_list_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/status.go b/internal/authtoken/status.go index b508837932..b5ce276229 100644 --- a/internal/authtoken/status.go +++ b/internal/authtoken/status.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/authtoken/store/authtoken.pb.go b/internal/authtoken/store/authtoken.pb.go index efec9ffa4f..087fb54b11 100644 --- a/internal/authtoken/store/authtoken.pb.go +++ b/internal/authtoken/store/authtoken.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/authtoken/testing.go b/internal/authtoken/testing.go index 6c2ee3f6c7..89ec3f4ef0 100644 --- a/internal/authtoken/testing.go +++ b/internal/authtoken/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtoken diff --git a/internal/billing/active_users.go b/internal/billing/active_users.go index c12f17978b..3b44455f25 100644 --- a/internal/billing/active_users.go +++ b/internal/billing/active_users.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billing diff --git a/internal/billing/doc.go b/internal/billing/doc.go index fe92e54da0..2c21f4d0dd 100644 --- a/internal/billing/doc.go +++ b/internal/billing/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package billing provides usage numbers that can be used for diff --git a/internal/billing/options.go b/internal/billing/options.go index e84aee71d8..12bf0176af 100644 --- a/internal/billing/options.go +++ b/internal/billing/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billing diff --git a/internal/billing/options_test.go b/internal/billing/options_test.go index 6935e4467d..1100f73bf0 100644 --- a/internal/billing/options_test.go +++ b/internal/billing/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billing diff --git a/internal/billing/query.go b/internal/billing/query.go index c9a1695f60..c695e0271c 100644 --- a/internal/billing/query.go +++ b/internal/billing/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billing diff --git a/internal/billing/repository.go b/internal/billing/repository.go index b54e63e0c9..110a6433b0 100644 --- a/internal/billing/repository.go +++ b/internal/billing/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billing diff --git a/internal/billing/repository_test.go b/internal/billing/repository_test.go index 71b2876e9a..25a690540f 100644 --- a/internal/billing/repository_test.go +++ b/internal/billing/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billing diff --git a/internal/billing/testing.go b/internal/billing/testing.go index 1162825c77..55abbf3df1 100644 --- a/internal/billing/testing.go +++ b/internal/billing/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billing diff --git a/internal/boundary/boundary.go b/internal/boundary/boundary.go index a7bbb7b436..d0682ebd68 100644 --- a/internal/boundary/boundary.go +++ b/internal/boundary/boundary.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package boundary contains global interfaces and other definitions that diff --git a/internal/bsr/bsr.go b/internal/bsr/bsr.go index 83e2c89630..88e04a8d79 100644 --- a/internal/bsr/bsr.go +++ b/internal/bsr/bsr.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/bsr_open_test.go b/internal/bsr/bsr_open_test.go index 6c7aac7de6..5f5c1a10a0 100644 --- a/internal/bsr/bsr_open_test.go +++ b/internal/bsr/bsr_open_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/bsr_test.go b/internal/bsr/bsr_test.go index f4ae9ebcf4..b4983064e9 100644 --- a/internal/bsr/bsr_test.go +++ b/internal/bsr/bsr_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/bsr_validate_test.go b/internal/bsr/bsr_validate_test.go index 37242735e0..700ef809d0 100644 --- a/internal/bsr/bsr_validate_test.go +++ b/internal/bsr/bsr_validate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/buf.gen.yaml b/internal/bsr/buf.gen.yaml index 6c3275284b..0724ed6ab9 100644 --- a/internal/bsr/buf.gen.yaml +++ b/internal/bsr/buf.gen.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 version: v1 diff --git a/internal/bsr/byte_source.go b/internal/bsr/byte_source.go index f8841a083b..b728a52475 100644 --- a/internal/bsr/byte_source.go +++ b/internal/bsr/byte_source.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/byte_source_test.go b/internal/bsr/byte_source_test.go index 71f286cbe0..7a8156b555 100644 --- a/internal/bsr/byte_source_test.go +++ b/internal/bsr/byte_source_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/chunk.go b/internal/bsr/chunk.go index 8913ab7106..f3e8913df1 100644 --- a/internal/bsr/chunk.go +++ b/internal/bsr/chunk.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/chunk_end.go b/internal/bsr/chunk_end.go index a5443631ae..ee195c36ba 100644 --- a/internal/bsr/chunk_end.go +++ b/internal/bsr/chunk_end.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/chunk_end_test.go b/internal/bsr/chunk_end_test.go index a3cf31f4c7..35f4ca8bbc 100644 --- a/internal/bsr/chunk_end_test.go +++ b/internal/bsr/chunk_end_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/chunk_header.go b/internal/bsr/chunk_header.go index 3a58b7f583..8d4d13c4fe 100644 --- a/internal/bsr/chunk_header.go +++ b/internal/bsr/chunk_header.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/chunk_header_test.go b/internal/bsr/chunk_header_test.go index 1664cb14d1..2569b7afe9 100644 --- a/internal/bsr/chunk_header_test.go +++ b/internal/bsr/chunk_header_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/chunk_scanner.go b/internal/bsr/chunk_scanner.go index eb665ef041..d09ea47336 100644 --- a/internal/bsr/chunk_scanner.go +++ b/internal/bsr/chunk_scanner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/chunk_scanner_test.go b/internal/bsr/chunk_scanner_test.go index c8e21efe42..7c41058e06 100644 --- a/internal/bsr/chunk_scanner_test.go +++ b/internal/bsr/chunk_scanner_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/chunk_test.go b/internal/bsr/chunk_test.go index c70a35bc07..fdf46e81c9 100644 --- a/internal/bsr/chunk_test.go +++ b/internal/bsr/chunk_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/compression.go b/internal/bsr/compression.go index 0d3f28f42d..e0ffc54be4 100644 --- a/internal/bsr/compression.go +++ b/internal/bsr/compression.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/compression_null_compression_test.go b/internal/bsr/compression_null_compression_test.go index 5abb811a2f..ea98acb0d7 100644 --- a/internal/bsr/compression_null_compression_test.go +++ b/internal/bsr/compression_null_compression_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/compression_test.go b/internal/bsr/compression_test.go index 2834e7978c..954f629a8e 100644 --- a/internal/bsr/compression_test.go +++ b/internal/bsr/compression_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/container.go b/internal/bsr/container.go index 80455b8342..ea4849bb5c 100644 --- a/internal/bsr/container.go +++ b/internal/bsr/container.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/container_test.go b/internal/bsr/container_test.go index a95219d059..880f7c5e10 100644 --- a/internal/bsr/container_test.go +++ b/internal/bsr/container_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/convert/convert.go b/internal/bsr/convert/convert.go index 9c523f956d..707e8be2d9 100644 --- a/internal/bsr/convert/convert.go +++ b/internal/bsr/convert/convert.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/bsr/convert/convert_test.go b/internal/bsr/convert/convert_test.go index d281d33190..977674b7b6 100644 --- a/internal/bsr/convert/convert_test.go +++ b/internal/bsr/convert/convert_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package convert_test diff --git a/internal/bsr/convert/doc.go b/internal/bsr/convert/doc.go index 2a41ac23bf..06ee1df713 100644 --- a/internal/bsr/convert/doc.go +++ b/internal/bsr/convert/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package convert provides functions for converting BSR data into other formats. diff --git a/internal/bsr/convert/errors.go b/internal/bsr/convert/errors.go index 0db4e84b95..281b7a2694 100644 --- a/internal/bsr/convert/errors.go +++ b/internal/bsr/convert/errors.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/bsr/convert/internal/asciicast/asciicast.go b/internal/bsr/convert/internal/asciicast/asciicast.go index 08e564623f..c5eea1a53d 100644 --- a/internal/bsr/convert/internal/asciicast/asciicast.go +++ b/internal/bsr/convert/internal/asciicast/asciicast.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package asciicast defines structs to ease the creation of asciicast files. diff --git a/internal/bsr/convert/internal/asciicast/asciicast_test.go b/internal/bsr/convert/internal/asciicast/asciicast_test.go index ca9b77d188..99354611c3 100644 --- a/internal/bsr/convert/internal/asciicast/asciicast_test.go +++ b/internal/bsr/convert/internal/asciicast/asciicast_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package asciicast_test diff --git a/internal/bsr/convert/options.go b/internal/bsr/convert/options.go index 8f5de2b8f7..7fe6ae03e7 100644 --- a/internal/bsr/convert/options.go +++ b/internal/bsr/convert/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/bsr/convert/options_test.go b/internal/bsr/convert/options_test.go index 29a6ef9144..59c43e6eb3 100644 --- a/internal/bsr/convert/options_test.go +++ b/internal/bsr/convert/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/bsr/convert/ssh.go b/internal/bsr/convert/ssh.go index e0a14a7b36..c25b8fce4f 100644 --- a/internal/bsr/convert/ssh.go +++ b/internal/bsr/convert/ssh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/bsr/convert/ssh_test.go b/internal/bsr/convert/ssh_test.go index 12f7af70a2..552c76fe45 100644 --- a/internal/bsr/convert/ssh_test.go +++ b/internal/bsr/convert/ssh_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/bsr/decode.go b/internal/bsr/decode.go index 16161ba329..414a758e12 100644 --- a/internal/bsr/decode.go +++ b/internal/bsr/decode.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/decode_test.go b/internal/bsr/decode_test.go index ca2584af17..178e6bac76 100644 --- a/internal/bsr/decode_test.go +++ b/internal/bsr/decode_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/direction.go b/internal/bsr/direction.go index d6a15ddb4a..b1affc3faa 100644 --- a/internal/bsr/direction.go +++ b/internal/bsr/direction.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/direction_test.go b/internal/bsr/direction_test.go index bab03a7a00..58a4f3164d 100644 --- a/internal/bsr/direction_test.go +++ b/internal/bsr/direction_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/doc.go b/internal/bsr/doc.go index 677f928429..a32fd8cf3f 100644 --- a/internal/bsr/doc.go +++ b/internal/bsr/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/bsr/encode.go b/internal/bsr/encode.go index 6330436a27..bfbd58a582 100644 --- a/internal/bsr/encode.go +++ b/internal/bsr/encode.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/encode_bench_test.go b/internal/bsr/encode_bench_test.go index 0c592a5e02..1059d4f535 100644 --- a/internal/bsr/encode_bench_test.go +++ b/internal/bsr/encode_bench_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/encode_test.go b/internal/bsr/encode_test.go index c41c560ac8..f313c5cf76 100644 --- a/internal/bsr/encode_test.go +++ b/internal/bsr/encode_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/encryption.go b/internal/bsr/encryption.go index 85fc269138..f487bc5e23 100644 --- a/internal/bsr/encryption.go +++ b/internal/bsr/encryption.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/encryption_test.go b/internal/bsr/encryption_test.go index 77a602d787..641bec9ad4 100644 --- a/internal/bsr/encryption_test.go +++ b/internal/bsr/encryption_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/errors.go b/internal/bsr/errors.go index ec5e56d2f3..a10480f9fb 100644 --- a/internal/bsr/errors.go +++ b/internal/bsr/errors.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/gen/ssh/v1/ssh_chunks.pb.go b/internal/bsr/gen/ssh/v1/ssh_chunks.pb.go index 24cb9e0203..6154f51ef6 100644 --- a/internal/bsr/gen/ssh/v1/ssh_chunks.pb.go +++ b/internal/bsr/gen/ssh/v1/ssh_chunks.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/bsr/id.go b/internal/bsr/id.go index cba40a11fd..ddb6f1e6f7 100644 --- a/internal/bsr/id.go +++ b/internal/bsr/id.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/internal/checksum/checksum.go b/internal/bsr/internal/checksum/checksum.go index 4ab79c3794..1daf1644b2 100644 --- a/internal/bsr/internal/checksum/checksum.go +++ b/internal/bsr/internal/checksum/checksum.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package checksum provides a wrapper to compute a checksum on a writable file diff --git a/internal/bsr/internal/checksum/checksum_test.go b/internal/bsr/internal/checksum/checksum_test.go index 1e81a819a3..6702152717 100644 --- a/internal/bsr/internal/checksum/checksum_test.go +++ b/internal/bsr/internal/checksum/checksum_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package checksum_test diff --git a/internal/bsr/internal/checksum/options.go b/internal/bsr/internal/checksum/options.go index 5e76977353..c87c421a5b 100644 --- a/internal/bsr/internal/checksum/options.go +++ b/internal/bsr/internal/checksum/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package checksum diff --git a/internal/bsr/internal/checksum/options_test.go b/internal/bsr/internal/checksum/options_test.go index 8625ee379f..1d39ebd862 100644 --- a/internal/bsr/internal/checksum/options_test.go +++ b/internal/bsr/internal/checksum/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package checksum diff --git a/internal/bsr/internal/checksum/sha256sums.go b/internal/bsr/internal/checksum/sha256sums.go index 0d2f422a29..9085ad82b6 100644 --- a/internal/bsr/internal/checksum/sha256sums.go +++ b/internal/bsr/internal/checksum/sha256sums.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package checksum diff --git a/internal/bsr/internal/checksum/sha256sums_test.go b/internal/bsr/internal/checksum/sha256sums_test.go index 3744d13136..204d852aad 100644 --- a/internal/bsr/internal/checksum/sha256sums_test.go +++ b/internal/bsr/internal/checksum/sha256sums_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package checksum_test diff --git a/internal/bsr/internal/fstest/fs.go b/internal/bsr/internal/fstest/fs.go index 396df359ee..f19c67265b 100644 --- a/internal/bsr/internal/fstest/fs.go +++ b/internal/bsr/internal/fstest/fs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package fstest provides test implementations of the fs interfaces. diff --git a/internal/bsr/internal/fstest/fs_test.go b/internal/bsr/internal/fstest/fs_test.go index a104611f62..f4033b67b2 100644 --- a/internal/bsr/internal/fstest/fs_test.go +++ b/internal/bsr/internal/fstest/fs_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package fstest_test diff --git a/internal/bsr/internal/fstest/local.go b/internal/bsr/internal/fstest/local.go index e1a20e849e..491b5faf0f 100644 --- a/internal/bsr/internal/fstest/local.go +++ b/internal/bsr/internal/fstest/local.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package fstest diff --git a/internal/bsr/internal/fstest/options.go b/internal/bsr/internal/fstest/options.go index 7350de4271..d4dbbd80d3 100644 --- a/internal/bsr/internal/fstest/options.go +++ b/internal/bsr/internal/fstest/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package fstest diff --git a/internal/bsr/internal/fstest/space.go b/internal/bsr/internal/fstest/space.go index bc20f5e52c..9ecab0dd77 100644 --- a/internal/bsr/internal/fstest/space.go +++ b/internal/bsr/internal/fstest/space.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package fstest provides test implementations of the fs interfaces. diff --git a/internal/bsr/internal/is/nil.go b/internal/bsr/internal/is/nil.go index 22d23b0266..c57a591fae 100644 --- a/internal/bsr/internal/is/nil.go +++ b/internal/bsr/internal/is/nil.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package is diff --git a/internal/bsr/internal/journal/journal.go b/internal/bsr/internal/journal/journal.go index 3c05a96aba..64e0eccedb 100644 --- a/internal/bsr/internal/journal/journal.go +++ b/internal/bsr/internal/journal/journal.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package journal provides a writer that uses a journal file to aide in recovery. diff --git a/internal/bsr/internal/journal/journal_test.go b/internal/bsr/internal/journal/journal_test.go index cc3dac0af5..7b310f8a64 100644 --- a/internal/bsr/internal/journal/journal_test.go +++ b/internal/bsr/internal/journal/journal_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package journal_test diff --git a/internal/bsr/internal/sign/sign.go b/internal/bsr/internal/sign/sign.go index 6e50d2b0f5..cb2492488e 100644 --- a/internal/bsr/internal/sign/sign.go +++ b/internal/bsr/internal/sign/sign.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package sign provides wrappers to compute a signature of data written to an diff --git a/internal/bsr/internal/sign/sign_test.go b/internal/bsr/internal/sign/sign_test.go index 8cec4e0575..5a54ae43f6 100644 --- a/internal/bsr/internal/sign/sign_test.go +++ b/internal/bsr/internal/sign/sign_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sign_test diff --git a/internal/bsr/kms/errors.go b/internal/bsr/kms/errors.go index ee3aaa4690..4e061754ed 100644 --- a/internal/bsr/kms/errors.go +++ b/internal/bsr/kms/errors.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/bsr/kms/keys.go b/internal/bsr/kms/keys.go index 4f6c061a6a..5458f40203 100644 --- a/internal/bsr/kms/keys.go +++ b/internal/bsr/kms/keys.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/bsr/kms/keys_test.go b/internal/bsr/kms/keys_test.go index 6ef5db8b75..a0db951614 100644 --- a/internal/bsr/kms/keys_test.go +++ b/internal/bsr/kms/keys_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms_test diff --git a/internal/bsr/kms/option_test.go b/internal/bsr/kms/option_test.go index d33469bfc3..1d603f8228 100644 --- a/internal/bsr/kms/option_test.go +++ b/internal/bsr/kms/option_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/bsr/kms/options.go b/internal/bsr/kms/options.go index 825ff11346..be223a4367 100644 --- a/internal/bsr/kms/options.go +++ b/internal/bsr/kms/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/bsr/kms/testing.go b/internal/bsr/kms/testing.go index d2e002c7b7..023817f350 100644 --- a/internal/bsr/kms/testing.go +++ b/internal/bsr/kms/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/bsr/magic.go b/internal/bsr/magic.go index 0f24f41300..0a5e35e5e3 100644 --- a/internal/bsr/magic.go +++ b/internal/bsr/magic.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/magic_test.go b/internal/bsr/magic_test.go index 5c45017124..8cbd09287a 100644 --- a/internal/bsr/magic_test.go +++ b/internal/bsr/magic_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/meta_recording.go b/internal/bsr/meta_recording.go index 6b9a77822c..e56dc68b0f 100644 --- a/internal/bsr/meta_recording.go +++ b/internal/bsr/meta_recording.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/meta_session.go b/internal/bsr/meta_session.go index 78ca97fe10..66032f88f5 100644 --- a/internal/bsr/meta_session.go +++ b/internal/bsr/meta_session.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/options.go b/internal/bsr/options.go index 537c27f778..f0e51af558 100644 --- a/internal/bsr/options.go +++ b/internal/bsr/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/options_test.go b/internal/bsr/options_test.go index 709b6c521e..4c3cea54e5 100644 --- a/internal/bsr/options_test.go +++ b/internal/bsr/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/proto/buf.yaml b/internal/bsr/proto/buf.yaml index 406e5b99b9..2ad68fa454 100644 --- a/internal/bsr/proto/buf.yaml +++ b/internal/bsr/proto/buf.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 version: v1 diff --git a/internal/bsr/proto/ssh/v1/ssh_chunks.proto b/internal/bsr/proto/ssh/v1/ssh_chunks.proto index 5b6cb4938a..19f6f4a9f4 100644 --- a/internal/bsr/proto/ssh/v1/ssh_chunks.proto +++ b/internal/bsr/proto/ssh/v1/ssh_chunks.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/bsr/protocol.go b/internal/bsr/protocol.go index 800c81ebb8..22f7a8cb3e 100644 --- a/internal/bsr/protocol.go +++ b/internal/bsr/protocol.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/protocol_test.go b/internal/bsr/protocol_test.go index 8e5d893fe2..2e8b7bbaf2 100644 --- a/internal/bsr/protocol_test.go +++ b/internal/bsr/protocol_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/bsr/ssh/buffer_size_test.go b/internal/bsr/ssh/buffer_size_test.go index a8656f0095..a5d1cdf6c2 100644 --- a/internal/bsr/ssh/buffer_size_test.go +++ b/internal/bsr/ssh/buffer_size_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk.go b/internal/bsr/ssh/chunk.go index cfc4eabca0..efcbd26634 100644 --- a/internal/bsr/ssh/chunk.go +++ b/internal/bsr/ssh/chunk.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_break_request.go b/internal/bsr/ssh/chunk_break_request.go index dd7c91e0d3..e9f7fa87c3 100644 --- a/internal/bsr/ssh/chunk_break_request.go +++ b/internal/bsr/ssh/chunk_break_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_break_request_test.go b/internal/bsr/ssh/chunk_break_request_test.go index d281d042c4..c4d141880a 100644 --- a/internal/bsr/ssh/chunk_break_request_test.go +++ b/internal/bsr/ssh/chunk_break_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_cancel_tcpip_forward_request.go b/internal/bsr/ssh/chunk_cancel_tcpip_forward_request.go index 7fcf44e63d..13fa4ecd35 100644 --- a/internal/bsr/ssh/chunk_cancel_tcpip_forward_request.go +++ b/internal/bsr/ssh/chunk_cancel_tcpip_forward_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_cancel_tcpip_forward_request_test.go b/internal/bsr/ssh/chunk_cancel_tcpip_forward_request_test.go index 1955ac13c6..244db08de0 100644 --- a/internal/bsr/ssh/chunk_cancel_tcpip_forward_request_test.go +++ b/internal/bsr/ssh/chunk_cancel_tcpip_forward_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_decode_test.go b/internal/bsr/ssh/chunk_decode_test.go index 65d1405b37..62af4da77f 100644 --- a/internal/bsr/ssh/chunk_decode_test.go +++ b/internal/bsr/ssh/chunk_decode_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh_test diff --git a/internal/bsr/ssh/chunk_direct_tcpip_request.go b/internal/bsr/ssh/chunk_direct_tcpip_request.go index 136174a457..daae528111 100644 --- a/internal/bsr/ssh/chunk_direct_tcpip_request.go +++ b/internal/bsr/ssh/chunk_direct_tcpip_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_direct_tcpip_request_test.go b/internal/bsr/ssh/chunk_direct_tcpip_request_test.go index 97e4e09402..b691b24d02 100644 --- a/internal/bsr/ssh/chunk_direct_tcpip_request_test.go +++ b/internal/bsr/ssh/chunk_direct_tcpip_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_env_request.go b/internal/bsr/ssh/chunk_env_request.go index f1e0aaf84e..404de74123 100644 --- a/internal/bsr/ssh/chunk_env_request.go +++ b/internal/bsr/ssh/chunk_env_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_env_request_test.go b/internal/bsr/ssh/chunk_env_request_test.go index 4af149d6be..9c2c6e8ea1 100644 --- a/internal/bsr/ssh/chunk_env_request_test.go +++ b/internal/bsr/ssh/chunk_env_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_exec_request.go b/internal/bsr/ssh/chunk_exec_request.go index a0c70afc9f..76e191fae2 100644 --- a/internal/bsr/ssh/chunk_exec_request.go +++ b/internal/bsr/ssh/chunk_exec_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_exec_request_test.go b/internal/bsr/ssh/chunk_exec_request_test.go index 580a80d647..eef34a75a5 100644 --- a/internal/bsr/ssh/chunk_exec_request_test.go +++ b/internal/bsr/ssh/chunk_exec_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_exit_signal_request.go b/internal/bsr/ssh/chunk_exit_signal_request.go index ec85962765..a3b6b1e60e 100644 --- a/internal/bsr/ssh/chunk_exit_signal_request.go +++ b/internal/bsr/ssh/chunk_exit_signal_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_exit_signal_request_test.go b/internal/bsr/ssh/chunk_exit_signal_request_test.go index 49d87003aa..186112fd76 100644 --- a/internal/bsr/ssh/chunk_exit_signal_request_test.go +++ b/internal/bsr/ssh/chunk_exit_signal_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_exit_status_request.go b/internal/bsr/ssh/chunk_exit_status_request.go index 6ad4a3b450..6d0ba9e368 100644 --- a/internal/bsr/ssh/chunk_exit_status_request.go +++ b/internal/bsr/ssh/chunk_exit_status_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_exit_status_request_test.go b/internal/bsr/ssh/chunk_exit_status_request_test.go index 49c7f5c7a5..87ac7ae61b 100644 --- a/internal/bsr/ssh/chunk_exit_status_request_test.go +++ b/internal/bsr/ssh/chunk_exit_status_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_forwarded_tcpip_request.go b/internal/bsr/ssh/chunk_forwarded_tcpip_request.go index 4698aa00f0..f25b50fbe0 100644 --- a/internal/bsr/ssh/chunk_forwarded_tcpip_request.go +++ b/internal/bsr/ssh/chunk_forwarded_tcpip_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_forwarded_tcpip_request_test.go b/internal/bsr/ssh/chunk_forwarded_tcpip_request_test.go index 185a6f99c7..93ad2c17d1 100644 --- a/internal/bsr/ssh/chunk_forwarded_tcpip_request_test.go +++ b/internal/bsr/ssh/chunk_forwarded_tcpip_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_pty_request.go b/internal/bsr/ssh/chunk_pty_request.go index 9001ff9514..700f6dbae3 100644 --- a/internal/bsr/ssh/chunk_pty_request.go +++ b/internal/bsr/ssh/chunk_pty_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_pty_request_test.go b/internal/bsr/ssh/chunk_pty_request_test.go index 10539708d0..ce1db45b59 100644 --- a/internal/bsr/ssh/chunk_pty_request_test.go +++ b/internal/bsr/ssh/chunk_pty_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_session_request.go b/internal/bsr/ssh/chunk_session_request.go index 54851af141..e43b85a1e6 100644 --- a/internal/bsr/ssh/chunk_session_request.go +++ b/internal/bsr/ssh/chunk_session_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_session_request_test.go b/internal/bsr/ssh/chunk_session_request_test.go index 0499383f41..fbf204b1e3 100644 --- a/internal/bsr/ssh/chunk_session_request_test.go +++ b/internal/bsr/ssh/chunk_session_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_shell_request.go b/internal/bsr/ssh/chunk_shell_request.go index fb3ca27b0b..468931a2b0 100644 --- a/internal/bsr/ssh/chunk_shell_request.go +++ b/internal/bsr/ssh/chunk_shell_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_shell_request_test.go b/internal/bsr/ssh/chunk_shell_request_test.go index 1d994e1d8f..87fd2e64a9 100644 --- a/internal/bsr/ssh/chunk_shell_request_test.go +++ b/internal/bsr/ssh/chunk_shell_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_signal_request.go b/internal/bsr/ssh/chunk_signal_request.go index 59c22540de..e81855140f 100644 --- a/internal/bsr/ssh/chunk_signal_request.go +++ b/internal/bsr/ssh/chunk_signal_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_signal_request_test.go b/internal/bsr/ssh/chunk_signal_request_test.go index 797e49003d..56a6b7a9ad 100644 --- a/internal/bsr/ssh/chunk_signal_request_test.go +++ b/internal/bsr/ssh/chunk_signal_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_subsystem_request.go b/internal/bsr/ssh/chunk_subsystem_request.go index 40f16a21f3..e075c651e8 100644 --- a/internal/bsr/ssh/chunk_subsystem_request.go +++ b/internal/bsr/ssh/chunk_subsystem_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_subsystem_request_test.go b/internal/bsr/ssh/chunk_subsystem_request_test.go index fc9c70738f..38dbb9a047 100644 --- a/internal/bsr/ssh/chunk_subsystem_request_test.go +++ b/internal/bsr/ssh/chunk_subsystem_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_tcpip_forward_request.go b/internal/bsr/ssh/chunk_tcpip_forward_request.go index d908579f22..6c34b4aa5a 100644 --- a/internal/bsr/ssh/chunk_tcpip_forward_request.go +++ b/internal/bsr/ssh/chunk_tcpip_forward_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_tcpip_forward_request_test.go b/internal/bsr/ssh/chunk_tcpip_forward_request_test.go index 1f1c347f25..04a06e5abe 100644 --- a/internal/bsr/ssh/chunk_tcpip_forward_request_test.go +++ b/internal/bsr/ssh/chunk_tcpip_forward_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_unknown_request.go b/internal/bsr/ssh/chunk_unknown_request.go index e8103638d0..cb91ed4883 100644 --- a/internal/bsr/ssh/chunk_unknown_request.go +++ b/internal/bsr/ssh/chunk_unknown_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_unknown_request_test.go b/internal/bsr/ssh/chunk_unknown_request_test.go index afaa05755c..dca651fb5d 100644 --- a/internal/bsr/ssh/chunk_unknown_request_test.go +++ b/internal/bsr/ssh/chunk_unknown_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_window_change_request.go b/internal/bsr/ssh/chunk_window_change_request.go index ba18be2634..4efec31548 100644 --- a/internal/bsr/ssh/chunk_window_change_request.go +++ b/internal/bsr/ssh/chunk_window_change_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_window_change_request_test.go b/internal/bsr/ssh/chunk_window_change_request_test.go index 687f1a5b18..42bcb548bc 100644 --- a/internal/bsr/ssh/chunk_window_change_request_test.go +++ b/internal/bsr/ssh/chunk_window_change_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_x11_forwarding_request.go b/internal/bsr/ssh/chunk_x11_forwarding_request.go index 51923e0157..363eede415 100644 --- a/internal/bsr/ssh/chunk_x11_forwarding_request.go +++ b/internal/bsr/ssh/chunk_x11_forwarding_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_x11_forwarding_request_test.go b/internal/bsr/ssh/chunk_x11_forwarding_request_test.go index f131cb49fa..c7f6cfa37f 100644 --- a/internal/bsr/ssh/chunk_x11_forwarding_request_test.go +++ b/internal/bsr/ssh/chunk_x11_forwarding_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_x11_request.go b/internal/bsr/ssh/chunk_x11_request.go index 56dba49b8e..4d2144cec2 100644 --- a/internal/bsr/ssh/chunk_x11_request.go +++ b/internal/bsr/ssh/chunk_x11_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_x11_request_test.go b/internal/bsr/ssh/chunk_x11_request_test.go index 517cb00f48..d23cdc76e6 100644 --- a/internal/bsr/ssh/chunk_x11_request_test.go +++ b/internal/bsr/ssh/chunk_x11_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_xonn_xoff_request.go b/internal/bsr/ssh/chunk_xonn_xoff_request.go index d4cd85ff33..dbc97a95f6 100644 --- a/internal/bsr/ssh/chunk_xonn_xoff_request.go +++ b/internal/bsr/ssh/chunk_xonn_xoff_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/chunk_xonn_xoff_request_test.go b/internal/bsr/ssh/chunk_xonn_xoff_request_test.go index 68f5bb1c45..440c2bded7 100644 --- a/internal/bsr/ssh/chunk_xonn_xoff_request_test.go +++ b/internal/bsr/ssh/chunk_xonn_xoff_request_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/ssh/doc.go b/internal/bsr/ssh/doc.go index 3866bae2bb..381906585d 100644 --- a/internal/bsr/ssh/doc.go +++ b/internal/bsr/ssh/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/bsr/ssh/types.go b/internal/bsr/ssh/types.go index c442c794e0..8e440194d2 100644 --- a/internal/bsr/ssh/types.go +++ b/internal/bsr/ssh/types.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/bsr/summary.go b/internal/bsr/summary.go index dce14056b6..79847fdf4d 100644 --- a/internal/bsr/summary.go +++ b/internal/bsr/summary.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/summary_test.go b/internal/bsr/summary_test.go index fb7fdc2747..c890f5102b 100644 --- a/internal/bsr/summary_test.go +++ b/internal/bsr/summary_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/testing.go b/internal/bsr/testing.go index 24379ba476..f2107b7618 100644 --- a/internal/bsr/testing.go +++ b/internal/bsr/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/timestamp.go b/internal/bsr/timestamp.go index 60df3be4c4..9b3ae0f310 100644 --- a/internal/bsr/timestamp.go +++ b/internal/bsr/timestamp.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/timestamp_test.go b/internal/bsr/timestamp_test.go index 20cb6ed04c..a38816730d 100644 --- a/internal/bsr/timestamp_test.go +++ b/internal/bsr/timestamp_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/types.go b/internal/bsr/types.go index b9995098e4..14c404dc00 100644 --- a/internal/bsr/types.go +++ b/internal/bsr/types.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr diff --git a/internal/bsr/types_test.go b/internal/bsr/types_test.go index 1037bdf6ce..de898f68c5 100644 --- a/internal/bsr/types_test.go +++ b/internal/bsr/types_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bsr_test diff --git a/internal/census/census.go b/internal/census/census.go index 9156398a58..aae0fd6a58 100644 --- a/internal/census/census.go +++ b/internal/census/census.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package census diff --git a/internal/census/census_job.go b/internal/census/census_job.go index d30a5a3695..c2dd07a5f6 100644 --- a/internal/census/census_job.go +++ b/internal/census/census_job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package census diff --git a/internal/clientcache/cmd/cache/addtoken.go b/internal/clientcache/cmd/cache/addtoken.go index 456d154ffe..661bc8921f 100644 --- a/internal/clientcache/cmd/cache/addtoken.go +++ b/internal/clientcache/cmd/cache/addtoken.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/cmd/cache/cache.go b/internal/clientcache/cmd/cache/cache.go index a4919890d3..9fdbeb8e8c 100644 --- a/internal/clientcache/cmd/cache/cache.go +++ b/internal/clientcache/cmd/cache/cache.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/cmd/cache/logfile_test.go b/internal/clientcache/cmd/cache/logfile_test.go index 55f983627a..3e04fa2baa 100644 --- a/internal/clientcache/cmd/cache/logfile_test.go +++ b/internal/clientcache/cmd/cache/logfile_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/cmd/cache/pidfile_nonwindows.go b/internal/clientcache/cmd/cache/pidfile_nonwindows.go index cc31f0a3b4..51ec77faa4 100644 --- a/internal/clientcache/cmd/cache/pidfile_nonwindows.go +++ b/internal/clientcache/cmd/cache/pidfile_nonwindows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !windows diff --git a/internal/clientcache/cmd/cache/pidfile_test.go b/internal/clientcache/cmd/cache/pidfile_test.go index 784ead2a20..6e5d83f4f6 100644 --- a/internal/clientcache/cmd/cache/pidfile_test.go +++ b/internal/clientcache/cmd/cache/pidfile_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/cmd/cache/pidfile_windows.go b/internal/clientcache/cmd/cache/pidfile_windows.go index 299e30aea6..da9e2d9585 100644 --- a/internal/clientcache/cmd/cache/pidfile_windows.go +++ b/internal/clientcache/cmd/cache/pidfile_windows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build windows diff --git a/internal/clientcache/cmd/cache/start.go b/internal/clientcache/cmd/cache/start.go index 160bb6f538..53c9f59236 100644 --- a/internal/clientcache/cmd/cache/start.go +++ b/internal/clientcache/cmd/cache/start.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/cmd/cache/status.go b/internal/clientcache/cmd/cache/status.go index 2f8a574116..d4a5b95aca 100644 --- a/internal/clientcache/cmd/cache/status.go +++ b/internal/clientcache/cmd/cache/status.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/cmd/cache/stop.go b/internal/clientcache/cmd/cache/stop.go index 94e8e96307..0743ebf223 100644 --- a/internal/clientcache/cmd/cache/stop.go +++ b/internal/clientcache/cmd/cache/stop.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/cmd/cache/stop_nonwindows.go b/internal/clientcache/cmd/cache/stop_nonwindows.go index e5a2af1782..b89bd73cf2 100644 --- a/internal/clientcache/cmd/cache/stop_nonwindows.go +++ b/internal/clientcache/cmd/cache/stop_nonwindows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !windows diff --git a/internal/clientcache/cmd/cache/stop_windows.go b/internal/clientcache/cmd/cache/stop_windows.go index dbc7c6ced5..ef3f3b4737 100644 --- a/internal/clientcache/cmd/cache/stop_windows.go +++ b/internal/clientcache/cmd/cache/stop_windows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build windows diff --git a/internal/clientcache/cmd/cache/wrapper_register.go b/internal/clientcache/cmd/cache/wrapper_register.go index 028ee273f1..d294567cfc 100644 --- a/internal/clientcache/cmd/cache/wrapper_register.go +++ b/internal/clientcache/cmd/cache/wrapper_register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/cmd/doc.go b/internal/clientcache/cmd/doc.go index ff1da941ac..8f7d075ac8 100644 --- a/internal/clientcache/cmd/doc.go +++ b/internal/clientcache/cmd/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/clientcache/cmd/search/search.go b/internal/clientcache/cmd/search/search.go index c3cf65b8dc..a64cd2e796 100644 --- a/internal/clientcache/cmd/search/search.go +++ b/internal/clientcache/cmd/search/search.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package search diff --git a/internal/clientcache/cmd/search/search_test.go b/internal/clientcache/cmd/search/search_test.go index 2acf0ae362..4fbd96517b 100644 --- a/internal/clientcache/cmd/search/search_test.go +++ b/internal/clientcache/cmd/search/search_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package search diff --git a/internal/clientcache/doc.go b/internal/clientcache/doc.go index dfb17a8e2b..6be6e905ff 100644 --- a/internal/clientcache/doc.go +++ b/internal/clientcache/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/clientcache/internal/cache/consts.go b/internal/clientcache/internal/cache/consts.go index f39455bda5..66fbe804f3 100644 --- a/internal/clientcache/internal/cache/consts.go +++ b/internal/clientcache/internal/cache/consts.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/clientcache/internal/cache/doc.go b/internal/clientcache/internal/cache/doc.go index 881ee178ec..26f83991e8 100644 --- a/internal/clientcache/internal/cache/doc.go +++ b/internal/clientcache/internal/cache/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/clientcache/internal/cache/options.go b/internal/clientcache/internal/cache/options.go index 61455fc01b..0fdb3d3157 100644 --- a/internal/clientcache/internal/cache/options.go +++ b/internal/clientcache/internal/cache/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/options_test.go b/internal/clientcache/internal/cache/options_test.go index eafd786d4c..31ef9b0fae 100644 --- a/internal/clientcache/internal/cache/options_test.go +++ b/internal/clientcache/internal/cache/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/refresh.go b/internal/clientcache/internal/cache/refresh.go index 716a261858..386c1774a9 100644 --- a/internal/clientcache/internal/cache/refresh.go +++ b/internal/clientcache/internal/cache/refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/refresh_test.go b/internal/clientcache/internal/cache/refresh_test.go index 6d51cfd8ab..2b9112d3ce 100644 --- a/internal/clientcache/internal/cache/refresh_test.go +++ b/internal/clientcache/internal/cache/refresh_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository.go b/internal/clientcache/internal/cache/repository.go index 7835bd132c..5933ee85ec 100644 --- a/internal/clientcache/internal/cache/repository.go +++ b/internal/clientcache/internal/cache/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_implicit_scopes.go b/internal/clientcache/internal/cache/repository_implicit_scopes.go index 7b08790ae1..38c692398d 100644 --- a/internal/clientcache/internal/cache/repository_implicit_scopes.go +++ b/internal/clientcache/internal/cache/repository_implicit_scopes.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_implicit_scopes_test.go b/internal/clientcache/internal/cache/repository_implicit_scopes_test.go index c1ecf80c12..90e386ce37 100644 --- a/internal/clientcache/internal/cache/repository_implicit_scopes_test.go +++ b/internal/clientcache/internal/cache/repository_implicit_scopes_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_refresh_token.go b/internal/clientcache/internal/cache/repository_refresh_token.go index b91385303f..8d135f8003 100644 --- a/internal/clientcache/internal/cache/repository_refresh_token.go +++ b/internal/clientcache/internal/cache/repository_refresh_token.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_refresh_token_test.go b/internal/clientcache/internal/cache/repository_refresh_token_test.go index db68b6b375..c26151a95b 100644 --- a/internal/clientcache/internal/cache/repository_refresh_token_test.go +++ b/internal/clientcache/internal/cache/repository_refresh_token_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_resolvable_aliases.go b/internal/clientcache/internal/cache/repository_resolvable_aliases.go index 95be6c8765..9735638102 100644 --- a/internal/clientcache/internal/cache/repository_resolvable_aliases.go +++ b/internal/clientcache/internal/cache/repository_resolvable_aliases.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_resolvable_aliases_test.go b/internal/clientcache/internal/cache/repository_resolvable_aliases_test.go index 8475f42877..1477d89064 100644 --- a/internal/clientcache/internal/cache/repository_resolvable_aliases_test.go +++ b/internal/clientcache/internal/cache/repository_resolvable_aliases_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_sessions.go b/internal/clientcache/internal/cache/repository_sessions.go index 7a7d420190..dae4baec93 100644 --- a/internal/clientcache/internal/cache/repository_sessions.go +++ b/internal/clientcache/internal/cache/repository_sessions.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_sessions_test.go b/internal/clientcache/internal/cache/repository_sessions_test.go index 2a11e720e5..e27ea8ce2e 100644 --- a/internal/clientcache/internal/cache/repository_sessions_test.go +++ b/internal/clientcache/internal/cache/repository_sessions_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_targets.go b/internal/clientcache/internal/cache/repository_targets.go index fcc0f6a3fc..222026cd2f 100644 --- a/internal/clientcache/internal/cache/repository_targets.go +++ b/internal/clientcache/internal/cache/repository_targets.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_targets_test.go b/internal/clientcache/internal/cache/repository_targets_test.go index 0d858d81d3..ba148dc9e9 100644 --- a/internal/clientcache/internal/cache/repository_targets_test.go +++ b/internal/clientcache/internal/cache/repository_targets_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_test.go b/internal/clientcache/internal/cache/repository_test.go index 733e53a534..24ce52c685 100644 --- a/internal/clientcache/internal/cache/repository_test.go +++ b/internal/clientcache/internal/cache/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_token.go b/internal/clientcache/internal/cache/repository_token.go index b36fba0698..2b0620317c 100644 --- a/internal/clientcache/internal/cache/repository_token.go +++ b/internal/clientcache/internal/cache/repository_token.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/repository_token_test.go b/internal/clientcache/internal/cache/repository_token_test.go index ec4aa6e9be..28714e5c72 100644 --- a/internal/clientcache/internal/cache/repository_token_test.go +++ b/internal/clientcache/internal/cache/repository_token_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/search.go b/internal/clientcache/internal/cache/search.go index 8742ca131f..1d76d4dc81 100644 --- a/internal/clientcache/internal/cache/search.go +++ b/internal/clientcache/internal/cache/search.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/search_test.go b/internal/clientcache/internal/cache/search_test.go index 578e133f47..62ada35eb5 100644 --- a/internal/clientcache/internal/cache/search_test.go +++ b/internal/clientcache/internal/cache/search_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/status.go b/internal/clientcache/internal/cache/status.go index ba753d54a2..64dac75b66 100644 --- a/internal/clientcache/internal/cache/status.go +++ b/internal/clientcache/internal/cache/status.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/status_test.go b/internal/clientcache/internal/cache/status_test.go index 496d08ba27..edf01dbc18 100644 --- a/internal/clientcache/internal/cache/status_test.go +++ b/internal/clientcache/internal/cache/status_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/cache/store_test.go b/internal/clientcache/internal/cache/store_test.go index 008659be63..3b68939bd7 100644 --- a/internal/clientcache/internal/cache/store_test.go +++ b/internal/clientcache/internal/cache/store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/internal/clientcache/internal/client/client.go b/internal/clientcache/internal/client/client.go index d0a3162e9a..065de99afb 100644 --- a/internal/clientcache/internal/client/client.go +++ b/internal/clientcache/internal/client/client.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/clientcache/internal/client/client_test.go b/internal/clientcache/internal/client/client_test.go index 09c6fc3923..cbf97b2efd 100644 --- a/internal/clientcache/internal/client/client_test.go +++ b/internal/clientcache/internal/client/client_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/clientcache/internal/client/option.go b/internal/clientcache/internal/client/option.go index 425f1a46eb..30669e7e29 100644 --- a/internal/clientcache/internal/client/option.go +++ b/internal/clientcache/internal/client/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/clientcache/internal/client/options_test.go b/internal/clientcache/internal/client/options_test.go index b4a6244dcd..4dd2b487df 100644 --- a/internal/clientcache/internal/client/options_test.go +++ b/internal/clientcache/internal/client/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package client diff --git a/internal/clientcache/internal/daemon/404_handler.go b/internal/clientcache/internal/daemon/404_handler.go index 2cbae19df0..746d141b08 100644 --- a/internal/clientcache/internal/daemon/404_handler.go +++ b/internal/clientcache/internal/daemon/404_handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/doc.go b/internal/clientcache/internal/daemon/doc.go index 374e316288..60d3fae0a6 100644 --- a/internal/clientcache/internal/daemon/doc.go +++ b/internal/clientcache/internal/daemon/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/clientcache/internal/daemon/handlers.go b/internal/clientcache/internal/daemon/handlers.go index 1bee1d6fea..24535cbe34 100644 --- a/internal/clientcache/internal/daemon/handlers.go +++ b/internal/clientcache/internal/daemon/handlers.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/listener.go b/internal/clientcache/internal/daemon/listener.go index 19aa38f93b..317e22a266 100644 --- a/internal/clientcache/internal/daemon/listener.go +++ b/internal/clientcache/internal/daemon/listener.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/listener_nonwindows_test.go b/internal/clientcache/internal/daemon/listener_nonwindows_test.go index 7aad1e850f..998a2b1d45 100644 --- a/internal/clientcache/internal/daemon/listener_nonwindows_test.go +++ b/internal/clientcache/internal/daemon/listener_nonwindows_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !windows diff --git a/internal/clientcache/internal/daemon/listener_test.go b/internal/clientcache/internal/daemon/listener_test.go index 1d6870c085..f377b2de1d 100644 --- a/internal/clientcache/internal/daemon/listener_test.go +++ b/internal/clientcache/internal/daemon/listener_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/log_handler.go b/internal/clientcache/internal/daemon/log_handler.go index 0b031bcb12..4b322ad3c6 100644 --- a/internal/clientcache/internal/daemon/log_handler.go +++ b/internal/clientcache/internal/daemon/log_handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/log_handler_test.go b/internal/clientcache/internal/daemon/log_handler_test.go index 08e9c878df..42335cfea9 100644 --- a/internal/clientcache/internal/daemon/log_handler_test.go +++ b/internal/clientcache/internal/daemon/log_handler_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/options.go b/internal/clientcache/internal/daemon/options.go index 6cd5afd6aa..b26ba00f04 100644 --- a/internal/clientcache/internal/daemon/options.go +++ b/internal/clientcache/internal/daemon/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/options_test.go b/internal/clientcache/internal/daemon/options_test.go index 2393dfdd1d..eaefe3c383 100644 --- a/internal/clientcache/internal/daemon/options_test.go +++ b/internal/clientcache/internal/daemon/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/search_handler.go b/internal/clientcache/internal/daemon/search_handler.go index a54babd2c8..dfbd141415 100644 --- a/internal/clientcache/internal/daemon/search_handler.go +++ b/internal/clientcache/internal/daemon/search_handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/search_handler_test.go b/internal/clientcache/internal/daemon/search_handler_test.go index 57a49e9d1a..209bbe7d0a 100644 --- a/internal/clientcache/internal/daemon/search_handler_test.go +++ b/internal/clientcache/internal/daemon/search_handler_test.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2024, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/server.go b/internal/clientcache/internal/daemon/server.go index 9f1d72f7f0..66eda70ef2 100644 --- a/internal/clientcache/internal/daemon/server.go +++ b/internal/clientcache/internal/daemon/server.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/server_test.go b/internal/clientcache/internal/daemon/server_test.go index b49d1c73ee..78b7984d46 100644 --- a/internal/clientcache/internal/daemon/server_test.go +++ b/internal/clientcache/internal/daemon/server_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/status_handler.go b/internal/clientcache/internal/daemon/status_handler.go index 51e28deae2..898a881bff 100644 --- a/internal/clientcache/internal/daemon/status_handler.go +++ b/internal/clientcache/internal/daemon/status_handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/stop_handler.go b/internal/clientcache/internal/daemon/stop_handler.go index 38c8faf0bf..5c8b844236 100644 --- a/internal/clientcache/internal/daemon/stop_handler.go +++ b/internal/clientcache/internal/daemon/stop_handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/stop_handler_test.go b/internal/clientcache/internal/daemon/stop_handler_test.go index 37c6147624..1ed5551203 100644 --- a/internal/clientcache/internal/daemon/stop_handler_test.go +++ b/internal/clientcache/internal/daemon/stop_handler_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/testing.go b/internal/clientcache/internal/daemon/testing.go index a96d208ce7..cef6715aaf 100644 --- a/internal/clientcache/internal/daemon/testing.go +++ b/internal/clientcache/internal/daemon/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/ticker.go b/internal/clientcache/internal/daemon/ticker.go index e631427939..acab3dc239 100644 --- a/internal/clientcache/internal/daemon/ticker.go +++ b/internal/clientcache/internal/daemon/ticker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/ticker_test.go b/internal/clientcache/internal/daemon/ticker_test.go index 03a58bb16b..2eb923ca57 100644 --- a/internal/clientcache/internal/daemon/ticker_test.go +++ b/internal/clientcache/internal/daemon/ticker_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/token_handler.go b/internal/clientcache/internal/daemon/token_handler.go index 2b2ecbee5c..0c3276beca 100644 --- a/internal/clientcache/internal/daemon/token_handler.go +++ b/internal/clientcache/internal/daemon/token_handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/token_handler_test.go b/internal/clientcache/internal/daemon/token_handler_test.go index 5f709d2338..bbd06fed14 100644 --- a/internal/clientcache/internal/daemon/token_handler_test.go +++ b/internal/clientcache/internal/daemon/token_handler_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/daemon/version_interceptor.go b/internal/clientcache/internal/daemon/version_interceptor.go index 38093b24e1..1120458495 100644 --- a/internal/clientcache/internal/daemon/version_interceptor.go +++ b/internal/clientcache/internal/daemon/version_interceptor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package daemon diff --git a/internal/clientcache/internal/db/db.go b/internal/clientcache/internal/db/db.go index d39d7edc08..29f2d95fdf 100644 --- a/internal/clientcache/internal/db/db.go +++ b/internal/clientcache/internal/db/db.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/clientcache/internal/db/db_test.go b/internal/clientcache/internal/db/db_test.go index 974cd55f34..9a29aa1824 100644 --- a/internal/clientcache/internal/db/db_test.go +++ b/internal/clientcache/internal/db/db_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/clientcache/internal/db/options.go b/internal/clientcache/internal/db/options.go index 2e993a2daf..d222ae45f4 100644 --- a/internal/clientcache/internal/db/options.go +++ b/internal/clientcache/internal/db/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/clientcache/internal/db/options_test.go b/internal/clientcache/internal/db/options_test.go index 3fce2d9d83..7d3fca421e 100644 --- a/internal/clientcache/internal/db/options_test.go +++ b/internal/clientcache/internal/db/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/clientcache/internal/db/schema.sql b/internal/clientcache/internal/db/schema.sql index 693b2407ba..dd4d249a98 100644 --- a/internal/clientcache/internal/db/schema.sql +++ b/internal/clientcache/internal/db/schema.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/clientcache/internal/db/schema_reset.sql b/internal/clientcache/internal/db/schema_reset.sql index 2da38e549c..6da90fc28e 100644 --- a/internal/clientcache/internal/db/schema_reset.sql +++ b/internal/clientcache/internal/db/schema_reset.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- cannot vacuum from within a transaction, so we're not using a transaction diff --git a/internal/clientcache/testing.go b/internal/clientcache/testing.go index f8d73d24d2..78d82995ec 100644 --- a/internal/clientcache/testing.go +++ b/internal/clientcache/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package clientcache diff --git a/internal/cmd/base/base.go b/internal/cmd/base/base.go index 2175699a89..af0a2b3301 100644 --- a/internal/cmd/base/base.go +++ b/internal/cmd/base/base.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/base_test.go b/internal/cmd/base/base_test.go index 77215afaf6..492a3ff823 100644 --- a/internal/cmd/base/base_test.go +++ b/internal/cmd/base/base_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/const.go b/internal/cmd/base/const.go index 8644480411..be34bc2548 100644 --- a/internal/cmd/base/const.go +++ b/internal/cmd/base/const.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/dev.go b/internal/cmd/base/dev.go index 1585ec575d..c5ffea9b1b 100644 --- a/internal/cmd/base/dev.go +++ b/internal/cmd/base/dev.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/dev_test.go b/internal/cmd/base/dev_test.go index 8be7af1d06..4c68713173 100644 --- a/internal/cmd/base/dev_test.go +++ b/internal/cmd/base/dev_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/event_flags.go b/internal/cmd/base/event_flags.go index 6ea55e967d..bd6dcec606 100644 --- a/internal/cmd/base/event_flags.go +++ b/internal/cmd/base/event_flags.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/event_flags_test.go b/internal/cmd/base/event_flags_test.go index 78300968c1..ba56567149 100644 --- a/internal/cmd/base/event_flags_test.go +++ b/internal/cmd/base/event_flags_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/flags.go b/internal/cmd/base/flags.go index 9350a07200..305cbfdb1c 100644 --- a/internal/cmd/base/flags.go +++ b/internal/cmd/base/flags.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/flags_test.go b/internal/cmd/base/flags_test.go index b4600cbb41..f456ff932b 100644 --- a/internal/cmd/base/flags_test.go +++ b/internal/cmd/base/flags_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/format.go b/internal/cmd/base/format.go index c223b2cb79..3392b3d38a 100644 --- a/internal/cmd/base/format.go +++ b/internal/cmd/base/format.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/helpers.go b/internal/cmd/base/helpers.go index 86866a5fec..172c78c2c8 100644 --- a/internal/cmd/base/helpers.go +++ b/internal/cmd/base/helpers.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/initial_resources.go b/internal/cmd/base/initial_resources.go index a50026ff36..74008a8809 100644 --- a/internal/cmd/base/initial_resources.go +++ b/internal/cmd/base/initial_resources.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/internal/docker/docker.go b/internal/cmd/base/internal/docker/docker.go index 13bf47e817..a9b1071d37 100644 --- a/internal/cmd/base/internal/docker/docker.go +++ b/internal/cmd/base/internal/docker/docker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/internal/cmd/base/internal/docker/option.go b/internal/cmd/base/internal/docker/option.go index fb883da71b..aa2439a48d 100644 --- a/internal/cmd/base/internal/docker/option.go +++ b/internal/cmd/base/internal/docker/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package docker diff --git a/internal/cmd/base/internal/docker/supported.go b/internal/cmd/base/internal/docker/supported.go index e2a303b3cc..898b0c668c 100644 --- a/internal/cmd/base/internal/docker/supported.go +++ b/internal/cmd/base/internal/docker/supported.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build linux || darwin || windows diff --git a/internal/cmd/base/internal/metric/build_info.go b/internal/cmd/base/internal/metric/build_info.go index acb6b7fdb3..54ea3b2dc6 100644 --- a/internal/cmd/base/internal/metric/build_info.go +++ b/internal/cmd/base/internal/metric/build_info.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package metric provides functions to initialize a prometheus metric diff --git a/internal/cmd/base/keyring.go b/internal/cmd/base/keyring.go index de7f07bb83..118d6bb956 100644 --- a/internal/cmd/base/keyring.go +++ b/internal/cmd/base/keyring.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/listener.go b/internal/cmd/base/listener.go index 5159f73525..67c4840d62 100644 --- a/internal/cmd/base/listener.go +++ b/internal/cmd/base/listener.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/logging.go b/internal/cmd/base/logging.go index 2a7962ce87..cd29caea84 100644 --- a/internal/cmd/base/logging.go +++ b/internal/cmd/base/logging.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/logging/logging.go b/internal/cmd/base/logging/logging.go index a17da04d66..65b0c1252b 100644 --- a/internal/cmd/base/logging/logging.go +++ b/internal/cmd/base/logging/logging.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package logging diff --git a/internal/cmd/base/minio.go b/internal/cmd/base/minio.go index ef56483d98..ea1a993875 100644 --- a/internal/cmd/base/minio.go +++ b/internal/cmd/base/minio.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !netbsd diff --git a/internal/cmd/base/option.go b/internal/cmd/base/option.go index 9abe8366a8..11bffb590b 100644 --- a/internal/cmd/base/option.go +++ b/internal/cmd/base/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/option_test.go b/internal/cmd/base/option_test.go index 4458008547..d1546f4b04 100644 --- a/internal/cmd/base/option_test.go +++ b/internal/cmd/base/option_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/pprof_off.go b/internal/cmd/base/pprof_off.go index 605021f3b7..cd680b3e81 100644 --- a/internal/cmd/base/pprof_off.go +++ b/internal/cmd/base/pprof_off.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !pprof diff --git a/internal/cmd/base/pprof_on.go b/internal/cmd/base/pprof_on.go index 831ba843d4..afc08b354c 100644 --- a/internal/cmd/base/pprof_on.go +++ b/internal/cmd/base/pprof_on.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build pprof diff --git a/internal/cmd/base/profiling_off.go b/internal/cmd/base/profiling_off.go index 545c7b0306..6e0452eab0 100644 --- a/internal/cmd/base/profiling_off.go +++ b/internal/cmd/base/profiling_off.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !memprofiler diff --git a/internal/cmd/base/profiling_on.go b/internal/cmd/base/profiling_on.go index 72961c4aae..f17d65d430 100644 --- a/internal/cmd/base/profiling_on.go +++ b/internal/cmd/base/profiling_on.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build memprofiler diff --git a/internal/cmd/base/server_test.go b/internal/cmd/base/server_test.go index a3880e1c53..2b2ace323f 100644 --- a/internal/cmd/base/server_test.go +++ b/internal/cmd/base/server_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/servers.go b/internal/cmd/base/servers.go index 95281869a9..ca2ab97894 100644 --- a/internal/cmd/base/servers.go +++ b/internal/cmd/base/servers.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/base/ui.go b/internal/cmd/base/ui.go index 6c45ba0a52..fbb6c8274d 100644 --- a/internal/cmd/base/ui.go +++ b/internal/cmd/base/ui.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base diff --git a/internal/cmd/client_agent_cmd_darwin.go b/internal/cmd/client_agent_cmd_darwin.go index 90f6719ce6..1f8b653a7b 100644 --- a/internal/cmd/client_agent_cmd_darwin.go +++ b/internal/cmd/client_agent_cmd_darwin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cmd diff --git a/internal/cmd/client_agent_cmd_windows.go b/internal/cmd/client_agent_cmd_windows.go index 4effa2e43e..84afe4e91a 100644 --- a/internal/cmd/client_agent_cmd_windows.go +++ b/internal/cmd/client_agent_cmd_windows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build amd64 || arm64 diff --git a/internal/cmd/commands.go b/internal/cmd/commands.go index c0cad0f8ba..01a22803cd 100644 --- a/internal/cmd/commands.go +++ b/internal/cmd/commands.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cmd diff --git a/internal/cmd/commands/accountscmd/accounts.gen.go b/internal/cmd/commands/accountscmd/accounts.gen.go index 5c8071dd8e..c5f9b93dd0 100644 --- a/internal/cmd/commands/accountscmd/accounts.gen.go +++ b/internal/cmd/commands/accountscmd/accounts.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accountscmd diff --git a/internal/cmd/commands/accountscmd/funcs.go b/internal/cmd/commands/accountscmd/funcs.go index ec2b67c66f..4bb97e8131 100644 --- a/internal/cmd/commands/accountscmd/funcs.go +++ b/internal/cmd/commands/accountscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accountscmd diff --git a/internal/cmd/commands/accountscmd/ldap_accounts.gen.go b/internal/cmd/commands/accountscmd/ldap_accounts.gen.go index d98c617336..a693907d57 100644 --- a/internal/cmd/commands/accountscmd/ldap_accounts.gen.go +++ b/internal/cmd/commands/accountscmd/ldap_accounts.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accountscmd diff --git a/internal/cmd/commands/accountscmd/ldap_funcs.go b/internal/cmd/commands/accountscmd/ldap_funcs.go index 942a95ebca..0788ed28aa 100644 --- a/internal/cmd/commands/accountscmd/ldap_funcs.go +++ b/internal/cmd/commands/accountscmd/ldap_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accountscmd diff --git a/internal/cmd/commands/accountscmd/oidc_accounts.gen.go b/internal/cmd/commands/accountscmd/oidc_accounts.gen.go index 1d501882d3..7f939ce5d6 100644 --- a/internal/cmd/commands/accountscmd/oidc_accounts.gen.go +++ b/internal/cmd/commands/accountscmd/oidc_accounts.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accountscmd diff --git a/internal/cmd/commands/accountscmd/oidc_funcs.go b/internal/cmd/commands/accountscmd/oidc_funcs.go index f435e2683b..f2826b1168 100644 --- a/internal/cmd/commands/accountscmd/oidc_funcs.go +++ b/internal/cmd/commands/accountscmd/oidc_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accountscmd diff --git a/internal/cmd/commands/accountscmd/password_accounts.gen.go b/internal/cmd/commands/accountscmd/password_accounts.gen.go index 886f007b30..4b30257e23 100644 --- a/internal/cmd/commands/accountscmd/password_accounts.gen.go +++ b/internal/cmd/commands/accountscmd/password_accounts.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accountscmd diff --git a/internal/cmd/commands/accountscmd/password_funcs.go b/internal/cmd/commands/accountscmd/password_funcs.go index b72773b030..6841e76f6c 100644 --- a/internal/cmd/commands/accountscmd/password_funcs.go +++ b/internal/cmd/commands/accountscmd/password_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accountscmd diff --git a/internal/cmd/commands/aliasescmd/aliases.gen.go b/internal/cmd/commands/aliasescmd/aliases.gen.go index 1b0e1f971c..2f2d9cd09d 100644 --- a/internal/cmd/commands/aliasescmd/aliases.gen.go +++ b/internal/cmd/commands/aliasescmd/aliases.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aliasescmd diff --git a/internal/cmd/commands/aliasescmd/funcs.go b/internal/cmd/commands/aliasescmd/funcs.go index 99891cec56..ade64817c0 100644 --- a/internal/cmd/commands/aliasescmd/funcs.go +++ b/internal/cmd/commands/aliasescmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aliasescmd diff --git a/internal/cmd/commands/aliasescmd/target_aliases.gen.go b/internal/cmd/commands/aliasescmd/target_aliases.gen.go index 0979c7bbca..35e834eb9c 100644 --- a/internal/cmd/commands/aliasescmd/target_aliases.gen.go +++ b/internal/cmd/commands/aliasescmd/target_aliases.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aliasescmd diff --git a/internal/cmd/commands/aliasescmd/target_funcs.go b/internal/cmd/commands/aliasescmd/target_funcs.go index 8da8c4fd6e..45f7b2b09c 100644 --- a/internal/cmd/commands/aliasescmd/target_funcs.go +++ b/internal/cmd/commands/aliasescmd/target_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aliasescmd diff --git a/internal/cmd/commands/authenticate/authenticate.go b/internal/cmd/commands/authenticate/authenticate.go index ad83fa639a..69687324e3 100644 --- a/internal/cmd/commands/authenticate/authenticate.go +++ b/internal/cmd/commands/authenticate/authenticate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authenticate diff --git a/internal/cmd/commands/authenticate/funcs.go b/internal/cmd/commands/authenticate/funcs.go index b7b00d6813..170bdf99b5 100644 --- a/internal/cmd/commands/authenticate/funcs.go +++ b/internal/cmd/commands/authenticate/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authenticate diff --git a/internal/cmd/commands/authenticate/ldap.go b/internal/cmd/commands/authenticate/ldap.go index 34cac772e3..9d8ff0a7c2 100644 --- a/internal/cmd/commands/authenticate/ldap.go +++ b/internal/cmd/commands/authenticate/ldap.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authenticate diff --git a/internal/cmd/commands/authenticate/oidc.go b/internal/cmd/commands/authenticate/oidc.go index f0d6c83f2a..91518131c4 100644 --- a/internal/cmd/commands/authenticate/oidc.go +++ b/internal/cmd/commands/authenticate/oidc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authenticate diff --git a/internal/cmd/commands/authenticate/password.go b/internal/cmd/commands/authenticate/password.go index 17819fe918..99c2e9ea4f 100644 --- a/internal/cmd/commands/authenticate/password.go +++ b/internal/cmd/commands/authenticate/password.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authenticate diff --git a/internal/cmd/commands/authmethodscmd/authmethods.gen.go b/internal/cmd/commands/authmethodscmd/authmethods.gen.go index bcb8793043..2fcc3e7ed1 100644 --- a/internal/cmd/commands/authmethodscmd/authmethods.gen.go +++ b/internal/cmd/commands/authmethodscmd/authmethods.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethodscmd diff --git a/internal/cmd/commands/authmethodscmd/funcs.go b/internal/cmd/commands/authmethodscmd/funcs.go index f16c928484..d0aab1960a 100644 --- a/internal/cmd/commands/authmethodscmd/funcs.go +++ b/internal/cmd/commands/authmethodscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethodscmd diff --git a/internal/cmd/commands/authmethodscmd/ldap_authmethods.gen.go b/internal/cmd/commands/authmethodscmd/ldap_authmethods.gen.go index fd739f39df..68eb1590b2 100644 --- a/internal/cmd/commands/authmethodscmd/ldap_authmethods.gen.go +++ b/internal/cmd/commands/authmethodscmd/ldap_authmethods.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethodscmd diff --git a/internal/cmd/commands/authmethodscmd/ldap_funcs.go b/internal/cmd/commands/authmethodscmd/ldap_funcs.go index fb4f3ec410..14a77adac1 100644 --- a/internal/cmd/commands/authmethodscmd/ldap_funcs.go +++ b/internal/cmd/commands/authmethodscmd/ldap_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethodscmd diff --git a/internal/cmd/commands/authmethodscmd/oidc_authmethods.gen.go b/internal/cmd/commands/authmethodscmd/oidc_authmethods.gen.go index 97e3586b94..bcfe499b45 100644 --- a/internal/cmd/commands/authmethodscmd/oidc_authmethods.gen.go +++ b/internal/cmd/commands/authmethodscmd/oidc_authmethods.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethodscmd diff --git a/internal/cmd/commands/authmethodscmd/oidc_funcs.go b/internal/cmd/commands/authmethodscmd/oidc_funcs.go index ff17186465..ae9845fb8f 100644 --- a/internal/cmd/commands/authmethodscmd/oidc_funcs.go +++ b/internal/cmd/commands/authmethodscmd/oidc_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethodscmd diff --git a/internal/cmd/commands/authmethodscmd/password_authmethods.gen.go b/internal/cmd/commands/authmethodscmd/password_authmethods.gen.go index 5f481dea3d..28b5d53639 100644 --- a/internal/cmd/commands/authmethodscmd/password_authmethods.gen.go +++ b/internal/cmd/commands/authmethodscmd/password_authmethods.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethodscmd diff --git a/internal/cmd/commands/authmethodscmd/password_funcs.go b/internal/cmd/commands/authmethodscmd/password_funcs.go index 44f65dfea4..5a51202f78 100644 --- a/internal/cmd/commands/authmethodscmd/password_funcs.go +++ b/internal/cmd/commands/authmethodscmd/password_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethodscmd diff --git a/internal/cmd/commands/authtokenscmd/authtokens.gen.go b/internal/cmd/commands/authtokenscmd/authtokens.gen.go index d77fd330c0..12e2c0b896 100644 --- a/internal/cmd/commands/authtokenscmd/authtokens.gen.go +++ b/internal/cmd/commands/authtokenscmd/authtokens.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtokenscmd diff --git a/internal/cmd/commands/authtokenscmd/authtokens.go b/internal/cmd/commands/authtokenscmd/authtokens.go index fd56d87117..b11754c4d7 100644 --- a/internal/cmd/commands/authtokenscmd/authtokens.go +++ b/internal/cmd/commands/authtokenscmd/authtokens.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtokenscmd diff --git a/internal/cmd/commands/authtokenscmd/funcs.go b/internal/cmd/commands/authtokenscmd/funcs.go index 71a29cfacc..85a944fe44 100644 --- a/internal/cmd/commands/authtokenscmd/funcs.go +++ b/internal/cmd/commands/authtokenscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtokenscmd diff --git a/internal/cmd/commands/billingcmd/billing.gen.go b/internal/cmd/commands/billingcmd/billing.gen.go index 3249db866a..a0a1c0fc40 100644 --- a/internal/cmd/commands/billingcmd/billing.gen.go +++ b/internal/cmd/commands/billingcmd/billing.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billingcmd diff --git a/internal/cmd/commands/billingcmd/funcs.go b/internal/cmd/commands/billingcmd/funcs.go index 8dbe16cc4b..30d943ace7 100644 --- a/internal/cmd/commands/billingcmd/funcs.go +++ b/internal/cmd/commands/billingcmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billingcmd diff --git a/internal/cmd/commands/clientagentcmd/addtoken.go b/internal/cmd/commands/clientagentcmd/addtoken.go index 801f50632e..7048390b4e 100644 --- a/internal/cmd/commands/clientagentcmd/addtoken.go +++ b/internal/cmd/commands/clientagentcmd/addtoken.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package clientagentcmd diff --git a/internal/cmd/commands/clientagentcmd/clientagentcmd.go b/internal/cmd/commands/clientagentcmd/clientagentcmd.go index 6fcca9b253..ffe8b29384 100644 --- a/internal/cmd/commands/clientagentcmd/clientagentcmd.go +++ b/internal/cmd/commands/clientagentcmd/clientagentcmd.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package clientagentcmd diff --git a/internal/cmd/commands/clientagentcmd/pause.go b/internal/cmd/commands/clientagentcmd/pause.go index da8bf0f3b2..73f2da44fe 100644 --- a/internal/cmd/commands/clientagentcmd/pause.go +++ b/internal/cmd/commands/clientagentcmd/pause.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package clientagentcmd diff --git a/internal/cmd/commands/clientagentcmd/resume.go b/internal/cmd/commands/clientagentcmd/resume.go index 6034828e09..8d72bc2674 100644 --- a/internal/cmd/commands/clientagentcmd/resume.go +++ b/internal/cmd/commands/clientagentcmd/resume.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package clientagentcmd diff --git a/internal/cmd/commands/clientagentcmd/sessions.go b/internal/cmd/commands/clientagentcmd/sessions.go index 33dbc6388f..f1482157b1 100644 --- a/internal/cmd/commands/clientagentcmd/sessions.go +++ b/internal/cmd/commands/clientagentcmd/sessions.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package clientagentcmd diff --git a/internal/cmd/commands/clientagentcmd/status.go b/internal/cmd/commands/clientagentcmd/status.go index 16ed123966..95ec62f887 100644 --- a/internal/cmd/commands/clientagentcmd/status.go +++ b/internal/cmd/commands/clientagentcmd/status.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package clientagentcmd diff --git a/internal/cmd/commands/clientagentcmd/wrapper_register.go b/internal/cmd/commands/clientagentcmd/wrapper_register.go index 21fb4b2c6d..17297f0c10 100644 --- a/internal/cmd/commands/clientagentcmd/wrapper_register.go +++ b/internal/cmd/commands/clientagentcmd/wrapper_register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package clientagentcmd diff --git a/internal/cmd/commands/config/autocomplete.go b/internal/cmd/commands/config/autocomplete.go index 343abab8d5..09feecd2b7 100644 --- a/internal/cmd/commands/config/autocomplete.go +++ b/internal/cmd/commands/config/autocomplete.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/cmd/commands/config/config.go b/internal/cmd/commands/config/config.go index 0688171c62..9fadf86052 100644 --- a/internal/cmd/commands/config/config.go +++ b/internal/cmd/commands/config/config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/cmd/commands/config/encryptdecrypt.go b/internal/cmd/commands/config/encryptdecrypt.go index a58cc19e03..383daf8f4c 100644 --- a/internal/cmd/commands/config/encryptdecrypt.go +++ b/internal/cmd/commands/config/encryptdecrypt.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/cmd/commands/config/encryptdecrypt_test.go b/internal/cmd/commands/config/encryptdecrypt_test.go index bd451876bf..87c0000eea 100644 --- a/internal/cmd/commands/config/encryptdecrypt_test.go +++ b/internal/cmd/commands/config/encryptdecrypt_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/cmd/commands/config/fixtures/config_decrypt.hcl b/internal/cmd/commands/config/fixtures/config_decrypt.hcl index c7a62b67d9..2b0e725ff9 100644 --- a/internal/cmd/commands/config/fixtures/config_decrypt.hcl +++ b/internal/cmd/commands/config/fixtures/config_decrypt.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 kms "aead" { diff --git a/internal/cmd/commands/config/fixtures/config_encrypt.hcl b/internal/cmd/commands/config/fixtures/config_encrypt.hcl index 5f96fcad8d..662a1ae9e3 100644 --- a/internal/cmd/commands/config/fixtures/config_encrypt.hcl +++ b/internal/cmd/commands/config/fixtures/config_encrypt.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 kms "aead" { diff --git a/internal/cmd/commands/config/fixtures/config_ext_decrypt.hcl b/internal/cmd/commands/config/fixtures/config_ext_decrypt.hcl index cf82c6d1a1..101566efaa 100644 --- a/internal/cmd/commands/config/fixtures/config_ext_decrypt.hcl +++ b/internal/cmd/commands/config/fixtures/config_ext_decrypt.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 int_val = {{decrypt(Ch7a69AX8R5w_cCZJUqLTQkWesuSHMrHxrRMMZnq53QqAA)}} diff --git a/internal/cmd/commands/config/fixtures/config_ext_encrypt.hcl b/internal/cmd/commands/config/fixtures/config_ext_encrypt.hcl index 844731f8cf..b77dfb905d 100644 --- a/internal/cmd/commands/config/fixtures/config_ext_encrypt.hcl +++ b/internal/cmd/commands/config/fixtures/config_ext_encrypt.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 int_val = {{encrypt(20)}} diff --git a/internal/cmd/commands/config/fixtures/config_ext_encrypt_stripped.hcl b/internal/cmd/commands/config/fixtures/config_ext_encrypt_stripped.hcl index 32d160d3e4..80fd77d45c 100644 --- a/internal/cmd/commands/config/fixtures/config_ext_encrypt_stripped.hcl +++ b/internal/cmd/commands/config/fixtures/config_ext_encrypt_stripped.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 int_val = 20 diff --git a/internal/cmd/commands/config/fixtures/config_kms.hcl b/internal/cmd/commands/config/fixtures/config_kms.hcl index c20233f17e..f16e61a553 100644 --- a/internal/cmd/commands/config/fixtures/config_kms.hcl +++ b/internal/cmd/commands/config/fixtures/config_kms.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 kms "aead" { diff --git a/internal/cmd/commands/config/token.go b/internal/cmd/commands/config/token.go index 92b02fe43e..dd7391253a 100644 --- a/internal/cmd/commands/config/token.go +++ b/internal/cmd/commands/config/token.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/cmd/commands/connect/cassandra.go b/internal/cmd/commands/connect/cassandra.go index 0bf447aac1..8d99221d86 100644 --- a/internal/cmd/commands/connect/cassandra.go +++ b/internal/cmd/commands/connect/cassandra.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/client_tls_config.go b/internal/cmd/commands/connect/client_tls_config.go index f3c9a0f22c..844c068dd2 100644 --- a/internal/cmd/commands/connect/client_tls_config.go +++ b/internal/cmd/commands/connect/client_tls_config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/connect.go b/internal/cmd/commands/connect/connect.go index f418b1a91c..412355d4c0 100644 --- a/internal/cmd/commands/connect/connect.go +++ b/internal/cmd/commands/connect/connect.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/connect_darwin.go b/internal/cmd/commands/connect/connect_darwin.go index 9df6717e95..990d4f3823 100644 --- a/internal/cmd/commands/connect/connect_darwin.go +++ b/internal/cmd/commands/connect/connect_darwin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/end_process_nonwindows.go b/internal/cmd/commands/connect/end_process_nonwindows.go index 23caaf9f39..acbc653547 100644 --- a/internal/cmd/commands/connect/end_process_nonwindows.go +++ b/internal/cmd/commands/connect/end_process_nonwindows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !windows diff --git a/internal/cmd/commands/connect/end_process_windows.go b/internal/cmd/commands/connect/end_process_windows.go index 4ab26821e2..6858d3c863 100644 --- a/internal/cmd/commands/connect/end_process_windows.go +++ b/internal/cmd/commands/connect/end_process_windows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build windows diff --git a/internal/cmd/commands/connect/funcs.go b/internal/cmd/commands/connect/funcs.go index e3ab753b9d..6761115140 100644 --- a/internal/cmd/commands/connect/funcs.go +++ b/internal/cmd/commands/connect/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/http.go b/internal/cmd/commands/connect/http.go index e2a6f5dc37..8aed5a38e1 100644 --- a/internal/cmd/commands/connect/http.go +++ b/internal/cmd/commands/connect/http.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/kube.go b/internal/cmd/commands/connect/kube.go index fe6984457b..4c9dd9629c 100644 --- a/internal/cmd/commands/connect/kube.go +++ b/internal/cmd/commands/connect/kube.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/mongo.go b/internal/cmd/commands/connect/mongo.go index 574812466a..8b8e0c8436 100644 --- a/internal/cmd/commands/connect/mongo.go +++ b/internal/cmd/commands/connect/mongo.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/mysql.go b/internal/cmd/commands/connect/mysql.go index ef7997dbf7..e61ed334c8 100644 --- a/internal/cmd/commands/connect/mysql.go +++ b/internal/cmd/commands/connect/mysql.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/postgres.go b/internal/cmd/commands/connect/postgres.go index 11ae2af8f7..b2488d6c8d 100644 --- a/internal/cmd/commands/connect/postgres.go +++ b/internal/cmd/commands/connect/postgres.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/rdp.go b/internal/cmd/commands/connect/rdp.go index 8dd7711313..d708c1ca7f 100644 --- a/internal/cmd/commands/connect/rdp.go +++ b/internal/cmd/commands/connect/rdp.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/redis.go b/internal/cmd/commands/connect/redis.go index c143f909d7..ff9b48d29c 100644 --- a/internal/cmd/commands/connect/redis.go +++ b/internal/cmd/commands/connect/redis.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/connect/ssh.go b/internal/cmd/commands/connect/ssh.go index 4b8e3a257b..205753c221 100644 --- a/internal/cmd/commands/connect/ssh.go +++ b/internal/cmd/commands/connect/ssh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/internal/cmd/commands/credentiallibrariescmd/credentiallibraries.gen.go b/internal/cmd/commands/credentiallibrariescmd/credentiallibraries.gen.go index b89173c798..615ac300ba 100644 --- a/internal/cmd/commands/credentiallibrariescmd/credentiallibraries.gen.go +++ b/internal/cmd/commands/credentiallibrariescmd/credentiallibraries.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibrariescmd diff --git a/internal/cmd/commands/credentiallibrariescmd/funcs.go b/internal/cmd/commands/credentiallibrariescmd/funcs.go index 0bcec2e735..a8c88f8bb9 100644 --- a/internal/cmd/commands/credentiallibrariescmd/funcs.go +++ b/internal/cmd/commands/credentiallibrariescmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibrariescmd diff --git a/internal/cmd/commands/credentiallibrariescmd/vault-generic_credentiallibraries.gen.go b/internal/cmd/commands/credentiallibrariescmd/vault-generic_credentiallibraries.gen.go index 14d91006d5..83626154eb 100644 --- a/internal/cmd/commands/credentiallibrariescmd/vault-generic_credentiallibraries.gen.go +++ b/internal/cmd/commands/credentiallibrariescmd/vault-generic_credentiallibraries.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibrariescmd diff --git a/internal/cmd/commands/credentiallibrariescmd/vault-generic_funcs.go b/internal/cmd/commands/credentiallibrariescmd/vault-generic_funcs.go index 468a068509..17115126ab 100644 --- a/internal/cmd/commands/credentiallibrariescmd/vault-generic_funcs.go +++ b/internal/cmd/commands/credentiallibrariescmd/vault-generic_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibrariescmd diff --git a/internal/cmd/commands/credentiallibrariescmd/vault-ldap_credentiallibraries.gen.go b/internal/cmd/commands/credentiallibrariescmd/vault-ldap_credentiallibraries.gen.go index f29e1eee1d..b81ff565de 100644 --- a/internal/cmd/commands/credentiallibrariescmd/vault-ldap_credentiallibraries.gen.go +++ b/internal/cmd/commands/credentiallibrariescmd/vault-ldap_credentiallibraries.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibrariescmd diff --git a/internal/cmd/commands/credentiallibrariescmd/vault-ldap_funcs.go b/internal/cmd/commands/credentiallibrariescmd/vault-ldap_funcs.go index 1610d43514..cd5e452d3e 100644 --- a/internal/cmd/commands/credentiallibrariescmd/vault-ldap_funcs.go +++ b/internal/cmd/commands/credentiallibrariescmd/vault-ldap_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibrariescmd diff --git a/internal/cmd/commands/credentiallibrariescmd/vault-ssh-certificate_credentiallibraries.gen.go b/internal/cmd/commands/credentiallibrariescmd/vault-ssh-certificate_credentiallibraries.gen.go index 7bad6fad98..704717f032 100644 --- a/internal/cmd/commands/credentiallibrariescmd/vault-ssh-certificate_credentiallibraries.gen.go +++ b/internal/cmd/commands/credentiallibrariescmd/vault-ssh-certificate_credentiallibraries.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibrariescmd diff --git a/internal/cmd/commands/credentiallibrariescmd/vault-ssh-certificate_funcs.go b/internal/cmd/commands/credentiallibrariescmd/vault-ssh-certificate_funcs.go index d4ff37d92b..c7691e8cfc 100644 --- a/internal/cmd/commands/credentiallibrariescmd/vault-ssh-certificate_funcs.go +++ b/internal/cmd/commands/credentiallibrariescmd/vault-ssh-certificate_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibrariescmd diff --git a/internal/cmd/commands/credentiallibrariescmd/vault_credentiallibraries.gen.go b/internal/cmd/commands/credentiallibrariescmd/vault_credentiallibraries.gen.go index 81dd2ebb79..9e10284c06 100644 --- a/internal/cmd/commands/credentiallibrariescmd/vault_credentiallibraries.gen.go +++ b/internal/cmd/commands/credentiallibrariescmd/vault_credentiallibraries.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibrariescmd diff --git a/internal/cmd/commands/credentiallibrariescmd/vault_funcs.go b/internal/cmd/commands/credentiallibrariescmd/vault_funcs.go index 901c3896a9..1aa587216b 100644 --- a/internal/cmd/commands/credentiallibrariescmd/vault_funcs.go +++ b/internal/cmd/commands/credentiallibrariescmd/vault_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibrariescmd diff --git a/internal/cmd/commands/credentialscmd/credentials.gen.go b/internal/cmd/commands/credentialscmd/credentials.gen.go index 0c500daef1..0a98742f9b 100644 --- a/internal/cmd/commands/credentialscmd/credentials.gen.go +++ b/internal/cmd/commands/credentialscmd/credentials.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/funcs.go b/internal/cmd/commands/credentialscmd/funcs.go index ab96100852..bf0efa56db 100644 --- a/internal/cmd/commands/credentialscmd/funcs.go +++ b/internal/cmd/commands/credentialscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/json_credentials.gen.go b/internal/cmd/commands/credentialscmd/json_credentials.gen.go index 906deb7ff8..3c3604b844 100644 --- a/internal/cmd/commands/credentialscmd/json_credentials.gen.go +++ b/internal/cmd/commands/credentialscmd/json_credentials.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/json_credentials_funcs.go b/internal/cmd/commands/credentialscmd/json_credentials_funcs.go index 188d65ec3b..41107b9d1f 100644 --- a/internal/cmd/commands/credentialscmd/json_credentials_funcs.go +++ b/internal/cmd/commands/credentialscmd/json_credentials_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/password_credentials.gen.go b/internal/cmd/commands/credentialscmd/password_credentials.gen.go index 8afa3f9a8d..24e4433c41 100644 --- a/internal/cmd/commands/credentialscmd/password_credentials.gen.go +++ b/internal/cmd/commands/credentialscmd/password_credentials.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/password_funcs.go b/internal/cmd/commands/credentialscmd/password_funcs.go index a9bfdcf235..0521d59d0d 100644 --- a/internal/cmd/commands/credentialscmd/password_funcs.go +++ b/internal/cmd/commands/credentialscmd/password_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/ssh-private-key_credentials.gen.go b/internal/cmd/commands/credentialscmd/ssh-private-key_credentials.gen.go index 559f75ec38..01f54a9005 100644 --- a/internal/cmd/commands/credentialscmd/ssh-private-key_credentials.gen.go +++ b/internal/cmd/commands/credentialscmd/ssh-private-key_credentials.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/ssh-private-key_funcs.go b/internal/cmd/commands/credentialscmd/ssh-private-key_funcs.go index 28ccd8af38..2e342345f1 100644 --- a/internal/cmd/commands/credentialscmd/ssh-private-key_funcs.go +++ b/internal/cmd/commands/credentialscmd/ssh-private-key_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/username-password-domain_credentials.gen.go b/internal/cmd/commands/credentialscmd/username-password-domain_credentials.gen.go index fbddcb2c4f..838caa5ede 100644 --- a/internal/cmd/commands/credentialscmd/username-password-domain_credentials.gen.go +++ b/internal/cmd/commands/credentialscmd/username-password-domain_credentials.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/username-password-domain_funcs.go b/internal/cmd/commands/credentialscmd/username-password-domain_funcs.go index 52d6a09b9c..4f68316fe5 100644 --- a/internal/cmd/commands/credentialscmd/username-password-domain_funcs.go +++ b/internal/cmd/commands/credentialscmd/username-password-domain_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/username-password_credentials.gen.go b/internal/cmd/commands/credentialscmd/username-password_credentials.gen.go index 2558fe1c4d..2e649bd6fd 100644 --- a/internal/cmd/commands/credentialscmd/username-password_credentials.gen.go +++ b/internal/cmd/commands/credentialscmd/username-password_credentials.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialscmd/username-password_funcs.go b/internal/cmd/commands/credentialscmd/username-password_funcs.go index 6bf391f541..76255769de 100644 --- a/internal/cmd/commands/credentialscmd/username-password_funcs.go +++ b/internal/cmd/commands/credentialscmd/username-password_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialscmd diff --git a/internal/cmd/commands/credentialstorescmd/credentialstores.gen.go b/internal/cmd/commands/credentialstorescmd/credentialstores.gen.go index c4943ba3a2..022e4561bc 100644 --- a/internal/cmd/commands/credentialstorescmd/credentialstores.gen.go +++ b/internal/cmd/commands/credentialstorescmd/credentialstores.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstorescmd diff --git a/internal/cmd/commands/credentialstorescmd/funcs.go b/internal/cmd/commands/credentialstorescmd/funcs.go index bd8aa19c7b..5017e11909 100644 --- a/internal/cmd/commands/credentialstorescmd/funcs.go +++ b/internal/cmd/commands/credentialstorescmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstorescmd diff --git a/internal/cmd/commands/credentialstorescmd/static_credentialstores.gen.go b/internal/cmd/commands/credentialstorescmd/static_credentialstores.gen.go index 5ef43ef4ce..2111597fdf 100644 --- a/internal/cmd/commands/credentialstorescmd/static_credentialstores.gen.go +++ b/internal/cmd/commands/credentialstorescmd/static_credentialstores.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstorescmd diff --git a/internal/cmd/commands/credentialstorescmd/static_funcs.go b/internal/cmd/commands/credentialstorescmd/static_funcs.go index d8fae4c5ed..bf2f613513 100644 --- a/internal/cmd/commands/credentialstorescmd/static_funcs.go +++ b/internal/cmd/commands/credentialstorescmd/static_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstorescmd diff --git a/internal/cmd/commands/credentialstorescmd/vault_credentialstores.gen.go b/internal/cmd/commands/credentialstorescmd/vault_credentialstores.gen.go index 258836705c..f573da1cde 100644 --- a/internal/cmd/commands/credentialstorescmd/vault_credentialstores.gen.go +++ b/internal/cmd/commands/credentialstorescmd/vault_credentialstores.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstorescmd diff --git a/internal/cmd/commands/credentialstorescmd/vault_funcs.go b/internal/cmd/commands/credentialstorescmd/vault_funcs.go index b8901dbccf..b7f93bb562 100644 --- a/internal/cmd/commands/credentialstorescmd/vault_funcs.go +++ b/internal/cmd/commands/credentialstorescmd/vault_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstorescmd diff --git a/internal/cmd/commands/database/database.go b/internal/cmd/commands/database/database.go index 129e77ce8f..0f150ad458 100644 --- a/internal/cmd/commands/database/database.go +++ b/internal/cmd/commands/database/database.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package database diff --git a/internal/cmd/commands/database/flags.go b/internal/cmd/commands/database/flags.go index a73754ac45..b1dae66bd2 100644 --- a/internal/cmd/commands/database/flags.go +++ b/internal/cmd/commands/database/flags.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package database diff --git a/internal/cmd/commands/database/flags_test.go b/internal/cmd/commands/database/flags_test.go index 4dd21b5d25..5c8a1f07f1 100644 --- a/internal/cmd/commands/database/flags_test.go +++ b/internal/cmd/commands/database/flags_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package database diff --git a/internal/cmd/commands/database/funcs.go b/internal/cmd/commands/database/funcs.go index 296220d334..94f3995baf 100644 --- a/internal/cmd/commands/database/funcs.go +++ b/internal/cmd/commands/database/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package database diff --git a/internal/cmd/commands/database/funcs_test.go b/internal/cmd/commands/database/funcs_test.go index 3f58650db3..a621e0749d 100644 --- a/internal/cmd/commands/database/funcs_test.go +++ b/internal/cmd/commands/database/funcs_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package database diff --git a/internal/cmd/commands/database/init.go b/internal/cmd/commands/database/init.go index 26e420ac63..b693ee199f 100644 --- a/internal/cmd/commands/database/init.go +++ b/internal/cmd/commands/database/init.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package database diff --git a/internal/cmd/commands/database/migrate.go b/internal/cmd/commands/database/migrate.go index 2c9129b14c..3bd22bc44c 100644 --- a/internal/cmd/commands/database/migrate.go +++ b/internal/cmd/commands/database/migrate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package database diff --git a/internal/cmd/commands/dev/dev.go b/internal/cmd/commands/dev/dev.go index 2512eb703f..ed3db765c9 100644 --- a/internal/cmd/commands/dev/dev.go +++ b/internal/cmd/commands/dev/dev.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package dev diff --git a/internal/cmd/commands/dev/flags_test.go b/internal/cmd/commands/dev/flags_test.go index e0fabbdc47..76156d65dd 100644 --- a/internal/cmd/commands/dev/flags_test.go +++ b/internal/cmd/commands/dev/flags_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package dev diff --git a/internal/cmd/commands/genericcmd/generic.go b/internal/cmd/commands/genericcmd/generic.go index fcf7c72757..24e5eebfb8 100644 --- a/internal/cmd/commands/genericcmd/generic.go +++ b/internal/cmd/commands/genericcmd/generic.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package genericcmd diff --git a/internal/cmd/commands/groupscmd/funcs.go b/internal/cmd/commands/groupscmd/funcs.go index f404f84308..bd22939864 100644 --- a/internal/cmd/commands/groupscmd/funcs.go +++ b/internal/cmd/commands/groupscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package groupscmd diff --git a/internal/cmd/commands/groupscmd/groups.gen.go b/internal/cmd/commands/groupscmd/groups.gen.go index e93694d396..c5bbacc2ea 100644 --- a/internal/cmd/commands/groupscmd/groups.gen.go +++ b/internal/cmd/commands/groupscmd/groups.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package groupscmd diff --git a/internal/cmd/commands/hostcatalogscmd/funcs.go b/internal/cmd/commands/hostcatalogscmd/funcs.go index 45d88e2f16..68f7640e24 100644 --- a/internal/cmd/commands/hostcatalogscmd/funcs.go +++ b/internal/cmd/commands/hostcatalogscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostcatalogscmd diff --git a/internal/cmd/commands/hostcatalogscmd/hostcatalogs.gen.go b/internal/cmd/commands/hostcatalogscmd/hostcatalogs.gen.go index 1605911280..198abf53d5 100644 --- a/internal/cmd/commands/hostcatalogscmd/hostcatalogs.gen.go +++ b/internal/cmd/commands/hostcatalogscmd/hostcatalogs.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostcatalogscmd diff --git a/internal/cmd/commands/hostcatalogscmd/plugin_funcs.go b/internal/cmd/commands/hostcatalogscmd/plugin_funcs.go index 6d5904852f..fbe85d0f42 100644 --- a/internal/cmd/commands/hostcatalogscmd/plugin_funcs.go +++ b/internal/cmd/commands/hostcatalogscmd/plugin_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostcatalogscmd diff --git a/internal/cmd/commands/hostcatalogscmd/plugin_hostcatalogs.gen.go b/internal/cmd/commands/hostcatalogscmd/plugin_hostcatalogs.gen.go index 0683819df0..69c1e265c1 100644 --- a/internal/cmd/commands/hostcatalogscmd/plugin_hostcatalogs.gen.go +++ b/internal/cmd/commands/hostcatalogscmd/plugin_hostcatalogs.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostcatalogscmd diff --git a/internal/cmd/commands/hostcatalogscmd/static_funcs.go b/internal/cmd/commands/hostcatalogscmd/static_funcs.go index 0a0591961c..1e0a38272e 100644 --- a/internal/cmd/commands/hostcatalogscmd/static_funcs.go +++ b/internal/cmd/commands/hostcatalogscmd/static_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostcatalogscmd diff --git a/internal/cmd/commands/hostcatalogscmd/static_hostcatalogs.gen.go b/internal/cmd/commands/hostcatalogscmd/static_hostcatalogs.gen.go index 2173da8e8a..841202bde5 100644 --- a/internal/cmd/commands/hostcatalogscmd/static_hostcatalogs.gen.go +++ b/internal/cmd/commands/hostcatalogscmd/static_hostcatalogs.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostcatalogscmd diff --git a/internal/cmd/commands/hostscmd/funcs.go b/internal/cmd/commands/hostscmd/funcs.go index db4439642e..a6425dba56 100644 --- a/internal/cmd/commands/hostscmd/funcs.go +++ b/internal/cmd/commands/hostscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostscmd diff --git a/internal/cmd/commands/hostscmd/hosts.gen.go b/internal/cmd/commands/hostscmd/hosts.gen.go index f4a74cca1f..8186276d7a 100644 --- a/internal/cmd/commands/hostscmd/hosts.gen.go +++ b/internal/cmd/commands/hostscmd/hosts.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostscmd diff --git a/internal/cmd/commands/hostscmd/static_funcs.go b/internal/cmd/commands/hostscmd/static_funcs.go index e1a2715df4..97568189e6 100644 --- a/internal/cmd/commands/hostscmd/static_funcs.go +++ b/internal/cmd/commands/hostscmd/static_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostscmd diff --git a/internal/cmd/commands/hostscmd/static_hosts.gen.go b/internal/cmd/commands/hostscmd/static_hosts.gen.go index 37ef40fbc3..63f3933da5 100644 --- a/internal/cmd/commands/hostscmd/static_hosts.gen.go +++ b/internal/cmd/commands/hostscmd/static_hosts.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostscmd diff --git a/internal/cmd/commands/hostsetscmd/funcs.go b/internal/cmd/commands/hostsetscmd/funcs.go index b0eb74a191..4f7effac8a 100644 --- a/internal/cmd/commands/hostsetscmd/funcs.go +++ b/internal/cmd/commands/hostsetscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostsetscmd diff --git a/internal/cmd/commands/hostsetscmd/hostsets.gen.go b/internal/cmd/commands/hostsetscmd/hostsets.gen.go index 153cfa9e60..f5177616fb 100644 --- a/internal/cmd/commands/hostsetscmd/hostsets.gen.go +++ b/internal/cmd/commands/hostsetscmd/hostsets.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostsetscmd diff --git a/internal/cmd/commands/hostsetscmd/plugin_funcs.go b/internal/cmd/commands/hostsetscmd/plugin_funcs.go index 73e667f39c..11c03f6d42 100644 --- a/internal/cmd/commands/hostsetscmd/plugin_funcs.go +++ b/internal/cmd/commands/hostsetscmd/plugin_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostsetscmd diff --git a/internal/cmd/commands/hostsetscmd/plugin_hostsets.gen.go b/internal/cmd/commands/hostsetscmd/plugin_hostsets.gen.go index afd4f26853..b037b4482e 100644 --- a/internal/cmd/commands/hostsetscmd/plugin_hostsets.gen.go +++ b/internal/cmd/commands/hostsetscmd/plugin_hostsets.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostsetscmd diff --git a/internal/cmd/commands/hostsetscmd/static_funcs.go b/internal/cmd/commands/hostsetscmd/static_funcs.go index 1ff96dbbd8..000dd60808 100644 --- a/internal/cmd/commands/hostsetscmd/static_funcs.go +++ b/internal/cmd/commands/hostsetscmd/static_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostsetscmd diff --git a/internal/cmd/commands/hostsetscmd/static_hostsets.gen.go b/internal/cmd/commands/hostsetscmd/static_hostsets.gen.go index 65460519bf..294818a6ba 100644 --- a/internal/cmd/commands/hostsetscmd/static_hostsets.gen.go +++ b/internal/cmd/commands/hostsetscmd/static_hostsets.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostsetscmd diff --git a/internal/cmd/commands/logout/logout.go b/internal/cmd/commands/logout/logout.go index f5d78ec372..62fbecaef0 100644 --- a/internal/cmd/commands/logout/logout.go +++ b/internal/cmd/commands/logout/logout.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package logout diff --git a/internal/cmd/commands/managedgroupscmd/funcs.go b/internal/cmd/commands/managedgroupscmd/funcs.go index f4dd851e60..f60a644f8c 100644 --- a/internal/cmd/commands/managedgroupscmd/funcs.go +++ b/internal/cmd/commands/managedgroupscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedgroupscmd diff --git a/internal/cmd/commands/managedgroupscmd/ldap_funcs.go b/internal/cmd/commands/managedgroupscmd/ldap_funcs.go index d60b03eb9b..c041498c6a 100644 --- a/internal/cmd/commands/managedgroupscmd/ldap_funcs.go +++ b/internal/cmd/commands/managedgroupscmd/ldap_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedgroupscmd diff --git a/internal/cmd/commands/managedgroupscmd/ldap_managedgroups.gen.go b/internal/cmd/commands/managedgroupscmd/ldap_managedgroups.gen.go index 4854e9b4cc..4807153e26 100644 --- a/internal/cmd/commands/managedgroupscmd/ldap_managedgroups.gen.go +++ b/internal/cmd/commands/managedgroupscmd/ldap_managedgroups.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedgroupscmd diff --git a/internal/cmd/commands/managedgroupscmd/managedgroups.gen.go b/internal/cmd/commands/managedgroupscmd/managedgroups.gen.go index 7e39d4909b..1608eb887a 100644 --- a/internal/cmd/commands/managedgroupscmd/managedgroups.gen.go +++ b/internal/cmd/commands/managedgroupscmd/managedgroups.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedgroupscmd diff --git a/internal/cmd/commands/managedgroupscmd/oidc_funcs.go b/internal/cmd/commands/managedgroupscmd/oidc_funcs.go index 1e48dc0fef..40fd9a983b 100644 --- a/internal/cmd/commands/managedgroupscmd/oidc_funcs.go +++ b/internal/cmd/commands/managedgroupscmd/oidc_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedgroupscmd diff --git a/internal/cmd/commands/managedgroupscmd/oidc_managedgroups.gen.go b/internal/cmd/commands/managedgroupscmd/oidc_managedgroups.gen.go index 36454a36ab..76b0d2ead8 100644 --- a/internal/cmd/commands/managedgroupscmd/oidc_managedgroups.gen.go +++ b/internal/cmd/commands/managedgroupscmd/oidc_managedgroups.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedgroupscmd diff --git a/internal/cmd/commands/policiescmd/funcs.go b/internal/cmd/commands/policiescmd/funcs.go index cb0360d54d..baed10e548 100644 --- a/internal/cmd/commands/policiescmd/funcs.go +++ b/internal/cmd/commands/policiescmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package policiescmd diff --git a/internal/cmd/commands/policiescmd/policies.gen.go b/internal/cmd/commands/policiescmd/policies.gen.go index b2192331ba..3b8fbdff1d 100644 --- a/internal/cmd/commands/policiescmd/policies.gen.go +++ b/internal/cmd/commands/policiescmd/policies.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package policiescmd diff --git a/internal/cmd/commands/policiescmd/storage_funcs.go b/internal/cmd/commands/policiescmd/storage_funcs.go index 3c872f174a..a0a3c294d6 100644 --- a/internal/cmd/commands/policiescmd/storage_funcs.go +++ b/internal/cmd/commands/policiescmd/storage_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package policiescmd diff --git a/internal/cmd/commands/policiescmd/storage_policies.gen.go b/internal/cmd/commands/policiescmd/storage_policies.gen.go index 02838e9813..ddd2158f3e 100644 --- a/internal/cmd/commands/policiescmd/storage_policies.gen.go +++ b/internal/cmd/commands/policiescmd/storage_policies.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package policiescmd diff --git a/internal/cmd/commands/rolescmd/funcs.go b/internal/cmd/commands/rolescmd/funcs.go index b3409986ba..fbb768be08 100644 --- a/internal/cmd/commands/rolescmd/funcs.go +++ b/internal/cmd/commands/rolescmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package rolescmd diff --git a/internal/cmd/commands/rolescmd/roles.gen.go b/internal/cmd/commands/rolescmd/roles.gen.go index 33102d6697..55383829fa 100644 --- a/internal/cmd/commands/rolescmd/roles.gen.go +++ b/internal/cmd/commands/rolescmd/roles.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package rolescmd diff --git a/internal/cmd/commands/scopescmd/destroy_key_version.go b/internal/cmd/commands/scopescmd/destroy_key_version.go index 16418c9a8e..6452a6d662 100644 --- a/internal/cmd/commands/scopescmd/destroy_key_version.go +++ b/internal/cmd/commands/scopescmd/destroy_key_version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopescmd diff --git a/internal/cmd/commands/scopescmd/funcs.go b/internal/cmd/commands/scopescmd/funcs.go index 1f0b412865..de1ec23db6 100644 --- a/internal/cmd/commands/scopescmd/funcs.go +++ b/internal/cmd/commands/scopescmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopescmd diff --git a/internal/cmd/commands/scopescmd/list_key_version_destruction_jobs.go b/internal/cmd/commands/scopescmd/list_key_version_destruction_jobs.go index e2c7d9be95..5cca285638 100644 --- a/internal/cmd/commands/scopescmd/list_key_version_destruction_jobs.go +++ b/internal/cmd/commands/scopescmd/list_key_version_destruction_jobs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopescmd diff --git a/internal/cmd/commands/scopescmd/list_keys.go b/internal/cmd/commands/scopescmd/list_keys.go index 4b9747a45d..1fa14dcd8d 100644 --- a/internal/cmd/commands/scopescmd/list_keys.go +++ b/internal/cmd/commands/scopescmd/list_keys.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopescmd diff --git a/internal/cmd/commands/scopescmd/rotate_keys.go b/internal/cmd/commands/scopescmd/rotate_keys.go index 9d8bccd00c..fc957dde39 100644 --- a/internal/cmd/commands/scopescmd/rotate_keys.go +++ b/internal/cmd/commands/scopescmd/rotate_keys.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopescmd diff --git a/internal/cmd/commands/scopescmd/scopes.gen.go b/internal/cmd/commands/scopescmd/scopes.gen.go index 79e31015da..6fdd2cb6a3 100644 --- a/internal/cmd/commands/scopescmd/scopes.gen.go +++ b/internal/cmd/commands/scopescmd/scopes.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopescmd diff --git a/internal/cmd/commands/server/controller_db_swap_test.go b/internal/cmd/commands/server/controller_db_swap_test.go index ad931b6147..cb04ae0d4d 100644 --- a/internal/cmd/commands/server/controller_db_swap_test.go +++ b/internal/cmd/commands/server/controller_db_swap_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/cmd/commands/server/controller_ratelimit_reload_test.go b/internal/cmd/commands/server/controller_ratelimit_reload_test.go index 327030c40a..e5177d38e1 100644 --- a/internal/cmd/commands/server/controller_ratelimit_reload_test.go +++ b/internal/cmd/commands/server/controller_ratelimit_reload_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/cmd/commands/server/listener_reload_test.go b/internal/cmd/commands/server/listener_reload_test.go index 2be857312b..10db35d1fe 100644 --- a/internal/cmd/commands/server/listener_reload_test.go +++ b/internal/cmd/commands/server/listener_reload_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !hsm diff --git a/internal/cmd/commands/server/server.go b/internal/cmd/commands/server/server.go index 4e89ebc12b..81e2dfdb35 100644 --- a/internal/cmd/commands/server/server.go +++ b/internal/cmd/commands/server/server.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/cmd/commands/server/server_test.go b/internal/cmd/commands/server/server_test.go index 6749372a58..98a07d004e 100644 --- a/internal/cmd/commands/server/server_test.go +++ b/internal/cmd/commands/server/server_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/cmd/commands/server/worker_initial_upstreams_reload_test.go b/internal/cmd/commands/server/worker_initial_upstreams_reload_test.go index 21d1fcef24..5e876d21aa 100644 --- a/internal/cmd/commands/server/worker_initial_upstreams_reload_test.go +++ b/internal/cmd/commands/server/worker_initial_upstreams_reload_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !hsm diff --git a/internal/cmd/commands/server/worker_shutdown_reload_test.go b/internal/cmd/commands/server/worker_shutdown_reload_test.go index ae920b11a8..0388d3e9eb 100644 --- a/internal/cmd/commands/server/worker_shutdown_reload_test.go +++ b/internal/cmd/commands/server/worker_shutdown_reload_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !hsm diff --git a/internal/cmd/commands/server/worker_tags_reload_test.go b/internal/cmd/commands/server/worker_tags_reload_test.go index 8b61f180fe..9575f578b1 100644 --- a/internal/cmd/commands/server/worker_tags_reload_test.go +++ b/internal/cmd/commands/server/worker_tags_reload_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !hsm diff --git a/internal/cmd/commands/sessionrecordingscmd/download.go b/internal/cmd/commands/sessionrecordingscmd/download.go index a27dd68402..7db6f74245 100644 --- a/internal/cmd/commands/sessionrecordingscmd/download.go +++ b/internal/cmd/commands/sessionrecordingscmd/download.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessionrecordingscmd diff --git a/internal/cmd/commands/sessionrecordingscmd/funcs.go b/internal/cmd/commands/sessionrecordingscmd/funcs.go index 684ce74e1c..6ca31ec605 100644 --- a/internal/cmd/commands/sessionrecordingscmd/funcs.go +++ b/internal/cmd/commands/sessionrecordingscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessionrecordingscmd diff --git a/internal/cmd/commands/sessionrecordingscmd/reapply_storage_policy.go b/internal/cmd/commands/sessionrecordingscmd/reapply_storage_policy.go index a271ace18f..18acba8ec8 100644 --- a/internal/cmd/commands/sessionrecordingscmd/reapply_storage_policy.go +++ b/internal/cmd/commands/sessionrecordingscmd/reapply_storage_policy.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessionrecordingscmd diff --git a/internal/cmd/commands/sessionrecordingscmd/sessionrecordings.gen.go b/internal/cmd/commands/sessionrecordingscmd/sessionrecordings.gen.go index 96b7ac33be..ede67c3fd4 100644 --- a/internal/cmd/commands/sessionrecordingscmd/sessionrecordings.gen.go +++ b/internal/cmd/commands/sessionrecordingscmd/sessionrecordings.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessionrecordingscmd diff --git a/internal/cmd/commands/sessionscmd/funcs.go b/internal/cmd/commands/sessionscmd/funcs.go index 23b0e5bbf9..7804c7f693 100644 --- a/internal/cmd/commands/sessionscmd/funcs.go +++ b/internal/cmd/commands/sessionscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessionscmd diff --git a/internal/cmd/commands/sessionscmd/sessions.gen.go b/internal/cmd/commands/sessionscmd/sessions.gen.go index 5a317c085e..6cf28cb4dd 100644 --- a/internal/cmd/commands/sessionscmd/sessions.gen.go +++ b/internal/cmd/commands/sessionscmd/sessions.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessionscmd diff --git a/internal/cmd/commands/storagebucketscmd/funcs.go b/internal/cmd/commands/storagebucketscmd/funcs.go index 65145b511d..c924955256 100644 --- a/internal/cmd/commands/storagebucketscmd/funcs.go +++ b/internal/cmd/commands/storagebucketscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storagebucketscmd diff --git a/internal/cmd/commands/storagebucketscmd/storagebuckets.gen.go b/internal/cmd/commands/storagebucketscmd/storagebuckets.gen.go index d1d18787c8..aabd0e304e 100644 --- a/internal/cmd/commands/storagebucketscmd/storagebuckets.gen.go +++ b/internal/cmd/commands/storagebucketscmd/storagebuckets.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storagebucketscmd diff --git a/internal/cmd/commands/targetscmd/funcs.go b/internal/cmd/commands/targetscmd/funcs.go index 24fff2e07c..9eca30898f 100644 --- a/internal/cmd/commands/targetscmd/funcs.go +++ b/internal/cmd/commands/targetscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targetscmd diff --git a/internal/cmd/commands/targetscmd/rdp_funcs.go b/internal/cmd/commands/targetscmd/rdp_funcs.go index f4e83cbc96..9b2d0e24e2 100644 --- a/internal/cmd/commands/targetscmd/rdp_funcs.go +++ b/internal/cmd/commands/targetscmd/rdp_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targetscmd diff --git a/internal/cmd/commands/targetscmd/rdp_targets.gen.go b/internal/cmd/commands/targetscmd/rdp_targets.gen.go index 9683f5deb8..fc16b5a0ad 100644 --- a/internal/cmd/commands/targetscmd/rdp_targets.gen.go +++ b/internal/cmd/commands/targetscmd/rdp_targets.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targetscmd diff --git a/internal/cmd/commands/targetscmd/ssh_funcs.go b/internal/cmd/commands/targetscmd/ssh_funcs.go index 49701c3658..5c05bf1cfb 100644 --- a/internal/cmd/commands/targetscmd/ssh_funcs.go +++ b/internal/cmd/commands/targetscmd/ssh_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targetscmd diff --git a/internal/cmd/commands/targetscmd/ssh_targets.gen.go b/internal/cmd/commands/targetscmd/ssh_targets.gen.go index a4c90bcafc..cb62cb0466 100644 --- a/internal/cmd/commands/targetscmd/ssh_targets.gen.go +++ b/internal/cmd/commands/targetscmd/ssh_targets.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targetscmd diff --git a/internal/cmd/commands/targetscmd/targets.gen.go b/internal/cmd/commands/targetscmd/targets.gen.go index fc76e0958a..476b47760d 100644 --- a/internal/cmd/commands/targetscmd/targets.gen.go +++ b/internal/cmd/commands/targetscmd/targets.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targetscmd diff --git a/internal/cmd/commands/targetscmd/tcp_funcs.go b/internal/cmd/commands/targetscmd/tcp_funcs.go index 0c600239aa..73cab7c23c 100644 --- a/internal/cmd/commands/targetscmd/tcp_funcs.go +++ b/internal/cmd/commands/targetscmd/tcp_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targetscmd diff --git a/internal/cmd/commands/targetscmd/tcp_targets.gen.go b/internal/cmd/commands/targetscmd/tcp_targets.gen.go index 5ea0dedf70..70d8fbab1c 100644 --- a/internal/cmd/commands/targetscmd/tcp_targets.gen.go +++ b/internal/cmd/commands/targetscmd/tcp_targets.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targetscmd diff --git a/internal/cmd/commands/unsupported/unsupported.go b/internal/cmd/commands/unsupported/unsupported.go index 3ab2882a18..c5b0b4227f 100644 --- a/internal/cmd/commands/unsupported/unsupported.go +++ b/internal/cmd/commands/unsupported/unsupported.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package unsupported diff --git a/internal/cmd/commands/userscmd/funcs.go b/internal/cmd/commands/userscmd/funcs.go index d7e96f1b28..07eaba875a 100644 --- a/internal/cmd/commands/userscmd/funcs.go +++ b/internal/cmd/commands/userscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package userscmd diff --git a/internal/cmd/commands/userscmd/users.gen.go b/internal/cmd/commands/userscmd/users.gen.go index bd5eb66496..97d3efb145 100644 --- a/internal/cmd/commands/userscmd/users.gen.go +++ b/internal/cmd/commands/userscmd/users.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package userscmd diff --git a/internal/cmd/commands/version/version.go b/internal/cmd/commands/version/version.go index 40181116d8..498c80fc9f 100644 --- a/internal/cmd/commands/version/version.go +++ b/internal/cmd/commands/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/internal/cmd/commands/workerscmd/certificate-authority.go b/internal/cmd/commands/workerscmd/certificate-authority.go index 0604bce9b5..5fa2901c26 100644 --- a/internal/cmd/commands/workerscmd/certificate-authority.go +++ b/internal/cmd/commands/workerscmd/certificate-authority.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workerscmd diff --git a/internal/cmd/commands/workerscmd/controller-led_funcs.go b/internal/cmd/commands/workerscmd/controller-led_funcs.go index b34a65f4da..05e506ba5d 100644 --- a/internal/cmd/commands/workerscmd/controller-led_funcs.go +++ b/internal/cmd/commands/workerscmd/controller-led_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workerscmd diff --git a/internal/cmd/commands/workerscmd/controller-led_workers.gen.go b/internal/cmd/commands/workerscmd/controller-led_workers.gen.go index 71a735e40d..4c95a04265 100644 --- a/internal/cmd/commands/workerscmd/controller-led_workers.gen.go +++ b/internal/cmd/commands/workerscmd/controller-led_workers.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workerscmd diff --git a/internal/cmd/commands/workerscmd/funcs.go b/internal/cmd/commands/workerscmd/funcs.go index fa82c64dca..40c929d229 100644 --- a/internal/cmd/commands/workerscmd/funcs.go +++ b/internal/cmd/commands/workerscmd/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workerscmd diff --git a/internal/cmd/commands/workerscmd/worker-led_funcs.go b/internal/cmd/commands/workerscmd/worker-led_funcs.go index 8ddcba08be..d78d5acdd2 100644 --- a/internal/cmd/commands/workerscmd/worker-led_funcs.go +++ b/internal/cmd/commands/workerscmd/worker-led_funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workerscmd diff --git a/internal/cmd/commands/workerscmd/worker-led_workers.gen.go b/internal/cmd/commands/workerscmd/worker-led_workers.gen.go index 7192b0e11a..c9d599544f 100644 --- a/internal/cmd/commands/workerscmd/worker-led_workers.gen.go +++ b/internal/cmd/commands/workerscmd/worker-led_workers.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workerscmd diff --git a/internal/cmd/commands/workerscmd/workers.gen.go b/internal/cmd/commands/workerscmd/workers.gen.go index d76b652fb8..9c74790560 100644 --- a/internal/cmd/commands/workerscmd/workers.gen.go +++ b/internal/cmd/commands/workerscmd/workers.gen.go @@ -1,5 +1,5 @@ // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workerscmd diff --git a/internal/cmd/commands_nonwindows.go b/internal/cmd/commands_nonwindows.go index 2ca8a21daa..eca5231198 100644 --- a/internal/cmd/commands_nonwindows.go +++ b/internal/cmd/commands_nonwindows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !windows diff --git a/internal/cmd/commands_windows.go b/internal/cmd/commands_windows.go index 271b6e0fad..3e28680113 100644 --- a/internal/cmd/commands_windows.go +++ b/internal/cmd/commands_windows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cmd diff --git a/internal/cmd/common/flags.go b/internal/cmd/common/flags.go index b6e0f435bf..b82ac8c92b 100644 --- a/internal/cmd/common/flags.go +++ b/internal/cmd/common/flags.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/cmd/common/flags_test.go b/internal/cmd/common/flags_test.go index bd8071df5f..61b9502064 100644 --- a/internal/cmd/common/flags_test.go +++ b/internal/cmd/common/flags_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/cmd/common/help.go b/internal/cmd/common/help.go index 47e13fdb22..18092ceb2b 100644 --- a/internal/cmd/common/help.go +++ b/internal/cmd/common/help.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/cmd/config/config.go b/internal/cmd/config/config.go index c2eb55e9e6..691c6642fe 100644 --- a/internal/cmd/config/config.go +++ b/internal/cmd/config/config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/cmd/config/config_load_test.go b/internal/cmd/config/config_load_test.go index 5c75a7ce49..9c3e7c3350 100644 --- a/internal/cmd/config/config_load_test.go +++ b/internal/cmd/config/config_load_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package config_test diff --git a/internal/cmd/config/config_test.go b/internal/cmd/config/config_test.go index 143a02495f..6806fb192c 100644 --- a/internal/cmd/config/config_test.go +++ b/internal/cmd/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package config diff --git a/internal/cmd/config/options.go b/internal/cmd/config/options.go index 77232f28e7..32a33e56ae 100644 --- a/internal/cmd/config/options.go +++ b/internal/cmd/config/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 package config diff --git a/internal/cmd/config/testdata/TestLoad/MultiFile/00-controller.hcl b/internal/cmd/config/testdata/TestLoad/MultiFile/00-controller.hcl index 0c05fe9591..ad36827fca 100644 --- a/internal/cmd/config/testdata/TestLoad/MultiFile/00-controller.hcl +++ b/internal/cmd/config/testdata/TestLoad/MultiFile/00-controller.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/internal/cmd/config/testdata/TestLoad/MultiFile/01-worker.hcl b/internal/cmd/config/testdata/TestLoad/MultiFile/01-worker.hcl index cabb3d43a3..0be19947ff 100644 --- a/internal/cmd/config/testdata/TestLoad/MultiFile/01-worker.hcl +++ b/internal/cmd/config/testdata/TestLoad/MultiFile/01-worker.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 worker { diff --git a/internal/cmd/config/testdata/TestLoad/MultiFile/02-kms.hcl b/internal/cmd/config/testdata/TestLoad/MultiFile/02-kms.hcl index 5b25507684..30102fd1fc 100644 --- a/internal/cmd/config/testdata/TestLoad/MultiFile/02-kms.hcl +++ b/internal/cmd/config/testdata/TestLoad/MultiFile/02-kms.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 kms "aead" { diff --git a/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/00-controller.hcl b/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/00-controller.hcl index f2f5b288fe..35bd3c8b83 100644 --- a/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/00-controller.hcl +++ b/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/00-controller.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/01-controller-duplicated.hcl b/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/01-controller-duplicated.hcl index a6b61186fd..45717b18f2 100644 --- a/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/01-controller-duplicated.hcl +++ b/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/01-controller-duplicated.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 controller { diff --git a/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/01-worker.hcl b/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/01-worker.hcl index cabb3d43a3..0be19947ff 100644 --- a/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/01-worker.hcl +++ b/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/01-worker.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 worker { diff --git a/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/02-kms.hcl b/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/02-kms.hcl index 5b25507684..30102fd1fc 100644 --- a/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/02-kms.hcl +++ b/internal/cmd/config/testdata/TestLoad/MultiFileDuplicateStanza/02-kms.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 kms "aead" { diff --git a/internal/cmd/config/testdata/TestLoad/MultiFileMix/00-controller.hcl b/internal/cmd/config/testdata/TestLoad/MultiFileMix/00-controller.hcl index 0c05fe9591..ad36827fca 100644 --- a/internal/cmd/config/testdata/TestLoad/MultiFileMix/00-controller.hcl +++ b/internal/cmd/config/testdata/TestLoad/MultiFileMix/00-controller.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/internal/cmd/config/testdata/TestLoad/MultiFileMix/03-kms.hcl b/internal/cmd/config/testdata/TestLoad/MultiFileMix/03-kms.hcl index 5b25507684..30102fd1fc 100644 --- a/internal/cmd/config/testdata/TestLoad/MultiFileMix/03-kms.hcl +++ b/internal/cmd/config/testdata/TestLoad/MultiFileMix/03-kms.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 kms "aead" { diff --git a/internal/cmd/config/testdata/TestLoad/SingleFile/config.hcl b/internal/cmd/config/testdata/TestLoad/SingleFile/config.hcl index 575a39e90a..b36899033f 100644 --- a/internal/cmd/config/testdata/TestLoad/SingleFile/config.hcl +++ b/internal/cmd/config/testdata/TestLoad/SingleFile/config.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/internal/cmd/gencli/input.go b/internal/cmd/gencli/input.go index ed947a440b..5b9a99021c 100644 --- a/internal/cmd/gencli/input.go +++ b/internal/cmd/gencli/input.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/internal/cmd/gencli/main.go b/internal/cmd/gencli/main.go index 591ca96344..0a51b71b06 100644 --- a/internal/cmd/gencli/main.go +++ b/internal/cmd/gencli/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/internal/cmd/gencli/templates.go b/internal/cmd/gencli/templates.go index 897fccb266..287cfc5584 100644 --- a/internal/cmd/gencli/templates.go +++ b/internal/cmd/gencli/templates.go @@ -83,7 +83,7 @@ var cmdTemplate = template.Must(template.New("").Funcs( }, ).Parse(`{{ $input := . }} // Code generated by "make cli"; DO NOT EDIT. -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package {{ .Pkg }}cmd diff --git a/internal/cmd/main.go b/internal/cmd/main.go index a0d231f11f..e1b9d27553 100644 --- a/internal/cmd/main.go +++ b/internal/cmd/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cmd diff --git a/internal/cmd/main_test.go b/internal/cmd/main_test.go index 391b8bf440..3156701df0 100644 --- a/internal/cmd/main_test.go +++ b/internal/cmd/main_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cmd diff --git a/internal/cmd/ops/server.go b/internal/cmd/ops/server.go index 6b7f919ecf..ca1087ba60 100644 --- a/internal/cmd/ops/server.go +++ b/internal/cmd/ops/server.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package ops encapsulates the lifecycle of Boundary's ops-purpose listeners diff --git a/internal/cmd/ops/server_test.go b/internal/cmd/ops/server_test.go index cdc9991915..800c4f2152 100644 --- a/internal/cmd/ops/server_test.go +++ b/internal/cmd/ops/server_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ops diff --git a/internal/cmd/search_cmd_darwin.go b/internal/cmd/search_cmd_darwin.go index 4fff8902a3..00e89c8884 100644 --- a/internal/cmd/search_cmd_darwin.go +++ b/internal/cmd/search_cmd_darwin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cmd diff --git a/internal/cmd/search_cmd_freebsd.go b/internal/cmd/search_cmd_freebsd.go index 33523fa9ae..f636305ed3 100644 --- a/internal/cmd/search_cmd_freebsd.go +++ b/internal/cmd/search_cmd_freebsd.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build amd64 || arm64 diff --git a/internal/cmd/search_cmd_linux.go b/internal/cmd/search_cmd_linux.go index 4fff8902a3..00e89c8884 100644 --- a/internal/cmd/search_cmd_linux.go +++ b/internal/cmd/search_cmd_linux.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cmd diff --git a/internal/cmd/search_cmd_windows.go b/internal/cmd/search_cmd_windows.go index 33523fa9ae..f636305ed3 100644 --- a/internal/cmd/search_cmd_windows.go +++ b/internal/cmd/search_cmd_windows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build amd64 || arm64 diff --git a/internal/cmd/wrapper/command_wrapper.go b/internal/cmd/wrapper/command_wrapper.go index ed6f38280c..2bd6b2e282 100644 --- a/internal/cmd/wrapper/command_wrapper.go +++ b/internal/cmd/wrapper/command_wrapper.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package wrapper diff --git a/internal/cmd/wrapper/deprecation_wrapper.go b/internal/cmd/wrapper/deprecation_wrapper.go index 5ce5153fe0..41f90604ec 100644 --- a/internal/cmd/wrapper/deprecation_wrapper.go +++ b/internal/cmd/wrapper/deprecation_wrapper.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package wrapper diff --git a/internal/credential/credential.go b/internal/credential/credential.go index db0338d0bc..4306df2500 100644 --- a/internal/credential/credential.go +++ b/internal/credential/credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package credential defines interfaces shared by other packages that diff --git a/internal/credential/options.go b/internal/credential/options.go index 04671f7764..eaae550673 100644 --- a/internal/credential/options.go +++ b/internal/credential/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/options_test.go b/internal/credential/options_test.go index 27d86aede7..27abf60557 100644 --- a/internal/credential/options_test.go +++ b/internal/credential/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/public_ids.go b/internal/credential/public_ids.go index 16ae332e67..ccf389ffd2 100644 --- a/internal/credential/public_ids.go +++ b/internal/credential/public_ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/query.go b/internal/credential/query.go index 99ff0eda7b..ffac97ed5a 100644 --- a/internal/credential/query.go +++ b/internal/credential/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/redact.go b/internal/credential/redact.go index ed2e8e12ea..7fc5823f0f 100644 --- a/internal/credential/redact.go +++ b/internal/credential/redact.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/redact_test.go b/internal/credential/redact_test.go index ab13cc9c82..a3d1140e56 100644 --- a/internal/credential/redact_test.go +++ b/internal/credential/redact_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/registry.go b/internal/credential/registry.go index d261becf10..815dbe7c05 100644 --- a/internal/credential/registry.go +++ b/internal/credential/registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/repository_store.go b/internal/credential/repository_store.go index 89cd6048f2..6e032a9c99 100644 --- a/internal/credential/repository_store.go +++ b/internal/credential/repository_store.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/repository_store_test.go b/internal/credential/repository_store_test.go index d3ca52487a..ce294c83f3 100644 --- a/internal/credential/repository_store_test.go +++ b/internal/credential/repository_store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential_test diff --git a/internal/credential/service_list_credentials.go b/internal/credential/service_list_credentials.go index ab98121389..84e5393a71 100644 --- a/internal/credential/service_list_credentials.go +++ b/internal/credential/service_list_credentials.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_credentials_ext_test.go b/internal/credential/service_list_credentials_ext_test.go index 1c73a7881d..14832f2ed5 100644 --- a/internal/credential/service_list_credentials_ext_test.go +++ b/internal/credential/service_list_credentials_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential_test diff --git a/internal/credential/service_list_credentials_page.go b/internal/credential/service_list_credentials_page.go index 2ea49fc767..831d281c5e 100644 --- a/internal/credential/service_list_credentials_page.go +++ b/internal/credential/service_list_credentials_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_credentials_refresh.go b/internal/credential/service_list_credentials_refresh.go index 32b5e97e4f..f2d6fa907d 100644 --- a/internal/credential/service_list_credentials_refresh.go +++ b/internal/credential/service_list_credentials_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_credentials_refresh_page.go b/internal/credential/service_list_credentials_refresh_page.go index 3f631a1fbc..e938bd1d2f 100644 --- a/internal/credential/service_list_credentials_refresh_page.go +++ b/internal/credential/service_list_credentials_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_libraries.go b/internal/credential/service_list_libraries.go index 831c169a5d..308f624903 100644 --- a/internal/credential/service_list_libraries.go +++ b/internal/credential/service_list_libraries.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_libraries_ext_test.go b/internal/credential/service_list_libraries_ext_test.go index 4d5c46e523..522359a5d5 100644 --- a/internal/credential/service_list_libraries_ext_test.go +++ b/internal/credential/service_list_libraries_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential_test diff --git a/internal/credential/service_list_libraries_page.go b/internal/credential/service_list_libraries_page.go index 9e5f4b9f0c..47ebe84456 100644 --- a/internal/credential/service_list_libraries_page.go +++ b/internal/credential/service_list_libraries_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_libraries_refresh.go b/internal/credential/service_list_libraries_refresh.go index a30552cc15..279ecf47ce 100644 --- a/internal/credential/service_list_libraries_refresh.go +++ b/internal/credential/service_list_libraries_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_libraries_refresh_page.go b/internal/credential/service_list_libraries_refresh_page.go index a494ad34d4..91da2e19c9 100644 --- a/internal/credential/service_list_libraries_refresh_page.go +++ b/internal/credential/service_list_libraries_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_stores.go b/internal/credential/service_list_stores.go index ef11877bea..61539ff45a 100644 --- a/internal/credential/service_list_stores.go +++ b/internal/credential/service_list_stores.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_stores_ext_test.go b/internal/credential/service_list_stores_ext_test.go index 5b43690859..ec8d778f34 100644 --- a/internal/credential/service_list_stores_ext_test.go +++ b/internal/credential/service_list_stores_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential_test diff --git a/internal/credential/service_list_stores_page.go b/internal/credential/service_list_stores_page.go index e21dec25a4..4e40b5a047 100644 --- a/internal/credential/service_list_stores_page.go +++ b/internal/credential/service_list_stores_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_stores_refresh.go b/internal/credential/service_list_stores_refresh.go index c0afb6602d..f9db8b9fa7 100644 --- a/internal/credential/service_list_stores_refresh.go +++ b/internal/credential/service_list_stores_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/service_list_stores_refresh_page.go b/internal/credential/service_list_stores_refresh_page.go index 179d0bcb21..60fa9b5c71 100644 --- a/internal/credential/service_list_stores_refresh_page.go +++ b/internal/credential/service_list_stores_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/static/credential.go b/internal/credential/static/credential.go index 6074afde31..542fe12820 100644 --- a/internal/credential/static/credential.go +++ b/internal/credential/static/credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/credential_store.go b/internal/credential/static/credential_store.go index 4bc61505af..f755bbdbac 100644 --- a/internal/credential/static/credential_store.go +++ b/internal/credential/static/credential_store.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/credential_store_test.go b/internal/credential/static/credential_store_test.go index 40b57da0c5..a38b4ac7d6 100644 --- a/internal/credential/static/credential_store_test.go +++ b/internal/credential/static/credential_store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/doc.go b/internal/credential/static/doc.go index a29b70c2f5..c24d5e82a7 100644 --- a/internal/credential/static/doc.go +++ b/internal/credential/static/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package static implements a credential store for static credentials. diff --git a/internal/credential/static/fields.go b/internal/credential/static/fields.go index a5ab367e5a..85db90fc0e 100644 --- a/internal/credential/static/fields.go +++ b/internal/credential/static/fields.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/json_credential.go b/internal/credential/static/json_credential.go index fd9cec6faa..cc637b257d 100644 --- a/internal/credential/static/json_credential.go +++ b/internal/credential/static/json_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/json_credential_test.go b/internal/credential/static/json_credential_test.go index 202ee3c443..e94e44e00a 100644 --- a/internal/credential/static/json_credential_test.go +++ b/internal/credential/static/json_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/options.go b/internal/credential/static/options.go index a551c8bd0f..abcd35b094 100644 --- a/internal/credential/static/options.go +++ b/internal/credential/static/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/options_test.go b/internal/credential/static/options_test.go index bd28cd0d08..2793ede285 100644 --- a/internal/credential/static/options_test.go +++ b/internal/credential/static/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/password_credential.go b/internal/credential/static/password_credential.go index fd93f540b1..2e168a5760 100644 --- a/internal/credential/static/password_credential.go +++ b/internal/credential/static/password_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/password_credential_test.go b/internal/credential/static/password_credential_test.go index 3ac45f4880..64835d43f7 100644 --- a/internal/credential/static/password_credential_test.go +++ b/internal/credential/static/password_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/public_ids.go b/internal/credential/static/public_ids.go index 36d3de8ded..858ee8d016 100644 --- a/internal/credential/static/public_ids.go +++ b/internal/credential/static/public_ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/query.go b/internal/credential/static/query.go index 4390bfa8e1..9c8a8e48b6 100644 --- a/internal/credential/static/query.go +++ b/internal/credential/static/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/register.go b/internal/credential/static/register.go index 7b24d12923..7e5e34eec8 100644 --- a/internal/credential/static/register.go +++ b/internal/credential/static/register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/repository.go b/internal/credential/static/repository.go index 9f3cd25caa..3e9cb71ef3 100644 --- a/internal/credential/static/repository.go +++ b/internal/credential/static/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/repository_credential.go b/internal/credential/static/repository_credential.go index 3867af9f06..58a996ea67 100644 --- a/internal/credential/static/repository_credential.go +++ b/internal/credential/static/repository_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/repository_credential_store.go b/internal/credential/static/repository_credential_store.go index ddb3b1b64e..3b70fc3927 100644 --- a/internal/credential/static/repository_credential_store.go +++ b/internal/credential/static/repository_credential_store.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/repository_credential_store_test.go b/internal/credential/static/repository_credential_store_test.go index 05cbd5343b..8b3e8ef2fc 100644 --- a/internal/credential/static/repository_credential_store_test.go +++ b/internal/credential/static/repository_credential_store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/repository_credential_test.go b/internal/credential/static/repository_credential_test.go index 90a0ad74e8..4e6789acc7 100644 --- a/internal/credential/static/repository_credential_test.go +++ b/internal/credential/static/repository_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/repository_credentials.go b/internal/credential/static/repository_credentials.go index 1f29568278..bec66e4a11 100644 --- a/internal/credential/static/repository_credentials.go +++ b/internal/credential/static/repository_credentials.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/repository_credentials_test.go b/internal/credential/static/repository_credentials_test.go index 9841031a85..008fd781c6 100644 --- a/internal/credential/static/repository_credentials_test.go +++ b/internal/credential/static/repository_credentials_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/repository_test.go b/internal/credential/static/repository_test.go index 1872f9cd9f..27da668da4 100644 --- a/internal/credential/static/repository_test.go +++ b/internal/credential/static/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/rewrapping.go b/internal/credential/static/rewrapping.go index 446e38517d..344a8d5abf 100644 --- a/internal/credential/static/rewrapping.go +++ b/internal/credential/static/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/rewrapping_test.go b/internal/credential/static/rewrapping_test.go index 4fe4081304..371ba5e5cc 100644 --- a/internal/credential/static/rewrapping_test.go +++ b/internal/credential/static/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/ssh_private_key_credential.go b/internal/credential/static/ssh_private_key_credential.go index a83186bee4..6b212b151e 100644 --- a/internal/credential/static/ssh_private_key_credential.go +++ b/internal/credential/static/ssh_private_key_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/ssh_private_key_credential_test.go b/internal/credential/static/ssh_private_key_credential_test.go index 6a0a92c898..04c2fbefb9 100644 --- a/internal/credential/static/ssh_private_key_credential_test.go +++ b/internal/credential/static/ssh_private_key_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/store/static.pb.go b/internal/credential/static/store/static.pb.go index b4f50c6cb2..6b1af549f4 100644 --- a/internal/credential/static/store/static.pb.go +++ b/internal/credential/static/store/static.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/credential/static/testing.go b/internal/credential/static/testing.go index 6baeab61fb..128b4c5c36 100644 --- a/internal/credential/static/testing.go +++ b/internal/credential/static/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/testing_test.go b/internal/credential/static/testing_test.go index 4cff6dfe97..370e00a0bb 100644 --- a/internal/credential/static/testing_test.go +++ b/internal/credential/static/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/usernamepassword_credential.go b/internal/credential/static/usernamepassword_credential.go index b4abe76c37..56bdc5c243 100644 --- a/internal/credential/static/usernamepassword_credential.go +++ b/internal/credential/static/usernamepassword_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/usernamepassword_credential_test.go b/internal/credential/static/usernamepassword_credential_test.go index 3f4aef1895..871f3bd453 100644 --- a/internal/credential/static/usernamepassword_credential_test.go +++ b/internal/credential/static/usernamepassword_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/usernamepassworddomain_credential.go b/internal/credential/static/usernamepassworddomain_credential.go index 1a6cdb7b67..f97a2ac947 100644 --- a/internal/credential/static/usernamepassworddomain_credential.go +++ b/internal/credential/static/usernamepassworddomain_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/static/usernamepassworddomain_credential_test.go b/internal/credential/static/usernamepassworddomain_credential_test.go index 5215b2dd1c..1c594a4634 100644 --- a/internal/credential/static/usernamepassworddomain_credential_test.go +++ b/internal/credential/static/usernamepassworddomain_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/credential/store.go b/internal/credential/store.go index f9e9a5ddc4..eb3f686d66 100644 --- a/internal/credential/store.go +++ b/internal/credential/store.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credential diff --git a/internal/credential/store/credential.pb.go b/internal/credential/store/credential.pb.go index e0dcc6ead2..9cf901aae2 100644 --- a/internal/credential/store/credential.pb.go +++ b/internal/credential/store/credential.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/credential/vault/client_certificate.go b/internal/credential/vault/client_certificate.go index d89250dd69..3bf96190e9 100644 --- a/internal/credential/vault/client_certificate.go +++ b/internal/credential/vault/client_certificate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/client_certificate_test.go b/internal/credential/vault/client_certificate_test.go index f685e77646..4751edd474 100644 --- a/internal/credential/vault/client_certificate_test.go +++ b/internal/credential/vault/client_certificate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/credential.go b/internal/credential/vault/credential.go index d99b1dfe2b..085b239e70 100644 --- a/internal/credential/vault/credential.go +++ b/internal/credential/vault/credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/credential_library.go b/internal/credential/vault/credential_library.go index 6d97df2a14..41fbd3ebb5 100644 --- a/internal/credential/vault/credential_library.go +++ b/internal/credential/vault/credential_library.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/credential_library_test.go b/internal/credential/vault/credential_library_test.go index ef89a50264..9f647bac3b 100644 --- a/internal/credential/vault/credential_library_test.go +++ b/internal/credential/vault/credential_library_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/credential_store.go b/internal/credential/vault/credential_store.go index fe9eba4a5c..c979a95b31 100644 --- a/internal/credential/vault/credential_store.go +++ b/internal/credential/vault/credential_store.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/credential_store_test.go b/internal/credential/vault/credential_store_test.go index 2b3b98526e..6dc627d8dc 100644 --- a/internal/credential/vault/credential_store_test.go +++ b/internal/credential/vault/credential_store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/credential_test.go b/internal/credential/vault/credential_test.go index 769986ada3..3a22b57591 100644 --- a/internal/credential/vault/credential_test.go +++ b/internal/credential/vault/credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/doc.go b/internal/credential/vault/doc.go index 556ae12a80..37972f9145 100644 --- a/internal/credential/vault/doc.go +++ b/internal/credential/vault/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package vault provides access to credentials retrieved from a Vault diff --git a/internal/credential/vault/docker.go b/internal/credential/vault/docker.go index 51fa6de2cb..1a8ca03a2e 100644 --- a/internal/credential/vault/docker.go +++ b/internal/credential/vault/docker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/fields.go b/internal/credential/vault/fields.go index 38a17e36de..4c58a72cb7 100644 --- a/internal/credential/vault/fields.go +++ b/internal/credential/vault/fields.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/internal/password/doc.go b/internal/credential/vault/internal/password/doc.go index 0966e8f834..746f2770e8 100644 --- a/internal/credential/vault/internal/password/doc.go +++ b/internal/credential/vault/internal/password/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package password provides access to the password diff --git a/internal/credential/vault/internal/password/password.go b/internal/credential/vault/internal/password/password.go index 4291be6769..af68aea091 100644 --- a/internal/credential/vault/internal/password/password.go +++ b/internal/credential/vault/internal/password/password.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/credential/vault/internal/password/password_test.go b/internal/credential/vault/internal/password/password_test.go index bfb974b288..a9394877c8 100644 --- a/internal/credential/vault/internal/password/password_test.go +++ b/internal/credential/vault/internal/password/password_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package password diff --git a/internal/credential/vault/internal/sshprivatekey/doc.go b/internal/credential/vault/internal/sshprivatekey/doc.go index 6ac32baa48..40d76e84fb 100644 --- a/internal/credential/vault/internal/sshprivatekey/doc.go +++ b/internal/credential/vault/internal/sshprivatekey/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package sshprivatekey provides access to the username and ssh private key diff --git a/internal/credential/vault/internal/sshprivatekey/sshprivatekey.go b/internal/credential/vault/internal/sshprivatekey/sshprivatekey.go index 6996036ca8..b058117fb5 100644 --- a/internal/credential/vault/internal/sshprivatekey/sshprivatekey.go +++ b/internal/credential/vault/internal/sshprivatekey/sshprivatekey.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sshprivatekey diff --git a/internal/credential/vault/internal/sshprivatekey/sshprivatekey_test.go b/internal/credential/vault/internal/sshprivatekey/sshprivatekey_test.go index 988b9a6a67..5304a808bb 100644 --- a/internal/credential/vault/internal/sshprivatekey/sshprivatekey_test.go +++ b/internal/credential/vault/internal/sshprivatekey/sshprivatekey_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sshprivatekey diff --git a/internal/credential/vault/internal/usernamepassword/doc.go b/internal/credential/vault/internal/usernamepassword/doc.go index a1bbc66c7c..1756fd4726 100644 --- a/internal/credential/vault/internal/usernamepassword/doc.go +++ b/internal/credential/vault/internal/usernamepassword/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package usernamepassword provides access to the username and password diff --git a/internal/credential/vault/internal/usernamepassword/usernamepassword.go b/internal/credential/vault/internal/usernamepassword/usernamepassword.go index 4444dfafce..6f9961f27e 100644 --- a/internal/credential/vault/internal/usernamepassword/usernamepassword.go +++ b/internal/credential/vault/internal/usernamepassword/usernamepassword.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package usernamepassword diff --git a/internal/credential/vault/internal/usernamepassword/usernamepassword_test.go b/internal/credential/vault/internal/usernamepassword/usernamepassword_test.go index 2bd40840ff..60db553650 100644 --- a/internal/credential/vault/internal/usernamepassword/usernamepassword_test.go +++ b/internal/credential/vault/internal/usernamepassword/usernamepassword_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package usernamepassword diff --git a/internal/credential/vault/internal/usernamepassworddomain/doc.go b/internal/credential/vault/internal/usernamepassworddomain/doc.go index 84ad348346..06883291da 100644 --- a/internal/credential/vault/internal/usernamepassworddomain/doc.go +++ b/internal/credential/vault/internal/usernamepassworddomain/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package usernamepassworddomain provides access to the username, password, and domain diff --git a/internal/credential/vault/internal/usernamepassworddomain/usernamepassworddomain.go b/internal/credential/vault/internal/usernamepassworddomain/usernamepassworddomain.go index 5ca61334cb..15d9d40229 100644 --- a/internal/credential/vault/internal/usernamepassworddomain/usernamepassworddomain.go +++ b/internal/credential/vault/internal/usernamepassworddomain/usernamepassworddomain.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package usernamepassworddomain diff --git a/internal/credential/vault/internal/usernamepassworddomain/usernamepassworddomain_test.go b/internal/credential/vault/internal/usernamepassworddomain/usernamepassworddomain_test.go index b402874071..89c629646b 100644 --- a/internal/credential/vault/internal/usernamepassworddomain/usernamepassworddomain_test.go +++ b/internal/credential/vault/internal/usernamepassworddomain/usernamepassworddomain_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package usernamepassworddomain diff --git a/internal/credential/vault/jobs.go b/internal/credential/vault/jobs.go index 561cab01d2..5172413124 100644 --- a/internal/credential/vault/jobs.go +++ b/internal/credential/vault/jobs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/jobs_test.go b/internal/credential/vault/jobs_test.go index 6eb8497492..0468b19e63 100644 --- a/internal/credential/vault/jobs_test.go +++ b/internal/credential/vault/jobs_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/ldap_credential_library.go b/internal/credential/vault/ldap_credential_library.go index 281113033c..e6a56f66be 100644 --- a/internal/credential/vault/ldap_credential_library.go +++ b/internal/credential/vault/ldap_credential_library.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/mapping_overriders.go b/internal/credential/vault/mapping_overriders.go index ee910659ba..0a7c7388f3 100644 --- a/internal/credential/vault/mapping_overriders.go +++ b/internal/credential/vault/mapping_overriders.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/mapping_overriders_test.go b/internal/credential/vault/mapping_overriders_test.go index 9ad55cd969..e0ad6627bf 100644 --- a/internal/credential/vault/mapping_overriders_test.go +++ b/internal/credential/vault/mapping_overriders_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/options.go b/internal/credential/vault/options.go index e06e791886..dc64299bfe 100644 --- a/internal/credential/vault/options.go +++ b/internal/credential/vault/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/options_test.go b/internal/credential/vault/options_test.go index 5ff0a43673..f0cd878de2 100644 --- a/internal/credential/vault/options_test.go +++ b/internal/credential/vault/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/private_credential.go b/internal/credential/vault/private_credential.go index 6f5edf4b89..649e6a2355 100644 --- a/internal/credential/vault/private_credential.go +++ b/internal/credential/vault/private_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/private_library.go b/internal/credential/vault/private_library.go index 8eeb176fc2..92f072441b 100644 --- a/internal/credential/vault/private_library.go +++ b/internal/credential/vault/private_library.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/private_library_test.go b/internal/credential/vault/private_library_test.go index e2826b6518..0d56975856 100644 --- a/internal/credential/vault/private_library_test.go +++ b/internal/credential/vault/private_library_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/private_store.go b/internal/credential/vault/private_store.go index c13dd57fb7..d4f04c5a10 100644 --- a/internal/credential/vault/private_store.go +++ b/internal/credential/vault/private_store.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/private_store_test.go b/internal/credential/vault/private_store_test.go index ff8293737a..e050f7bb04 100644 --- a/internal/credential/vault/private_store_test.go +++ b/internal/credential/vault/private_store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/public_ids.go b/internal/credential/vault/public_ids.go index 496467b33b..7bbd4888ed 100644 --- a/internal/credential/vault/public_ids.go +++ b/internal/credential/vault/public_ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/query.go b/internal/credential/vault/query.go index 62d5566586..1dd978a8c6 100644 --- a/internal/credential/vault/query.go +++ b/internal/credential/vault/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/register.go b/internal/credential/vault/register.go index fb43b00c9c..97a20dd04a 100644 --- a/internal/credential/vault/register.go +++ b/internal/credential/vault/register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository.go b/internal/credential/vault/repository.go index 16426ec521..dfb927f139 100644 --- a/internal/credential/vault/repository.go +++ b/internal/credential/vault/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository_credential_library.go b/internal/credential/vault/repository_credential_library.go index b2b6397765..357c654e67 100644 --- a/internal/credential/vault/repository_credential_library.go +++ b/internal/credential/vault/repository_credential_library.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository_credential_library_test.go b/internal/credential/vault/repository_credential_library_test.go index a57dafebc2..1a16fbcb12 100644 --- a/internal/credential/vault/repository_credential_library_test.go +++ b/internal/credential/vault/repository_credential_library_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository_credential_store.go b/internal/credential/vault/repository_credential_store.go index 7dd6cd1588..437b574747 100644 --- a/internal/credential/vault/repository_credential_store.go +++ b/internal/credential/vault/repository_credential_store.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository_credential_store_test.go b/internal/credential/vault/repository_credential_store_test.go index 60f56310e1..45f297fc31 100644 --- a/internal/credential/vault/repository_credential_store_test.go +++ b/internal/credential/vault/repository_credential_store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository_credentials.go b/internal/credential/vault/repository_credentials.go index 946de0a40e..2caafa67a5 100644 --- a/internal/credential/vault/repository_credentials.go +++ b/internal/credential/vault/repository_credentials.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository_credentials_test.go b/internal/credential/vault/repository_credentials_test.go index 5d0a259afb..11fe7444ad 100644 --- a/internal/credential/vault/repository_credentials_test.go +++ b/internal/credential/vault/repository_credentials_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault_test diff --git a/internal/credential/vault/repository_ldap_credential_library.go b/internal/credential/vault/repository_ldap_credential_library.go index 3b48a0a74b..08a9469b89 100644 --- a/internal/credential/vault/repository_ldap_credential_library.go +++ b/internal/credential/vault/repository_ldap_credential_library.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository_ldap_credential_library_test.go b/internal/credential/vault/repository_ldap_credential_library_test.go index 30b2e60a85..e8e42161c9 100644 --- a/internal/credential/vault/repository_ldap_credential_library_test.go +++ b/internal/credential/vault/repository_ldap_credential_library_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository_ssh_certificate_credential_library.go b/internal/credential/vault/repository_ssh_certificate_credential_library.go index e906495ae5..393e7d2900 100644 --- a/internal/credential/vault/repository_ssh_certificate_credential_library.go +++ b/internal/credential/vault/repository_ssh_certificate_credential_library.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository_ssh_certificate_credential_library_test.go b/internal/credential/vault/repository_ssh_certificate_credential_library_test.go index b13e30c07c..891043f76e 100644 --- a/internal/credential/vault/repository_ssh_certificate_credential_library_test.go +++ b/internal/credential/vault/repository_ssh_certificate_credential_library_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/repository_test.go b/internal/credential/vault/repository_test.go index c335a81b2d..a10639d58c 100644 --- a/internal/credential/vault/repository_test.go +++ b/internal/credential/vault/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/rewrapping.go b/internal/credential/vault/rewrapping.go index fc699f4644..146a67bf0b 100644 --- a/internal/credential/vault/rewrapping.go +++ b/internal/credential/vault/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/rewrapping_test.go b/internal/credential/vault/rewrapping_test.go index 0ca0425d2d..250504fea5 100644 --- a/internal/credential/vault/rewrapping_test.go +++ b/internal/credential/vault/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/secret.go b/internal/credential/vault/secret.go index 9e439f0dc5..d23643bbc5 100644 --- a/internal/credential/vault/secret.go +++ b/internal/credential/vault/secret.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/secret_test.go b/internal/credential/vault/secret_test.go index 61b8b8ed30..9d18404e91 100644 --- a/internal/credential/vault/secret_test.go +++ b/internal/credential/vault/secret_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/setup_manual_test.go b/internal/credential/vault/setup_manual_test.go index d1c70f5bd3..a6d747c61e 100644 --- a/internal/credential/vault/setup_manual_test.go +++ b/internal/credential/vault/setup_manual_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault_test diff --git a/internal/credential/vault/ssh_certificate_credential_library.go b/internal/credential/vault/ssh_certificate_credential_library.go index 143aa179e7..964dfd91d9 100644 --- a/internal/credential/vault/ssh_certificate_credential_library.go +++ b/internal/credential/vault/ssh_certificate_credential_library.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/store/vault.pb.go b/internal/credential/vault/store/vault.pb.go index 5d0efd18b2..f13f252e77 100644 --- a/internal/credential/vault/store/vault.pb.go +++ b/internal/credential/vault/store/vault.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/credential/vault/supported.go b/internal/credential/vault/supported.go index d0e5ff5ef2..f556b491b9 100644 --- a/internal/credential/vault/supported.go +++ b/internal/credential/vault/supported.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build linux || darwin || windows diff --git a/internal/credential/vault/testing.go b/internal/credential/vault/testing.go index e694264b09..c72eedb11b 100644 --- a/internal/credential/vault/testing.go +++ b/internal/credential/vault/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/testing_external_test.go b/internal/credential/vault/testing_external_test.go index ee6f50b737..f099a51330 100644 --- a/internal/credential/vault/testing_external_test.go +++ b/internal/credential/vault/testing_external_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault_test diff --git a/internal/credential/vault/testing_test.go b/internal/credential/vault/testing_test.go index a2058e1ed3..4b6b4cf00a 100644 --- a/internal/credential/vault/testing_test.go +++ b/internal/credential/vault/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/vault.go b/internal/credential/vault/vault.go index 61d7dc7326..72d105ae9e 100644 --- a/internal/credential/vault/vault.go +++ b/internal/credential/vault/vault.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/vault_capabilities.go b/internal/credential/vault/vault_capabilities.go index c05b35a953..5c337b4447 100644 --- a/internal/credential/vault/vault_capabilities.go +++ b/internal/credential/vault/vault_capabilities.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/vault_capabilities_test.go b/internal/credential/vault/vault_capabilities_test.go index 7348732fe9..8afef22ac5 100644 --- a/internal/credential/vault/vault_capabilities_test.go +++ b/internal/credential/vault/vault_capabilities_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/vault_test.go b/internal/credential/vault/vault_test.go index ef34dd26dd..7070bfa592 100644 --- a/internal/credential/vault/vault_test.go +++ b/internal/credential/vault/vault_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/vault_token.go b/internal/credential/vault/vault_token.go index 668e77a939..96e750a6a8 100644 --- a/internal/credential/vault/vault_token.go +++ b/internal/credential/vault/vault_token.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/credential/vault/vault_token_test.go b/internal/credential/vault/vault_token_test.go index 0ba6d6d2cf..be820392bb 100644 --- a/internal/credential/vault/vault_token_test.go +++ b/internal/credential/vault/vault_token_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/internal/daemon/cluster/connstate.go b/internal/daemon/cluster/connstate.go index 52b129cf55..0e4e36c137 100644 --- a/internal/daemon/cluster/connstate.go +++ b/internal/daemon/cluster/connstate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/internal/daemon/cluster/connstate_test.go b/internal/daemon/cluster/connstate_test.go index e80f8dfa9b..5039975910 100644 --- a/internal/daemon/cluster/connstate_test.go +++ b/internal/daemon/cluster/connstate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/internal/daemon/cluster/downstreammanager.go b/internal/daemon/cluster/downstreammanager.go index 300e5fd57d..8728c0fca7 100644 --- a/internal/daemon/cluster/downstreammanager.go +++ b/internal/daemon/cluster/downstreammanager.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/internal/daemon/cluster/downstreammanager_test.go b/internal/daemon/cluster/downstreammanager_test.go index c712d802b1..1468761698 100644 --- a/internal/daemon/cluster/downstreammanager_test.go +++ b/internal/daemon/cluster/downstreammanager_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/internal/daemon/cluster/handlers/multihop_service.go b/internal/daemon/cluster/handlers/multihop_service.go index 934fa9466f..415b6a379a 100644 --- a/internal/daemon/cluster/handlers/multihop_service.go +++ b/internal/daemon/cluster/handlers/multihop_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/cluster/handlers/options.go b/internal/daemon/cluster/handlers/options.go index e25e1a5e3d..658dc8d84f 100644 --- a/internal/daemon/cluster/handlers/options.go +++ b/internal/daemon/cluster/handlers/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/cluster/handlers/testing.go b/internal/daemon/cluster/handlers/testing.go index 7ac22d5bc6..2d472f9c4f 100644 --- a/internal/daemon/cluster/handlers/testing.go +++ b/internal/daemon/cluster/handlers/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/cluster/handlers/upstream_message_service_controller.go b/internal/daemon/cluster/handlers/upstream_message_service_controller.go index d9389dbc7b..6743bac59a 100644 --- a/internal/daemon/cluster/handlers/upstream_message_service_controller.go +++ b/internal/daemon/cluster/handlers/upstream_message_service_controller.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/cluster/handlers/upstream_message_service_test.go b/internal/daemon/cluster/handlers/upstream_message_service_test.go index bfb61a1f35..9c78731e57 100644 --- a/internal/daemon/cluster/handlers/upstream_message_service_test.go +++ b/internal/daemon/cluster/handlers/upstream_message_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/cluster/handlers/upstream_message_service_worker.go b/internal/daemon/cluster/handlers/upstream_message_service_worker.go index b023c6a34e..6dda6c52c9 100644 --- a/internal/daemon/cluster/handlers/upstream_message_service_worker.go +++ b/internal/daemon/cluster/handlers/upstream_message_service_worker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/cluster/handlers/worker_service.go b/internal/daemon/cluster/handlers/worker_service.go index e2f95a26be..27b1ebdac3 100644 --- a/internal/daemon/cluster/handlers/worker_service.go +++ b/internal/daemon/cluster/handlers/worker_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/cluster/handlers/worker_service_status_test.go b/internal/daemon/cluster/handlers/worker_service_status_test.go index 167c5ae41e..96998feeaf 100644 --- a/internal/daemon/cluster/handlers/worker_service_status_test.go +++ b/internal/daemon/cluster/handlers/worker_service_status_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/cluster/handlers/worker_service_test.go b/internal/daemon/cluster/handlers/worker_service_test.go index b5874cf69a..b7335103e0 100644 --- a/internal/daemon/cluster/handlers/worker_service_test.go +++ b/internal/daemon/cluster/handlers/worker_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/cluster/tracking_listener.go b/internal/daemon/cluster/tracking_listener.go index 50cd44ed34..6ba817abff 100644 --- a/internal/daemon/cluster/tracking_listener.go +++ b/internal/daemon/cluster/tracking_listener.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/internal/daemon/common/client_ip.go b/internal/daemon/common/client_ip.go index e674f0df1a..6922028e24 100644 --- a/internal/daemon/common/client_ip.go +++ b/internal/daemon/common/client_ip.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/daemon/common/client_ip_test.go b/internal/daemon/common/client_ip_test.go index 7639f378b6..9e3c13c690 100644 --- a/internal/daemon/common/client_ip_test.go +++ b/internal/daemon/common/client_ip_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/daemon/common/const.go b/internal/daemon/common/const.go index 4473514cc6..449b2a6712 100644 --- a/internal/daemon/common/const.go +++ b/internal/daemon/common/const.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/daemon/common/handler.go b/internal/daemon/common/handler.go index df34be635c..47bddc46ab 100644 --- a/internal/daemon/common/handler.go +++ b/internal/daemon/common/handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/daemon/common/handler_test.go b/internal/daemon/common/handler_test.go index e244977e0c..a2de761a40 100644 --- a/internal/daemon/common/handler_test.go +++ b/internal/daemon/common/handler_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/daemon/controller/auth/auth.go b/internal/daemon/controller/auth/auth.go index 2ae7647f63..759d7608ec 100644 --- a/internal/daemon/controller/auth/auth.go +++ b/internal/daemon/controller/auth/auth.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/daemon/controller/auth/auth_test.go b/internal/daemon/controller/auth/auth_test.go index ac55153c19..e4e972cd5e 100644 --- a/internal/daemon/controller/auth/auth_test.go +++ b/internal/daemon/controller/auth/auth_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/daemon/controller/auth/authorized_actions.go b/internal/daemon/controller/auth/authorized_actions.go index ca68190841..d141486f3c 100644 --- a/internal/daemon/controller/auth/authorized_actions.go +++ b/internal/daemon/controller/auth/authorized_actions.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/daemon/controller/auth/option.go b/internal/daemon/controller/auth/option.go index 9fe9c0f258..a00280ecbd 100644 --- a/internal/daemon/controller/auth/option.go +++ b/internal/daemon/controller/auth/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/daemon/controller/auth/options_test.go b/internal/daemon/controller/auth/options_test.go index 59b905e99f..284b5337a8 100644 --- a/internal/daemon/controller/auth/options_test.go +++ b/internal/daemon/controller/auth/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/daemon/controller/auth/testing.go b/internal/daemon/controller/auth/testing.go index a86ac4908c..399508ee3e 100644 --- a/internal/daemon/controller/auth/testing.go +++ b/internal/daemon/controller/auth/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/internal/daemon/controller/common/common.go b/internal/daemon/controller/common/common.go index 5a606fa7a0..395db3e13b 100644 --- a/internal/daemon/controller/common/common.go +++ b/internal/daemon/controller/common/common.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/daemon/controller/common/doc.go b/internal/daemon/controller/common/doc.go index d8fc2f5add..8bc3ea23e3 100644 --- a/internal/daemon/controller/common/doc.go +++ b/internal/daemon/controller/common/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package common contains types and helper functions that are used across the different packages under diff --git a/internal/daemon/controller/common/scopeids/scope_ids.go b/internal/daemon/controller/common/scopeids/scope_ids.go index cad269c001..ed5341d0a8 100644 --- a/internal/daemon/controller/common/scopeids/scope_ids.go +++ b/internal/daemon/controller/common/scopeids/scope_ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopeids diff --git a/internal/daemon/controller/common/scopeids/scope_ids_test.go b/internal/daemon/controller/common/scopeids/scope_ids_test.go index ba25d871c6..7260841b88 100644 --- a/internal/daemon/controller/common/scopeids/scope_ids_test.go +++ b/internal/daemon/controller/common/scopeids/scope_ids_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopeids_test diff --git a/internal/daemon/controller/config.go b/internal/daemon/controller/config.go index f13ac05615..cf65dad7a0 100644 --- a/internal/daemon/controller/config.go +++ b/internal/daemon/controller/config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/controller.go b/internal/daemon/controller/controller.go index 9ec42e0463..1e4475bceb 100644 --- a/internal/daemon/controller/controller.go +++ b/internal/daemon/controller/controller.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/controller_test.go b/internal/daemon/controller/controller_test.go index c06bc08a7d..036f40566b 100644 --- a/internal/daemon/controller/controller_test.go +++ b/internal/daemon/controller/controller_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/cors_test.go b/internal/daemon/controller/cors_test.go index 32776c474e..222d29bd91 100644 --- a/internal/daemon/controller/cors_test.go +++ b/internal/daemon/controller/cors_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/downstream/downstream.go b/internal/daemon/controller/downstream/downstream.go index fa29d060d7..06defaeb31 100644 --- a/internal/daemon/controller/downstream/downstream.go +++ b/internal/daemon/controller/downstream/downstream.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package downstream diff --git a/internal/daemon/controller/gateway.go b/internal/daemon/controller/gateway.go index 8ef597c4c1..8204a96f2e 100644 --- a/internal/daemon/controller/gateway.go +++ b/internal/daemon/controller/gateway.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/gateway_test.go b/internal/daemon/controller/gateway_test.go index 4986604a39..301b098d4b 100644 --- a/internal/daemon/controller/gateway_test.go +++ b/internal/daemon/controller/gateway_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/handler.go b/internal/daemon/controller/handler.go index 9b9bd79caa..e3ef12657f 100644 --- a/internal/daemon/controller/handler.go +++ b/internal/daemon/controller/handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/handler_noui.go b/internal/daemon/controller/handler_noui.go index 4ab9b66170..4bf4897478 100644 --- a/internal/daemon/controller/handler_noui.go +++ b/internal/daemon/controller/handler_noui.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/handler_test.go b/internal/daemon/controller/handler_test.go index 9a29e73f13..ab133fbfe3 100644 --- a/internal/daemon/controller/handler_test.go +++ b/internal/daemon/controller/handler_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/handler_ui.go b/internal/daemon/controller/handler_ui.go index bc0fcf4d54..5f821f16d3 100644 --- a/internal/daemon/controller/handler_ui.go +++ b/internal/daemon/controller/handler_ui.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build ui diff --git a/internal/daemon/controller/handler_ui_test.go b/internal/daemon/controller/handler_ui_test.go index a27b71cba5..929af249a7 100644 --- a/internal/daemon/controller/handler_ui_test.go +++ b/internal/daemon/controller/handler_ui_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build ui diff --git a/internal/daemon/controller/handlers/accounts/account_service.go b/internal/daemon/controller/handlers/accounts/account_service.go index 45ad869c9d..280113a7c4 100644 --- a/internal/daemon/controller/handlers/accounts/account_service.go +++ b/internal/daemon/controller/handlers/accounts/account_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accounts diff --git a/internal/daemon/controller/handlers/accounts/account_service_test.go b/internal/daemon/controller/handlers/accounts/account_service_test.go index 21f02e213a..ff96b30647 100644 --- a/internal/daemon/controller/handlers/accounts/account_service_test.go +++ b/internal/daemon/controller/handlers/accounts/account_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accounts_test diff --git a/internal/daemon/controller/handlers/accounts/grants_test.go b/internal/daemon/controller/handlers/accounts/grants_test.go index ff202cde86..79cd2c75a2 100644 --- a/internal/daemon/controller/handlers/accounts/grants_test.go +++ b/internal/daemon/controller/handlers/accounts/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accounts_test diff --git a/internal/daemon/controller/handlers/accounts/validate_test.go b/internal/daemon/controller/handlers/accounts/validate_test.go index 5c637df4c9..e78a488cfc 100644 --- a/internal/daemon/controller/handlers/accounts/validate_test.go +++ b/internal/daemon/controller/handlers/accounts/validate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accounts diff --git a/internal/daemon/controller/handlers/aliases/alias_service.go b/internal/daemon/controller/handlers/aliases/alias_service.go index 7485722ba6..790379ae4c 100644 --- a/internal/daemon/controller/handlers/aliases/alias_service.go +++ b/internal/daemon/controller/handlers/aliases/alias_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aliases diff --git a/internal/daemon/controller/handlers/aliases/alias_service_test.go b/internal/daemon/controller/handlers/aliases/alias_service_test.go index f1d9157de8..06bec1c6fc 100644 --- a/internal/daemon/controller/handlers/aliases/alias_service_test.go +++ b/internal/daemon/controller/handlers/aliases/alias_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aliases_test diff --git a/internal/daemon/controller/handlers/aliases/grants_test.go b/internal/daemon/controller/handlers/aliases/grants_test.go index 817a9c4454..82730ad128 100644 --- a/internal/daemon/controller/handlers/aliases/grants_test.go +++ b/internal/daemon/controller/handlers/aliases/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aliases_test diff --git a/internal/daemon/controller/handlers/authmethods/authmethod_service.go b/internal/daemon/controller/handlers/authmethods/authmethod_service.go index 22338220e4..8cf9afdc6b 100644 --- a/internal/daemon/controller/handlers/authmethods/authmethod_service.go +++ b/internal/daemon/controller/handlers/authmethods/authmethod_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods diff --git a/internal/daemon/controller/handlers/authmethods/authmethod_service_test.go b/internal/daemon/controller/handlers/authmethods/authmethod_service_test.go index 49b27d1af3..53d32c76bf 100644 --- a/internal/daemon/controller/handlers/authmethods/authmethod_service_test.go +++ b/internal/daemon/controller/handlers/authmethods/authmethod_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods_test diff --git a/internal/daemon/controller/handlers/authmethods/authmethod_test.go b/internal/daemon/controller/handlers/authmethods/authmethod_test.go index 4c7a8f1968..ad5d22a9ed 100644 --- a/internal/daemon/controller/handlers/authmethods/authmethod_test.go +++ b/internal/daemon/controller/handlers/authmethods/authmethod_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods diff --git a/internal/daemon/controller/handlers/authmethods/grants_test.go b/internal/daemon/controller/handlers/authmethods/grants_test.go index defe4a7739..990f99a1b5 100644 --- a/internal/daemon/controller/handlers/authmethods/grants_test.go +++ b/internal/daemon/controller/handlers/authmethods/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods_test diff --git a/internal/daemon/controller/handlers/authmethods/ldap.go b/internal/daemon/controller/handlers/authmethods/ldap.go index 68e2d93c5f..0be8dd1f98 100644 --- a/internal/daemon/controller/handlers/authmethods/ldap.go +++ b/internal/daemon/controller/handlers/authmethods/ldap.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods diff --git a/internal/daemon/controller/handlers/authmethods/ldap_test.go b/internal/daemon/controller/handlers/authmethods/ldap_test.go index 63ea234597..396eef0335 100644 --- a/internal/daemon/controller/handlers/authmethods/ldap_test.go +++ b/internal/daemon/controller/handlers/authmethods/ldap_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods_test diff --git a/internal/daemon/controller/handlers/authmethods/oidc.go b/internal/daemon/controller/handlers/authmethods/oidc.go index 9a9a0910cf..6bbbe74d33 100644 --- a/internal/daemon/controller/handlers/authmethods/oidc.go +++ b/internal/daemon/controller/handlers/authmethods/oidc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods diff --git a/internal/daemon/controller/handlers/authmethods/oidc_test.go b/internal/daemon/controller/handlers/authmethods/oidc_test.go index f5acaac4e5..751cf94aa3 100644 --- a/internal/daemon/controller/handlers/authmethods/oidc_test.go +++ b/internal/daemon/controller/handlers/authmethods/oidc_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods_test diff --git a/internal/daemon/controller/handlers/authmethods/password.go b/internal/daemon/controller/handlers/authmethods/password.go index c8c1eaded0..9f6a7a7b24 100644 --- a/internal/daemon/controller/handlers/authmethods/password.go +++ b/internal/daemon/controller/handlers/authmethods/password.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods diff --git a/internal/daemon/controller/handlers/authmethods/password_test.go b/internal/daemon/controller/handlers/authmethods/password_test.go index 6b5c290b45..abcffe163a 100644 --- a/internal/daemon/controller/handlers/authmethods/password_test.go +++ b/internal/daemon/controller/handlers/authmethods/password_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods_test diff --git a/internal/daemon/controller/handlers/authmethods/z_init.go b/internal/daemon/controller/handlers/authmethods/z_init.go index 68fbd2d55a..a475ae5c13 100644 --- a/internal/daemon/controller/handlers/authmethods/z_init.go +++ b/internal/daemon/controller/handlers/authmethods/z_init.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods diff --git a/internal/daemon/controller/handlers/authtokens/authtoken_service.go b/internal/daemon/controller/handlers/authtokens/authtoken_service.go index 8fdfcffc73..dbb7dca46f 100644 --- a/internal/daemon/controller/handlers/authtokens/authtoken_service.go +++ b/internal/daemon/controller/handlers/authtokens/authtoken_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtokens diff --git a/internal/daemon/controller/handlers/authtokens/authtoken_service_test.go b/internal/daemon/controller/handlers/authtokens/authtoken_service_test.go index 89ea991dc7..a49afd1327 100644 --- a/internal/daemon/controller/handlers/authtokens/authtoken_service_test.go +++ b/internal/daemon/controller/handlers/authtokens/authtoken_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtokens_test diff --git a/internal/daemon/controller/handlers/authtokens/grants_test.go b/internal/daemon/controller/handlers/authtokens/grants_test.go index 345b2abdfa..a844d54961 100644 --- a/internal/daemon/controller/handlers/authtokens/grants_test.go +++ b/internal/daemon/controller/handlers/authtokens/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtokens_test diff --git a/internal/daemon/controller/handlers/billing/billing_service.go b/internal/daemon/controller/handlers/billing/billing_service.go index 338a52ac91..aaf725fb8d 100644 --- a/internal/daemon/controller/handlers/billing/billing_service.go +++ b/internal/daemon/controller/handlers/billing/billing_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billing diff --git a/internal/daemon/controller/handlers/billing/billing_service_test.go b/internal/daemon/controller/handlers/billing/billing_service_test.go index 62c2d7168d..61bba40848 100644 --- a/internal/daemon/controller/handlers/billing/billing_service_test.go +++ b/internal/daemon/controller/handlers/billing/billing_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billing_test diff --git a/internal/daemon/controller/handlers/billing/grants_test.go b/internal/daemon/controller/handlers/billing/grants_test.go index ef69f3392a..581abde19b 100644 --- a/internal/daemon/controller/handlers/billing/grants_test.go +++ b/internal/daemon/controller/handlers/billing/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package billing_test diff --git a/internal/daemon/controller/handlers/credentiallibraries/credentiallibrary_service.go b/internal/daemon/controller/handlers/credentiallibraries/credentiallibrary_service.go index 4b2bd478d1..be196966de 100644 --- a/internal/daemon/controller/handlers/credentiallibraries/credentiallibrary_service.go +++ b/internal/daemon/controller/handlers/credentiallibraries/credentiallibrary_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibraries diff --git a/internal/daemon/controller/handlers/credentiallibraries/credentiallibrary_service_test.go b/internal/daemon/controller/handlers/credentiallibraries/credentiallibrary_service_test.go index f4901c2e19..632a57ad45 100644 --- a/internal/daemon/controller/handlers/credentiallibraries/credentiallibrary_service_test.go +++ b/internal/daemon/controller/handlers/credentiallibraries/credentiallibrary_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibraries diff --git a/internal/daemon/controller/handlers/credentiallibraries/grants_test.go b/internal/daemon/controller/handlers/credentiallibraries/grants_test.go index 709f7a43ab..d3c3992403 100644 --- a/internal/daemon/controller/handlers/credentiallibraries/grants_test.go +++ b/internal/daemon/controller/handlers/credentiallibraries/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibraries_test diff --git a/internal/daemon/controller/handlers/credentials/credential_service.go b/internal/daemon/controller/handlers/credentials/credential_service.go index 2ed8a6648c..36c3b657ee 100644 --- a/internal/daemon/controller/handlers/credentials/credential_service.go +++ b/internal/daemon/controller/handlers/credentials/credential_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentials diff --git a/internal/daemon/controller/handlers/credentials/credential_service_test.go b/internal/daemon/controller/handlers/credentials/credential_service_test.go index b368eef108..d3b8aaa0d7 100644 --- a/internal/daemon/controller/handlers/credentials/credential_service_test.go +++ b/internal/daemon/controller/handlers/credentials/credential_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentials diff --git a/internal/daemon/controller/handlers/credentials/grants_test.go b/internal/daemon/controller/handlers/credentials/grants_test.go index 21f0127622..ed57bf1357 100644 --- a/internal/daemon/controller/handlers/credentials/grants_test.go +++ b/internal/daemon/controller/handlers/credentials/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentials_test diff --git a/internal/daemon/controller/handlers/credentialstores/credentialstore_service.go b/internal/daemon/controller/handlers/credentialstores/credentialstore_service.go index e6b306f53b..742efc4387 100644 --- a/internal/daemon/controller/handlers/credentialstores/credentialstore_service.go +++ b/internal/daemon/controller/handlers/credentialstores/credentialstore_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstores diff --git a/internal/daemon/controller/handlers/credentialstores/credentialstore_service_test.go b/internal/daemon/controller/handlers/credentialstores/credentialstore_service_test.go index 3cc0993f92..c198c6a796 100644 --- a/internal/daemon/controller/handlers/credentialstores/credentialstore_service_test.go +++ b/internal/daemon/controller/handlers/credentialstores/credentialstore_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstores diff --git a/internal/daemon/controller/handlers/credentialstores/grants_test.go b/internal/daemon/controller/handlers/credentialstores/grants_test.go index 756045f025..aacc58b699 100644 --- a/internal/daemon/controller/handlers/credentialstores/grants_test.go +++ b/internal/daemon/controller/handlers/credentialstores/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstores_test diff --git a/internal/daemon/controller/handlers/credentialstores/vault.go b/internal/daemon/controller/handlers/credentialstores/vault.go index 0476cefdf7..e247943c93 100644 --- a/internal/daemon/controller/handlers/credentialstores/vault.go +++ b/internal/daemon/controller/handlers/credentialstores/vault.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstores diff --git a/internal/daemon/controller/handlers/credentialstores/vault_test.go b/internal/daemon/controller/handlers/credentialstores/vault_test.go index f44e8a50a2..ee79602a8c 100644 --- a/internal/daemon/controller/handlers/credentialstores/vault_test.go +++ b/internal/daemon/controller/handlers/credentialstores/vault_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstores diff --git a/internal/daemon/controller/handlers/errors.go b/internal/daemon/controller/handlers/errors.go index bfb9720778..fa9a0d1dc9 100644 --- a/internal/daemon/controller/handlers/errors.go +++ b/internal/daemon/controller/handlers/errors.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/errors_test.go b/internal/daemon/controller/handlers/errors_test.go index 09ffbfa226..d3d44ef2fb 100644 --- a/internal/daemon/controller/handlers/errors_test.go +++ b/internal/daemon/controller/handlers/errors_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/filtering.go b/internal/daemon/controller/handlers/filtering.go index 6feb554b85..33ad2d79c9 100644 --- a/internal/daemon/controller/handlers/filtering.go +++ b/internal/daemon/controller/handlers/filtering.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/filtering_test.go b/internal/daemon/controller/handlers/filtering_test.go index 605a1de6a5..baecf87134 100644 --- a/internal/daemon/controller/handlers/filtering_test.go +++ b/internal/daemon/controller/handlers/filtering_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/groups/grants_test.go b/internal/daemon/controller/handlers/groups/grants_test.go index 227a0d1b3d..aaeafa9589 100644 --- a/internal/daemon/controller/handlers/groups/grants_test.go +++ b/internal/daemon/controller/handlers/groups/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package groups_test diff --git a/internal/daemon/controller/handlers/groups/group_service.go b/internal/daemon/controller/handlers/groups/group_service.go index af9d54fd15..ac3147921a 100644 --- a/internal/daemon/controller/handlers/groups/group_service.go +++ b/internal/daemon/controller/handlers/groups/group_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package groups diff --git a/internal/daemon/controller/handlers/groups/group_service_test.go b/internal/daemon/controller/handlers/groups/group_service_test.go index 71d3eaf4b9..bab8c46a67 100644 --- a/internal/daemon/controller/handlers/groups/group_service_test.go +++ b/internal/daemon/controller/handlers/groups/group_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package groups_test diff --git a/internal/daemon/controller/handlers/health/health.go b/internal/daemon/controller/handlers/health/health.go index 2d5ff1bc91..ec149e0f51 100644 --- a/internal/daemon/controller/handlers/health/health.go +++ b/internal/daemon/controller/handlers/health/health.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package health diff --git a/internal/daemon/controller/handlers/health/health_test.go b/internal/daemon/controller/handlers/health/health_test.go index 7db16339e1..06db82f5a1 100644 --- a/internal/daemon/controller/handlers/health/health_test.go +++ b/internal/daemon/controller/handlers/health/health_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package health diff --git a/internal/daemon/controller/handlers/host_catalogs/grants_test.go b/internal/daemon/controller/handlers/host_catalogs/grants_test.go index 71f8ccaf2c..9c81d14799 100644 --- a/internal/daemon/controller/handlers/host_catalogs/grants_test.go +++ b/internal/daemon/controller/handlers/host_catalogs/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host_catalogs_test diff --git a/internal/daemon/controller/handlers/host_catalogs/host_catalog_service.go b/internal/daemon/controller/handlers/host_catalogs/host_catalog_service.go index 352334953d..5afb5125c0 100644 --- a/internal/daemon/controller/handlers/host_catalogs/host_catalog_service.go +++ b/internal/daemon/controller/handlers/host_catalogs/host_catalog_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host_catalogs diff --git a/internal/daemon/controller/handlers/host_catalogs/host_catalog_service_test.go b/internal/daemon/controller/handlers/host_catalogs/host_catalog_service_test.go index 35ee13494c..84ef4b8720 100644 --- a/internal/daemon/controller/handlers/host_catalogs/host_catalog_service_test.go +++ b/internal/daemon/controller/handlers/host_catalogs/host_catalog_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host_catalogs diff --git a/internal/daemon/controller/handlers/host_sets/grants_test.go b/internal/daemon/controller/handlers/host_sets/grants_test.go index 80a75171fb..ac46f3e8b8 100644 --- a/internal/daemon/controller/handlers/host_sets/grants_test.go +++ b/internal/daemon/controller/handlers/host_sets/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host_sets_test diff --git a/internal/daemon/controller/handlers/host_sets/host_set_service.go b/internal/daemon/controller/handlers/host_sets/host_set_service.go index b2834410e1..97c729be87 100644 --- a/internal/daemon/controller/handlers/host_sets/host_set_service.go +++ b/internal/daemon/controller/handlers/host_sets/host_set_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host_sets diff --git a/internal/daemon/controller/handlers/host_sets/host_set_service_test.go b/internal/daemon/controller/handlers/host_sets/host_set_service_test.go index bcde137671..78884ee3f3 100644 --- a/internal/daemon/controller/handlers/host_sets/host_set_service_test.go +++ b/internal/daemon/controller/handlers/host_sets/host_set_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host_sets_test diff --git a/internal/daemon/controller/handlers/hosts/grants_test.go b/internal/daemon/controller/handlers/hosts/grants_test.go index e7baa495b9..0eb874f0af 100644 --- a/internal/daemon/controller/handlers/hosts/grants_test.go +++ b/internal/daemon/controller/handlers/hosts/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hosts_test diff --git a/internal/daemon/controller/handlers/hosts/host_service.go b/internal/daemon/controller/handlers/hosts/host_service.go index 49f7bfbdf9..cad63f461d 100644 --- a/internal/daemon/controller/handlers/hosts/host_service.go +++ b/internal/daemon/controller/handlers/hosts/host_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hosts diff --git a/internal/daemon/controller/handlers/hosts/host_service_test.go b/internal/daemon/controller/handlers/hosts/host_service_test.go index a9e67f0280..d57af4843e 100644 --- a/internal/daemon/controller/handlers/hosts/host_service_test.go +++ b/internal/daemon/controller/handlers/hosts/host_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hosts_test diff --git a/internal/daemon/controller/handlers/list_token.go b/internal/daemon/controller/handlers/list_token.go index 9f256a2e3c..48bd70872b 100644 --- a/internal/daemon/controller/handlers/list_token.go +++ b/internal/daemon/controller/handlers/list_token.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/list_token_test.go b/internal/daemon/controller/handlers/list_token_test.go index e3e0d4c548..3c6e63b2d0 100644 --- a/internal/daemon/controller/handlers/list_token_test.go +++ b/internal/daemon/controller/handlers/list_token_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers_test diff --git a/internal/daemon/controller/handlers/managed_groups/grants_test.go b/internal/daemon/controller/handlers/managed_groups/grants_test.go index 89c4fc07a2..74c36506df 100644 --- a/internal/daemon/controller/handlers/managed_groups/grants_test.go +++ b/internal/daemon/controller/handlers/managed_groups/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managed_groups_test diff --git a/internal/daemon/controller/handlers/managed_groups/managed_group_service.go b/internal/daemon/controller/handlers/managed_groups/managed_group_service.go index 521b664b56..4269d730c2 100644 --- a/internal/daemon/controller/handlers/managed_groups/managed_group_service.go +++ b/internal/daemon/controller/handlers/managed_groups/managed_group_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managed_groups diff --git a/internal/daemon/controller/handlers/managed_groups/managed_group_service_test.go b/internal/daemon/controller/handlers/managed_groups/managed_group_service_test.go index 933361771c..f6fd46a8dd 100644 --- a/internal/daemon/controller/handlers/managed_groups/managed_group_service_test.go +++ b/internal/daemon/controller/handlers/managed_groups/managed_group_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managed_groups_test diff --git a/internal/daemon/controller/handlers/managed_groups/validate_test.go b/internal/daemon/controller/handlers/managed_groups/validate_test.go index 56d4d1c12b..2f3381d418 100644 --- a/internal/daemon/controller/handlers/managed_groups/validate_test.go +++ b/internal/daemon/controller/handlers/managed_groups/validate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managed_groups diff --git a/internal/daemon/controller/handlers/marshaler.go b/internal/daemon/controller/handlers/marshaler.go index 39cef6d3f2..55a46dc23c 100644 --- a/internal/daemon/controller/handlers/marshaler.go +++ b/internal/daemon/controller/handlers/marshaler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/mask_manager.go b/internal/daemon/controller/handlers/mask_manager.go index bdea9c113e..c167c3287b 100644 --- a/internal/daemon/controller/handlers/mask_manager.go +++ b/internal/daemon/controller/handlers/mask_manager.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/mask_manager_test.go b/internal/daemon/controller/handlers/mask_manager_test.go index 504831e479..c26c2701c2 100644 --- a/internal/daemon/controller/handlers/mask_manager_test.go +++ b/internal/daemon/controller/handlers/mask_manager_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/option_test.go b/internal/daemon/controller/handlers/option_test.go index 0472be48ed..3e1ab8b1d8 100644 --- a/internal/daemon/controller/handlers/option_test.go +++ b/internal/daemon/controller/handlers/option_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/options.go b/internal/daemon/controller/handlers/options.go index 9e130f9f1e..75e06b7fb9 100644 --- a/internal/daemon/controller/handlers/options.go +++ b/internal/daemon/controller/handlers/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/outgoing_response_filter.go b/internal/daemon/controller/handlers/outgoing_response_filter.go index cb35c66e7b..f909df79a4 100644 --- a/internal/daemon/controller/handlers/outgoing_response_filter.go +++ b/internal/daemon/controller/handlers/outgoing_response_filter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/outgoing_response_filter_test.go b/internal/daemon/controller/handlers/outgoing_response_filter_test.go index 3e22b0858d..1061999f0a 100644 --- a/internal/daemon/controller/handlers/outgoing_response_filter_test.go +++ b/internal/daemon/controller/handlers/outgoing_response_filter_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/policies/policy_service.go b/internal/daemon/controller/handlers/policies/policy_service.go index c575f0117f..e842727f45 100644 --- a/internal/daemon/controller/handlers/policies/policy_service.go +++ b/internal/daemon/controller/handlers/policies/policy_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package policies diff --git a/internal/daemon/controller/handlers/policies/policy_service_test.go b/internal/daemon/controller/handlers/policies/policy_service_test.go index 4197353dcb..67152b5fa5 100644 --- a/internal/daemon/controller/handlers/policies/policy_service_test.go +++ b/internal/daemon/controller/handlers/policies/policy_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package policies diff --git a/internal/daemon/controller/handlers/roles/grants_test.go b/internal/daemon/controller/handlers/roles/grants_test.go index ed3f0d7e1c..fa12cbb7d8 100644 --- a/internal/daemon/controller/handlers/roles/grants_test.go +++ b/internal/daemon/controller/handlers/roles/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package roles_test diff --git a/internal/daemon/controller/handlers/roles/role_service.go b/internal/daemon/controller/handlers/roles/role_service.go index 3245afcff0..d34fbf2926 100644 --- a/internal/daemon/controller/handlers/roles/role_service.go +++ b/internal/daemon/controller/handlers/roles/role_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package roles diff --git a/internal/daemon/controller/handlers/roles/role_service_test.go b/internal/daemon/controller/handlers/roles/role_service_test.go index 2149b3b39a..5995a3a8e9 100644 --- a/internal/daemon/controller/handlers/roles/role_service_test.go +++ b/internal/daemon/controller/handlers/roles/role_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package roles_test diff --git a/internal/daemon/controller/handlers/scopes/grants_test.go b/internal/daemon/controller/handlers/scopes/grants_test.go index d5b08019ec..073616bc08 100644 --- a/internal/daemon/controller/handlers/scopes/grants_test.go +++ b/internal/daemon/controller/handlers/scopes/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopes_test diff --git a/internal/daemon/controller/handlers/scopes/scope_service.go b/internal/daemon/controller/handlers/scopes/scope_service.go index e9394609d2..c259fee1e8 100644 --- a/internal/daemon/controller/handlers/scopes/scope_service.go +++ b/internal/daemon/controller/handlers/scopes/scope_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopes diff --git a/internal/daemon/controller/handlers/scopes/scope_service_test.go b/internal/daemon/controller/handlers/scopes/scope_service_test.go index 2d2a64e8ca..0bc5d886d0 100644 --- a/internal/daemon/controller/handlers/scopes/scope_service_test.go +++ b/internal/daemon/controller/handlers/scopes/scope_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopes_test diff --git a/internal/daemon/controller/handlers/session_recordings/session_recording_service.go b/internal/daemon/controller/handlers/session_recordings/session_recording_service.go index 7a7927f21c..633c07a916 100644 --- a/internal/daemon/controller/handlers/session_recordings/session_recording_service.go +++ b/internal/daemon/controller/handlers/session_recordings/session_recording_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session_recordings diff --git a/internal/daemon/controller/handlers/sessions/grants_test.go b/internal/daemon/controller/handlers/sessions/grants_test.go index d6e3839e48..810474d844 100644 --- a/internal/daemon/controller/handlers/sessions/grants_test.go +++ b/internal/daemon/controller/handlers/sessions/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessions_test diff --git a/internal/daemon/controller/handlers/sessions/session_list_benchmarks_test.go b/internal/daemon/controller/handlers/sessions/session_list_benchmarks_test.go index 7e8009686b..ecb3b5b50c 100644 --- a/internal/daemon/controller/handlers/sessions/session_list_benchmarks_test.go +++ b/internal/daemon/controller/handlers/sessions/session_list_benchmarks_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessions_test diff --git a/internal/daemon/controller/handlers/sessions/session_service.go b/internal/daemon/controller/handlers/sessions/session_service.go index 87528db08f..527db1aa19 100644 --- a/internal/daemon/controller/handlers/sessions/session_service.go +++ b/internal/daemon/controller/handlers/sessions/session_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessions diff --git a/internal/daemon/controller/handlers/sessions/session_service_test.go b/internal/daemon/controller/handlers/sessions/session_service_test.go index fc7b9c03c9..86559e5f52 100644 --- a/internal/daemon/controller/handlers/sessions/session_service_test.go +++ b/internal/daemon/controller/handlers/sessions/session_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessions_test diff --git a/internal/daemon/controller/handlers/storage_buckets/storage_bucket_service.go b/internal/daemon/controller/handlers/storage_buckets/storage_bucket_service.go index 4209cb8995..d2acf3751a 100644 --- a/internal/daemon/controller/handlers/storage_buckets/storage_bucket_service.go +++ b/internal/daemon/controller/handlers/storage_buckets/storage_bucket_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storage_buckets diff --git a/internal/daemon/controller/handlers/storage_buckets/storage_bucket_service_test.go b/internal/daemon/controller/handlers/storage_buckets/storage_bucket_service_test.go index 4cdeb643e2..17954beeac 100644 --- a/internal/daemon/controller/handlers/storage_buckets/storage_bucket_service_test.go +++ b/internal/daemon/controller/handlers/storage_buckets/storage_bucket_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storage_buckets diff --git a/internal/daemon/controller/handlers/subtypes.go b/internal/daemon/controller/handlers/subtypes.go index 9c22f816ef..b97e16673f 100644 --- a/internal/daemon/controller/handlers/subtypes.go +++ b/internal/daemon/controller/handlers/subtypes.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/subtypes_test.go b/internal/daemon/controller/handlers/subtypes_test.go index a93cc98cd4..700b3d1dbe 100644 --- a/internal/daemon/controller/handlers/subtypes_test.go +++ b/internal/daemon/controller/handlers/subtypes_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/targets/credentials.go b/internal/daemon/controller/handlers/targets/credentials.go index d3313ec4fe..bc86e0e48b 100644 --- a/internal/daemon/controller/handlers/targets/credentials.go +++ b/internal/daemon/controller/handlers/targets/credentials.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targets diff --git a/internal/daemon/controller/handlers/targets/registry.go b/internal/daemon/controller/handlers/targets/registry.go index 2d2c2fa09d..d4ef3b5d6d 100644 --- a/internal/daemon/controller/handlers/targets/registry.go +++ b/internal/daemon/controller/handlers/targets/registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targets diff --git a/internal/daemon/controller/handlers/targets/target_service.go b/internal/daemon/controller/handlers/targets/target_service.go index ca0d44c230..f76cd3819b 100644 --- a/internal/daemon/controller/handlers/targets/target_service.go +++ b/internal/daemon/controller/handlers/targets/target_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targets diff --git a/internal/daemon/controller/handlers/targets/target_service_test.go b/internal/daemon/controller/handlers/targets/target_service_test.go index e0704198de..98b07326f6 100644 --- a/internal/daemon/controller/handlers/targets/target_service_test.go +++ b/internal/daemon/controller/handlers/targets/target_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targets diff --git a/internal/daemon/controller/handlers/targets/tcp/grants_test.go b/internal/daemon/controller/handlers/targets/tcp/grants_test.go index 53942c9ceb..be149ef3c6 100644 --- a/internal/daemon/controller/handlers/targets/tcp/grants_test.go +++ b/internal/daemon/controller/handlers/targets/tcp/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp_test diff --git a/internal/daemon/controller/handlers/targets/tcp/target_service_test.go b/internal/daemon/controller/handlers/targets/tcp/target_service_test.go index 3087ee8ca9..2cc20d2f62 100644 --- a/internal/daemon/controller/handlers/targets/tcp/target_service_test.go +++ b/internal/daemon/controller/handlers/targets/tcp/target_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp_test diff --git a/internal/daemon/controller/handlers/targets/tcp/tcp.go b/internal/daemon/controller/handlers/targets/tcp/tcp.go index 19d33c9da7..4f46d1870c 100644 --- a/internal/daemon/controller/handlers/targets/tcp/tcp.go +++ b/internal/daemon/controller/handlers/targets/tcp/tcp.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp diff --git a/internal/daemon/controller/handlers/testing.go b/internal/daemon/controller/handlers/testing.go index 083cb0f52b..37f18ae4ff 100644 --- a/internal/daemon/controller/handlers/testing.go +++ b/internal/daemon/controller/handlers/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/users/grants_test.go b/internal/daemon/controller/handlers/users/grants_test.go index 942c53fa3c..2e298600b7 100644 --- a/internal/daemon/controller/handlers/users/grants_test.go +++ b/internal/daemon/controller/handlers/users/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package users_test diff --git a/internal/daemon/controller/handlers/users/user_service.go b/internal/daemon/controller/handlers/users/user_service.go index 4a58fe0a47..9a8a9e77dc 100644 --- a/internal/daemon/controller/handlers/users/user_service.go +++ b/internal/daemon/controller/handlers/users/user_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package users diff --git a/internal/daemon/controller/handlers/users/user_service_test.go b/internal/daemon/controller/handlers/users/user_service_test.go index 5b81c68844..6b4a6c2f33 100644 --- a/internal/daemon/controller/handlers/users/user_service_test.go +++ b/internal/daemon/controller/handlers/users/user_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package users_test diff --git a/internal/daemon/controller/handlers/verifiers.go b/internal/daemon/controller/handlers/verifiers.go index 38cc384262..109933169a 100644 --- a/internal/daemon/controller/handlers/verifiers.go +++ b/internal/daemon/controller/handlers/verifiers.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/verifiers_test.go b/internal/daemon/controller/handlers/verifiers_test.go index e8fc9c6fda..f3d19e7637 100644 --- a/internal/daemon/controller/handlers/verifiers_test.go +++ b/internal/daemon/controller/handlers/verifiers_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package handlers diff --git a/internal/daemon/controller/handlers/workers/grants_test.go b/internal/daemon/controller/handlers/workers/grants_test.go index cead7dc05d..626c144d1a 100644 --- a/internal/daemon/controller/handlers/workers/grants_test.go +++ b/internal/daemon/controller/handlers/workers/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workers_test diff --git a/internal/daemon/controller/handlers/workers/worker_service.go b/internal/daemon/controller/handlers/workers/worker_service.go index 903d2a16f9..f32f4d3db3 100644 --- a/internal/daemon/controller/handlers/workers/worker_service.go +++ b/internal/daemon/controller/handlers/workers/worker_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workers diff --git a/internal/daemon/controller/handlers/workers/worker_service_test.go b/internal/daemon/controller/handlers/workers/worker_service_test.go index 2bced0947e..4b9500f54e 100644 --- a/internal/daemon/controller/handlers/workers/worker_service_test.go +++ b/internal/daemon/controller/handlers/workers/worker_service_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workers diff --git a/internal/daemon/controller/interceptor.go b/internal/daemon/controller/interceptor.go index 69e942b769..90c055541d 100644 --- a/internal/daemon/controller/interceptor.go +++ b/internal/daemon/controller/interceptor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/interceptor_test.go b/internal/daemon/controller/interceptor_test.go index a8719c88c5..251f56951c 100644 --- a/internal/daemon/controller/interceptor_test.go +++ b/internal/daemon/controller/interceptor_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/internal/metric/api.go b/internal/daemon/controller/internal/metric/api.go index 5d21e02eed..7aa0396490 100644 --- a/internal/daemon/controller/internal/metric/api.go +++ b/internal/daemon/controller/internal/metric/api.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package metric provides functions to initialize the controller specific diff --git a/internal/daemon/controller/internal/metric/api_test.go b/internal/daemon/controller/internal/metric/api_test.go index 2ceecebefb..52b9a2f241 100644 --- a/internal/daemon/controller/internal/metric/api_test.go +++ b/internal/daemon/controller/internal/metric/api_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package metric diff --git a/internal/daemon/controller/internal/metric/cluster.go b/internal/daemon/controller/internal/metric/cluster.go index b349c6a1fd..08ce0a0dd8 100644 --- a/internal/daemon/controller/internal/metric/cluster.go +++ b/internal/daemon/controller/internal/metric/cluster.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package metric diff --git a/internal/daemon/controller/listeners.go b/internal/daemon/controller/listeners.go index 8c90385e8a..43d7cbd784 100644 --- a/internal/daemon/controller/listeners.go +++ b/internal/daemon/controller/listeners.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/listeners_test.go b/internal/daemon/controller/listeners_test.go index aa4306a3ce..71d227d708 100644 --- a/internal/daemon/controller/listeners_test.go +++ b/internal/daemon/controller/listeners_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/multi_test.go b/internal/daemon/controller/multi_test.go index 4ffccba694..d62fd692c1 100644 --- a/internal/daemon/controller/multi_test.go +++ b/internal/daemon/controller/multi_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller_test diff --git a/internal/daemon/controller/rate_limiter.go b/internal/daemon/controller/rate_limiter.go index e03d94bacb..2ebea3cb68 100644 --- a/internal/daemon/controller/rate_limiter.go +++ b/internal/daemon/controller/rate_limiter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/rate_limiter_test.go b/internal/daemon/controller/rate_limiter_test.go index 6a30bc808b..f6511ba87b 100644 --- a/internal/daemon/controller/rate_limiter_test.go +++ b/internal/daemon/controller/rate_limiter_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/rewrapping_test.go b/internal/daemon/controller/rewrapping_test.go index 377efaddfc..e60a2a78e8 100644 --- a/internal/daemon/controller/rewrapping_test.go +++ b/internal/daemon/controller/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/rpc_registration.go b/internal/daemon/controller/rpc_registration.go index 5b3bd4847d..669296ae53 100644 --- a/internal/daemon/controller/rpc_registration.go +++ b/internal/daemon/controller/rpc_registration.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/testing.go b/internal/daemon/controller/testing.go index e476428011..3a95ce5441 100644 --- a/internal/daemon/controller/testing.go +++ b/internal/daemon/controller/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/testing_test.go b/internal/daemon/controller/testing_test.go index b8e1f45122..fb314a0c08 100644 --- a/internal/daemon/controller/testing_test.go +++ b/internal/daemon/controller/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/controller/tickers.go b/internal/daemon/controller/tickers.go index 97e0ca6faf..c72c25a149 100644 --- a/internal/daemon/controller/tickers.go +++ b/internal/daemon/controller/tickers.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/daemon/metric/initialize_metrics.go b/internal/daemon/metric/initialize_metrics.go index 0ecc99b777..0a8b9d2e04 100644 --- a/internal/daemon/metric/initialize_metrics.go +++ b/internal/daemon/metric/initialize_metrics.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package metric provides functions to initialize the controller specific diff --git a/internal/daemon/metric/initialize_metrics_test.go b/internal/daemon/metric/initialize_metrics_test.go index e12e57728f..61b0d998b9 100644 --- a/internal/daemon/metric/initialize_metrics_test.go +++ b/internal/daemon/metric/initialize_metrics_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package metric diff --git a/internal/daemon/metric/instrument_handlers.go b/internal/daemon/metric/instrument_handlers.go index 7d74c65704..0e01e179f0 100644 --- a/internal/daemon/metric/instrument_handlers.go +++ b/internal/daemon/metric/instrument_handlers.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package metric provides functions to initialize the controller specific diff --git a/internal/daemon/metric/instrument_handlers_test.go b/internal/daemon/metric/instrument_handlers_test.go index f38fb34d21..16b2ba249f 100644 --- a/internal/daemon/metric/instrument_handlers_test.go +++ b/internal/daemon/metric/instrument_handlers_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package metric diff --git a/internal/daemon/metric/testing.go b/internal/daemon/metric/testing.go index 5e028b1364..68dc071f16 100644 --- a/internal/daemon/metric/testing.go +++ b/internal/daemon/metric/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package metric diff --git a/internal/daemon/worker/addressreceiver.go b/internal/daemon/worker/addressreceiver.go index 77c3f5782d..c80480a368 100644 --- a/internal/daemon/worker/addressreceiver.go +++ b/internal/daemon/worker/addressreceiver.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/auth_rotation.go b/internal/daemon/worker/auth_rotation.go index 8e094a07f7..028fbaa652 100644 --- a/internal/daemon/worker/auth_rotation.go +++ b/internal/daemon/worker/auth_rotation.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/auth_rotation_test.go b/internal/daemon/worker/auth_rotation_test.go index e50b0e90a2..54fcd45b7d 100644 --- a/internal/daemon/worker/auth_rotation_test.go +++ b/internal/daemon/worker/auth_rotation_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker_test diff --git a/internal/daemon/worker/common/common.go b/internal/daemon/worker/common/common.go index 2abc92266e..a0d83b9244 100644 --- a/internal/daemon/worker/common/common.go +++ b/internal/daemon/worker/common/common.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/daemon/worker/common/doc.go b/internal/daemon/worker/common/doc.go index eeafc21555..b4e96fc78b 100644 --- a/internal/daemon/worker/common/doc.go +++ b/internal/daemon/worker/common/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package common contains types and helper functions that are used across the different packages under diff --git a/internal/daemon/worker/config.go b/internal/daemon/worker/config.go index e5b815a811..ff97de64b2 100644 --- a/internal/daemon/worker/config.go +++ b/internal/daemon/worker/config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/controller_connection.go b/internal/daemon/worker/controller_connection.go index 1097c0b4e7..724ce40d97 100644 --- a/internal/daemon/worker/controller_connection.go +++ b/internal/daemon/worker/controller_connection.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/controller_connection_test.go b/internal/daemon/worker/controller_connection_test.go index 204834a888..e1703dfb9b 100644 --- a/internal/daemon/worker/controller_connection_test.go +++ b/internal/daemon/worker/controller_connection_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/countingconn.go b/internal/daemon/worker/countingconn.go index 0f7e654987..ad34fcb936 100644 --- a/internal/daemon/worker/countingconn.go +++ b/internal/daemon/worker/countingconn.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/countingconn_test.go b/internal/daemon/worker/countingconn_test.go index 4691e15a9f..59517cef4b 100644 --- a/internal/daemon/worker/countingconn_test.go +++ b/internal/daemon/worker/countingconn_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/handler.go b/internal/daemon/worker/handler.go index e8aac2cf17..c2c9880c2b 100644 --- a/internal/daemon/worker/handler.go +++ b/internal/daemon/worker/handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/health.go b/internal/daemon/worker/health.go index 34e08fa63b..36de3f0c61 100644 --- a/internal/daemon/worker/health.go +++ b/internal/daemon/worker/health.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/health_test.go b/internal/daemon/worker/health_test.go index 4371d6fe02..e27eef50a3 100644 --- a/internal/daemon/worker/health_test.go +++ b/internal/daemon/worker/health_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/internal/metric/cluster_client.go b/internal/daemon/worker/internal/metric/cluster_client.go index f0235b75dc..fc9f4f459c 100644 --- a/internal/daemon/worker/internal/metric/cluster_client.go +++ b/internal/daemon/worker/internal/metric/cluster_client.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package metric diff --git a/internal/daemon/worker/internal/metric/cluster_client_test.go b/internal/daemon/worker/internal/metric/cluster_client_test.go index 172d232638..afb7b44118 100644 --- a/internal/daemon/worker/internal/metric/cluster_client_test.go +++ b/internal/daemon/worker/internal/metric/cluster_client_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package metric diff --git a/internal/daemon/worker/internal/metric/cluster_server.go b/internal/daemon/worker/internal/metric/cluster_server.go index df47bf0f98..57877db948 100644 --- a/internal/daemon/worker/internal/metric/cluster_server.go +++ b/internal/daemon/worker/internal/metric/cluster_server.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package metric diff --git a/internal/daemon/worker/internal/metric/proxy_http.go b/internal/daemon/worker/internal/metric/proxy_http.go index 1cf6b4e322..4de79a9af7 100644 --- a/internal/daemon/worker/internal/metric/proxy_http.go +++ b/internal/daemon/worker/internal/metric/proxy_http.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package metric provides functions to initialize the worker specific diff --git a/internal/daemon/worker/internal/metric/proxy_ws.go b/internal/daemon/worker/internal/metric/proxy_ws.go index c2da6fafe0..01d1e9cbc0 100644 --- a/internal/daemon/worker/internal/metric/proxy_ws.go +++ b/internal/daemon/worker/internal/metric/proxy_ws.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package metric diff --git a/internal/daemon/worker/internal/metric/proxy_ws_test.go b/internal/daemon/worker/internal/metric/proxy_ws_test.go index ad8999feab..2c0a3f3606 100644 --- a/internal/daemon/worker/internal/metric/proxy_ws_test.go +++ b/internal/daemon/worker/internal/metric/proxy_ws_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package metric diff --git a/internal/daemon/worker/listeners.go b/internal/daemon/worker/listeners.go index 03a51c9291..acf2abaa34 100644 --- a/internal/daemon/worker/listeners.go +++ b/internal/daemon/worker/listeners.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/listeners_test.go b/internal/daemon/worker/listeners_test.go index 6cd1326465..1ebd9809cf 100644 --- a/internal/daemon/worker/listeners_test.go +++ b/internal/daemon/worker/listeners_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/package_registration.go b/internal/daemon/worker/package_registration.go index 17d6776c41..e67ae80015 100644 --- a/internal/daemon/worker/package_registration.go +++ b/internal/daemon/worker/package_registration.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/proxy/doc.go b/internal/daemon/worker/proxy/doc.go index ff91e1e57b..ef6984224e 100644 --- a/internal/daemon/worker/proxy/doc.go +++ b/internal/daemon/worker/proxy/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package proxy contains a collection of proxy handlers for the worker to call once a diff --git a/internal/daemon/worker/proxy/options.go b/internal/daemon/worker/proxy/options.go index dd6c27fbe7..836065fb2c 100644 --- a/internal/daemon/worker/proxy/options.go +++ b/internal/daemon/worker/proxy/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/proxy/options_test.go b/internal/daemon/worker/proxy/options_test.go index 46140088ec..857c0d7336 100644 --- a/internal/daemon/worker/proxy/options_test.go +++ b/internal/daemon/worker/proxy/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/proxy/proxy.go b/internal/daemon/worker/proxy/proxy.go index fe79e526c0..0c71f1abe1 100644 --- a/internal/daemon/worker/proxy/proxy.go +++ b/internal/daemon/worker/proxy/proxy.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/proxy/proxy_conn_tracker.go b/internal/daemon/worker/proxy/proxy_conn_tracker.go index 2f2e163a20..de09ee8eec 100644 --- a/internal/daemon/worker/proxy/proxy_conn_tracker.go +++ b/internal/daemon/worker/proxy/proxy_conn_tracker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/proxy/proxy_conn_tracker_test.go b/internal/daemon/worker/proxy/proxy_conn_tracker_test.go index 2dbedbe766..86268335ae 100644 --- a/internal/daemon/worker/proxy/proxy_conn_tracker_test.go +++ b/internal/daemon/worker/proxy/proxy_conn_tracker_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/proxy/proxy_test.go b/internal/daemon/worker/proxy/proxy_test.go index 032abda7d7..4540b4f19b 100644 --- a/internal/daemon/worker/proxy/proxy_test.go +++ b/internal/daemon/worker/proxy/proxy_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/proxy/proxydialer.go b/internal/daemon/worker/proxy/proxydialer.go index 823e75a64f..a44f913c6b 100644 --- a/internal/daemon/worker/proxy/proxydialer.go +++ b/internal/daemon/worker/proxy/proxydialer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/proxy/proxydialer_test.go b/internal/daemon/worker/proxy/proxydialer_test.go index 1ea262a352..66ca32ae6a 100644 --- a/internal/daemon/worker/proxy/proxydialer_test.go +++ b/internal/daemon/worker/proxy/proxydialer_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/proxy/tcp/tcp.go b/internal/daemon/worker/proxy/tcp/tcp.go index d7e8bf084e..6036c41ebb 100644 --- a/internal/daemon/worker/proxy/tcp/tcp.go +++ b/internal/daemon/worker/proxy/tcp/tcp.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp diff --git a/internal/daemon/worker/proxy/tcp/tcp_test.go b/internal/daemon/worker/proxy/tcp/tcp_test.go index 788d1c5a4b..cc54788588 100644 --- a/internal/daemon/worker/proxy/tcp/tcp_test.go +++ b/internal/daemon/worker/proxy/tcp/tcp_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp diff --git a/internal/daemon/worker/proxy/testing.go b/internal/daemon/worker/proxy/testing.go index 1a27bece34..86486dcb41 100644 --- a/internal/daemon/worker/proxy/testing.go +++ b/internal/daemon/worker/proxy/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/proxy/testing_test.go b/internal/daemon/worker/proxy/testing_test.go index ae9413b074..3a34f825f1 100644 --- a/internal/daemon/worker/proxy/testing_test.go +++ b/internal/daemon/worker/proxy/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/proxy/websocket_codes.go b/internal/daemon/worker/proxy/websocket_codes.go index 6b6be9802f..72d87be830 100644 --- a/internal/daemon/worker/proxy/websocket_codes.go +++ b/internal/daemon/worker/proxy/websocket_codes.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/daemon/worker/recording/type.go b/internal/daemon/worker/recording/type.go index 63bb153d08..fc931db99f 100644 --- a/internal/daemon/worker/recording/type.go +++ b/internal/daemon/worker/recording/type.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package recording diff --git a/internal/daemon/worker/routing_info.go b/internal/daemon/worker/routing_info.go index 405adee4ae..c4c1323d43 100644 --- a/internal/daemon/worker/routing_info.go +++ b/internal/daemon/worker/routing_info.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/routing_info_test.go b/internal/daemon/worker/routing_info_test.go index 43f31452c0..4c85a9a529 100644 --- a/internal/daemon/worker/routing_info_test.go +++ b/internal/daemon/worker/routing_info_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/rpc_registration.go b/internal/daemon/worker/rpc_registration.go index 1ff97b62e0..6e185706f3 100644 --- a/internal/daemon/worker/rpc_registration.go +++ b/internal/daemon/worker/rpc_registration.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/session/manager.go b/internal/daemon/worker/session/manager.go index bdbefc1964..998a7e13f4 100644 --- a/internal/daemon/worker/session/manager.go +++ b/internal/daemon/worker/session/manager.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/daemon/worker/session/manager_test.go b/internal/daemon/worker/session/manager_test.go index ffbb0b74cc..b9af3824a3 100644 --- a/internal/daemon/worker/session/manager_test.go +++ b/internal/daemon/worker/session/manager_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/daemon/worker/session/session.go b/internal/daemon/worker/session/session.go index 591decd460..6c7bb7fee4 100644 --- a/internal/daemon/worker/session/session.go +++ b/internal/daemon/worker/session/session.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/daemon/worker/session/session_test.go b/internal/daemon/worker/session/session_test.go index 4c1f754e39..baea5f8c71 100644 --- a/internal/daemon/worker/session/session_test.go +++ b/internal/daemon/worker/session/session_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/daemon/worker/session/testing.go b/internal/daemon/worker/session/testing.go index 9c353ed8ef..eb19aa9659 100644 --- a/internal/daemon/worker/session/testing.go +++ b/internal/daemon/worker/session/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/daemon/worker/session_info.go b/internal/daemon/worker/session_info.go index 72b9ba55d9..916b1be7ea 100644 --- a/internal/daemon/worker/session_info.go +++ b/internal/daemon/worker/session_info.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/session_info_test.go b/internal/daemon/worker/session_info_test.go index df9adbf458..334d6d0d75 100644 --- a/internal/daemon/worker/session_info_test.go +++ b/internal/daemon/worker/session_info_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/statistics.go b/internal/daemon/worker/statistics.go index 4295e41b8e..e128751501 100644 --- a/internal/daemon/worker/statistics.go +++ b/internal/daemon/worker/statistics.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/statistics_test.go b/internal/daemon/worker/statistics_test.go index a0806e0022..c295daacb0 100644 --- a/internal/daemon/worker/statistics_test.go +++ b/internal/daemon/worker/statistics_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/testing.go b/internal/daemon/worker/testing.go index 1f988377be..4ccc34eb94 100644 --- a/internal/daemon/worker/testing.go +++ b/internal/daemon/worker/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/testing_test.go b/internal/daemon/worker/testing_test.go index 7e6bd72557..dd3594177f 100644 --- a/internal/daemon/worker/testing_test.go +++ b/internal/daemon/worker/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/worker.go b/internal/daemon/worker/worker.go index 100dc320c3..5d1227a7dc 100644 --- a/internal/daemon/worker/worker.go +++ b/internal/daemon/worker/worker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/worker_proxy_service.go b/internal/daemon/worker/worker_proxy_service.go index eec26d1209..b4b6631073 100644 --- a/internal/daemon/worker/worker_proxy_service.go +++ b/internal/daemon/worker/worker_proxy_service.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/daemon/worker/worker_test.go b/internal/daemon/worker/worker_test.go index 11897582f3..4a93fa707f 100644 --- a/internal/daemon/worker/worker_test.go +++ b/internal/daemon/worker/worker_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package worker diff --git a/internal/db/assert/asserts.go b/internal/db/assert/asserts.go index d3f2320811..6210071de1 100644 --- a/internal/db/assert/asserts.go +++ b/internal/db/assert/asserts.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package dbassert diff --git a/internal/db/assert/asserts_test.go b/internal/db/assert/asserts_test.go index 65f02ae0d5..36dfc34dfa 100644 --- a/internal/db/assert/asserts_test.go +++ b/internal/db/assert/asserts_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package dbassert diff --git a/internal/db/assert/docs.go b/internal/db/assert/docs.go index cffa0d34de..f2f9db44d3 100644 --- a/internal/db/assert/docs.go +++ b/internal/db/assert/docs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package dbassert provides a set of assertions for testing the boundary database diff --git a/internal/db/backoff.go b/internal/db/backoff.go index d3710451a6..cdc98d00c4 100644 --- a/internal/db/backoff.go +++ b/internal/db/backoff.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/changesafe_reader_writer.go b/internal/db/changesafe_reader_writer.go index d78b8fd08e..2a3bc4e570 100644 --- a/internal/db/changesafe_reader_writer.go +++ b/internal/db/changesafe_reader_writer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/clause.go b/internal/db/clause.go index 472123f533..1785f4d7a1 100644 --- a/internal/db/clause.go +++ b/internal/db/clause.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/common/db.go b/internal/db/common/db.go index 0347608f30..479b347280 100644 --- a/internal/db/common/db.go +++ b/internal/db/common/db.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package common diff --git a/internal/db/db.go b/internal/db/db.go index 440966e65f..0c7432f30f 100644 --- a/internal/db/db.go +++ b/internal/db/db.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/db_test.go b/internal/db/db_test.go index 237793c6d1..21746e9618 100644 --- a/internal/db/db_test.go +++ b/internal/db/db_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/db_test/db.go b/internal/db/db_test/db.go index 433b123cff..a5da523658 100644 --- a/internal/db/db_test/db.go +++ b/internal/db/db_test/db.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package db_test provides some helper funcs for testing db integrations diff --git a/internal/db/db_test/db_test.pb.go b/internal/db/db_test/db_test.pb.go index 2452b4cafa..460dd63768 100644 --- a/internal/db/db_test/db_test.pb.go +++ b/internal/db/db_test/db_test.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/db/domains_test.go b/internal/db/domains_test.go index f80b993883..7ea4c0d9be 100644 --- a/internal/db/domains_test.go +++ b/internal/db/domains_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/id.go b/internal/db/id.go index a86c608565..6f9148f201 100644 --- a/internal/db/id.go +++ b/internal/db/id.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/id_test.go b/internal/db/id_test.go index f7efed3bb0..1bdec5dcee 100644 --- a/internal/db/id_test.go +++ b/internal/db/id_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/option.go b/internal/db/option.go index dc938f3770..a0dc7348e8 100644 --- a/internal/db/option.go +++ b/internal/db/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/option_test.go b/internal/db/option_test.go index bd6fed86b7..b09f69eb47 100644 --- a/internal/db/option_test.go +++ b/internal/db/option_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/package_registration.go b/internal/db/package_registration.go index 5e0651724f..3e22188f4c 100644 --- a/internal/db/package_registration.go +++ b/internal/db/package_registration.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/read_writer.go b/internal/db/read_writer.go index 15b8f6b0b1..44494e77ac 100644 --- a/internal/db/read_writer.go +++ b/internal/db/read_writer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/read_writer_ext_test.go b/internal/db/read_writer_ext_test.go index 231f2a604c..ff948a1a0d 100644 --- a/internal/db/read_writer_ext_test.go +++ b/internal/db/read_writer_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db_test diff --git a/internal/db/read_writer_oplog.go b/internal/db/read_writer_oplog.go index 98cfde3c28..cf271e237b 100644 --- a/internal/db/read_writer_oplog.go +++ b/internal/db/read_writer_oplog.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/read_writer_test.go b/internal/db/read_writer_test.go index 359d16f773..dd915f7a16 100644 --- a/internal/db/read_writer_test.go +++ b/internal/db/read_writer_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/sanitize/doc.go b/internal/db/sanitize/doc.go index ead3c2418e..818efdeff4 100644 --- a/internal/db/sanitize/doc.go +++ b/internal/db/sanitize/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package sanitize contains a set of functions that sanitizes input received from external diff --git a/internal/db/sanitize/sanitize.go b/internal/db/sanitize/sanitize.go index 054a59df18..c953c0a42a 100644 --- a/internal/db/sanitize/sanitize.go +++ b/internal/db/sanitize/sanitize.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sanitize diff --git a/internal/db/sanitize/sanitize_test.go b/internal/db/sanitize/sanitize_test.go index 80597bab54..a50a6137c5 100644 --- a/internal/db/sanitize/sanitize_test.go +++ b/internal/db/sanitize/sanitize_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sanitize diff --git a/internal/db/schema/doc.go b/internal/db/schema/doc.go index 80c7e84924..4d982e0d12 100644 --- a/internal/db/schema/doc.go +++ b/internal/db/schema/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package schema is used to apply sql migrations to modify the state of a diff --git a/internal/db/schema/edition.go b/internal/db/schema/edition.go index e1bed4b1b2..11365e6b77 100644 --- a/internal/db/schema/edition.go +++ b/internal/db/schema/edition.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/schema/edition_test.go b/internal/db/schema/edition_test.go index 09346de412..3213a1b9a5 100644 --- a/internal/db/schema/edition_test.go +++ b/internal/db/schema/edition_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema_test diff --git a/internal/db/schema/errors.go b/internal/db/schema/errors.go index 15b9806d82..dc62bb39f2 100644 --- a/internal/db/schema/errors.go +++ b/internal/db/schema/errors.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/schema/export_test.go b/internal/db/schema/export_test.go index 6800e47522..800731014e 100644 --- a/internal/db/schema/export_test.go +++ b/internal/db/schema/export_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/schema/internal/edition/edition.go b/internal/db/schema/internal/edition/edition.go index 91075251d8..c848e09d72 100644 --- a/internal/db/schema/internal/edition/edition.go +++ b/internal/db/schema/internal/edition/edition.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package edition provides internal structs for the schema package for diff --git a/internal/db/schema/internal/edition/edition_test.go b/internal/db/schema/internal/edition/edition_test.go index e95d8ce577..f1dad05120 100644 --- a/internal/db/schema/internal/edition/edition_test.go +++ b/internal/db/schema/internal/edition/edition_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package edition_test diff --git a/internal/db/schema/internal/edition/options.go b/internal/db/schema/internal/edition/options.go index 4dd74b603c..06e87761f9 100644 --- a/internal/db/schema/internal/edition/options.go +++ b/internal/db/schema/internal/edition/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package edition diff --git a/internal/db/schema/internal/edition/testdata/invalid/duplicate-versions/0/01_initial.up.sql b/internal/db/schema/internal/edition/testdata/invalid/duplicate-versions/0/01_initial.up.sql index d7049102a5..fe5d55f62b 100644 --- a/internal/db/schema/internal/edition/testdata/invalid/duplicate-versions/0/01_initial.up.sql +++ b/internal/db/schema/internal/edition/testdata/invalid/duplicate-versions/0/01_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/invalid/duplicate-versions/0/01_initial_also.up.sql b/internal/db/schema/internal/edition/testdata/invalid/duplicate-versions/0/01_initial_also.up.sql index 5126224bbc..2777aee9f5 100644 --- a/internal/db/schema/internal/edition/testdata/invalid/duplicate-versions/0/01_initial_also.up.sql +++ b/internal/db/schema/internal/edition/testdata/invalid/duplicate-versions/0/01_initial_also.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/invalid/major-version-not-int/major/01_initial.up.sql b/internal/db/schema/internal/edition/testdata/invalid/major-version-not-int/major/01_initial.up.sql index d7049102a5..fe5d55f62b 100644 --- a/internal/db/schema/internal/edition/testdata/invalid/major-version-not-int/major/01_initial.up.sql +++ b/internal/db/schema/internal/edition/testdata/invalid/major-version-not-int/major/01_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/invalid/minor-version-invalid-separator/0/01-initial.up.sql b/internal/db/schema/internal/edition/testdata/invalid/minor-version-invalid-separator/0/01-initial.up.sql index d7049102a5..fe5d55f62b 100644 --- a/internal/db/schema/internal/edition/testdata/invalid/minor-version-invalid-separator/0/01-initial.up.sql +++ b/internal/db/schema/internal/edition/testdata/invalid/minor-version-invalid-separator/0/01-initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/invalid/minor-version-not-int/0/minor_initial.up.sql b/internal/db/schema/internal/edition/testdata/invalid/minor-version-not-int/0/minor_initial.up.sql index d7049102a5..fe5d55f62b 100644 --- a/internal/db/schema/internal/edition/testdata/invalid/minor-version-not-int/0/minor_initial.up.sql +++ b/internal/db/schema/internal/edition/testdata/invalid/minor-version-not-int/0/minor_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/invalid/no-major-version/01_initial.up.sql b/internal/db/schema/internal/edition/testdata/invalid/no-major-version/01_initial.up.sql index d7049102a5..fe5d55f62b 100644 --- a/internal/db/schema/internal/edition/testdata/invalid/no-major-version/01_initial.up.sql +++ b/internal/db/schema/internal/edition/testdata/invalid/no-major-version/01_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/invalid/no-minor-version/0/initial.up.sql b/internal/db/schema/internal/edition/testdata/invalid/no-minor-version/0/initial.up.sql index d7049102a5..fe5d55f62b 100644 --- a/internal/db/schema/internal/edition/testdata/invalid/no-minor-version/0/initial.up.sql +++ b/internal/db/schema/internal/edition/testdata/invalid/no-minor-version/0/initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/one/0/01_initial.up.sql b/internal/db/schema/internal/edition/testdata/one/0/01_initial.up.sql index d7049102a5..fe5d55f62b 100644 --- a/internal/db/schema/internal/edition/testdata/one/0/01_initial.up.sql +++ b/internal/db/schema/internal/edition/testdata/one/0/01_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/three/0/01_initial.up.sql b/internal/db/schema/internal/edition/testdata/three/0/01_initial.up.sql index d32cb1c476..100148b2a1 100644 --- a/internal/db/schema/internal/edition/testdata/three/0/01_initial.up.sql +++ b/internal/db/schema/internal/edition/testdata/three/0/01_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/three/1/01_add_table.up.sql b/internal/db/schema/internal/edition/testdata/three/1/01_add_table.up.sql index 6b488bf895..2338675c7d 100644 --- a/internal/db/schema/internal/edition/testdata/three/1/01_add_table.up.sql +++ b/internal/db/schema/internal/edition/testdata/three/1/01_add_table.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/two/0/01_add_table.up.sql b/internal/db/schema/internal/edition/testdata/two/0/01_add_table.up.sql index ccda5ce2f9..046ef50336 100644 --- a/internal/db/schema/internal/edition/testdata/two/0/01_add_table.up.sql +++ b/internal/db/schema/internal/edition/testdata/two/0/01_add_table.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/edition/testdata/two/0/02_initial.up.sql b/internal/db/schema/internal/edition/testdata/two/0/02_initial.up.sql index 722f9ab14e..80a8ba16aa 100644 --- a/internal/db/schema/internal/edition/testdata/two/0/02_initial.up.sql +++ b/internal/db/schema/internal/edition/testdata/two/0/02_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/internal/log/doc.go b/internal/db/schema/internal/log/doc.go index 4e64d61e1a..b6c01f4f0e 100644 --- a/internal/db/schema/internal/log/doc.go +++ b/internal/db/schema/internal/log/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package log provides internal structs and options for the schema package for diff --git a/internal/db/schema/internal/log/entry.go b/internal/db/schema/internal/log/entry.go index f65bac3c6e..491ea9016e 100644 --- a/internal/db/schema/internal/log/entry.go +++ b/internal/db/schema/internal/log/entry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package log diff --git a/internal/db/schema/internal/log/options.go b/internal/db/schema/internal/log/options.go index e3bac6de79..54d743f917 100644 --- a/internal/db/schema/internal/log/options.go +++ b/internal/db/schema/internal/log/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package log diff --git a/internal/db/schema/internal/postgres/doc.go b/internal/db/schema/internal/postgres/doc.go index 28f7289d72..3b2dde5100 100644 --- a/internal/db/schema/internal/postgres/doc.go +++ b/internal/db/schema/internal/postgres/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package postgres provides an implementation of the schema.driver interface diff --git a/internal/db/schema/internal/postgres/ensure_version_test.go b/internal/db/schema/internal/postgres/ensure_version_test.go index 7b3826c1ca..88ab8b3d5e 100644 --- a/internal/db/schema/internal/postgres/ensure_version_test.go +++ b/internal/db/schema/internal/postgres/ensure_version_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package postgres_test diff --git a/internal/db/schema/internal/postgres/lock_test.go b/internal/db/schema/internal/postgres/lock_test.go index 6f07508dae..e31831f72e 100644 --- a/internal/db/schema/internal/postgres/lock_test.go +++ b/internal/db/schema/internal/postgres/lock_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package postgres_test diff --git a/internal/db/schema/internal/postgres/migration_log_test.go b/internal/db/schema/internal/postgres/migration_log_test.go index 358ef38ef6..90519f8819 100644 --- a/internal/db/schema/internal/postgres/migration_log_test.go +++ b/internal/db/schema/internal/postgres/migration_log_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package postgres_test diff --git a/internal/db/schema/internal/postgres/postgres_test.go b/internal/db/schema/internal/postgres/postgres_test.go index 38a1a06a32..73f28714af 100644 --- a/internal/db/schema/internal/postgres/postgres_test.go +++ b/internal/db/schema/internal/postgres/postgres_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package postgres_test diff --git a/internal/db/schema/internal/postgres/query.go b/internal/db/schema/internal/postgres/query.go index b1e713b8ec..b6ed42b61e 100644 --- a/internal/db/schema/internal/postgres/query.go +++ b/internal/db/schema/internal/postgres/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package postgres diff --git a/internal/db/schema/internal/postgres/state_test.go b/internal/db/schema/internal/postgres/state_test.go index 36f7ebff00..bec7b12e43 100644 --- a/internal/db/schema/internal/postgres/state_test.go +++ b/internal/db/schema/internal/postgres/state_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package postgres_test diff --git a/internal/db/schema/internal/postgres/testing_test.go b/internal/db/schema/internal/postgres/testing_test.go index 282e47bf12..f3bc5b02c0 100644 --- a/internal/db/schema/internal/postgres/testing_test.go +++ b/internal/db/schema/internal/postgres/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package postgres_test diff --git a/internal/db/schema/internal/provider/provider.go b/internal/db/schema/internal/provider/provider.go index 796cfd35d5..93503d0d51 100644 --- a/internal/db/schema/internal/provider/provider.go +++ b/internal/db/schema/internal/provider/provider.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package provider provides an iterator for iterating over all of the diff --git a/internal/db/schema/internal/provider/provider_test.go b/internal/db/schema/internal/provider/provider_test.go index b185d84dd9..7e9ebd04c6 100644 --- a/internal/db/schema/internal/provider/provider_test.go +++ b/internal/db/schema/internal/provider/provider_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package provider_test diff --git a/internal/db/schema/manager.go b/internal/db/schema/manager.go index dfe6f59922..5eb10b14b4 100644 --- a/internal/db/schema/manager.go +++ b/internal/db/schema/manager.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/schema/manager_example_test.go b/internal/db/schema/manager_example_test.go index 0c0e3fd926..772fbde4c6 100644 --- a/internal/db/schema/manager_example_test.go +++ b/internal/db/schema/manager_example_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema_test diff --git a/internal/db/schema/manager_test.go b/internal/db/schema/manager_test.go index 4765ddda9a..a56ce4e2d3 100644 --- a/internal/db/schema/manager_test.go +++ b/internal/db/schema/manager_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema_test diff --git a/internal/db/schema/migration/migration.go b/internal/db/schema/migration/migration.go index 062db343db..d1ac611a74 100644 --- a/internal/db/schema/migration/migration.go +++ b/internal/db/schema/migration/migration.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package migration diff --git a/internal/db/schema/migration_log.go b/internal/db/schema/migration_log.go index 150769a871..4eb792d00f 100644 --- a/internal/db/schema/migration_log.go +++ b/internal/db/schema/migration_log.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/schema/migrations/base.go b/internal/db/schema/migrations/base.go index 9f60a019f7..40073f6ba7 100644 --- a/internal/db/schema/migrations/base.go +++ b/internal/db/schema/migrations/base.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package migrations contains the base sql statements needed to bootstrap the diff --git a/internal/db/schema/migrations/base/postgres/01_boundary_schema_version.up.sql b/internal/db/schema/migrations/base/postgres/01_boundary_schema_version.up.sql index 50cc3c4b47..0dbeb70403 100644 --- a/internal/db/schema/migrations/base/postgres/01_boundary_schema_version.up.sql +++ b/internal/db/schema/migrations/base/postgres/01_boundary_schema_version.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/base/postgres/02_log_migration.up.sql b/internal/db/schema/migrations/base/postgres/02_log_migration.up.sql index 4bc3a5374c..f8878cb67f 100644 --- a/internal/db/schema/migrations/base/postgres/02_log_migration.up.sql +++ b/internal/db/schema/migrations/base/postgres/02_log_migration.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/internal/hook46001/hook.go b/internal/db/schema/migrations/oss/internal/hook46001/hook.go index a1aa0b8ceb..1f197debb3 100644 --- a/internal/db/schema/migrations/oss/internal/hook46001/hook.go +++ b/internal/db/schema/migrations/oss/internal/hook46001/hook.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package hook46001 implements the hook CheckFunc & RepairFunc definitions for CVE-2022-36130. diff --git a/internal/db/schema/migrations/oss/internal/hook46001/query.go b/internal/db/schema/migrations/oss/internal/hook46001/query.go index a950172ced..350f01e0bd 100644 --- a/internal/db/schema/migrations/oss/internal/hook46001/query.go +++ b/internal/db/schema/migrations/oss/internal/hook46001/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hook46001 diff --git a/internal/db/schema/migrations/oss/internal/hook97001/hook.go b/internal/db/schema/migrations/oss/internal/hook97001/hook.go index c041aa0612..19c357c2e7 100644 --- a/internal/db/schema/migrations/oss/internal/hook97001/hook.go +++ b/internal/db/schema/migrations/oss/internal/hook97001/hook.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hook97001 diff --git a/internal/db/schema/migrations/oss/internal/hook97001/query.go b/internal/db/schema/migrations/oss/internal/hook97001/query.go index d4f0b30df2..b2f987292d 100644 --- a/internal/db/schema/migrations/oss/internal/hook97001/query.go +++ b/internal/db/schema/migrations/oss/internal/hook97001/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hook97001 diff --git a/internal/db/schema/migrations/oss/oss.go b/internal/db/schema/migrations/oss/oss.go index 134cf1d252..3044f3eb57 100644 --- a/internal/db/schema/migrations/oss/oss.go +++ b/internal/db/schema/migrations/oss/oss.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package oss is used to embed the sql statements for the oss edition and diff --git a/internal/db/schema/migrations/oss/oss_test.go b/internal/db/schema/migrations/oss/oss_test.go index 7bd88b102a..544031d502 100644 --- a/internal/db/schema/migrations/oss/oss_test.go +++ b/internal/db/schema/migrations/oss/oss_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres/0/01_domain_types.up.sql b/internal/db/schema/migrations/oss/postgres/0/01_domain_types.up.sql index f1d43f767b..f83bb04d43 100644 --- a/internal/db/schema/migrations/oss/postgres/0/01_domain_types.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/01_domain_types.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/02_oplog.up.sql b/internal/db/schema/migrations/oss/postgres/0/02_oplog.up.sql index afb2d6713f..5588da849d 100644 --- a/internal/db/schema/migrations/oss/postgres/0/02_oplog.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/02_oplog.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/03_db.up.sql b/internal/db/schema/migrations/oss/postgres/0/03_db.up.sql index c27925f8fd..eeb30f521d 100644 --- a/internal/db/schema/migrations/oss/postgres/0/03_db.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/03_db.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/06_iam.up.sql b/internal/db/schema/migrations/oss/postgres/0/06_iam.up.sql index 696704f91e..3e868026bf 100644 --- a/internal/db/schema/migrations/oss/postgres/0/06_iam.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/06_iam.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/07_auth.up.sql b/internal/db/schema/migrations/oss/postgres/0/07_auth.up.sql index 2d12016068..8945392575 100644 --- a/internal/db/schema/migrations/oss/postgres/0/07_auth.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/07_auth.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/08_servers.up.sql b/internal/db/schema/migrations/oss/postgres/0/08_servers.up.sql index d6ab1298cb..053aba110f 100644 --- a/internal/db/schema/migrations/oss/postgres/0/08_servers.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/08_servers.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/11_auth_token.up.sql b/internal/db/schema/migrations/oss/postgres/0/11_auth_token.up.sql index bc156d0b9c..63377d6c6f 100644 --- a/internal/db/schema/migrations/oss/postgres/0/11_auth_token.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/11_auth_token.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/12_auth_password.up.sql b/internal/db/schema/migrations/oss/postgres/0/12_auth_password.up.sql index 44a0ad861f..af5375dfb9 100644 --- a/internal/db/schema/migrations/oss/postgres/0/12_auth_password.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/12_auth_password.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/13_auth_password_argon.up.sql b/internal/db/schema/migrations/oss/postgres/0/13_auth_password_argon.up.sql index 184d89d844..b088dc71fe 100644 --- a/internal/db/schema/migrations/oss/postgres/0/13_auth_password_argon.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/13_auth_password_argon.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/14_auth_password_views.up.sql b/internal/db/schema/migrations/oss/postgres/0/14_auth_password_views.up.sql index 71c4305884..af87aa18ca 100644 --- a/internal/db/schema/migrations/oss/postgres/0/14_auth_password_views.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/14_auth_password_views.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/20_host.up.sql b/internal/db/schema/migrations/oss/postgres/0/20_host.up.sql index 50af7c3632..895cbb5989 100644 --- a/internal/db/schema/migrations/oss/postgres/0/20_host.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/20_host.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/22_static_host.up.sql b/internal/db/schema/migrations/oss/postgres/0/22_static_host.up.sql index 3fcb5cd079..f109b17bcf 100644 --- a/internal/db/schema/migrations/oss/postgres/0/22_static_host.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/22_static_host.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/30_keys.up.sql b/internal/db/schema/migrations/oss/postgres/0/30_keys.up.sql index b685e8e453..e2fbcb7f81 100644 --- a/internal/db/schema/migrations/oss/postgres/0/30_keys.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/30_keys.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/31_keys.up.sql b/internal/db/schema/migrations/oss/postgres/0/31_keys.up.sql index 09c01e36e4..f64c6144c8 100644 --- a/internal/db/schema/migrations/oss/postgres/0/31_keys.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/31_keys.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/40_targets.up.sql b/internal/db/schema/migrations/oss/postgres/0/40_targets.up.sql index dca59b7f5b..71aae9f5c3 100644 --- a/internal/db/schema/migrations/oss/postgres/0/40_targets.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/40_targets.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/41_targets.up.sql b/internal/db/schema/migrations/oss/postgres/0/41_targets.up.sql index 58ae346a0e..f8f9fc662a 100644 --- a/internal/db/schema/migrations/oss/postgres/0/41_targets.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/41_targets.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/50_session.up.sql b/internal/db/schema/migrations/oss/postgres/0/50_session.up.sql index 6b6501a328..a4c7f634b0 100644 --- a/internal/db/schema/migrations/oss/postgres/0/50_session.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/50_session.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/51_connection.up.sql b/internal/db/schema/migrations/oss/postgres/0/51_connection.up.sql index bd6e5d834b..88b877a23e 100644 --- a/internal/db/schema/migrations/oss/postgres/0/51_connection.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/51_connection.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/60_wh_domain_types.up.sql b/internal/db/schema/migrations/oss/postgres/0/60_wh_domain_types.up.sql index bf21035536..c68162ad5c 100644 --- a/internal/db/schema/migrations/oss/postgres/0/60_wh_domain_types.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/60_wh_domain_types.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/62_wh_datetime.up.sql b/internal/db/schema/migrations/oss/postgres/0/62_wh_datetime.up.sql index 1c247ad837..a1cfec9678 100644 --- a/internal/db/schema/migrations/oss/postgres/0/62_wh_datetime.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/62_wh_datetime.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/65_wh_session_dimensions.up.sql b/internal/db/schema/migrations/oss/postgres/0/65_wh_session_dimensions.up.sql index d80f6f1675..8cfd24536b 100644 --- a/internal/db/schema/migrations/oss/postgres/0/65_wh_session_dimensions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/65_wh_session_dimensions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/66_wh_session_dimensions.up.sql b/internal/db/schema/migrations/oss/postgres/0/66_wh_session_dimensions.up.sql index 593831d28f..dc2f127777 100644 --- a/internal/db/schema/migrations/oss/postgres/0/66_wh_session_dimensions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/66_wh_session_dimensions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/68_wh_session_facts.up.sql b/internal/db/schema/migrations/oss/postgres/0/68_wh_session_facts.up.sql index 1e9993e2a8..6f7fd16a69 100644 --- a/internal/db/schema/migrations/oss/postgres/0/68_wh_session_facts.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/68_wh_session_facts.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/0/69_wh_session_facts.up.sql b/internal/db/schema/migrations/oss/postgres/0/69_wh_session_facts.up.sql index 3ff58e82b5..032c5eeb98 100644 --- a/internal/db/schema/migrations/oss/postgres/0/69_wh_session_facts.up.sql +++ b/internal/db/schema/migrations/oss/postgres/0/69_wh_session_facts.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/1/01_server_tags_migrations.up.sql b/internal/db/schema/migrations/oss/postgres/1/01_server_tags_migrations.up.sql index 5b536715c5..250bfa0660 100644 --- a/internal/db/schema/migrations/oss/postgres/1/01_server_tags_migrations.up.sql +++ b/internal/db/schema/migrations/oss/postgres/1/01_server_tags_migrations.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/1/02_domains.up.sql b/internal/db/schema/migrations/oss/postgres/1/02_domains.up.sql index 4f7f87f5d2..5199e2f99c 100644 --- a/internal/db/schema/migrations/oss/postgres/1/02_domains.up.sql +++ b/internal/db/schema/migrations/oss/postgres/1/02_domains.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/1/03_kms.up.sql b/internal/db/schema/migrations/oss/postgres/1/03_kms.up.sql index d359941149..3b79438526 100644 --- a/internal/db/schema/migrations/oss/postgres/1/03_kms.up.sql +++ b/internal/db/schema/migrations/oss/postgres/1/03_kms.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/10/01_job_migrations.up.sql b/internal/db/schema/migrations/oss/postgres/10/01_job_migrations.up.sql index 8a89a385a7..343940cde1 100644 --- a/internal/db/schema/migrations/oss/postgres/10/01_job_migrations.up.sql +++ b/internal/db/schema/migrations/oss/postgres/10/01_job_migrations.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/10/02_sentinels.up.sql b/internal/db/schema/migrations/oss/postgres/10/02_sentinels.up.sql index 3a336e7109..9219c9f8e5 100644 --- a/internal/db/schema/migrations/oss/postgres/10/02_sentinels.up.sql +++ b/internal/db/schema/migrations/oss/postgres/10/02_sentinels.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/10/03_credential.up.sql b/internal/db/schema/migrations/oss/postgres/10/03_credential.up.sql index 427aacb49f..de842e4356 100644 --- a/internal/db/schema/migrations/oss/postgres/10/03_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/10/03_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/10/04_vault_credential.up.sql b/internal/db/schema/migrations/oss/postgres/10/04_vault_credential.up.sql index 8d519f823f..e568b071ff 100644 --- a/internal/db/schema/migrations/oss/postgres/10/04_vault_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/10/04_vault_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/10/05_target.up.sql b/internal/db/schema/migrations/oss/postgres/10/05_target.up.sql index 662407b7c4..8e8a578877 100644 --- a/internal/db/schema/migrations/oss/postgres/10/05_target.up.sql +++ b/internal/db/schema/migrations/oss/postgres/10/05_target.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/10/06_session.up.sql b/internal/db/schema/migrations/oss/postgres/10/06_session.up.sql index 9024804452..d10f7a4f02 100644 --- a/internal/db/schema/migrations/oss/postgres/10/06_session.up.sql +++ b/internal/db/schema/migrations/oss/postgres/10/06_session.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/10/07_sentinels.up.sql b/internal/db/schema/migrations/oss/postgres/10/07_sentinels.up.sql index e37ff7b9b6..0757394793 100644 --- a/internal/db/schema/migrations/oss/postgres/10/07_sentinels.up.sql +++ b/internal/db/schema/migrations/oss/postgres/10/07_sentinels.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/100/01_credential_vault_ldap_library.up.sql b/internal/db/schema/migrations/oss/postgres/100/01_credential_vault_ldap_library.up.sql index e2246e6e30..3a6d3584a1 100644 --- a/internal/db/schema/migrations/oss/postgres/100/01_credential_vault_ldap_library.up.sql +++ b/internal/db/schema/migrations/oss/postgres/100/01_credential_vault_ldap_library.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/101/01_credential_static_password_credential.up.sql b/internal/db/schema/migrations/oss/postgres/101/01_credential_static_password_credential.up.sql index b62529d39d..b9e8830b7d 100644 --- a/internal/db/schema/migrations/oss/postgres/101/01_credential_static_password_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/101/01_credential_static_password_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/101/02_credential_vault_password_library.up.sql b/internal/db/schema/migrations/oss/postgres/101/02_credential_vault_password_library.up.sql index 54a295c8c4..c41c18c724 100644 --- a/internal/db/schema/migrations/oss/postgres/101/02_credential_vault_password_library.up.sql +++ b/internal/db/schema/migrations/oss/postgres/101/02_credential_vault_password_library.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/102/01_credential_vault_library_deleted_purge_job.up.sql b/internal/db/schema/migrations/oss/postgres/102/01_credential_vault_library_deleted_purge_job.up.sql index 3e68da9afe..8310507a4a 100644 --- a/internal/db/schema/migrations/oss/postgres/102/01_credential_vault_library_deleted_purge_job.up.sql +++ b/internal/db/schema/migrations/oss/postgres/102/01_credential_vault_library_deleted_purge_job.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/103/01_credential_vault_token_renewal_revocation_view.up.sql b/internal/db/schema/migrations/oss/postgres/103/01_credential_vault_token_renewal_revocation_view.up.sql index 6e62a42ae9..5bfd3945f2 100644 --- a/internal/db/schema/migrations/oss/postgres/103/01_credential_vault_token_renewal_revocation_view.up.sql +++ b/internal/db/schema/migrations/oss/postgres/103/01_credential_vault_token_renewal_revocation_view.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- public.credential_vault_token_renewal_revocation source diff --git a/internal/db/schema/migrations/oss/postgres/11/01_server_type_enum.up.sql b/internal/db/schema/migrations/oss/postgres/11/01_server_type_enum.up.sql index 2e0bda0ed1..bc5e1083ca 100644 --- a/internal/db/schema/migrations/oss/postgres/11/01_server_type_enum.up.sql +++ b/internal/db/schema/migrations/oss/postgres/11/01_server_type_enum.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/12/01_timestamp_sub_funcs.up.sql b/internal/db/schema/migrations/oss/postgres/12/01_timestamp_sub_funcs.up.sql index 99df7f15c3..df016a9201 100644 --- a/internal/db/schema/migrations/oss/postgres/12/01_timestamp_sub_funcs.up.sql +++ b/internal/db/schema/migrations/oss/postgres/12/01_timestamp_sub_funcs.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/13/01_oidc_add_claims.up.sql b/internal/db/schema/migrations/oss/postgres/13/01_oidc_add_claims.up.sql index c221bdb9ac..901413321f 100644 --- a/internal/db/schema/migrations/oss/postgres/13/01_oidc_add_claims.up.sql +++ b/internal/db/schema/migrations/oss/postgres/13/01_oidc_add_claims.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/14/01_wh_user_dimension_oidc.up.sql b/internal/db/schema/migrations/oss/postgres/14/01_wh_user_dimension_oidc.up.sql index 3f56ac140f..cfcaeef4bc 100644 --- a/internal/db/schema/migrations/oss/postgres/14/01_wh_user_dimension_oidc.up.sql +++ b/internal/db/schema/migrations/oss/postgres/14/01_wh_user_dimension_oidc.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/15/01_wh_rename_key_columns.up.sql b/internal/db/schema/migrations/oss/postgres/15/01_wh_rename_key_columns.up.sql index aaefb19002..293fa8b81a 100644 --- a/internal/db/schema/migrations/oss/postgres/15/01_wh_rename_key_columns.up.sql +++ b/internal/db/schema/migrations/oss/postgres/15/01_wh_rename_key_columns.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/15/02_wh_rename_host_dimension_org.up.sql b/internal/db/schema/migrations/oss/postgres/15/02_wh_rename_host_dimension_org.up.sql index a12c33b43d..9316d28e93 100644 --- a/internal/db/schema/migrations/oss/postgres/15/02_wh_rename_host_dimension_org.up.sql +++ b/internal/db/schema/migrations/oss/postgres/15/02_wh_rename_host_dimension_org.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/16/01_wh_credential_dimension.up.sql b/internal/db/schema/migrations/oss/postgres/16/01_wh_credential_dimension.up.sql index ef27c0a64f..fef867056b 100644 --- a/internal/db/schema/migrations/oss/postgres/16/01_wh_credential_dimension.up.sql +++ b/internal/db/schema/migrations/oss/postgres/16/01_wh_credential_dimension.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/16/02_wh_credential_dimension.up.sql b/internal/db/schema/migrations/oss/postgres/16/02_wh_credential_dimension.up.sql index bb69416e08..89c48281d2 100644 --- a/internal/db/schema/migrations/oss/postgres/16/02_wh_credential_dimension.up.sql +++ b/internal/db/schema/migrations/oss/postgres/16/02_wh_credential_dimension.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/16/03_wh_credential_dimension.up.sql b/internal/db/schema/migrations/oss/postgres/16/03_wh_credential_dimension.up.sql index 71e369edc7..2f33976ec6 100644 --- a/internal/db/schema/migrations/oss/postgres/16/03_wh_credential_dimension.up.sql +++ b/internal/db/schema/migrations/oss/postgres/16/03_wh_credential_dimension.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/16/04_wh_credential_dimension.up.sql b/internal/db/schema/migrations/oss/postgres/16/04_wh_credential_dimension.up.sql index 87dcbc3e9f..1e99d9aaf9 100644 --- a/internal/db/schema/migrations/oss/postgres/16/04_wh_credential_dimension.up.sql +++ b/internal/db/schema/migrations/oss/postgres/16/04_wh_credential_dimension.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/16/05_wh_credential_dimension.up.sql b/internal/db/schema/migrations/oss/postgres/16/05_wh_credential_dimension.up.sql index 80195885a4..fac1fbc58c 100644 --- a/internal/db/schema/migrations/oss/postgres/16/05_wh_credential_dimension.up.sql +++ b/internal/db/schema/migrations/oss/postgres/16/05_wh_credential_dimension.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/17/01_servers.up.sql b/internal/db/schema/migrations/oss/postgres/17/01_servers.up.sql index f37908bcb4..26ee25b3e9 100644 --- a/internal/db/schema/migrations/oss/postgres/17/01_servers.up.sql +++ b/internal/db/schema/migrations/oss/postgres/17/01_servers.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/17/02_wh_primary_key.up.sql b/internal/db/schema/migrations/oss/postgres/17/02_wh_primary_key.up.sql index a8be807b95..9a637987a5 100644 --- a/internal/db/schema/migrations/oss/postgres/17/02_wh_primary_key.up.sql +++ b/internal/db/schema/migrations/oss/postgres/17/02_wh_primary_key.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/18/01_nonce.up.sql b/internal/db/schema/migrations/oss/postgres/18/01_nonce.up.sql index 6de2efb664..44973a905d 100644 --- a/internal/db/schema/migrations/oss/postgres/18/01_nonce.up.sql +++ b/internal/db/schema/migrations/oss/postgres/18/01_nonce.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/19/01_db.up.sql b/internal/db/schema/migrations/oss/postgres/19/01_db.up.sql index ed8c868ee7..04fc3bcd57 100644 --- a/internal/db/schema/migrations/oss/postgres/19/01_db.up.sql +++ b/internal/db/schema/migrations/oss/postgres/19/01_db.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/19/02_kms_audit.up.sql b/internal/db/schema/migrations/oss/postgres/19/02_kms_audit.up.sql index be25c76bc3..eae5c599b9 100644 --- a/internal/db/schema/migrations/oss/postgres/19/02_kms_audit.up.sql +++ b/internal/db/schema/migrations/oss/postgres/19/02_kms_audit.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/19/03_db.up.sql b/internal/db/schema/migrations/oss/postgres/19/03_db.up.sql index 53ec50caa2..b099e57ea6 100644 --- a/internal/db/schema/migrations/oss/postgres/19/03_db.up.sql +++ b/internal/db/schema/migrations/oss/postgres/19/03_db.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/2/01_log.up.sql b/internal/db/schema/migrations/oss/postgres/2/01_log.up.sql index 06c1dc3ea4..a9a0f1ee0c 100644 --- a/internal/db/schema/migrations/oss/postgres/2/01_log.up.sql +++ b/internal/db/schema/migrations/oss/postgres/2/01_log.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/2/03_oidc_enm.up.sql b/internal/db/schema/migrations/oss/postgres/2/03_oidc_enm.up.sql index 18822cf07d..21eee03c15 100644 --- a/internal/db/schema/migrations/oss/postgres/2/03_oidc_enm.up.sql +++ b/internal/db/schema/migrations/oss/postgres/2/03_oidc_enm.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/2/04_oidc.up.sql b/internal/db/schema/migrations/oss/postgres/2/04_oidc.up.sql index faf362fead..1efb60f5a7 100644 --- a/internal/db/schema/migrations/oss/postgres/2/04_oidc.up.sql +++ b/internal/db/schema/migrations/oss/postgres/2/04_oidc.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/2/05_authtoken.up.sql b/internal/db/schema/migrations/oss/postgres/2/05_authtoken.up.sql index 3510fb6cb9..2e2d930cc8 100644 --- a/internal/db/schema/migrations/oss/postgres/2/05_authtoken.up.sql +++ b/internal/db/schema/migrations/oss/postgres/2/05_authtoken.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/2/06_iam.up.sql b/internal/db/schema/migrations/oss/postgres/2/06_iam.up.sql index 4441dc6639..2451165f8f 100644 --- a/internal/db/schema/migrations/oss/postgres/2/06_iam.up.sql +++ b/internal/db/schema/migrations/oss/postgres/2/06_iam.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/2/07_iam.up.sql b/internal/db/schema/migrations/oss/postgres/2/07_iam.up.sql index 0b7e3893f8..26e2ddf3dc 100644 --- a/internal/db/schema/migrations/oss/postgres/2/07_iam.up.sql +++ b/internal/db/schema/migrations/oss/postgres/2/07_iam.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/2/10_auth.up.sql b/internal/db/schema/migrations/oss/postgres/2/10_auth.up.sql index 728b45e494..98874358fa 100644 --- a/internal/db/schema/migrations/oss/postgres/2/10_auth.up.sql +++ b/internal/db/schema/migrations/oss/postgres/2/10_auth.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/2/15_oidc.up.sql b/internal/db/schema/migrations/oss/postgres/2/15_oidc.up.sql index 8184d690a0..f0a6005486 100644 --- a/internal/db/schema/migrations/oss/postgres/2/15_oidc.up.sql +++ b/internal/db/schema/migrations/oss/postgres/2/15_oidc.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/2/20_pass.up.sql b/internal/db/schema/migrations/oss/postgres/2/20_pass.up.sql index 3a07f7cb10..51be60dd7e 100644 --- a/internal/db/schema/migrations/oss/postgres/2/20_pass.up.sql +++ b/internal/db/schema/migrations/oss/postgres/2/20_pass.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/20/01_domain_types.up.sql b/internal/db/schema/migrations/oss/postgres/20/01_domain_types.up.sql index 95e0043fe5..56b4c304f3 100644 --- a/internal/db/schema/migrations/oss/postgres/20/01_domain_types.up.sql +++ b/internal/db/schema/migrations/oss/postgres/20/01_domain_types.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/20/02_plugin.up.sql b/internal/db/schema/migrations/oss/postgres/20/02_plugin.up.sql index b24875ee31..5ddac46cdc 100644 --- a/internal/db/schema/migrations/oss/postgres/20/02_plugin.up.sql +++ b/internal/db/schema/migrations/oss/postgres/20/02_plugin.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/20/03_host_plugin.up.sql b/internal/db/schema/migrations/oss/postgres/20/03_host_plugin.up.sql index e570e3c2c3..8181755adb 100644 --- a/internal/db/schema/migrations/oss/postgres/20/03_host_plugin.up.sql +++ b/internal/db/schema/migrations/oss/postgres/20/03_host_plugin.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/20/04_host.up.sql b/internal/db/schema/migrations/oss/postgres/20/04_host.up.sql index dfc38228a0..3de81e732a 100644 --- a/internal/db/schema/migrations/oss/postgres/20/04_host.up.sql +++ b/internal/db/schema/migrations/oss/postgres/20/04_host.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/20/05_plugin_host.up.sql b/internal/db/schema/migrations/oss/postgres/20/05_plugin_host.up.sql index ddb9f63d60..933ea55e76 100644 --- a/internal/db/schema/migrations/oss/postgres/20/05_plugin_host.up.sql +++ b/internal/db/schema/migrations/oss/postgres/20/05_plugin_host.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/20/06_plugin_host_views.up.sql b/internal/db/schema/migrations/oss/postgres/20/06_plugin_host_views.up.sql index 074123ba09..9aeed6f98f 100644 --- a/internal/db/schema/migrations/oss/postgres/20/06_plugin_host_views.up.sql +++ b/internal/db/schema/migrations/oss/postgres/20/06_plugin_host_views.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/20/07_wh_session_dimensions.up.sql b/internal/db/schema/migrations/oss/postgres/20/07_wh_session_dimensions.up.sql index 586dfb7fa3..9573f6dddf 100644 --- a/internal/db/schema/migrations/oss/postgres/20/07_wh_session_dimensions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/20/07_wh_session_dimensions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/20/08_plugin_host_views.up.sql b/internal/db/schema/migrations/oss/postgres/20/08_plugin_host_views.up.sql index 0b3a9ad3b1..5111f699a9 100644 --- a/internal/db/schema/migrations/oss/postgres/20/08_plugin_host_views.up.sql +++ b/internal/db/schema/migrations/oss/postgres/20/08_plugin_host_views.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/20/09_session_list_view.up.sql b/internal/db/schema/migrations/oss/postgres/20/09_session_list_view.up.sql index 655bb8d321..aed958128e 100644 --- a/internal/db/schema/migrations/oss/postgres/20/09_session_list_view.up.sql +++ b/internal/db/schema/migrations/oss/postgres/20/09_session_list_view.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/20/10_plugin_host_secrets_hmac.up.sql b/internal/db/schema/migrations/oss/postgres/20/10_plugin_host_secrets_hmac.up.sql index e9fff02da8..a35a486a93 100644 --- a/internal/db/schema/migrations/oss/postgres/20/10_plugin_host_secrets_hmac.up.sql +++ b/internal/db/schema/migrations/oss/postgres/20/10_plugin_host_secrets_hmac.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/21/01_default_time.up.sql b/internal/db/schema/migrations/oss/postgres/21/01_default_time.up.sql index fa4f8a95b3..16ea95edec 100644 --- a/internal/db/schema/migrations/oss/postgres/21/01_default_time.up.sql +++ b/internal/db/schema/migrations/oss/postgres/21/01_default_time.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/21/02_session.up.sql b/internal/db/schema/migrations/oss/postgres/21/02_session.up.sql index d07add022c..9b8b9d59f2 100644 --- a/internal/db/schema/migrations/oss/postgres/21/02_session.up.sql +++ b/internal/db/schema/migrations/oss/postgres/21/02_session.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/22/01_sentinel.up.sql b/internal/db/schema/migrations/oss/postgres/22/01_sentinel.up.sql index d7ef391b8b..58e2111e34 100644 --- a/internal/db/schema/migrations/oss/postgres/22/01_sentinel.up.sql +++ b/internal/db/schema/migrations/oss/postgres/22/01_sentinel.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/22/02_credential_type.up.sql b/internal/db/schema/migrations/oss/postgres/22/02_credential_type.up.sql index fa755acc46..6830c80589 100644 --- a/internal/db/schema/migrations/oss/postgres/22/02_credential_type.up.sql +++ b/internal/db/schema/migrations/oss/postgres/22/02_credential_type.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/22/03_vault_library_map.up.sql b/internal/db/schema/migrations/oss/postgres/22/03_vault_library_map.up.sql index 505d9170a4..c1ca23ca2f 100644 --- a/internal/db/schema/migrations/oss/postgres/22/03_vault_library_map.up.sql +++ b/internal/db/schema/migrations/oss/postgres/22/03_vault_library_map.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/22/04_vault_library_map_user_password.up.sql b/internal/db/schema/migrations/oss/postgres/22/04_vault_library_map_user_password.up.sql index bbdc3770d4..3cc039b10e 100644 --- a/internal/db/schema/migrations/oss/postgres/22/04_vault_library_map_user_password.up.sql +++ b/internal/db/schema/migrations/oss/postgres/22/04_vault_library_map_user_password.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/22/05_vault_private_library.up.sql b/internal/db/schema/migrations/oss/postgres/22/05_vault_private_library.up.sql index 949875d79c..f5315dd9af 100644 --- a/internal/db/schema/migrations/oss/postgres/22/05_vault_private_library.up.sql +++ b/internal/db/schema/migrations/oss/postgres/22/05_vault_private_library.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/23/01_session_credential.up.sql b/internal/db/schema/migrations/oss/postgres/23/01_session_credential.up.sql index 0eba2be81e..f2e0529b24 100644 --- a/internal/db/schema/migrations/oss/postgres/23/01_session_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/23/01_session_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/24/01_session_valid_state.up.sql b/internal/db/schema/migrations/oss/postgres/24/01_session_valid_state.up.sql index b1aad2c976..5e312982b1 100644 --- a/internal/db/schema/migrations/oss/postgres/24/01_session_valid_state.up.sql +++ b/internal/db/schema/migrations/oss/postgres/24/01_session_valid_state.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/25/01_static_host_view.up.sql b/internal/db/schema/migrations/oss/postgres/25/01_static_host_view.up.sql index 9b038bf933..f68365266b 100644 --- a/internal/db/schema/migrations/oss/postgres/25/01_static_host_view.up.sql +++ b/internal/db/schema/migrations/oss/postgres/25/01_static_host_view.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/26/01_wh_network_address_dimensions.up.sql b/internal/db/schema/migrations/oss/postgres/26/01_wh_network_address_dimensions.up.sql index cdbc66da98..803b6b47b9 100644 --- a/internal/db/schema/migrations/oss/postgres/26/01_wh_network_address_dimensions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/26/01_wh_network_address_dimensions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/26/02_wh_network_address_dimensions.up.sql b/internal/db/schema/migrations/oss/postgres/26/02_wh_network_address_dimensions.up.sql index 3b51b6974d..93e9cf0b42 100644 --- a/internal/db/schema/migrations/oss/postgres/26/02_wh_network_address_dimensions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/26/02_wh_network_address_dimensions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/26/03_wh_network_address_dimensions.up.sql b/internal/db/schema/migrations/oss/postgres/26/03_wh_network_address_dimensions.up.sql index 732d37d970..a03701c023 100644 --- a/internal/db/schema/migrations/oss/postgres/26/03_wh_network_address_dimensions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/26/03_wh_network_address_dimensions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/27/01_disable_terminate_session.up.sql b/internal/db/schema/migrations/oss/postgres/27/01_disable_terminate_session.up.sql index a9fe12b09a..fb765152e8 100644 --- a/internal/db/schema/migrations/oss/postgres/27/01_disable_terminate_session.up.sql +++ b/internal/db/schema/migrations/oss/postgres/27/01_disable_terminate_session.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/27/02_wh_session_facts.up.sql b/internal/db/schema/migrations/oss/postgres/27/02_wh_session_facts.up.sql index 7e0af1577a..00e9689abe 100644 --- a/internal/db/schema/migrations/oss/postgres/27/02_wh_session_facts.up.sql +++ b/internal/db/schema/migrations/oss/postgres/27/02_wh_session_facts.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/28/01_session_create_time_idx.up.sql b/internal/db/schema/migrations/oss/postgres/28/01_session_create_time_idx.up.sql index 7b90cae65a..7806c70f68 100644 --- a/internal/db/schema/migrations/oss/postgres/28/01_session_create_time_idx.up.sql +++ b/internal/db/schema/migrations/oss/postgres/28/01_session_create_time_idx.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/28/02_prior_session_trigger.up.sql b/internal/db/schema/migrations/oss/postgres/28/02_prior_session_trigger.up.sql index 97969485a4..7630a91088 100644 --- a/internal/db/schema/migrations/oss/postgres/28/02_prior_session_trigger.up.sql +++ b/internal/db/schema/migrations/oss/postgres/28/02_prior_session_trigger.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/29/01_cancel_session_null_fkey.up.sql b/internal/db/schema/migrations/oss/postgres/29/01_cancel_session_null_fkey.up.sql index 5760a24e58..5136f73689 100644 --- a/internal/db/schema/migrations/oss/postgres/29/01_cancel_session_null_fkey.up.sql +++ b/internal/db/schema/migrations/oss/postgres/29/01_cancel_session_null_fkey.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/3/01_auth.up.sql b/internal/db/schema/migrations/oss/postgres/3/01_auth.up.sql index 79d624e305..42be05c03e 100644 --- a/internal/db/schema/migrations/oss/postgres/3/01_auth.up.sql +++ b/internal/db/schema/migrations/oss/postgres/3/01_auth.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/3/02_iam.up.sql b/internal/db/schema/migrations/oss/postgres/3/02_iam.up.sql index 6c91673c67..49aaa61be1 100644 --- a/internal/db/schema/migrations/oss/postgres/3/02_iam.up.sql +++ b/internal/db/schema/migrations/oss/postgres/3/02_iam.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/30/01_kms_domain_types.up.sql b/internal/db/schema/migrations/oss/postgres/30/01_kms_domain_types.up.sql index 7e87142533..6eb13e7d7d 100644 --- a/internal/db/schema/migrations/oss/postgres/30/01_kms_domain_types.up.sql +++ b/internal/db/schema/migrations/oss/postgres/30/01_kms_domain_types.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/30/02_kms_version.up.sql b/internal/db/schema/migrations/oss/postgres/30/02_kms_version.up.sql index da4a6bcfa4..5bcd0f9deb 100644 --- a/internal/db/schema/migrations/oss/postgres/30/02_kms_version.up.sql +++ b/internal/db/schema/migrations/oss/postgres/30/02_kms_version.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/30/03_kms_keys.up.sql b/internal/db/schema/migrations/oss/postgres/30/03_kms_keys.up.sql index 37d64d0e47..707b4c272e 100644 --- a/internal/db/schema/migrations/oss/postgres/30/03_kms_keys.up.sql +++ b/internal/db/schema/migrations/oss/postgres/30/03_kms_keys.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/30/04_kms_keys.up.sql b/internal/db/schema/migrations/oss/postgres/30/04_kms_keys.up.sql index 4470b5cb9f..bba93a0d92 100644 --- a/internal/db/schema/migrations/oss/postgres/30/04_kms_keys.up.sql +++ b/internal/db/schema/migrations/oss/postgres/30/04_kms_keys.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/31/01_delete_termianted_sessions.up.sql b/internal/db/schema/migrations/oss/postgres/31/01_delete_termianted_sessions.up.sql index 04f2de4c50..750f62c6a9 100644 --- a/internal/db/schema/migrations/oss/postgres/31/01_delete_termianted_sessions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/31/01_delete_termianted_sessions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/31/02_session_list_no_connections.up.sql b/internal/db/schema/migrations/oss/postgres/31/02_session_list_no_connections.up.sql index 16cb0406b3..3bec0fa1ae 100644 --- a/internal/db/schema/migrations/oss/postgres/31/02_session_list_no_connections.up.sql +++ b/internal/db/schema/migrations/oss/postgres/31/02_session_list_no_connections.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/32/01_credential_type.up.sql b/internal/db/schema/migrations/oss/postgres/32/01_credential_type.up.sql index 3863cdc6af..4d18c32250 100644 --- a/internal/db/schema/migrations/oss/postgres/32/01_credential_type.up.sql +++ b/internal/db/schema/migrations/oss/postgres/32/01_credential_type.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/33/01_static_credential.up.sql b/internal/db/schema/migrations/oss/postgres/33/01_static_credential.up.sql index 242d62c042..46e239c4b4 100644 --- a/internal/db/schema/migrations/oss/postgres/33/01_static_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/33/01_static_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/33/02_target.up.sql b/internal/db/schema/migrations/oss/postgres/33/02_target.up.sql index 8b93f526ea..a31aa2a2be 100644 --- a/internal/db/schema/migrations/oss/postgres/33/02_target.up.sql +++ b/internal/db/schema/migrations/oss/postgres/33/02_target.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/33/03_session.up.sql b/internal/db/schema/migrations/oss/postgres/33/03_session.up.sql index 5adf517aa0..4d2aba98aa 100644 --- a/internal/db/schema/migrations/oss/postgres/33/03_session.up.sql +++ b/internal/db/schema/migrations/oss/postgres/33/03_session.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/34/01_domain_types.up.sql b/internal/db/schema/migrations/oss/postgres/34/01_domain_types.up.sql index 50781eac02..df333d4a38 100644 --- a/internal/db/schema/migrations/oss/postgres/34/01_domain_types.up.sql +++ b/internal/db/schema/migrations/oss/postgres/34/01_domain_types.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/34/02_worker_controller_tables.up.sql b/internal/db/schema/migrations/oss/postgres/34/02_worker_controller_tables.up.sql index c90e7a8881..43f2447a1c 100644 --- a/internal/db/schema/migrations/oss/postgres/34/02_worker_controller_tables.up.sql +++ b/internal/db/schema/migrations/oss/postgres/34/02_worker_controller_tables.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/34/03_worker_authentication.up.sql b/internal/db/schema/migrations/oss/postgres/34/03_worker_authentication.up.sql index 725bb6f1a1..08f7f58f7f 100644 --- a/internal/db/schema/migrations/oss/postgres/34/03_worker_authentication.up.sql +++ b/internal/db/schema/migrations/oss/postgres/34/03_worker_authentication.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/34/04_views.up.sql b/internal/db/schema/migrations/oss/postgres/34/04_views.up.sql index c7f38c50fd..b65fe6b4cb 100644 --- a/internal/db/schema/migrations/oss/postgres/34/04_views.up.sql +++ b/internal/db/schema/migrations/oss/postgres/34/04_views.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/35/01_job_migrations.up.sql b/internal/db/schema/migrations/oss/postgres/35/01_job_migrations.up.sql index 5f44798ac3..873109b0c3 100644 --- a/internal/db/schema/migrations/oss/postgres/35/01_job_migrations.up.sql +++ b/internal/db/schema/migrations/oss/postgres/35/01_job_migrations.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/35/02_cleanup.up.sql b/internal/db/schema/migrations/oss/postgres/35/02_cleanup.up.sql index 5184eea86a..d3cfd6d496 100644 --- a/internal/db/schema/migrations/oss/postgres/35/02_cleanup.up.sql +++ b/internal/db/schema/migrations/oss/postgres/35/02_cleanup.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/36/01_vault_library_map_username_password.up.sql b/internal/db/schema/migrations/oss/postgres/36/01_vault_library_map_username_password.up.sql index dbc2f49c88..fe641fc40a 100644 --- a/internal/db/schema/migrations/oss/postgres/36/01_vault_library_map_username_password.up.sql +++ b/internal/db/schema/migrations/oss/postgres/36/01_vault_library_map_username_password.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/36/02_vault_private_library.up.sql b/internal/db/schema/migrations/oss/postgres/36/02_vault_private_library.up.sql index 84011a0964..a4be071595 100644 --- a/internal/db/schema/migrations/oss/postgres/36/02_vault_private_library.up.sql +++ b/internal/db/schema/migrations/oss/postgres/36/02_vault_private_library.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/37/01_set_unlimited_connections_limit.up.sql b/internal/db/schema/migrations/oss/postgres/37/01_set_unlimited_connections_limit.up.sql index 6a7336255a..fd1258a173 100644 --- a/internal/db/schema/migrations/oss/postgres/37/01_set_unlimited_connections_limit.up.sql +++ b/internal/db/schema/migrations/oss/postgres/37/01_set_unlimited_connections_limit.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/38/06_kms_collection_version.up.sql b/internal/db/schema/migrations/oss/postgres/38/06_kms_collection_version.up.sql index c7e67a9c6e..46fa718ecc 100644 --- a/internal/db/schema/migrations/oss/postgres/38/06_kms_collection_version.up.sql +++ b/internal/db/schema/migrations/oss/postgres/38/06_kms_collection_version.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 diff --git a/internal/db/schema/migrations/oss/postgres/39/01_static_ssh_private_key_creds.up.sql b/internal/db/schema/migrations/oss/postgres/39/01_static_ssh_private_key_creds.up.sql index 8fa9479db5..e4108bcceb 100644 --- a/internal/db/schema/migrations/oss/postgres/39/01_static_ssh_private_key_creds.up.sql +++ b/internal/db/schema/migrations/oss/postgres/39/01_static_ssh_private_key_creds.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/39/02_vault_ssh_private_key_override.up.sql b/internal/db/schema/migrations/oss/postgres/39/02_vault_ssh_private_key_override.up.sql index a53e3d7804..8e3c50bd4b 100644 --- a/internal/db/schema/migrations/oss/postgres/39/02_vault_ssh_private_key_override.up.sql +++ b/internal/db/schema/migrations/oss/postgres/39/02_vault_ssh_private_key_override.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/4/01_iam.up.sql b/internal/db/schema/migrations/oss/postgres/4/01_iam.up.sql index b0c5475d00..3389237251 100644 --- a/internal/db/schema/migrations/oss/postgres/4/01_iam.up.sql +++ b/internal/db/schema/migrations/oss/postgres/4/01_iam.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/40/01_credential.up.sql b/internal/db/schema/migrations/oss/postgres/40/01_credential.up.sql index 535621f50f..44afb5a267 100644 --- a/internal/db/schema/migrations/oss/postgres/40/01_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/40/01_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/40/02_wh_credential.up.sql b/internal/db/schema/migrations/oss/postgres/40/02_wh_credential.up.sql index 86a531a96a..13a7096062 100644 --- a/internal/db/schema/migrations/oss/postgres/40/02_wh_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/40/02_wh_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/41/01_worker_filter_vault_cred_store.up.sql b/internal/db/schema/migrations/oss/postgres/41/01_worker_filter_vault_cred_store.up.sql index a33d38a177..698e0659ff 100644 --- a/internal/db/schema/migrations/oss/postgres/41/01_worker_filter_vault_cred_store.up.sql +++ b/internal/db/schema/migrations/oss/postgres/41/01_worker_filter_vault_cred_store.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/42/01_ssh_private_key_passphrase.up.sql b/internal/db/schema/migrations/oss/postgres/42/01_ssh_private_key_passphrase.up.sql index 978ee7ac13..de6ce16a70 100644 --- a/internal/db/schema/migrations/oss/postgres/42/01_ssh_private_key_passphrase.up.sql +++ b/internal/db/schema/migrations/oss/postgres/42/01_ssh_private_key_passphrase.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/43/01_session_credentials.up.sql b/internal/db/schema/migrations/oss/postgres/43/01_session_credentials.up.sql index fe558521ed..0dcc098959 100644 --- a/internal/db/schema/migrations/oss/postgres/43/01_session_credentials.up.sql +++ b/internal/db/schema/migrations/oss/postgres/43/01_session_credentials.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/44/01_credentials.up.sql b/internal/db/schema/migrations/oss/postgres/44/01_credentials.up.sql index b0f08f1697..c2cd031e44 100644 --- a/internal/db/schema/migrations/oss/postgres/44/01_credentials.up.sql +++ b/internal/db/schema/migrations/oss/postgres/44/01_credentials.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/44/02_hosts.up.sql b/internal/db/schema/migrations/oss/postgres/44/02_hosts.up.sql index e87ab79c99..edd4a1081a 100644 --- a/internal/db/schema/migrations/oss/postgres/44/02_hosts.up.sql +++ b/internal/db/schema/migrations/oss/postgres/44/02_hosts.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/44/03_targets.up.sql b/internal/db/schema/migrations/oss/postgres/44/03_targets.up.sql index 3ee3292fd0..8ea0f9875c 100644 --- a/internal/db/schema/migrations/oss/postgres/44/03_targets.up.sql +++ b/internal/db/schema/migrations/oss/postgres/44/03_targets.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/44/04_sessions.up.sql b/internal/db/schema/migrations/oss/postgres/44/04_sessions.up.sql index ef35224d05..7e5770aa4c 100644 --- a/internal/db/schema/migrations/oss/postgres/44/04_sessions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/44/04_sessions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/45/01_credentials.up.sql b/internal/db/schema/migrations/oss/postgres/45/01_credentials.up.sql index 2b1fb37357..69248cb210 100644 --- a/internal/db/schema/migrations/oss/postgres/45/01_credentials.up.sql +++ b/internal/db/schema/migrations/oss/postgres/45/01_credentials.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/45/02_hosts.up.sql b/internal/db/schema/migrations/oss/postgres/45/02_hosts.up.sql index 22bfbd7b63..e9b4cbfe72 100644 --- a/internal/db/schema/migrations/oss/postgres/45/02_hosts.up.sql +++ b/internal/db/schema/migrations/oss/postgres/45/02_hosts.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/45/03_targets.up.sql b/internal/db/schema/migrations/oss/postgres/45/03_targets.up.sql index 61b51bcde6..f8443c2caf 100644 --- a/internal/db/schema/migrations/oss/postgres/45/03_targets.up.sql +++ b/internal/db/schema/migrations/oss/postgres/45/03_targets.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/46/01_credentials.up.sql b/internal/db/schema/migrations/oss/postgres/46/01_credentials.up.sql index 8eee281c3a..95d146e48c 100644 --- a/internal/db/schema/migrations/oss/postgres/46/01_credentials.up.sql +++ b/internal/db/schema/migrations/oss/postgres/46/01_credentials.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/46/02_hosts.up.sql b/internal/db/schema/migrations/oss/postgres/46/02_hosts.up.sql index 9e799452e3..b9fc4b7cf5 100644 --- a/internal/db/schema/migrations/oss/postgres/46/02_hosts.up.sql +++ b/internal/db/schema/migrations/oss/postgres/46/02_hosts.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/46/03_targets.up.sql b/internal/db/schema/migrations/oss/postgres/46/03_targets.up.sql index 08754d1577..66359ea5fe 100644 --- a/internal/db/schema/migrations/oss/postgres/46/03_targets.up.sql +++ b/internal/db/schema/migrations/oss/postgres/46/03_targets.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/47/01_key_rewrap.up.sql b/internal/db/schema/migrations/oss/postgres/47/01_key_rewrap.up.sql index 24275c4577..c4e1866c70 100644 --- a/internal/db/schema/migrations/oss/postgres/47/01_key_rewrap.up.sql +++ b/internal/db/schema/migrations/oss/postgres/47/01_key_rewrap.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- make the required schema changes to upgrade the dependency: diff --git a/internal/db/schema/migrations/oss/postgres/48/01_worker_auth_activation_token.up.sql b/internal/db/schema/migrations/oss/postgres/48/01_worker_auth_activation_token.up.sql index 3a99fbf149..3b77653b15 100644 --- a/internal/db/schema/migrations/oss/postgres/48/01_worker_auth_activation_token.up.sql +++ b/internal/db/schema/migrations/oss/postgres/48/01_worker_auth_activation_token.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/49/01_vault_credentials.up.sql b/internal/db/schema/migrations/oss/postgres/49/01_vault_credentials.up.sql index 0710d4c159..e398a22945 100644 --- a/internal/db/schema/migrations/oss/postgres/49/01_vault_credentials.up.sql +++ b/internal/db/schema/migrations/oss/postgres/49/01_vault_credentials.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/5/01_oidc.up.sql b/internal/db/schema/migrations/oss/postgres/5/01_oidc.up.sql index 4998e8f7b7..47cbf21cc2 100644 --- a/internal/db/schema/migrations/oss/postgres/5/01_oidc.up.sql +++ b/internal/db/schema/migrations/oss/postgres/5/01_oidc.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/50/01_session_list_index.up.sql b/internal/db/schema/migrations/oss/postgres/50/01_session_list_index.up.sql index 166f83d889..396e1b8d1e 100644 --- a/internal/db/schema/migrations/oss/postgres/50/01_session_list_index.up.sql +++ b/internal/db/schema/migrations/oss/postgres/50/01_session_list_index.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/51/01_server_worker_release_version.up.sql b/internal/db/schema/migrations/oss/postgres/51/01_server_worker_release_version.up.sql index 7407864127..938cc2255f 100644 --- a/internal/db/schema/migrations/oss/postgres/51/01_server_worker_release_version.up.sql +++ b/internal/db/schema/migrations/oss/postgres/51/01_server_worker_release_version.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/52/01_worker_operational_state.up.sql b/internal/db/schema/migrations/oss/postgres/52/01_worker_operational_state.up.sql index ed629fb5a6..600ebd792e 100644 --- a/internal/db/schema/migrations/oss/postgres/52/01_worker_operational_state.up.sql +++ b/internal/db/schema/migrations/oss/postgres/52/01_worker_operational_state.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/53/01_roles.up.sql b/internal/db/schema/migrations/oss/postgres/53/01_roles.up.sql index 792b9bd18c..93bcba96bb 100644 --- a/internal/db/schema/migrations/oss/postgres/53/01_roles.up.sql +++ b/internal/db/schema/migrations/oss/postgres/53/01_roles.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/54/01_static_json_creds.up.sql b/internal/db/schema/migrations/oss/postgres/54/01_static_json_creds.up.sql index 76bdefbd8c..9c8cb11c67 100644 --- a/internal/db/schema/migrations/oss/postgres/54/01_static_json_creds.up.sql +++ b/internal/db/schema/migrations/oss/postgres/54/01_static_json_creds.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/54/02_session_defer.up.sql b/internal/db/schema/migrations/oss/postgres/54/02_session_defer.up.sql index daa0fc0de6..459998181b 100644 --- a/internal/db/schema/migrations/oss/postgres/54/02_session_defer.up.sql +++ b/internal/db/schema/migrations/oss/postgres/54/02_session_defer.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/55/01_worker_auth_create_time.up.sql b/internal/db/schema/migrations/oss/postgres/55/01_worker_auth_create_time.up.sql index efc052e2d2..4a88ef231d 100644 --- a/internal/db/schema/migrations/oss/postgres/55/01_worker_auth_create_time.up.sql +++ b/internal/db/schema/migrations/oss/postgres/55/01_worker_auth_create_time.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/56/01_oplog_key_id_scope_id_truncation.up.sql b/internal/db/schema/migrations/oss/postgres/56/01_oplog_key_id_scope_id_truncation.up.sql index f2760311a6..0dbc5fc089 100644 --- a/internal/db/schema/migrations/oss/postgres/56/01_oplog_key_id_scope_id_truncation.up.sql +++ b/internal/db/schema/migrations/oss/postgres/56/01_oplog_key_id_scope_id_truncation.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/56/02_add_data_key_foreign_key_references.up.sql b/internal/db/schema/migrations/oss/postgres/56/02_add_data_key_foreign_key_references.up.sql index 7d0c8017f3..e1c0f78f31 100644 --- a/internal/db/schema/migrations/oss/postgres/56/02_add_data_key_foreign_key_references.up.sql +++ b/internal/db/schema/migrations/oss/postgres/56/02_add_data_key_foreign_key_references.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/56/03_create_kms_key_destructions.up.sql b/internal/db/schema/migrations/oss/postgres/56/03_create_kms_key_destructions.up.sql index b12bf30fa5..c679f3c2ea 100644 --- a/internal/db/schema/migrations/oss/postgres/56/03_create_kms_key_destructions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/56/03_create_kms_key_destructions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/56/04_mutable_root_key_version.up.sql b/internal/db/schema/migrations/oss/postgres/56/04_mutable_root_key_version.up.sql index 3f40519487..1d64ee02b9 100644 --- a/internal/db/schema/migrations/oss/postgres/56/04_mutable_root_key_version.up.sql +++ b/internal/db/schema/migrations/oss/postgres/56/04_mutable_root_key_version.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/56/05_mutable_ciphertext_columns.up.sql b/internal/db/schema/migrations/oss/postgres/56/05_mutable_ciphertext_columns.up.sql index c86bb7edaf..c171f2665d 100644 --- a/internal/db/schema/migrations/oss/postgres/56/05_mutable_ciphertext_columns.up.sql +++ b/internal/db/schema/migrations/oss/postgres/56/05_mutable_ciphertext_columns.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/56/06_add_session_private_key_column.up.sql b/internal/db/schema/migrations/oss/postgres/56/06_add_session_private_key_column.up.sql index 364647a7a2..62a41e9966 100644 --- a/internal/db/schema/migrations/oss/postgres/56/06_add_session_private_key_column.up.sql +++ b/internal/db/schema/migrations/oss/postgres/56/06_add_session_private_key_column.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/57/01_auth.up.sql b/internal/db/schema/migrations/oss/postgres/57/01_auth.up.sql index 94b33105e8..262e97ec45 100644 --- a/internal/db/schema/migrations/oss/postgres/57/01_auth.up.sql +++ b/internal/db/schema/migrations/oss/postgres/57/01_auth.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/58/01_fix_comments.up.sql b/internal/db/schema/migrations/oss/postgres/58/01_fix_comments.up.sql index 47e99ad1a5..42249c4e25 100644 --- a/internal/db/schema/migrations/oss/postgres/58/01_fix_comments.up.sql +++ b/internal/db/schema/migrations/oss/postgres/58/01_fix_comments.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/59/01_target_ingress_egress_worker_filters.up.sql b/internal/db/schema/migrations/oss/postgres/59/01_target_ingress_egress_worker_filters.up.sql index 7a1958f594..d39f95ffae 100644 --- a/internal/db/schema/migrations/oss/postgres/59/01_target_ingress_egress_worker_filters.up.sql +++ b/internal/db/schema/migrations/oss/postgres/59/01_target_ingress_egress_worker_filters.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/6/01_oidc.up.sql b/internal/db/schema/migrations/oss/postgres/6/01_oidc.up.sql index 0c0c24db45..d15c81e20b 100644 --- a/internal/db/schema/migrations/oss/postgres/6/01_oidc.up.sql +++ b/internal/db/schema/migrations/oss/postgres/6/01_oidc.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/60/01_targets.up.sql b/internal/db/schema/migrations/oss/postgres/60/01_targets.up.sql index 19430b4223..809c96ce98 100644 --- a/internal/db/schema/migrations/oss/postgres/60/01_targets.up.sql +++ b/internal/db/schema/migrations/oss/postgres/60/01_targets.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/60/02_sessions.up.sql b/internal/db/schema/migrations/oss/postgres/60/02_sessions.up.sql index caac3531b6..b61290de05 100644 --- a/internal/db/schema/migrations/oss/postgres/60/02_sessions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/60/02_sessions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/60/03_wh_sessions.up.sql b/internal/db/schema/migrations/oss/postgres/60/03_wh_sessions.up.sql index 576d5434ee..2e498fc98f 100644 --- a/internal/db/schema/migrations/oss/postgres/60/03_wh_sessions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/60/03_wh_sessions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/61/01_fix_wh_upsert_credential_group.up.sql b/internal/db/schema/migrations/oss/postgres/61/01_fix_wh_upsert_credential_group.up.sql index 1af34e5dba..9179524ab4 100644 --- a/internal/db/schema/migrations/oss/postgres/61/01_fix_wh_upsert_credential_group.up.sql +++ b/internal/db/schema/migrations/oss/postgres/61/01_fix_wh_upsert_credential_group.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/62/01_job_run_index.up.sql b/internal/db/schema/migrations/oss/postgres/62/01_job_run_index.up.sql index fa210402ab..f1905b725e 100644 --- a/internal/db/schema/migrations/oss/postgres/62/01_job_run_index.up.sql +++ b/internal/db/schema/migrations/oss/postgres/62/01_job_run_index.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/63/01_credential_vault_ssh_cert_library.up.sql b/internal/db/schema/migrations/oss/postgres/63/01_credential_vault_ssh_cert_library.up.sql index 517210d705..e9be9c2da2 100644 --- a/internal/db/schema/migrations/oss/postgres/63/01_credential_vault_ssh_cert_library.up.sql +++ b/internal/db/schema/migrations/oss/postgres/63/01_credential_vault_ssh_cert_library.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/63/02_add_ssh_cert_to_vault_cred_library_view.up.sql b/internal/db/schema/migrations/oss/postgres/63/02_add_ssh_cert_to_vault_cred_library_view.up.sql index 48680316c1..62462e9734 100644 --- a/internal/db/schema/migrations/oss/postgres/63/02_add_ssh_cert_to_vault_cred_library_view.up.sql +++ b/internal/db/schema/migrations/oss/postgres/63/02_add_ssh_cert_to_vault_cred_library_view.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/63/03_wh_ssh_cert_library.up.sql b/internal/db/schema/migrations/oss/postgres/63/03_wh_ssh_cert_library.up.sql index 27d7ad0d4a..b96c8ee99f 100644 --- a/internal/db/schema/migrations/oss/postgres/63/03_wh_ssh_cert_library.up.sql +++ b/internal/db/schema/migrations/oss/postgres/63/03_wh_ssh_cert_library.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/64/01_ssh_targets.up.sql b/internal/db/schema/migrations/oss/postgres/64/01_ssh_targets.up.sql index 90c06d7558..5226cfe8a8 100644 --- a/internal/db/schema/migrations/oss/postgres/64/01_ssh_targets.up.sql +++ b/internal/db/schema/migrations/oss/postgres/64/01_ssh_targets.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/64/02_hcp_billing_hourly.up.sql b/internal/db/schema/migrations/oss/postgres/64/02_hcp_billing_hourly.up.sql index e30bef54de..c994793c73 100644 --- a/internal/db/schema/migrations/oss/postgres/64/02_hcp_billing_hourly.up.sql +++ b/internal/db/schema/migrations/oss/postgres/64/02_hcp_billing_hourly.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/64/03_hcp_billing_monthly.up.sql b/internal/db/schema/migrations/oss/postgres/64/03_hcp_billing_monthly.up.sql index 343d2bb459..6fe7fc1016 100644 --- a/internal/db/schema/migrations/oss/postgres/64/03_hcp_billing_monthly.up.sql +++ b/internal/db/schema/migrations/oss/postgres/64/03_hcp_billing_monthly.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/64/04_session_list.up.sql b/internal/db/schema/migrations/oss/postgres/64/04_session_list.up.sql index 83c4addc0f..aa3557a19e 100644 --- a/internal/db/schema/migrations/oss/postgres/64/04_session_list.up.sql +++ b/internal/db/schema/migrations/oss/postgres/64/04_session_list.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/65/01_ldap.up.sql b/internal/db/schema/migrations/oss/postgres/65/01_ldap.up.sql index 59df871c80..8ee0411be4 100644 --- a/internal/db/schema/migrations/oss/postgres/65/01_ldap.up.sql +++ b/internal/db/schema/migrations/oss/postgres/65/01_ldap.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/65/02_wh_user_dimension_ldap.up.sql b/internal/db/schema/migrations/oss/postgres/65/02_wh_user_dimension_ldap.up.sql index b4d17ab577..1fd3a59534 100644 --- a/internal/db/schema/migrations/oss/postgres/65/02_wh_user_dimension_ldap.up.sql +++ b/internal/db/schema/migrations/oss/postgres/65/02_wh_user_dimension_ldap.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/66/01_add_set_once_columns.up.sql b/internal/db/schema/migrations/oss/postgres/66/01_add_set_once_columns.up.sql index c4c25502a7..82f1a553e5 100644 --- a/internal/db/schema/migrations/oss/postgres/66/01_add_set_once_columns.up.sql +++ b/internal/db/schema/migrations/oss/postgres/66/01_add_set_once_columns.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/66/02_use_set_once_columns.up.sql b/internal/db/schema/migrations/oss/postgres/66/02_use_set_once_columns.up.sql index 6760db7533..1e716dddbc 100644 --- a/internal/db/schema/migrations/oss/postgres/66/02_use_set_once_columns.up.sql +++ b/internal/db/schema/migrations/oss/postgres/66/02_use_set_once_columns.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/67/01_plugin_host_external_name.up.sql b/internal/db/schema/migrations/oss/postgres/67/01_plugin_host_external_name.up.sql index fde287ffb8..419f2db063 100644 --- a/internal/db/schema/migrations/oss/postgres/67/01_plugin_host_external_name.up.sql +++ b/internal/db/schema/migrations/oss/postgres/67/01_plugin_host_external_name.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/68/01_target_default_client_port.up.sql b/internal/db/schema/migrations/oss/postgres/68/01_target_default_client_port.up.sql index a4bd3d0560..f3948e4364 100644 --- a/internal/db/schema/migrations/oss/postgres/68/01_target_default_client_port.up.sql +++ b/internal/db/schema/migrations/oss/postgres/68/01_target_default_client_port.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/69/01_rename_constraints.up.sql b/internal/db/schema/migrations/oss/postgres/69/01_rename_constraints.up.sql index 33784ab8e8..9bb7b0855f 100644 --- a/internal/db/schema/migrations/oss/postgres/69/01_rename_constraints.up.sql +++ b/internal/db/schema/migrations/oss/postgres/69/01_rename_constraints.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/69/02_session_worker_protocol.up.sql b/internal/db/schema/migrations/oss/postgres/69/02_session_worker_protocol.up.sql index 9b72306a20..1ec7a49316 100644 --- a/internal/db/schema/migrations/oss/postgres/69/02_session_worker_protocol.up.sql +++ b/internal/db/schema/migrations/oss/postgres/69/02_session_worker_protocol.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/7/01_functions.up.sql b/internal/db/schema/migrations/oss/postgres/7/01_functions.up.sql index 6e6dfce529..e265546bd4 100644 --- a/internal/db/schema/migrations/oss/postgres/7/01_functions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/7/01_functions.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/7/02_plugin.up.sql b/internal/db/schema/migrations/oss/postgres/7/02_plugin.up.sql index 7a8d4f501e..a253a808ce 100644 --- a/internal/db/schema/migrations/oss/postgres/7/02_plugin.up.sql +++ b/internal/db/schema/migrations/oss/postgres/7/02_plugin.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/7/03_job.up.sql b/internal/db/schema/migrations/oss/postgres/7/03_job.up.sql index e52e1c8ccd..1d5e0935ff 100644 --- a/internal/db/schema/migrations/oss/postgres/7/03_job.up.sql +++ b/internal/db/schema/migrations/oss/postgres/7/03_job.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/70/01_hcp_billing_daily.up.sql b/internal/db/schema/migrations/oss/postgres/70/01_hcp_billing_daily.up.sql index e590f522db..320d293a4e 100644 --- a/internal/db/schema/migrations/oss/postgres/70/01_hcp_billing_daily.up.sql +++ b/internal/db/schema/migrations/oss/postgres/70/01_hcp_billing_daily.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/70/02_hcp_billing_hourly.up.sql b/internal/db/schema/migrations/oss/postgres/70/02_hcp_billing_hourly.up.sql index 67222159ec..6ff90152a3 100644 --- a/internal/db/schema/migrations/oss/postgres/70/02_hcp_billing_hourly.up.sql +++ b/internal/db/schema/migrations/oss/postgres/70/02_hcp_billing_hourly.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/70/03_hcp_billing_monthly.up.sql b/internal/db/schema/migrations/oss/postgres/70/03_hcp_billing_monthly.up.sql index f53db3ef44..5d3d5194e6 100644 --- a/internal/db/schema/migrations/oss/postgres/70/03_hcp_billing_monthly.up.sql +++ b/internal/db/schema/migrations/oss/postgres/70/03_hcp_billing_monthly.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/01_add_session_connection_uq.up.sql b/internal/db/schema/migrations/oss/postgres/71/01_add_session_connection_uq.up.sql index 1f475a88b9..77c7512ecb 100644 --- a/internal/db/schema/migrations/oss/postgres/71/01_add_session_connection_uq.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/01_add_session_connection_uq.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/02_plugins_restructure.up.sql b/internal/db/schema/migrations/oss/postgres/71/02_plugins_restructure.up.sql index a3e71fb6ee..db8e8b332f 100644 --- a/internal/db/schema/migrations/oss/postgres/71/02_plugins_restructure.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/02_plugins_restructure.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/03_storage_bucket.up.sql b/internal/db/schema/migrations/oss/postgres/71/03_storage_bucket.up.sql index 60b458cd7f..1449a7c8fa 100644 --- a/internal/db/schema/migrations/oss/postgres/71/03_storage_bucket.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/03_storage_bucket.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/04_history_domain.up.sql b/internal/db/schema/migrations/oss/postgres/71/04_history_domain.up.sql index 1d528e85bb..20cf69d178 100644 --- a/internal/db/schema/migrations/oss/postgres/71/04_history_domain.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/04_history_domain.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/05_history_triggers.up.sql b/internal/db/schema/migrations/oss/postgres/71/05_history_triggers.up.sql index 49917fd13b..7d999c3b3a 100644 --- a/internal/db/schema/migrations/oss/postgres/71/05_history_triggers.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/05_history_triggers.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/06_iam_history.up.sql b/internal/db/schema/migrations/oss/postgres/71/06_iam_history.up.sql index 6c06f773bb..53fd500ad7 100644 --- a/internal/db/schema/migrations/oss/postgres/71/06_iam_history.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/06_iam_history.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/07_targets.up.sql b/internal/db/schema/migrations/oss/postgres/71/07_targets.up.sql index 65f2c88644..6fa4b9a267 100644 --- a/internal/db/schema/migrations/oss/postgres/71/07_targets.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/07_targets.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/08_target_history.up.sql b/internal/db/schema/migrations/oss/postgres/71/08_target_history.up.sql index 516a5098eb..2ee6c16c8e 100644 --- a/internal/db/schema/migrations/oss/postgres/71/08_target_history.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/08_target_history.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/09_host_catalog_history.up.sql b/internal/db/schema/migrations/oss/postgres/71/09_host_catalog_history.up.sql index fd27c98484..3846f93125 100644 --- a/internal/db/schema/migrations/oss/postgres/71/09_host_catalog_history.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/09_host_catalog_history.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/10_host_history.up.sql b/internal/db/schema/migrations/oss/postgres/71/10_host_history.up.sql index beb7719cf3..ee2f81164a 100644 --- a/internal/db/schema/migrations/oss/postgres/71/10_host_history.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/10_host_history.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/11_session_recording.up.sql b/internal/db/schema/migrations/oss/postgres/71/11_session_recording.up.sql index 91bfc24ead..e0dea0e74c 100644 --- a/internal/db/schema/migrations/oss/postgres/71/11_session_recording.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/11_session_recording.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/12_session_recording_views.up.sql b/internal/db/schema/migrations/oss/postgres/71/12_session_recording_views.up.sql index ee43518fe9..7d1228a680 100644 --- a/internal/db/schema/migrations/oss/postgres/71/12_session_recording_views.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/12_session_recording_views.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/13_static_credential_history.up.sql b/internal/db/schema/migrations/oss/postgres/71/13_static_credential_history.up.sql index 663f4e8355..116a83e209 100644 --- a/internal/db/schema/migrations/oss/postgres/71/13_static_credential_history.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/13_static_credential_history.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/14_recording_static_credential.up.sql b/internal/db/schema/migrations/oss/postgres/71/14_recording_static_credential.up.sql index 20064dd13e..3010649a12 100644 --- a/internal/db/schema/migrations/oss/postgres/71/14_recording_static_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/14_recording_static_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/15_dynamic_credential_history.up.sql b/internal/db/schema/migrations/oss/postgres/71/15_dynamic_credential_history.up.sql index dfea7c1d55..7f68945256 100644 --- a/internal/db/schema/migrations/oss/postgres/71/15_dynamic_credential_history.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/15_dynamic_credential_history.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/16_recording_dynamic_credential.up.sql b/internal/db/schema/migrations/oss/postgres/71/16_recording_dynamic_credential.up.sql index 15a6a0b13a..5aa8cc27d0 100644 --- a/internal/db/schema/migrations/oss/postgres/71/16_recording_dynamic_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/16_recording_dynamic_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/71/17_credential_history_views.up.sql b/internal/db/schema/migrations/oss/postgres/71/17_credential_history_views.up.sql index c1d632e7cc..98ff15c3fd 100644 --- a/internal/db/schema/migrations/oss/postgres/71/17_credential_history_views.up.sql +++ b/internal/db/schema/migrations/oss/postgres/71/17_credential_history_views.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/72/01_census.up.sql b/internal/db/schema/migrations/oss/postgres/72/01_census.up.sql index 3c965861b7..4e576b133e 100644 --- a/internal/db/schema/migrations/oss/postgres/72/01_census.up.sql +++ b/internal/db/schema/migrations/oss/postgres/72/01_census.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/72/02_session_connection_index.up.sql b/internal/db/schema/migrations/oss/postgres/72/02_session_connection_index.up.sql index c3449b67d5..660f020852 100644 --- a/internal/db/schema/migrations/oss/postgres/72/02_session_connection_index.up.sql +++ b/internal/db/schema/migrations/oss/postgres/72/02_session_connection_index.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/72/03_session_list_perf_fix.up.sql b/internal/db/schema/migrations/oss/postgres/72/03_session_list_perf_fix.up.sql index 811e2247d0..e9499b1a8b 100644 --- a/internal/db/schema/migrations/oss/postgres/72/03_session_list_perf_fix.up.sql +++ b/internal/db/schema/migrations/oss/postgres/72/03_session_list_perf_fix.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/73/01_census_logging.up.sql b/internal/db/schema/migrations/oss/postgres/73/01_census_logging.up.sql index c3bd5af388..c14f79c760 100644 --- a/internal/db/schema/migrations/oss/postgres/73/01_census_logging.up.sql +++ b/internal/db/schema/migrations/oss/postgres/73/01_census_logging.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/74/01_hcp_update_sessions_function.up.sql b/internal/db/schema/migrations/oss/postgres/74/01_hcp_update_sessions_function.up.sql index 542c1bfc0a..09f13b1bcb 100644 --- a/internal/db/schema/migrations/oss/postgres/74/01_hcp_update_sessions_function.up.sql +++ b/internal/db/schema/migrations/oss/postgres/74/01_hcp_update_sessions_function.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/75/01_storage_bucket.up.sql b/internal/db/schema/migrations/oss/postgres/75/01_storage_bucket.up.sql index 70b8ceeff2..631ae81cb5 100644 --- a/internal/db/schema/migrations/oss/postgres/75/01_storage_bucket.up.sql +++ b/internal/db/schema/migrations/oss/postgres/75/01_storage_bucket.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/76/01_ldap.up.sql b/internal/db/schema/migrations/oss/postgres/76/01_ldap.up.sql index 823dceee9f..ca12c39b22 100644 --- a/internal/db/schema/migrations/oss/postgres/76/01_ldap.up.sql +++ b/internal/db/schema/migrations/oss/postgres/76/01_ldap.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/77/01_kms_oplog_schema_version.up.sql b/internal/db/schema/migrations/oss/postgres/77/01_kms_oplog_schema_version.up.sql index c672c342fe..edb1eda4fb 100644 --- a/internal/db/schema/migrations/oss/postgres/77/01_kms_oplog_schema_version.up.sql +++ b/internal/db/schema/migrations/oss/postgres/77/01_kms_oplog_schema_version.up.sql @@ -1,5 +1,5 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/77/02_kms_oplog_collection_version.up.sql b/internal/db/schema/migrations/oss/postgres/77/02_kms_oplog_collection_version.up.sql index 2c30d490c8..40a8da1b92 100644 --- a/internal/db/schema/migrations/oss/postgres/77/02_kms_oplog_collection_version.up.sql +++ b/internal/db/schema/migrations/oss/postgres/77/02_kms_oplog_collection_version.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/77/03_kms_oplog.up.sql b/internal/db/schema/migrations/oss/postgres/77/03_kms_oplog.up.sql index bd976fc8ad..024300599b 100644 --- a/internal/db/schema/migrations/oss/postgres/77/03_kms_oplog.up.sql +++ b/internal/db/schema/migrations/oss/postgres/77/03_kms_oplog.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/77/04_alter_oplog_entry.up.sql b/internal/db/schema/migrations/oss/postgres/77/04_alter_oplog_entry.up.sql index 38b37eb78a..d4caf8b351 100644 --- a/internal/db/schema/migrations/oss/postgres/77/04_alter_oplog_entry.up.sql +++ b/internal/db/schema/migrations/oss/postgres/77/04_alter_oplog_entry.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/78/01_ssh_signed_certs_additional_valid_principals.up.sql b/internal/db/schema/migrations/oss/postgres/78/01_ssh_signed_certs_additional_valid_principals.up.sql index 854a845e41..63db8d0e65 100644 --- a/internal/db/schema/migrations/oss/postgres/78/01_ssh_signed_certs_additional_valid_principals.up.sql +++ b/internal/db/schema/migrations/oss/postgres/78/01_ssh_signed_certs_additional_valid_principals.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/79/01_auth_oidc_prompt.up.sql b/internal/db/schema/migrations/oss/postgres/79/01_auth_oidc_prompt.up.sql index 9a0f9fe065..bf07fa7235 100644 --- a/internal/db/schema/migrations/oss/postgres/79/01_auth_oidc_prompt.up.sql +++ b/internal/db/schema/migrations/oss/postgres/79/01_auth_oidc_prompt.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/8/01_connection.up.sql b/internal/db/schema/migrations/oss/postgres/8/01_connection.up.sql index d84a19856c..6fd5ee8437 100644 --- a/internal/db/schema/migrations/oss/postgres/8/01_connection.up.sql +++ b/internal/db/schema/migrations/oss/postgres/8/01_connection.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/8/08_connection_test.go b/internal/db/schema/migrations/oss/postgres/8/08_connection_test.go index 8ea2de6e84..71cb11479e 100644 --- a/internal/db/schema/migrations/oss/postgres/8/08_connection_test.go +++ b/internal/db/schema/migrations/oss/postgres/8/08_connection_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package migration diff --git a/internal/db/schema/migrations/oss/postgres/80/01_storage_bucket.up.sql b/internal/db/schema/migrations/oss/postgres/80/01_storage_bucket.up.sql index e82ef80969..adcf647324 100644 --- a/internal/db/schema/migrations/oss/postgres/80/01_storage_bucket.up.sql +++ b/internal/db/schema/migrations/oss/postgres/80/01_storage_bucket.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/01_deleted_tables_and_triggers.up.sql b/internal/db/schema/migrations/oss/postgres/81/01_deleted_tables_and_triggers.up.sql index 27e0da4ea4..8adddf0cdc 100644 --- a/internal/db/schema/migrations/oss/postgres/81/01_deleted_tables_and_triggers.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/01_deleted_tables_and_triggers.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/02_target_base_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/02_target_base_table_updates.up.sql index 8dc23617a5..4c8289df7b 100644 --- a/internal/db/schema/migrations/oss/postgres/81/02_target_base_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/02_target_base_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/03_credential_static_base_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/03_credential_static_base_table_updates.up.sql index 71698d9058..f3b7c907be 100644 --- a/internal/db/schema/migrations/oss/postgres/81/03_credential_static_base_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/03_credential_static_base_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/04_credential_library_base_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/04_credential_library_base_table_updates.up.sql index 3b532dd024..25668f8e50 100644 --- a/internal/db/schema/migrations/oss/postgres/81/04_credential_library_base_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/04_credential_library_base_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/05_session_base_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/05_session_base_table_updates.up.sql index 1affbed337..80597aeafc 100644 --- a/internal/db/schema/migrations/oss/postgres/81/05_session_base_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/05_session_base_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/06_auth_token_base_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/06_auth_token_base_table_updates.up.sql index 8a41539ca8..9bc6b8555b 100644 --- a/internal/db/schema/migrations/oss/postgres/81/06_auth_token_base_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/06_auth_token_base_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/07_credential_store_base_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/07_credential_store_base_table_updates.up.sql index 27f01ac6e5..a53fcd289d 100644 --- a/internal/db/schema/migrations/oss/postgres/81/07_credential_store_base_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/07_credential_store_base_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/08_iam_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/08_iam_updates.up.sql index 1290854e62..05525cacc4 100644 --- a/internal/db/schema/migrations/oss/postgres/81/08_iam_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/08_iam_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/09_host_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/09_host_table_updates.up.sql index 5fefd3ae05..e8a2da0c26 100644 --- a/internal/db/schema/migrations/oss/postgres/81/09_host_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/09_host_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/10_host_set_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/10_host_set_table_updates.up.sql index 24ad7b2a40..ecacf2c144 100644 --- a/internal/db/schema/migrations/oss/postgres/81/10_host_set_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/10_host_set_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/11_auth_method_base_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/11_auth_method_base_table_updates.up.sql index a9176873e7..88d82a80f4 100644 --- a/internal/db/schema/migrations/oss/postgres/81/11_auth_method_base_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/11_auth_method_base_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/12_host_catalog_base_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/12_host_catalog_base_table_updates.up.sql index 57c888f811..1b6dfa6ccb 100644 --- a/internal/db/schema/migrations/oss/postgres/81/12_host_catalog_base_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/12_host_catalog_base_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/13_recording_session_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/13_recording_session_updates.up.sql index 56169d83d7..f3bc2fd342 100644 --- a/internal/db/schema/migrations/oss/postgres/81/13_recording_session_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/13_recording_session_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/14_account_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/14_account_table_updates.up.sql index fba7b2157d..3f73d12641 100644 --- a/internal/db/schema/migrations/oss/postgres/81/14_account_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/14_account_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/15_managed_group_table_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/15_managed_group_table_updates.up.sql index 09cfc782fb..3c5b8b9785 100644 --- a/internal/db/schema/migrations/oss/postgres/81/15_managed_group_table_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/15_managed_group_table_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/81/16_storage_bucket_updates.up.sql b/internal/db/schema/migrations/oss/postgres/81/16_storage_bucket_updates.up.sql index 52bf78e1ef..a6e5c8cfdf 100644 --- a/internal/db/schema/migrations/oss/postgres/81/16_storage_bucket_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/81/16_storage_bucket_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/82/01_storage_policies.up.sql b/internal/db/schema/migrations/oss/postgres/82/01_storage_policies.up.sql index 7c26b71f69..3f5be954fe 100644 --- a/internal/db/schema/migrations/oss/postgres/82/01_storage_policies.up.sql +++ b/internal/db/schema/migrations/oss/postgres/82/01_storage_policies.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/82/02_recording_session.up.sql b/internal/db/schema/migrations/oss/postgres/82/02_recording_session.up.sql index cd9e341271..99160c133e 100644 --- a/internal/db/schema/migrations/oss/postgres/82/02_recording_session.up.sql +++ b/internal/db/schema/migrations/oss/postgres/82/02_recording_session.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/82/03_storage_policy_updates.up.sql b/internal/db/schema/migrations/oss/postgres/82/03_storage_policy_updates.up.sql index f7671030b7..d20b5ee2ee 100644 --- a/internal/db/schema/migrations/oss/postgres/82/03_storage_policy_updates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/82/03_storage_policy_updates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/82/04_find_session_recordings_for_delete.up.sql b/internal/db/schema/migrations/oss/postgres/82/04_find_session_recordings_for_delete.up.sql index 159b886853..ed9a37c30d 100644 --- a/internal/db/schema/migrations/oss/postgres/82/04_find_session_recordings_for_delete.up.sql +++ b/internal/db/schema/migrations/oss/postgres/82/04_find_session_recordings_for_delete.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/82/05_storage_policy_override.up.sql b/internal/db/schema/migrations/oss/postgres/82/05_storage_policy_override.up.sql index efabce2b20..f995380682 100644 --- a/internal/db/schema/migrations/oss/postgres/82/05_storage_policy_override.up.sql +++ b/internal/db/schema/migrations/oss/postgres/82/05_storage_policy_override.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/82/06_storage_policy_max_days.up.sql b/internal/db/schema/migrations/oss/postgres/82/06_storage_policy_max_days.up.sql index ddc5fd7eeb..7bfcb18275 100644 --- a/internal/db/schema/migrations/oss/postgres/82/06_storage_policy_max_days.up.sql +++ b/internal/db/schema/migrations/oss/postgres/82/06_storage_policy_max_days.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/83/01_iam_role_grant_scope.up.sql b/internal/db/schema/migrations/oss/postgres/83/01_iam_role_grant_scope.up.sql index 3b49792adb..4f3c8a8d8c 100644 --- a/internal/db/schema/migrations/oss/postgres/83/01_iam_role_grant_scope.up.sql +++ b/internal/db/schema/migrations/oss/postgres/83/01_iam_role_grant_scope.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: MPL-2.0 begin; diff --git a/internal/db/schema/migrations/oss/postgres/84/01_wh_auth_token.up.sql b/internal/db/schema/migrations/oss/postgres/84/01_wh_auth_token.up.sql index 3b87776e19..b07d82fd92 100644 --- a/internal/db/schema/migrations/oss/postgres/84/01_wh_auth_token.up.sql +++ b/internal/db/schema/migrations/oss/postgres/84/01_wh_auth_token.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/84/02_wh_upsert_user_refact.up.sql b/internal/db/schema/migrations/oss/postgres/84/02_wh_upsert_user_refact.up.sql index e56564df38..a48b662861 100644 --- a/internal/db/schema/migrations/oss/postgres/84/02_wh_upsert_user_refact.up.sql +++ b/internal/db/schema/migrations/oss/postgres/84/02_wh_upsert_user_refact.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/84/03_auth_token_issued.up.sql b/internal/db/schema/migrations/oss/postgres/84/03_auth_token_issued.up.sql index e524153fa8..d18b866764 100644 --- a/internal/db/schema/migrations/oss/postgres/84/03_auth_token_issued.up.sql +++ b/internal/db/schema/migrations/oss/postgres/84/03_auth_token_issued.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/84/04_wh_auth_token_insert.up.sql b/internal/db/schema/migrations/oss/postgres/84/04_wh_auth_token_insert.up.sql index fc5f97fce0..26614bac5c 100644 --- a/internal/db/schema/migrations/oss/postgres/84/04_wh_auth_token_insert.up.sql +++ b/internal/db/schema/migrations/oss/postgres/84/04_wh_auth_token_insert.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/84/05_wh_auth_token_update.up.sql b/internal/db/schema/migrations/oss/postgres/84/05_wh_auth_token_update.up.sql index 24795a1cad..b0250b6765 100644 --- a/internal/db/schema/migrations/oss/postgres/84/05_wh_auth_token_update.up.sql +++ b/internal/db/schema/migrations/oss/postgres/84/05_wh_auth_token_update.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/84/06_wh_auth_token_delete.up.sql b/internal/db/schema/migrations/oss/postgres/84/06_wh_auth_token_delete.up.sql index 10d3d0ead4..8cd615ec83 100644 --- a/internal/db/schema/migrations/oss/postgres/84/06_wh_auth_token_delete.up.sql +++ b/internal/db/schema/migrations/oss/postgres/84/06_wh_auth_token_delete.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/84/07_vault_ssh_cert_default.up.sql b/internal/db/schema/migrations/oss/postgres/84/07_vault_ssh_cert_default.up.sql index 9cc33eb6bc..4eb1850c49 100644 --- a/internal/db/schema/migrations/oss/postgres/84/07_vault_ssh_cert_default.up.sql +++ b/internal/db/schema/migrations/oss/postgres/84/07_vault_ssh_cert_default.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/84/08_hcp_user_billing_view.up.sql b/internal/db/schema/migrations/oss/postgres/84/08_hcp_user_billing_view.up.sql index 25e337d47b..eb4f89f6fa 100644 --- a/internal/db/schema/migrations/oss/postgres/84/08_hcp_user_billing_view.up.sql +++ b/internal/db/schema/migrations/oss/postgres/84/08_hcp_user_billing_view.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/84/09_cenus_add_metric.up.sql b/internal/db/schema/migrations/oss/postgres/84/09_cenus_add_metric.up.sql index c8784946ad..77e82f88f0 100644 --- a/internal/db/schema/migrations/oss/postgres/84/09_cenus_add_metric.up.sql +++ b/internal/db/schema/migrations/oss/postgres/84/09_cenus_add_metric.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/85/01_citext_extension.up.sql b/internal/db/schema/migrations/oss/postgres/85/01_citext_extension.up.sql index 887a8c56fa..28fc3a0e24 100644 --- a/internal/db/schema/migrations/oss/postgres/85/01_citext_extension.up.sql +++ b/internal/db/schema/migrations/oss/postgres/85/01_citext_extension.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/85/02_alias_domain.up.sql b/internal/db/schema/migrations/oss/postgres/85/02_alias_domain.up.sql index 843ed957f6..f811425d62 100644 --- a/internal/db/schema/migrations/oss/postgres/85/02_alias_domain.up.sql +++ b/internal/db/schema/migrations/oss/postgres/85/02_alias_domain.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/85/03_alias_base_table.up.sql b/internal/db/schema/migrations/oss/postgres/85/03_alias_base_table.up.sql index e9601c8a5d..314e8495d5 100644 --- a/internal/db/schema/migrations/oss/postgres/85/03_alias_base_table.up.sql +++ b/internal/db/schema/migrations/oss/postgres/85/03_alias_base_table.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/85/04_alias_target.up.sql b/internal/db/schema/migrations/oss/postgres/85/04_alias_target.up.sql index 4f11659b54..b3c6b53122 100644 --- a/internal/db/schema/migrations/oss/postgres/85/04_alias_target.up.sql +++ b/internal/db/schema/migrations/oss/postgres/85/04_alias_target.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/85/05_alias_view.up.sql b/internal/db/schema/migrations/oss/postgres/85/05_alias_view.up.sql index 5f37eeb3ec..b81cd30369 100644 --- a/internal/db/schema/migrations/oss/postgres/85/05_alias_view.up.sql +++ b/internal/db/schema/migrations/oss/postgres/85/05_alias_view.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/86/01_server_worker_local_storage_state.up.sql b/internal/db/schema/migrations/oss/postgres/86/01_server_worker_local_storage_state.up.sql index e411bfac8b..4b8a4319ca 100644 --- a/internal/db/schema/migrations/oss/postgres/86/01_server_worker_local_storage_state.up.sql +++ b/internal/db/schema/migrations/oss/postgres/86/01_server_worker_local_storage_state.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/87/01_session.up.sql b/internal/db/schema/migrations/oss/postgres/87/01_session.up.sql index c797735ab4..debf2a89dc 100644 --- a/internal/db/schema/migrations/oss/postgres/87/01_session.up.sql +++ b/internal/db/schema/migrations/oss/postgres/87/01_session.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/88/01_storage_bucket_credential.up.sql b/internal/db/schema/migrations/oss/postgres/88/01_storage_bucket_credential.up.sql index cced2e94ff..5e262ba017 100644 --- a/internal/db/schema/migrations/oss/postgres/88/01_storage_bucket_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/88/01_storage_bucket_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/88/02_worker_storage_bucket_credential_state.up.sql b/internal/db/schema/migrations/oss/postgres/88/02_worker_storage_bucket_credential_state.up.sql index 20728e4751..89d8889e4b 100644 --- a/internal/db/schema/migrations/oss/postgres/88/02_worker_storage_bucket_credential_state.up.sql +++ b/internal/db/schema/migrations/oss/postgres/88/02_worker_storage_bucket_credential_state.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/88/03_update_storage_bucket_credentials.up.sql b/internal/db/schema/migrations/oss/postgres/88/03_update_storage_bucket_credentials.up.sql index 0c584d3f1c..098675ae8f 100644 --- a/internal/db/schema/migrations/oss/postgres/88/03_update_storage_bucket_credentials.up.sql +++ b/internal/db/schema/migrations/oss/postgres/88/03_update_storage_bucket_credentials.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/89/01_remove_session_connection_state.up.sql b/internal/db/schema/migrations/oss/postgres/89/01_remove_session_connection_state.up.sql index 053e84cfa5..2c12843f83 100644 --- a/internal/db/schema/migrations/oss/postgres/89/01_remove_session_connection_state.up.sql +++ b/internal/db/schema/migrations/oss/postgres/89/01_remove_session_connection_state.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/9/01_managed_groups.up.sql b/internal/db/schema/migrations/oss/postgres/9/01_managed_groups.up.sql index 3ea6b3be1d..2c30ec7426 100644 --- a/internal/db/schema/migrations/oss/postgres/9/01_managed_groups.up.sql +++ b/internal/db/schema/migrations/oss/postgres/9/01_managed_groups.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/9/02_oidc_managed_group.up.sql b/internal/db/schema/migrations/oss/postgres/9/02_oidc_managed_group.up.sql index ca074ab28d..6884dfcc32 100644 --- a/internal/db/schema/migrations/oss/postgres/9/02_oidc_managed_group.up.sql +++ b/internal/db/schema/migrations/oss/postgres/9/02_oidc_managed_group.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/9/03_oidc_managed_group_member.up.sql b/internal/db/schema/migrations/oss/postgres/9/03_oidc_managed_group_member.up.sql index 8b76887ee5..792af6e7e8 100644 --- a/internal/db/schema/migrations/oss/postgres/9/03_oidc_managed_group_member.up.sql +++ b/internal/db/schema/migrations/oss/postgres/9/03_oidc_managed_group_member.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/9/04_oidc_managed_group_principal_role.up.sql b/internal/db/schema/migrations/oss/postgres/9/04_oidc_managed_group_principal_role.up.sql index 49fb2efb5f..011263925f 100644 --- a/internal/db/schema/migrations/oss/postgres/9/04_oidc_managed_group_principal_role.up.sql +++ b/internal/db/schema/migrations/oss/postgres/9/04_oidc_managed_group_principal_role.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/9/managed_group_test.go b/internal/db/schema/migrations/oss/postgres/9/managed_group_test.go index 9185b51cc6..e4b35acc48 100644 --- a/internal/db/schema/migrations/oss/postgres/9/managed_group_test.go +++ b/internal/db/schema/migrations/oss/postgres/9/managed_group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package migration diff --git a/internal/db/schema/migrations/oss/postgres/90/01_drop_kms_rewrapping_table.up.sql b/internal/db/schema/migrations/oss/postgres/90/01_drop_kms_rewrapping_table.up.sql index e91deac50a..2b33d5266d 100644 --- a/internal/db/schema/migrations/oss/postgres/90/01_drop_kms_rewrapping_table.up.sql +++ b/internal/db/schema/migrations/oss/postgres/90/01_drop_kms_rewrapping_table.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/91/01_storage_policies.up.sql b/internal/db/schema/migrations/oss/postgres/91/01_storage_policies.up.sql index 82d13fa1a4..a29a1af96d 100644 --- a/internal/db/schema/migrations/oss/postgres/91/01_storage_policies.up.sql +++ b/internal/db/schema/migrations/oss/postgres/91/01_storage_policies.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/91/02_indexes_fk_delete.up.sql b/internal/db/schema/migrations/oss/postgres/91/02_indexes_fk_delete.up.sql index 49fceefef5..7e12fe61be 100644 --- a/internal/db/schema/migrations/oss/postgres/91/02_indexes_fk_delete.up.sql +++ b/internal/db/schema/migrations/oss/postgres/91/02_indexes_fk_delete.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/91/03_indexes_grants_query.up.sql b/internal/db/schema/migrations/oss/postgres/91/03_indexes_grants_query.up.sql index 9142ee0c8d..d3082e679e 100644 --- a/internal/db/schema/migrations/oss/postgres/91/03_indexes_grants_query.up.sql +++ b/internal/db/schema/migrations/oss/postgres/91/03_indexes_grants_query.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/91/04_insert_session_delete_on_statement.up.sql b/internal/db/schema/migrations/oss/postgres/91/04_insert_session_delete_on_statement.up.sql index 0908fe8105..6819fd6a4a 100644 --- a/internal/db/schema/migrations/oss/postgres/91/04_insert_session_delete_on_statement.up.sql +++ b/internal/db/schema/migrations/oss/postgres/91/04_insert_session_delete_on_statement.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/91/05_deletion_tables_view.up.sql b/internal/db/schema/migrations/oss/postgres/91/05_deletion_tables_view.up.sql index 12caa4f457..61a0ae5246 100644 --- a/internal/db/schema/migrations/oss/postgres/91/05_deletion_tables_view.up.sql +++ b/internal/db/schema/migrations/oss/postgres/91/05_deletion_tables_view.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/92/01_host_plugin_catalog_worker_filter.up.sql b/internal/db/schema/migrations/oss/postgres/92/01_host_plugin_catalog_worker_filter.up.sql index a4b9cb1537..626a397d5a 100644 --- a/internal/db/schema/migrations/oss/postgres/92/01_host_plugin_catalog_worker_filter.up.sql +++ b/internal/db/schema/migrations/oss/postgres/92/01_host_plugin_catalog_worker_filter.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- This migration adds support for an optional, mutable worker_filter field in diff --git a/internal/db/schema/migrations/oss/postgres/92/02_session_state_tstzrange.up.sql b/internal/db/schema/migrations/oss/postgres/92/02_session_state_tstzrange.up.sql index dab88c46cf..9aef6f8a05 100644 --- a/internal/db/schema/migrations/oss/postgres/92/02_session_state_tstzrange.up.sql +++ b/internal/db/schema/migrations/oss/postgres/92/02_session_state_tstzrange.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/92/03_cancel_session_trigger.up.sql b/internal/db/schema/migrations/oss/postgres/92/03_cancel_session_trigger.up.sql index e0b0d8570a..fe63a8333c 100644 --- a/internal/db/schema/migrations/oss/postgres/92/03_cancel_session_trigger.up.sql +++ b/internal/db/schema/migrations/oss/postgres/92/03_cancel_session_trigger.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/92/04_add_column_to_job_run.up.sql b/internal/db/schema/migrations/oss/postgres/92/04_add_column_to_job_run.up.sql index 8f6078678f..1de6f580e7 100644 --- a/internal/db/schema/migrations/oss/postgres/92/04_add_column_to_job_run.up.sql +++ b/internal/db/schema/migrations/oss/postgres/92/04_add_column_to_job_run.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/92/05_delete_terminated_session_job.up.sql b/internal/db/schema/migrations/oss/postgres/92/05_delete_terminated_session_job.up.sql index 3b63a7eafb..fe8a415874 100644 --- a/internal/db/schema/migrations/oss/postgres/92/05_delete_terminated_session_job.up.sql +++ b/internal/db/schema/migrations/oss/postgres/92/05_delete_terminated_session_job.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/93/01_job_run_clean.up.sql b/internal/db/schema/migrations/oss/postgres/93/01_job_run_clean.up.sql index 173af5815d..f90f5a1351 100644 --- a/internal/db/schema/migrations/oss/postgres/93/01_job_run_clean.up.sql +++ b/internal/db/schema/migrations/oss/postgres/93/01_job_run_clean.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- Boundary's design on removing entries from job_run has changed from having a diff --git a/internal/db/schema/migrations/oss/postgres/93/02_drop_job_jobs_to_run.up.sql b/internal/db/schema/migrations/oss/postgres/93/02_drop_job_jobs_to_run.up.sql index 37321bc7cd..931f92acd9 100644 --- a/internal/db/schema/migrations/oss/postgres/93/02_drop_job_jobs_to_run.up.sql +++ b/internal/db/schema/migrations/oss/postgres/93/02_drop_job_jobs_to_run.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- This migration removes support for the job_jobs_to_run view as it is not used diff --git a/internal/db/schema/migrations/oss/postgres/94/01_split_worker_tag_table.up.sql b/internal/db/schema/migrations/oss/postgres/94/01_split_worker_tag_table.up.sql index 22a5fe06c4..8f393227c2 100644 --- a/internal/db/schema/migrations/oss/postgres/94/01_split_worker_tag_table.up.sql +++ b/internal/db/schema/migrations/oss/postgres/94/01_split_worker_tag_table.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/95/01_server_worker_session_info.up.sql b/internal/db/schema/migrations/oss/postgres/95/01_server_worker_session_info.up.sql index df52debf9b..849b20a5df 100644 --- a/internal/db/schema/migrations/oss/postgres/95/01_server_worker_session_info.up.sql +++ b/internal/db/schema/migrations/oss/postgres/95/01_server_worker_session_info.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/96/01_update_wt_alias_constraints.up.sql b/internal/db/schema/migrations/oss/postgres/96/01_update_wt_alias_constraints.up.sql index cef8ad4b31..ed9a759045 100644 --- a/internal/db/schema/migrations/oss/postgres/96/01_update_wt_alias_constraints.up.sql +++ b/internal/db/schema/migrations/oss/postgres/96/01_update_wt_alias_constraints.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/97/01_iam_role_tables.up.sql b/internal/db/schema/migrations/oss/postgres/97/01_iam_role_tables.up.sql index 4eb6b47deb..256ffbcce8 100644 --- a/internal/db/schema/migrations/oss/postgres/97/01_iam_role_tables.up.sql +++ b/internal/db/schema/migrations/oss/postgres/97/01_iam_role_tables.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/97/02_iam_role_functions.up.sql b/internal/db/schema/migrations/oss/postgres/97/02_iam_role_functions.up.sql index a2ff024ef8..f75b01cb8b 100644 --- a/internal/db/schema/migrations/oss/postgres/97/02_iam_role_functions.up.sql +++ b/internal/db/schema/migrations/oss/postgres/97/02_iam_role_functions.up.sql @@ -1,4 +1,4 @@ - -- Copyright IBM Corp. 2020, 2025 + -- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/97/03_iam_role_data_migration.up.sql b/internal/db/schema/migrations/oss/postgres/97/03_iam_role_data_migration.up.sql index dc3d78c588..5e8564f868 100644 --- a/internal/db/schema/migrations/oss/postgres/97/03_iam_role_data_migration.up.sql +++ b/internal/db/schema/migrations/oss/postgres/97/03_iam_role_data_migration.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/97/04_iam_role_triggers.up.sql b/internal/db/schema/migrations/oss/postgres/97/04_iam_role_triggers.up.sql index 69015f7d5f..e4850ead6e 100644 --- a/internal/db/schema/migrations/oss/postgres/97/04_iam_role_triggers.up.sql +++ b/internal/db/schema/migrations/oss/postgres/97/04_iam_role_triggers.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/97/05_table_cleanup.up.sql b/internal/db/schema/migrations/oss/postgres/97/05_table_cleanup.up.sql index 7a941b9997..f0e6c68b1e 100644 --- a/internal/db/schema/migrations/oss/postgres/97/05_table_cleanup.up.sql +++ b/internal/db/schema/migrations/oss/postgres/97/05_table_cleanup.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/98/01_credential_static_username_password_domain_credential.up.sql b/internal/db/schema/migrations/oss/postgres/98/01_credential_static_username_password_domain_credential.up.sql index 6ba11de1eb..ce7124e930 100644 --- a/internal/db/schema/migrations/oss/postgres/98/01_credential_static_username_password_domain_credential.up.sql +++ b/internal/db/schema/migrations/oss/postgres/98/01_credential_static_username_password_domain_credential.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/98/02_username_password_domain_vault.up.sql b/internal/db/schema/migrations/oss/postgres/98/02_username_password_domain_vault.up.sql index dab8ab9f6f..83deb0f96b 100644 --- a/internal/db/schema/migrations/oss/postgres/98/02_username_password_domain_vault.up.sql +++ b/internal/db/schema/migrations/oss/postgres/98/02_username_password_domain_vault.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/98/03_target_history_base.up.sql b/internal/db/schema/migrations/oss/postgres/98/03_target_history_base.up.sql index e5e0d05051..32bd4dd5c2 100644 --- a/internal/db/schema/migrations/oss/postgres/98/03_target_history_base.up.sql +++ b/internal/db/schema/migrations/oss/postgres/98/03_target_history_base.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- This migration refactors target history to a base + subtype table design, diff --git a/internal/db/schema/migrations/oss/postgres/98/04_rdp_targets.up.sql b/internal/db/schema/migrations/oss/postgres/98/04_rdp_targets.up.sql index ce2fc43011..31c1f7c30f 100644 --- a/internal/db/schema/migrations/oss/postgres/98/04_rdp_targets.up.sql +++ b/internal/db/schema/migrations/oss/postgres/98/04_rdp_targets.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/98/05_alias_target_constraint.up.sql b/internal/db/schema/migrations/oss/postgres/98/05_alias_target_constraint.up.sql index 08773f38c0..81357ee997 100644 --- a/internal/db/schema/migrations/oss/postgres/98/05_alias_target_constraint.up.sql +++ b/internal/db/schema/migrations/oss/postgres/98/05_alias_target_constraint.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/98/06_target_credential_injection_certificates.up.sql b/internal/db/schema/migrations/oss/postgres/98/06_target_credential_injection_certificates.up.sql index bb87be32b1..48bcc28750 100644 --- a/internal/db/schema/migrations/oss/postgres/98/06_target_credential_injection_certificates.up.sql +++ b/internal/db/schema/migrations/oss/postgres/98/06_target_credential_injection_certificates.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/migrations/oss/postgres/99/01_credential_vault_library_refactor.up.sql b/internal/db/schema/migrations/oss/postgres/99/01_credential_vault_library_refactor.up.sql index 081668cf1c..04a3c7cb25 100644 --- a/internal/db/schema/migrations/oss/postgres/99/01_credential_vault_library_refactor.up.sql +++ b/internal/db/schema/migrations/oss/postgres/99/01_credential_vault_library_refactor.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- For context, check the README.md in this folder. diff --git a/internal/db/schema/migrations/oss/postgres_11_01_test.go b/internal/db/schema/migrations/oss/postgres_11_01_test.go index 76710956c0..64c70ed7ff 100644 --- a/internal/db/schema/migrations/oss/postgres_11_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_11_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_12_01_test.go b/internal/db/schema/migrations/oss/postgres_12_01_test.go index e57df034eb..a345e79d4d 100644 --- a/internal/db/schema/migrations/oss/postgres_12_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_12_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_20_05_test.go b/internal/db/schema/migrations/oss/postgres_20_05_test.go index 3d2e7b0cf2..6909ed733e 100644 --- a/internal/db/schema/migrations/oss/postgres_20_05_test.go +++ b/internal/db/schema/migrations/oss/postgres_20_05_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_26_01_test.go b/internal/db/schema/migrations/oss/postgres_26_01_test.go index 224104e21b..e72ade73a0 100644 --- a/internal/db/schema/migrations/oss/postgres_26_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_26_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_2_10_test.go b/internal/db/schema/migrations/oss/postgres_2_10_test.go index e820b69a84..c10c455b11 100644 --- a/internal/db/schema/migrations/oss/postgres_2_10_test.go +++ b/internal/db/schema/migrations/oss/postgres_2_10_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_30_01_test.go b/internal/db/schema/migrations/oss/postgres_30_01_test.go index 5728d65120..db899085ca 100644 --- a/internal/db/schema/migrations/oss/postgres_30_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_30_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_46_01_test.go b/internal/db/schema/migrations/oss/postgres_46_01_test.go index beb2491f8a..a521050e8b 100644 --- a/internal/db/schema/migrations/oss/postgres_46_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_46_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_52_01_test.go b/internal/db/schema/migrations/oss/postgres_52_01_test.go index 07e3160a8e..440ca9b610 100644 --- a/internal/db/schema/migrations/oss/postgres_52_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_52_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_77_03_test.go b/internal/db/schema/migrations/oss/postgres_77_03_test.go index dcdf368c76..3f390ece63 100644 --- a/internal/db/schema/migrations/oss/postgres_77_03_test.go +++ b/internal/db/schema/migrations/oss/postgres_77_03_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_82_02_test.go b/internal/db/schema/migrations/oss/postgres_82_02_test.go index 26365cc414..e3a3e43525 100644 --- a/internal/db/schema/migrations/oss/postgres_82_02_test.go +++ b/internal/db/schema/migrations/oss/postgres_82_02_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_86_01_test.go b/internal/db/schema/migrations/oss/postgres_86_01_test.go index 0401c78731..b7ea9637df 100644 --- a/internal/db/schema/migrations/oss/postgres_86_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_86_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_88_01_test.go b/internal/db/schema/migrations/oss/postgres_88_01_test.go index adbdc30105..31479858bb 100644 --- a/internal/db/schema/migrations/oss/postgres_88_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_88_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_94_01_test.go b/internal/db/schema/migrations/oss/postgres_94_01_test.go index bb6703b9ef..2291564adc 100644 --- a/internal/db/schema/migrations/oss/postgres_94_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_94_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_97_01_test.go b/internal/db/schema/migrations/oss/postgres_97_01_test.go index 15d91eec08..984d943d4b 100644 --- a/internal/db/schema/migrations/oss/postgres_97_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_97_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_97_02_test.go b/internal/db/schema/migrations/oss/postgres_97_02_test.go index 68befb6385..b9418ffa6c 100644 --- a/internal/db/schema/migrations/oss/postgres_97_02_test.go +++ b/internal/db/schema/migrations/oss/postgres_97_02_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_97_03_test.go b/internal/db/schema/migrations/oss/postgres_97_03_test.go index 2ca6f5729d..d3677b834c 100644 --- a/internal/db/schema/migrations/oss/postgres_97_03_test.go +++ b/internal/db/schema/migrations/oss/postgres_97_03_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/postgres_99_01_test.go b/internal/db/schema/migrations/oss/postgres_99_01_test.go index 15286f4c33..d2dfac6f61 100644 --- a/internal/db/schema/migrations/oss/postgres_99_01_test.go +++ b/internal/db/schema/migrations/oss/postgres_99_01_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss_test diff --git a/internal/db/schema/migrations/oss/testing.go b/internal/db/schema/migrations/oss/testing.go index b01407e88c..ff82f3d91c 100644 --- a/internal/db/schema/migrations/oss/testing.go +++ b/internal/db/schema/migrations/oss/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oss diff --git a/internal/db/schema/options.go b/internal/db/schema/options.go index 38ea941c78..60494406d0 100644 --- a/internal/db/schema/options.go +++ b/internal/db/schema/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/schema/options_test.go b/internal/db/schema/options_test.go index 2274630898..8d08a7e742 100644 --- a/internal/db/schema/options_test.go +++ b/internal/db/schema/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/schema/repair.go b/internal/db/schema/repair.go index 90b4a87f45..ef8e788411 100644 --- a/internal/db/schema/repair.go +++ b/internal/db/schema/repair.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/schema/repair_test.go b/internal/db/schema/repair_test.go index 080d3e17c0..92f5a84d77 100644 --- a/internal/db/schema/repair_test.go +++ b/internal/db/schema/repair_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema_test diff --git a/internal/db/schema/schema.go b/internal/db/schema/schema.go index 2e4ac1ac1d..edb1dcd8bc 100644 --- a/internal/db/schema/schema.go +++ b/internal/db/schema/schema.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/schema/schema_test.go b/internal/db/schema/schema_test.go index 2ae4c051a9..0b67386567 100644 --- a/internal/db/schema/schema_test.go +++ b/internal/db/schema/schema_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema_test diff --git a/internal/db/schema/state.go b/internal/db/schema/state.go index 9f9628d0fb..6785757a07 100644 --- a/internal/db/schema/state.go +++ b/internal/db/schema/state.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/schema/testdata/hooks/initial/0/01_initial.up.sql b/internal/db/schema/testdata/hooks/initial/0/01_initial.up.sql index 0a82947ff1..4cff2efdc0 100644 --- a/internal/db/schema/testdata/hooks/initial/0/01_initial.up.sql +++ b/internal/db/schema/testdata/hooks/initial/0/01_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/testdata/hooks/updated/0/01_initial.up.sql b/internal/db/schema/testdata/hooks/updated/0/01_initial.up.sql index 0a82947ff1..4cff2efdc0 100644 --- a/internal/db/schema/testdata/hooks/updated/0/01_initial.up.sql +++ b/internal/db/schema/testdata/hooks/updated/0/01_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/testdata/hooks/updated/1/01_update.up.sql b/internal/db/schema/testdata/hooks/updated/1/01_update.up.sql index ebd367f468..935d37c537 100644 --- a/internal/db/schema/testdata/hooks/updated/1/01_update.up.sql +++ b/internal/db/schema/testdata/hooks/updated/1/01_update.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/testdata/hooks/updated/2/01_another_update.up.sql b/internal/db/schema/testdata/hooks/updated/2/01_another_update.up.sql index fa9d64ac68..e34a5ec25d 100644 --- a/internal/db/schema/testdata/hooks/updated/2/01_another_update.up.sql +++ b/internal/db/schema/testdata/hooks/updated/2/01_another_update.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/testdata/one/0/01_initial.up.sql b/internal/db/schema/testdata/one/0/01_initial.up.sql index 0a82947ff1..4cff2efdc0 100644 --- a/internal/db/schema/testdata/one/0/01_initial.up.sql +++ b/internal/db/schema/testdata/one/0/01_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/testdata/three/0/01_initial.up.sql b/internal/db/schema/testdata/three/0/01_initial.up.sql index a8e39637b2..9af02db268 100644 --- a/internal/db/schema/testdata/three/0/01_initial.up.sql +++ b/internal/db/schema/testdata/three/0/01_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/testdata/two/0/01_initial.up.sql b/internal/db/schema/testdata/two/0/01_initial.up.sql index 56e548ea56..9ef04cb9cf 100644 --- a/internal/db/schema/testdata/two/0/01_initial.up.sql +++ b/internal/db/schema/testdata/two/0/01_initial.up.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/schema/testing.go b/internal/db/schema/testing.go index 844c6ffb5b..43cee8bbe4 100644 --- a/internal/db/schema/testing.go +++ b/internal/db/schema/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/db/sentinel/doc.go b/internal/db/sentinel/doc.go index a5f666086b..cc63d1947d 100644 --- a/internal/db/sentinel/doc.go +++ b/internal/db/sentinel/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package sentinel allows for the use of Unicode non-characters to distinguish between diff --git a/internal/db/sentinel/sentinel.go b/internal/db/sentinel/sentinel.go index 59a826b860..806a4d055f 100644 --- a/internal/db/sentinel/sentinel.go +++ b/internal/db/sentinel/sentinel.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sentinel diff --git a/internal/db/sentinel/sentinel_test.go b/internal/db/sentinel/sentinel_test.go index e5f86e9039..0ec1a4f90f 100644 --- a/internal/db/sentinel/sentinel_test.go +++ b/internal/db/sentinel/sentinel_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sentinel diff --git a/internal/db/sqlite_darwin.go b/internal/db/sqlite_darwin.go index f8921ca292..f4c09928c5 100644 --- a/internal/db/sqlite_darwin.go +++ b/internal/db/sqlite_darwin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/sqlite_freebsd.go b/internal/db/sqlite_freebsd.go index cacd217653..a4e6f26437 100644 --- a/internal/db/sqlite_freebsd.go +++ b/internal/db/sqlite_freebsd.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build amd64 || arm64 diff --git a/internal/db/sqlite_linux.go b/internal/db/sqlite_linux.go index f8921ca292..f4c09928c5 100644 --- a/internal/db/sqlite_linux.go +++ b/internal/db/sqlite_linux.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/sqlite_windows.go b/internal/db/sqlite_windows.go index cacd217653..a4e6f26437 100644 --- a/internal/db/sqlite_windows.go +++ b/internal/db/sqlite_windows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build amd64 || arm64 diff --git a/internal/db/sqltest/initdb.d/00_schema.sh b/internal/db/sqltest/initdb.d/00_schema.sh index 404d4f1d9d..d847d86196 100755 --- a/internal/db/sqltest/initdb.d/00_schema.sh +++ b/internal/db/sqltest/initdb.d/00_schema.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # diff --git a/internal/db/sqltest/initdb.d/01_colors_persona.sql b/internal/db/sqltest/initdb.d/01_colors_persona.sql index c2e9cf4489..1fa744cd1c 100644 --- a/internal/db/sqltest/initdb.d/01_colors_persona.sql +++ b/internal/db/sqltest/initdb.d/01_colors_persona.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- There is a theme to the data in this file. diff --git a/internal/db/sqltest/initdb.d/02_colors_persona.sql b/internal/db/sqltest/initdb.d/02_colors_persona.sql index 26374c9685..739074326f 100644 --- a/internal/db/sqltest/initdb.d/02_colors_persona.sql +++ b/internal/db/sqltest/initdb.d/02_colors_persona.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/initdb.d/02_wtt_load.sql b/internal/db/sqltest/initdb.d/02_wtt_load.sql index fd60112974..805b802872 100644 --- a/internal/db/sqltest/initdb.d/02_wtt_load.sql +++ b/internal/db/sqltest/initdb.d/02_wtt_load.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/initdb.d/03_widgets_persona.sql b/internal/db/sqltest/initdb.d/03_widgets_persona.sql index fdcc9ab755..f10a10f8bb 100644 --- a/internal/db/sqltest/initdb.d/03_widgets_persona.sql +++ b/internal/db/sqltest/initdb.d/03_widgets_persona.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/initdb.d/04_foodtruck_persona.sql b/internal/db/sqltest/initdb.d/04_foodtruck_persona.sql index 32ce32d41e..c44531c384 100644 --- a/internal/db/sqltest/initdb.d/04_foodtruck_persona.sql +++ b/internal/db/sqltest/initdb.d/04_foodtruck_persona.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/account/ldap/account.sql b/internal/db/sqltest/tests/account/ldap/account.sql index ef17ab8a11..e5d7d49508 100644 --- a/internal/db/sqltest/tests/account/ldap/account.sql +++ b/internal/db/sqltest/tests/account/ldap/account.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- account tests triggers: diff --git a/internal/db/sqltest/tests/account/oidc/account.sql b/internal/db/sqltest/tests/account/oidc/account.sql index 830818879c..6407061f8f 100644 --- a/internal/db/sqltest/tests/account/oidc/account.sql +++ b/internal/db/sqltest/tests/account/oidc/account.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- account tests triggers: diff --git a/internal/db/sqltest/tests/account/password/account.sql b/internal/db/sqltest/tests/account/password/account.sql index c792b06442..dc00d7b268 100644 --- a/internal/db/sqltest/tests/account/password/account.sql +++ b/internal/db/sqltest/tests/account/password/account.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- account tests triggers: diff --git a/internal/db/sqltest/tests/alias/subtype_triggers.sql b/internal/db/sqltest/tests/alias/subtype_triggers.sql index 2f93e780b5..8d6e9f79e6 100644 --- a/internal/db/sqltest/tests/alias/subtype_triggers.sql +++ b/internal/db/sqltest/tests/alias/subtype_triggers.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- alias tests triggers: diff --git a/internal/db/sqltest/tests/alias/targets.sql b/internal/db/sqltest/tests/alias/targets.sql index 3fb8f5472a..9e2423afcd 100644 --- a/internal/db/sqltest/tests/alias/targets.sql +++ b/internal/db/sqltest/tests/alias/targets.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/alias/views.sql b/internal/db/sqltest/tests/alias/views.sql index 24b3a507cb..22d70e8c76 100644 --- a/internal/db/sqltest/tests/alias/views.sql +++ b/internal/db/sqltest/tests/alias/views.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/alias/wt_target_alias.sql b/internal/db/sqltest/tests/alias/wt_target_alias.sql index 6d1e641e97..44d392fcfb 100644 --- a/internal/db/sqltest/tests/alias/wt_target_alias.sql +++ b/internal/db/sqltest/tests/alias/wt_target_alias.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- controller_id tests: diff --git a/internal/db/sqltest/tests/auth/oidc/prompt.sql b/internal/db/sqltest/tests/auth/oidc/prompt.sql index b41e17465e..7a7a08ecd0 100644 --- a/internal/db/sqltest/tests/auth/oidc/prompt.sql +++ b/internal/db/sqltest/tests/auth/oidc/prompt.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/census/last_logged.sql b/internal/db/sqltest/tests/census/last_logged.sql index d7b001d232..83fb7fbdc3 100644 --- a/internal/db/sqltest/tests/census/last_logged.sql +++ b/internal/db/sqltest/tests/census/last_logged.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/census/last_uploaded.sql b/internal/db/sqltest/tests/census/last_uploaded.sql index e5e0a7bb2b..3056120354 100644 --- a/internal/db/sqltest/tests/census/last_uploaded.sql +++ b/internal/db/sqltest/tests/census/last_uploaded.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/controller/controller_id.sql b/internal/db/sqltest/tests/controller/controller_id.sql index c5914d1605..31a3adf714 100644 --- a/internal/db/sqltest/tests/controller/controller_id.sql +++ b/internal/db/sqltest/tests/controller/controller_id.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- controller_id tests: diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_ldap_library.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_ldap_library.sql index 2ef954a22f..e1cf185d42 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_ldap_library.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_ldap_library.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_library.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_library.sql index 23e3542ffc..3dde044f4e 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_library.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_library.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- credential_vault_library tests: diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_library_issue_credentials.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_library_issue_credentials.sql index b97a3e45af..ddb9d1e88a 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_library_issue_credentials.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_library_issue_credentials.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- credential_vault_library_issue_credentials tests the credential_vault_library_issue_credentials view diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_library_refactor.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_library_refactor.sql index f48e2b2af2..3db225a758 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_library_refactor.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_library_refactor.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- Tests the refactor around credential_vault_library (and other associated diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_library_ssh_private_key_mapping_override.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_library_ssh_private_key_mapping_override.sql index 61be29dfe1..084c18b892 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_library_ssh_private_key_mapping_override.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_library_ssh_private_key_mapping_override.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- credential_vault_library_ssh_private_key_mapping_override tests: diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_library_username_password_domain_mapping_ovrd.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_library_username_password_domain_mapping_ovrd.sql index 1ffe6c7c47..53f716c501 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_library_username_password_domain_mapping_ovrd.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_library_username_password_domain_mapping_ovrd.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- credential_vault_library_username_password_domain_mapping_ovrd tests: diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_library_username_password_mapping_override.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_library_username_password_mapping_override.sql index 13152a2e52..79d9e01f11 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_library_username_password_mapping_override.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_library_username_password_mapping_override.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- credential_vault_library_username_password_mapping_override tests: diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_ssh_cert_library.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_ssh_cert_library.sql index eea3749411..71209a7fd9 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_ssh_cert_library.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_ssh_cert_library.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_store.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_store.sql index c469d91c92..743c9ef917 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_store.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_store.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- credential_vault_store tests the credential_vault_store table diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_store_client.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_store_client.sql index 8f01fb2bcc..22326bcfa6 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_store_client.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_store_client.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- credential_vault_store_client tests the credential_vault_store_client view diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_store_list_lookup.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_store_list_lookup.sql index 17315ba89d..6bc8bbb826 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_store_list_lookup.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_store_list_lookup.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- credential_vault_store_list_lookup tests the credential_vault_store_list_lookup view diff --git a/internal/db/sqltest/tests/credential/vault/credential_vault_token_renewal_revocation.sql b/internal/db/sqltest/tests/credential/vault/credential_vault_token_renewal_revocation.sql index 7e15cbc307..85ac70b2e4 100644 --- a/internal/db/sqltest/tests/credential/vault/credential_vault_token_renewal_revocation.sql +++ b/internal/db/sqltest/tests/credential/vault/credential_vault_token_renewal_revocation.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- credential_vault_token_renewal_revocation tests the credential_vault_token_renewal_revocation view diff --git a/internal/db/sqltest/tests/domain/immutable_table.sql b/internal/db/sqltest/tests/domain/immutable_table.sql index dab283376b..1571574610 100644 --- a/internal/db/sqltest/tests/domain/immutable_table.sql +++ b/internal/db/sqltest/tests/domain/immutable_table.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/domain/wh_user_id.sql b/internal/db/sqltest/tests/domain/wh_user_id.sql index 886566de19..c0eb3ca09a 100644 --- a/internal/db/sqltest/tests/domain/wh_user_id.sql +++ b/internal/db/sqltest/tests/domain/wh_user_id.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/hourly_sessions_all.sql b/internal/db/sqltest/tests/hcp/billing/hourly_sessions_all.sql index d2d8d72944..5f67949105 100644 --- a/internal/db/sqltest/tests/hcp/billing/hourly_sessions_all.sql +++ b/internal/db/sqltest/tests/hcp/billing/hourly_sessions_all.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/hourly_sessions_last_3_hours.sql b/internal/db/sqltest/tests/hcp/billing/hourly_sessions_last_3_hours.sql index 05e984c570..b437b3b735 100644 --- a/internal/db/sqltest/tests/hcp/billing/hourly_sessions_last_3_hours.sql +++ b/internal/db/sqltest/tests/hcp/billing/hourly_sessions_last_3_hours.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/hourly_sessions_last_7_days.sql b/internal/db/sqltest/tests/hcp/billing/hourly_sessions_last_7_days.sql index cf55313d23..cf995b9c3e 100644 --- a/internal/db/sqltest/tests/hcp/billing/hourly_sessions_last_7_days.sql +++ b/internal/db/sqltest/tests/hcp/billing/hourly_sessions_last_7_days.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/indexes.sql b/internal/db/sqltest/tests/hcp/billing/indexes.sql index dfc7ddc13d..6a03fa514f 100644 --- a/internal/db/sqltest/tests/hcp/billing/indexes.sql +++ b/internal/db/sqltest/tests/hcp/billing/indexes.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/monthly_active_users.sql b/internal/db/sqltest/tests/hcp/billing/monthly_active_users.sql index f9f92df161..ff5e409301 100644 --- a/internal/db/sqltest/tests/hcp/billing/monthly_active_users.sql +++ b/internal/db/sqltest/tests/hcp/billing/monthly_active_users.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/monthly_active_users_all.sql b/internal/db/sqltest/tests/hcp/billing/monthly_active_users_all.sql index 1ef07a41e8..7bff6c14da 100644 --- a/internal/db/sqltest/tests/hcp/billing/monthly_active_users_all.sql +++ b/internal/db/sqltest/tests/hcp/billing/monthly_active_users_all.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/monthly_active_users_all_timezone.sql b/internal/db/sqltest/tests/hcp/billing/monthly_active_users_all_timezone.sql index 3d903bc5df..a6dcdbb10f 100644 --- a/internal/db/sqltest/tests/hcp/billing/monthly_active_users_all_timezone.sql +++ b/internal/db/sqltest/tests/hcp/billing/monthly_active_users_all_timezone.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/monthly_sessions_all.sql b/internal/db/sqltest/tests/hcp/billing/monthly_sessions_all.sql index d15227e588..d747f80797 100644 --- a/internal/db/sqltest/tests/hcp/billing/monthly_sessions_all.sql +++ b/internal/db/sqltest/tests/hcp/billing/monthly_sessions_all.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/monthly_timezone.sql b/internal/db/sqltest/tests/hcp/billing/monthly_timezone.sql index 9e86de9a40..be28d566da 100644 --- a/internal/db/sqltest/tests/hcp/billing/monthly_timezone.sql +++ b/internal/db/sqltest/tests/hcp/billing/monthly_timezone.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/sessions_pending_daily_snapshot.sql b/internal/db/sqltest/tests/hcp/billing/sessions_pending_daily_snapshot.sql index 0aa2bae19f..ac8d8832d7 100644 --- a/internal/db/sqltest/tests/hcp/billing/sessions_pending_daily_snapshot.sql +++ b/internal/db/sqltest/tests/hcp/billing/sessions_pending_daily_snapshot.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/hcp/billing/update_sessions_pending_daily_snapshot.sql b/internal/db/sqltest/tests/hcp/billing/update_sessions_pending_daily_snapshot.sql index 29c36ac27b..23fb10cae8 100644 --- a/internal/db/sqltest/tests/hcp/billing/update_sessions_pending_daily_snapshot.sql +++ b/internal/db/sqltest/tests/hcp/billing/update_sessions_pending_daily_snapshot.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/dynamic_credentials.sql b/internal/db/sqltest/tests/history/dynamic_credentials.sql index 7a5a2cb3ac..1ed259cad7 100644 --- a/internal/db/sqltest/tests/history/dynamic_credentials.sql +++ b/internal/db/sqltest/tests/history/dynamic_credentials.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/history_table_tests.sql b/internal/db/sqltest/tests/history/history_table_tests.sql index 5f17bd8a43..b9c172574c 100644 --- a/internal/db/sqltest/tests/history/history_table_tests.sql +++ b/internal/db/sqltest/tests/history/history_table_tests.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/host_catalogs.sql b/internal/db/sqltest/tests/history/host_catalogs.sql index d6e31ae8a0..9889540d27 100644 --- a/internal/db/sqltest/tests/history/host_catalogs.sql +++ b/internal/db/sqltest/tests/history/host_catalogs.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/hosts.sql b/internal/db/sqltest/tests/history/hosts.sql index 5d7df3fe4b..a1eae6ef76 100644 --- a/internal/db/sqltest/tests/history/hosts.sql +++ b/internal/db/sqltest/tests/history/hosts.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/hst_columns.sql b/internal/db/sqltest/tests/history/hst_columns.sql index 4eb150d365..bbf4f7cae9 100644 --- a/internal/db/sqltest/tests/history/hst_columns.sql +++ b/internal/db/sqltest/tests/history/hst_columns.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/hst_table_name.sql b/internal/db/sqltest/tests/history/hst_table_name.sql index 904b9cbb87..0a878dd6eb 100644 --- a/internal/db/sqltest/tests/history/hst_table_name.sql +++ b/internal/db/sqltest/tests/history/hst_table_name.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/hst_triggers.sql b/internal/db/sqltest/tests/history/hst_triggers.sql index cf3ba324af..f6a5320c67 100644 --- a/internal/db/sqltest/tests/history/hst_triggers.sql +++ b/internal/db/sqltest/tests/history/hst_triggers.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/static_credentials.sql b/internal/db/sqltest/tests/history/static_credentials.sql index 552a17fd95..01f975ac81 100644 --- a/internal/db/sqltest/tests/history/static_credentials.sql +++ b/internal/db/sqltest/tests/history/static_credentials.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/static_host_ipv6.sql b/internal/db/sqltest/tests/history/static_host_ipv6.sql index f47249cc0b..1226e16b8e 100644 --- a/internal/db/sqltest/tests/history/static_host_ipv6.sql +++ b/internal/db/sqltest/tests/history/static_host_ipv6.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/targets.sql b/internal/db/sqltest/tests/history/targets.sql index 8233b93235..513127a8cd 100644 --- a/internal/db/sqltest/tests/history/targets.sql +++ b/internal/db/sqltest/tests/history/targets.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/wt_encode_base64_url_safe.sql b/internal/db/sqltest/tests/history/wt_encode_base64_url_safe.sql index 8e10f9ba65..17456ea551 100644 --- a/internal/db/sqltest/tests/history/wt_encode_base64_url_safe.sql +++ b/internal/db/sqltest/tests/history/wt_encode_base64_url_safe.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/wt_url_safe_id_domain.sql b/internal/db/sqltest/tests/history/wt_url_safe_id_domain.sql index d96eb5f492..f86bd35efd 100644 --- a/internal/db/sqltest/tests/history/wt_url_safe_id_domain.sql +++ b/internal/db/sqltest/tests/history/wt_url_safe_id_domain.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/history/wt_url_safe_id_func.sql b/internal/db/sqltest/tests/history/wt_url_safe_id_func.sql index c97a57e33f..257a88022c 100644 --- a/internal/db/sqltest/tests/history/wt_url_safe_id_func.sql +++ b/internal/db/sqltest/tests/history/wt_url_safe_id_func.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/host/plugin_catalog_worker_filter.sql b/internal/db/sqltest/tests/host/plugin_catalog_worker_filter.sql index a6720be08a..e0be8d3882 100644 --- a/internal/db/sqltest/tests/host/plugin_catalog_worker_filter.sql +++ b/internal/db/sqltest/tests/host/plugin_catalog_worker_filter.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/host/static_host_ipv6.sql b/internal/db/sqltest/tests/host/static_host_ipv6.sql index fa44c0d2e5..f4ab5de49d 100644 --- a/internal/db/sqltest/tests/host/static_host_ipv6.sql +++ b/internal/db/sqltest/tests/host/static_host_ipv6.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/iam/iam_grant.sql b/internal/db/sqltest/tests/iam/iam_grant.sql index 21b98668cc..5e93e614c7 100644 --- a/internal/db/sqltest/tests/iam/iam_grant.sql +++ b/internal/db/sqltest/tests/iam/iam_grant.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/iam/iam_role_global.sql b/internal/db/sqltest/tests/iam/iam_role_global.sql index d4fe9eb6ee..e18a431905 100644 --- a/internal/db/sqltest/tests/iam/iam_role_global.sql +++ b/internal/db/sqltest/tests/iam/iam_role_global.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/iam/iam_role_org.sql b/internal/db/sqltest/tests/iam/iam_role_org.sql index 2ae9413446..911fa3983f 100644 --- a/internal/db/sqltest/tests/iam/iam_role_org.sql +++ b/internal/db/sqltest/tests/iam/iam_role_org.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/iam/iam_role_project.sql b/internal/db/sqltest/tests/iam/iam_role_project.sql index 834504c61b..d647b75dc6 100644 --- a/internal/db/sqltest/tests/iam/iam_role_project.sql +++ b/internal/db/sqltest/tests/iam/iam_role_project.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/kms/kms_data_key_destruction_job.sql b/internal/db/sqltest/tests/kms/kms_data_key_destruction_job.sql index 37f10b462c..9cc8d48e9e 100644 --- a/internal/db/sqltest/tests/kms/kms_data_key_destruction_job.sql +++ b/internal/db/sqltest/tests/kms/kms_data_key_destruction_job.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/org/org-delete.sql b/internal/db/sqltest/tests/org/org-delete.sql index 4576eaa507..002d43b197 100644 --- a/internal/db/sqltest/tests/org/org-delete.sql +++ b/internal/db/sqltest/tests/org/org-delete.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- org-delete tests: diff --git a/internal/db/sqltest/tests/pagination/account.sql b/internal/db/sqltest/tests/pagination/account.sql index 54f0c4966b..b9fc71687a 100644 --- a/internal/db/sqltest/tests/pagination/account.sql +++ b/internal/db/sqltest/tests/pagination/account.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/alias.sql b/internal/db/sqltest/tests/pagination/alias.sql index 02a41b60e1..2173eda169 100644 --- a/internal/db/sqltest/tests/pagination/alias.sql +++ b/internal/db/sqltest/tests/pagination/alias.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/auth_method.sql b/internal/db/sqltest/tests/pagination/auth_method.sql index c7a32cab62..bd401a6db0 100644 --- a/internal/db/sqltest/tests/pagination/auth_method.sql +++ b/internal/db/sqltest/tests/pagination/auth_method.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/auth_token.sql b/internal/db/sqltest/tests/pagination/auth_token.sql index 04c6254cf9..4f99cb202e 100644 --- a/internal/db/sqltest/tests/pagination/auth_token.sql +++ b/internal/db/sqltest/tests/pagination/auth_token.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/credential.sql b/internal/db/sqltest/tests/pagination/credential.sql index 2d3af4ad7d..c036e833cf 100644 --- a/internal/db/sqltest/tests/pagination/credential.sql +++ b/internal/db/sqltest/tests/pagination/credential.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/credential_library.sql b/internal/db/sqltest/tests/pagination/credential_library.sql index 8e33ac8bcb..8ce48f6d1a 100644 --- a/internal/db/sqltest/tests/pagination/credential_library.sql +++ b/internal/db/sqltest/tests/pagination/credential_library.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/credential_store.sql b/internal/db/sqltest/tests/pagination/credential_store.sql index 2e5e612585..be216c2ace 100644 --- a/internal/db/sqltest/tests/pagination/credential_store.sql +++ b/internal/db/sqltest/tests/pagination/credential_store.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/host.sql b/internal/db/sqltest/tests/pagination/host.sql index 02f8860030..d4d8d6c28a 100644 --- a/internal/db/sqltest/tests/pagination/host.sql +++ b/internal/db/sqltest/tests/pagination/host.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/host_catalog.sql b/internal/db/sqltest/tests/pagination/host_catalog.sql index 7324ec09c9..b7f56945d0 100644 --- a/internal/db/sqltest/tests/pagination/host_catalog.sql +++ b/internal/db/sqltest/tests/pagination/host_catalog.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/host_set.sql b/internal/db/sqltest/tests/pagination/host_set.sql index a23b4c8fa1..9d3f18d0bd 100644 --- a/internal/db/sqltest/tests/pagination/host_set.sql +++ b/internal/db/sqltest/tests/pagination/host_set.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/iam_group.sql b/internal/db/sqltest/tests/pagination/iam_group.sql index 344a8e988a..2b4b3fa01d 100644 --- a/internal/db/sqltest/tests/pagination/iam_group.sql +++ b/internal/db/sqltest/tests/pagination/iam_group.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/iam_role.sql b/internal/db/sqltest/tests/pagination/iam_role.sql index 14e665a2b7..f36bb41794 100644 --- a/internal/db/sqltest/tests/pagination/iam_role.sql +++ b/internal/db/sqltest/tests/pagination/iam_role.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/iam_scope.sql b/internal/db/sqltest/tests/pagination/iam_scope.sql index 88ec19da34..230ae702c2 100644 --- a/internal/db/sqltest/tests/pagination/iam_scope.sql +++ b/internal/db/sqltest/tests/pagination/iam_scope.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/iam_user.sql b/internal/db/sqltest/tests/pagination/iam_user.sql index a410d3bf04..3df600456e 100644 --- a/internal/db/sqltest/tests/pagination/iam_user.sql +++ b/internal/db/sqltest/tests/pagination/iam_user.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/managed_group.sql b/internal/db/sqltest/tests/pagination/managed_group.sql index b07b55c9f9..ac62502839 100644 --- a/internal/db/sqltest/tests/pagination/managed_group.sql +++ b/internal/db/sqltest/tests/pagination/managed_group.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/session.sql b/internal/db/sqltest/tests/pagination/session.sql index c157bfc568..4ea3b013d3 100644 --- a/internal/db/sqltest/tests/pagination/session.sql +++ b/internal/db/sqltest/tests/pagination/session.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/session_recording.sql b/internal/db/sqltest/tests/pagination/session_recording.sql index 37c37387db..a2f2eaf1c4 100644 --- a/internal/db/sqltest/tests/pagination/session_recording.sql +++ b/internal/db/sqltest/tests/pagination/session_recording.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/storage_bucket.sql b/internal/db/sqltest/tests/pagination/storage_bucket.sql index beaf29411f..93fa52506f 100644 --- a/internal/db/sqltest/tests/pagination/storage_bucket.sql +++ b/internal/db/sqltest/tests/pagination/storage_bucket.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/storage_policy.sql b/internal/db/sqltest/tests/pagination/storage_policy.sql index ead7c25115..4f5ee51558 100644 --- a/internal/db/sqltest/tests/pagination/storage_policy.sql +++ b/internal/db/sqltest/tests/pagination/storage_policy.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/pagination/target.sql b/internal/db/sqltest/tests/pagination/target.sql index 22caf51c5b..c497cc6568 100644 --- a/internal/db/sqltest/tests/pagination/target.sql +++ b/internal/db/sqltest/tests/pagination/target.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/policy/org_policy_storage_policy.sql b/internal/db/sqltest/tests/policy/org_policy_storage_policy.sql index a202a051da..2d6cb35f0a 100644 --- a/internal/db/sqltest/tests/policy/org_policy_storage_policy.sql +++ b/internal/db/sqltest/tests/policy/org_policy_storage_policy.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/policy/policy_storage_policy.sql b/internal/db/sqltest/tests/policy/policy_storage_policy.sql index a4ae7ed5c9..b8e31d6479 100644 --- a/internal/db/sqltest/tests/policy/policy_storage_policy.sql +++ b/internal/db/sqltest/tests/policy/policy_storage_policy.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/policy/recording_session_org_retention.sql b/internal/db/sqltest/tests/policy/recording_session_org_retention.sql index 715a4e6243..da3688d1d0 100644 --- a/internal/db/sqltest/tests/policy/recording_session_org_retention.sql +++ b/internal/db/sqltest/tests/policy/recording_session_org_retention.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/purge/deleted_table_tests.sql b/internal/db/sqltest/tests/purge/deleted_table_tests.sql index a11bfc8a9c..979643c91e 100644 --- a/internal/db/sqltest/tests/purge/deleted_table_tests.sql +++ b/internal/db/sqltest/tests/purge/deleted_table_tests.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/purge/trigger_insert_on_delete.sql b/internal/db/sqltest/tests/purge/trigger_insert_on_delete.sql index 0fa6d4f49e..392740a11b 100644 --- a/internal/db/sqltest/tests/purge/trigger_insert_on_delete.sql +++ b/internal/db/sqltest/tests/purge/trigger_insert_on_delete.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/recording/recording_channel_ssh.sql b/internal/db/sqltest/tests/recording/recording_channel_ssh.sql index 4619edd7f5..53f024e00d 100644 --- a/internal/db/sqltest/tests/recording/recording_channel_ssh.sql +++ b/internal/db/sqltest/tests/recording/recording_channel_ssh.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- recording_channel_ssh tests the following triggers: diff --git a/internal/db/sqltest/tests/recording/recording_channel_ssh_validation_functions.sql b/internal/db/sqltest/tests/recording/recording_channel_ssh_validation_functions.sql index f625d26ab8..695896df26 100644 --- a/internal/db/sqltest/tests/recording/recording_channel_ssh_validation_functions.sql +++ b/internal/db/sqltest/tests/recording/recording_channel_ssh_validation_functions.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- recording_channel_ssh_validation_functions tests the following functions: diff --git a/internal/db/sqltest/tests/recording/recording_connection.sql b/internal/db/sqltest/tests/recording/recording_connection.sql index 216b349169..20488de173 100644 --- a/internal/db/sqltest/tests/recording/recording_connection.sql +++ b/internal/db/sqltest/tests/recording/recording_connection.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- recording_connection tests the following triggers: diff --git a/internal/db/sqltest/tests/recording/recording_dynamic_credentials.sql b/internal/db/sqltest/tests/recording/recording_dynamic_credentials.sql index 17fe478017..5321e7c812 100644 --- a/internal/db/sqltest/tests/recording/recording_dynamic_credentials.sql +++ b/internal/db/sqltest/tests/recording/recording_dynamic_credentials.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/recording/recording_session.sql b/internal/db/sqltest/tests/recording/recording_session.sql index 556f5e9257..3e17a0caeb 100644 --- a/internal/db/sqltest/tests/recording/recording_session.sql +++ b/internal/db/sqltest/tests/recording/recording_session.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- recording_session tests the following triggers: diff --git a/internal/db/sqltest/tests/recording/recording_static_credentials.sql b/internal/db/sqltest/tests/recording/recording_static_credentials.sql index f6611e083b..e3a83d727a 100644 --- a/internal/db/sqltest/tests/recording/recording_static_credentials.sql +++ b/internal/db/sqltest/tests/recording/recording_static_credentials.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/recording/session_recording_aggregate.sql b/internal/db/sqltest/tests/recording/session_recording_aggregate.sql index 21ff102d25..bbc1bfb4f3 100644 --- a/internal/db/sqltest/tests/recording/session_recording_aggregate.sql +++ b/internal/db/sqltest/tests/recording/session_recording_aggregate.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/sentinel/is_sentinel.sql b/internal/db/sqltest/tests/sentinel/is_sentinel.sql index b812a1e426..6edb2a2c69 100644 --- a/internal/db/sqltest/tests/sentinel/is_sentinel.sql +++ b/internal/db/sqltest/tests/sentinel/is_sentinel.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- is_sentinel tests: diff --git a/internal/db/sqltest/tests/sentinel/to_sentinel.sql b/internal/db/sqltest/tests/sentinel/to_sentinel.sql index f0993a16f5..58f3546b4d 100644 --- a/internal/db/sqltest/tests/sentinel/to_sentinel.sql +++ b/internal/db/sqltest/tests/sentinel/to_sentinel.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- to_sentinel tests: diff --git a/internal/db/sqltest/tests/server/ipv6.sql b/internal/db/sqltest/tests/server/ipv6.sql index 8bf366db58..4be1c88ab6 100644 --- a/internal/db/sqltest/tests/server/ipv6.sql +++ b/internal/db/sqltest/tests/server/ipv6.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/server/server_worker_local_storage_state.sql b/internal/db/sqltest/tests/server/server_worker_local_storage_state.sql index 0b7e739ffc..8a5251907d 100644 --- a/internal/db/sqltest/tests/server/server_worker_local_storage_state.sql +++ b/internal/db/sqltest/tests/server/server_worker_local_storage_state.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/server/server_worker_worker_auth.sql b/internal/db/sqltest/tests/server/server_worker_worker_auth.sql index ddad20fc78..aff2d8d9fd 100644 --- a/internal/db/sqltest/tests/server/server_worker_worker_auth.sql +++ b/internal/db/sqltest/tests/server/server_worker_worker_auth.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/cancel_session.sql b/internal/db/sqltest/tests/session/cancel_session.sql index 2863210478..3249d14853 100644 --- a/internal/db/sqltest/tests/session/cancel_session.sql +++ b/internal/db/sqltest/tests/session/cancel_session.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/delete_session_auth_token.sql b/internal/db/sqltest/tests/session/delete_session_auth_token.sql index 4e45346536..9f90af989c 100644 --- a/internal/db/sqltest/tests/session/delete_session_auth_token.sql +++ b/internal/db/sqltest/tests/session/delete_session_auth_token.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/delete_session_host.sql b/internal/db/sqltest/tests/session/delete_session_host.sql index 2698773abc..4594be4370 100644 --- a/internal/db/sqltest/tests/session/delete_session_host.sql +++ b/internal/db/sqltest/tests/session/delete_session_host.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/delete_session_host_set.sql b/internal/db/sqltest/tests/session/delete_session_host_set.sql index 1e050de049..c0316f4446 100644 --- a/internal/db/sqltest/tests/session/delete_session_host_set.sql +++ b/internal/db/sqltest/tests/session/delete_session_host_set.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/delete_session_project.sql b/internal/db/sqltest/tests/session/delete_session_project.sql index d9cee132f7..143cd16642 100644 --- a/internal/db/sqltest/tests/session/delete_session_project.sql +++ b/internal/db/sqltest/tests/session/delete_session_project.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/delete_session_target.sql b/internal/db/sqltest/tests/session/delete_session_target.sql index 02e87d53a2..40598ad305 100644 --- a/internal/db/sqltest/tests/session/delete_session_target.sql +++ b/internal/db/sqltest/tests/session/delete_session_target.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/delete_session_target_address.sql b/internal/db/sqltest/tests/session/delete_session_target_address.sql index 5974623b0f..cfea1082ad 100644 --- a/internal/db/sqltest/tests/session/delete_session_target_address.sql +++ b/internal/db/sqltest/tests/session/delete_session_target_address.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/delete_session_user.sql b/internal/db/sqltest/tests/session/delete_session_user.sql index 5d9f9e45d5..f90db38ba6 100644 --- a/internal/db/sqltest/tests/session/delete_session_user.sql +++ b/internal/db/sqltest/tests/session/delete_session_user.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/invalid_state_transition.sql b/internal/db/sqltest/tests/session/invalid_state_transition.sql index 443ed284d4..539729045f 100644 --- a/internal/db/sqltest/tests/session/invalid_state_transition.sql +++ b/internal/db/sqltest/tests/session/invalid_state_transition.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/session_connection_ipv6.sql b/internal/db/sqltest/tests/session/session_connection_ipv6.sql index 25eb62f1de..2b882863c8 100644 --- a/internal/db/sqltest/tests/session/session_connection_ipv6.sql +++ b/internal/db/sqltest/tests/session/session_connection_ipv6.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/session_connection_state_transition.sql b/internal/db/sqltest/tests/session/session_connection_state_transition.sql index 8dd202c200..3ff846e768 100644 --- a/internal/db/sqltest/tests/session/session_connection_state_transition.sql +++ b/internal/db/sqltest/tests/session/session_connection_state_transition.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/session_credential_canceling.sql b/internal/db/sqltest/tests/session/session_credential_canceling.sql index 9483a60aaa..9752be5778 100644 --- a/internal/db/sqltest/tests/session/session_credential_canceling.sql +++ b/internal/db/sqltest/tests/session/session_credential_canceling.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- session_credential tests: diff --git a/internal/db/sqltest/tests/session/session_credential_terminated.sql b/internal/db/sqltest/tests/session/session_credential_terminated.sql index 2f450563c6..443e96e8fe 100644 --- a/internal/db/sqltest/tests/session/session_credential_terminated.sql +++ b/internal/db/sqltest/tests/session/session_credential_terminated.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- session_credential tests: diff --git a/internal/db/sqltest/tests/session/valid_state_transition_canceling.sql b/internal/db/sqltest/tests/session/valid_state_transition_canceling.sql index 4961d7c730..46637199cb 100644 --- a/internal/db/sqltest/tests/session/valid_state_transition_canceling.sql +++ b/internal/db/sqltest/tests/session/valid_state_transition_canceling.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/valid_state_transition_pending_active.sql b/internal/db/sqltest/tests/session/valid_state_transition_pending_active.sql index 75f51b1145..d98e945743 100644 --- a/internal/db/sqltest/tests/session/valid_state_transition_pending_active.sql +++ b/internal/db/sqltest/tests/session/valid_state_transition_pending_active.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/valid_state_transition_pending_canceling.sql b/internal/db/sqltest/tests/session/valid_state_transition_pending_canceling.sql index a8db1e424f..13c612d1c3 100644 --- a/internal/db/sqltest/tests/session/valid_state_transition_pending_canceling.sql +++ b/internal/db/sqltest/tests/session/valid_state_transition_pending_canceling.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/session/valid_state_transition_terminated.sql b/internal/db/sqltest/tests/session/valid_state_transition_terminated.sql index ddbcb43023..b7c4e43cc5 100644 --- a/internal/db/sqltest/tests/session/valid_state_transition_terminated.sql +++ b/internal/db/sqltest/tests/session/valid_state_transition_terminated.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/setup/wtt_load.sql b/internal/db/sqltest/tests/setup/wtt_load.sql index eaf5edddac..f427183f9d 100644 --- a/internal/db/sqltest/tests/setup/wtt_load.sql +++ b/internal/db/sqltest/tests/setup/wtt_load.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- wtt_load tests the wtt_load test helper function. diff --git a/internal/db/sqltest/tests/setup/wtt_load_widgets.sql b/internal/db/sqltest/tests/setup/wtt_load_widgets.sql index 60aa19bf67..fe133ba894 100644 --- a/internal/db/sqltest/tests/setup/wtt_load_widgets.sql +++ b/internal/db/sqltest/tests/setup/wtt_load_widgets.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- wtt_load_widgets tests the wtt_load test helper function for the widgets persona. diff --git a/internal/db/sqltest/tests/storage/invalid_scope_policy_storage_policy.sql b/internal/db/sqltest/tests/storage/invalid_scope_policy_storage_policy.sql index a69d148328..ab539c0c20 100644 --- a/internal/db/sqltest/tests/storage/invalid_scope_policy_storage_policy.sql +++ b/internal/db/sqltest/tests/storage/invalid_scope_policy_storage_policy.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/storage/invalid_storage_policy_states.sql b/internal/db/sqltest/tests/storage/invalid_storage_policy_states.sql index dd5f589eff..4371ce6f6e 100644 --- a/internal/db/sqltest/tests/storage/invalid_storage_policy_states.sql +++ b/internal/db/sqltest/tests/storage/invalid_storage_policy_states.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/storage/storage_bucket_credential.sql b/internal/db/sqltest/tests/storage/storage_bucket_credential.sql index cdbb284b33..7032268bd2 100644 --- a/internal/db/sqltest/tests/storage/storage_bucket_credential.sql +++ b/internal/db/sqltest/tests/storage/storage_bucket_credential.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/storage/valid_scope_policy_storage_policy.sql b/internal/db/sqltest/tests/storage/valid_scope_policy_storage_policy.sql index c0e188fa22..c92741518d 100644 --- a/internal/db/sqltest/tests/storage/valid_scope_policy_storage_policy.sql +++ b/internal/db/sqltest/tests/storage/valid_scope_policy_storage_policy.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/storage/valid_storage_bucket_added.sql b/internal/db/sqltest/tests/storage/valid_storage_bucket_added.sql index d662d8b491..d98bfc6456 100644 --- a/internal/db/sqltest/tests/storage/valid_storage_bucket_added.sql +++ b/internal/db/sqltest/tests/storage/valid_storage_bucket_added.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/storage/valid_storage_policy_lifecycle.sql b/internal/db/sqltest/tests/storage/valid_storage_policy_lifecycle.sql index c65c8e1347..829b24b617 100644 --- a/internal/db/sqltest/tests/storage/valid_storage_policy_lifecycle.sql +++ b/internal/db/sqltest/tests/storage/valid_storage_policy_lifecycle.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/target/target_credential_library.sql b/internal/db/sqltest/tests/target/target_credential_library.sql index 0e95c14934..fcfe18e4f9 100644 --- a/internal/db/sqltest/tests/target/target_credential_library.sql +++ b/internal/db/sqltest/tests/target/target_credential_library.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/target/target_host_set.sql b/internal/db/sqltest/tests/target/target_host_set.sql index af62204a35..dc9c45f1f7 100644 --- a/internal/db/sqltest/tests/target/target_host_set.sql +++ b/internal/db/sqltest/tests/target/target_host_set.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/target/target_rdp.sql b/internal/db/sqltest/tests/target/target_rdp.sql index 061863988f..2299d7decd 100644 --- a/internal/db/sqltest/tests/target/target_rdp.sql +++ b/internal/db/sqltest/tests/target/target_rdp.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/target/target_ssh.sql b/internal/db/sqltest/tests/target/target_ssh.sql index 1dfaf045bd..91f3150d66 100644 --- a/internal/db/sqltest/tests/target/target_ssh.sql +++ b/internal/db/sqltest/tests/target/target_ssh.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/target/target_static_credential.sql b/internal/db/sqltest/tests/target/target_static_credential.sql index f280a19efb..8dd0ee679e 100644 --- a/internal/db/sqltest/tests/target/target_static_credential.sql +++ b/internal/db/sqltest/tests/target/target_static_credential.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/target/target_storage_bucket.sql b/internal/db/sqltest/tests/target/target_storage_bucket.sql index 6d25d1f45f..5a06efb1b8 100644 --- a/internal/db/sqltest/tests/target/target_storage_bucket.sql +++ b/internal/db/sqltest/tests/target/target_storage_bucket.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/auth_token/constraints.sql b/internal/db/sqltest/tests/wh/auth_token/constraints.sql index 78a67844f3..50d7f62c6f 100644 --- a/internal/db/sqltest/tests/wh/auth_token/constraints.sql +++ b/internal/db/sqltest/tests/wh/auth_token/constraints.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/auth_token/delete.sql b/internal/db/sqltest/tests/wh/auth_token/delete.sql index 7efb866507..7af185a426 100644 --- a/internal/db/sqltest/tests/wh/auth_token/delete.sql +++ b/internal/db/sqltest/tests/wh/auth_token/delete.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/auth_token/insert.sql b/internal/db/sqltest/tests/wh/auth_token/insert.sql index c0effd697d..dde806c47e 100644 --- a/internal/db/sqltest/tests/wh/auth_token/insert.sql +++ b/internal/db/sqltest/tests/wh/auth_token/insert.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/auth_token/update.sql b/internal/db/sqltest/tests/wh/auth_token/update.sql index a1f6e9c1b4..86149169fb 100644 --- a/internal/db/sqltest/tests/wh/auth_token/update.sql +++ b/internal/db/sqltest/tests/wh/auth_token/update.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/credential_dimension/dimension.sql b/internal/db/sqltest/tests/wh/credential_dimension/dimension.sql index c8c9cd3e28..84d2b05624 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension/dimension.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension/dimension.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/credential_dimension/rdp_target.sql b/internal/db/sqltest/tests/wh/credential_dimension/rdp_target.sql index d4bfc0367a..d688c3f564 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension/rdp_target.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension/rdp_target.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/credential_dimension/session_multiple_sessions.sql b/internal/db/sqltest/tests/wh/credential_dimension/session_multiple_sessions.sql index 704aca41fd..f85ecacc54 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension/session_multiple_sessions.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension/session_multiple_sessions.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- session_multiple_sessions tests the wh_credential_dimension when diff --git a/internal/db/sqltest/tests/wh/credential_dimension/session_update.sql b/internal/db/sqltest/tests/wh/credential_dimension/session_update.sql index 4730ba9f7b..be49863edd 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension/session_update.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension/session_update.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- session_update tests the wh_credential_dimension when diff --git a/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_ecdsa.sql b/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_ecdsa.sql index 4cb7490700..f5e8d62dcd 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_ecdsa.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_ecdsa.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- ssh_certificate_cred_library tests the wh_credential_dimension when diff --git a/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_ed25519.sql b/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_ed25519.sql index d794cfac93..29f3c3d9ee 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_ed25519.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_ed25519.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- ssh_certificate_cred_library tests the wh_credential_dimension when diff --git a/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_rsa.sql b/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_rsa.sql index 3728e37546..2cbc20b02a 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_rsa.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension/ssh_certificate_cred_library_rsa.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- ssh_certificate_cred_library tests the wh_credential_dimension when diff --git a/internal/db/sqltest/tests/wh/credential_dimension/ssh_target.sql b/internal/db/sqltest/tests/wh/credential_dimension/ssh_target.sql index c6e7a26394..9b18f4cf85 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension/ssh_target.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension/ssh_target.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/credential_dimension/three_credentials_one_change.sql b/internal/db/sqltest/tests/wh/credential_dimension/three_credentials_one_change.sql index 3ea0111e17..e916964133 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension/three_credentials_one_change.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension/three_credentials_one_change.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- three_credentials_one_change tests that: diff --git a/internal/db/sqltest/tests/wh/credential_dimension_views/source.sql b/internal/db/sqltest/tests/wh/credential_dimension_views/source.sql index 3797a9357e..36a919a1f8 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension_views/source.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension_views/source.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- source tests the whx_credential_dimension_source view. diff --git a/internal/db/sqltest/tests/wh/credential_dimension_views/target.sql b/internal/db/sqltest/tests/wh/credential_dimension_views/target.sql index 5d519e77c9..01b5c5c9b2 100644 --- a/internal/db/sqltest/tests/wh/credential_dimension_views/target.sql +++ b/internal/db/sqltest/tests/wh/credential_dimension_views/target.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- target tests teh whx_credential_dimension_target view. diff --git a/internal/db/sqltest/tests/wh/host_dimension/session_existing_host_network.sql b/internal/db/sqltest/tests/wh/host_dimension/session_existing_host_network.sql index 8e09341f4b..36874b37b7 100644 --- a/internal/db/sqltest/tests/wh/host_dimension/session_existing_host_network.sql +++ b/internal/db/sqltest/tests/wh/host_dimension/session_existing_host_network.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/host_dimension/session_multiple_sessions.sql b/internal/db/sqltest/tests/wh/host_dimension/session_multiple_sessions.sql index aca9b13a9e..84793dfb15 100644 --- a/internal/db/sqltest/tests/wh/host_dimension/session_multiple_sessions.sql +++ b/internal/db/sqltest/tests/wh/host_dimension/session_multiple_sessions.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- session_multiple_sessions tests the wh_host_dimesion when diff --git a/internal/db/sqltest/tests/wh/host_dimension/session_target_address.sql b/internal/db/sqltest/tests/wh/host_dimension/session_target_address.sql index 918d297ed7..fe897fb96a 100644 --- a/internal/db/sqltest/tests/wh/host_dimension/session_target_address.sql +++ b/internal/db/sqltest/tests/wh/host_dimension/session_target_address.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/host_dimension/session_update.sql b/internal/db/sqltest/tests/wh/host_dimension/session_update.sql index 7279f307b8..88388436ed 100644 --- a/internal/db/sqltest/tests/wh/host_dimension/session_update.sql +++ b/internal/db/sqltest/tests/wh/host_dimension/session_update.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- session_update tests the wh_host_dimesion when diff --git a/internal/db/sqltest/tests/wh/host_dimension/targets.sql b/internal/db/sqltest/tests/wh/host_dimension/targets.sql index eb4d42a961..df36bd8bc9 100644 --- a/internal/db/sqltest/tests/wh/host_dimension/targets.sql +++ b/internal/db/sqltest/tests/wh/host_dimension/targets.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/host_dimension_views/source.sql b/internal/db/sqltest/tests/wh/host_dimension_views/source.sql index 7b009a6fcb..f0ea51fa7c 100644 --- a/internal/db/sqltest/tests/wh/host_dimension_views/source.sql +++ b/internal/db/sqltest/tests/wh/host_dimension_views/source.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- source tests the whx_host_dimension_source view. diff --git a/internal/db/sqltest/tests/wh/host_dimension_views/target.sql b/internal/db/sqltest/tests/wh/host_dimension_views/target.sql index 25ddd3da0d..a561e13d0e 100644 --- a/internal/db/sqltest/tests/wh/host_dimension_views/target.sql +++ b/internal/db/sqltest/tests/wh/host_dimension_views/target.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- target tests teh whx_host_dimension_target view. diff --git a/internal/db/sqltest/tests/wh/network_address_dimension/helper_functions.sql b/internal/db/sqltest/tests/wh/network_address_dimension/helper_functions.sql index fbec958c72..e0b041ad5d 100644 --- a/internal/db/sqltest/tests/wh/network_address_dimension/helper_functions.sql +++ b/internal/db/sqltest/tests/wh/network_address_dimension/helper_functions.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- Tests that the helper methods for network address dimension work as expected. diff --git a/internal/db/sqltest/tests/wh/network_address_dimension/upsert_network_address_group_key.sql b/internal/db/sqltest/tests/wh/network_address_dimension/upsert_network_address_group_key.sql index 3793033d9b..1c22a130c5 100644 --- a/internal/db/sqltest/tests/wh/network_address_dimension/upsert_network_address_group_key.sql +++ b/internal/db/sqltest/tests/wh/network_address_dimension/upsert_network_address_group_key.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- test the upsert network address dimension function diff --git a/internal/db/sqltest/tests/wh/session/insert.sql b/internal/db/sqltest/tests/wh/session/insert.sql index ee11cbba63..40efc327ad 100644 --- a/internal/db/sqltest/tests/wh/session/insert.sql +++ b/internal/db/sqltest/tests/wh/session/insert.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- insert tests that a wh_session_accumulating_fact is created when diff --git a/internal/db/sqltest/tests/wh/session/update_state.sql b/internal/db/sqltest/tests/wh/session/update_state.sql index 6722caa5b6..5266894d94 100644 --- a/internal/db/sqltest/tests/wh/session/update_state.sql +++ b/internal/db/sqltest/tests/wh/session/update_state.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/session_connection/insert.sql b/internal/db/sqltest/tests/wh/session_connection/insert.sql index 05ff587d0d..8f523a4ae0 100644 --- a/internal/db/sqltest/tests/wh/session_connection/insert.sql +++ b/internal/db/sqltest/tests/wh/session_connection/insert.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- insert tests that a wh_session_connection_accumulating_fact is created when diff --git a/internal/db/sqltest/tests/wh/session_connection/ipv6.sql b/internal/db/sqltest/tests/wh/session_connection/ipv6.sql index 33a25ef159..cb7e7a9d35 100644 --- a/internal/db/sqltest/tests/wh/session_connection/ipv6.sql +++ b/internal/db/sqltest/tests/wh/session_connection/ipv6.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/session_connection/update.sql b/internal/db/sqltest/tests/wh/session_connection/update.sql index 5d01da0e71..44afa5bf3d 100644 --- a/internal/db/sqltest/tests/wh/session_connection/update.sql +++ b/internal/db/sqltest/tests/wh/session_connection/update.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 begin; diff --git a/internal/db/sqltest/tests/wh/session_credential_dynamic/insert.sql b/internal/db/sqltest/tests/wh/session_credential_dynamic/insert.sql index 5f4a33d0d0..c3d98a8b3c 100644 --- a/internal/db/sqltest/tests/wh/session_credential_dynamic/insert.sql +++ b/internal/db/sqltest/tests/wh/session_credential_dynamic/insert.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 --- insert tests a simple insert of session_credential_dynamic diff --git a/internal/db/sqltest/tests/wh/session_credential_dynamic/insert_multiple.sql b/internal/db/sqltest/tests/wh/session_credential_dynamic/insert_multiple.sql index 9d56e765ac..f4ae0bfbf9 100644 --- a/internal/db/sqltest/tests/wh/session_credential_dynamic/insert_multiple.sql +++ b/internal/db/sqltest/tests/wh/session_credential_dynamic/insert_multiple.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 --- insert_multiple tests inserting multiple session_credential_dynamic as a single statement diff --git a/internal/db/sqltest/tests/wh/upsert_user/errors.sql b/internal/db/sqltest/tests/wh/upsert_user/errors.sql index 05ca962202..b0668c08cd 100644 --- a/internal/db/sqltest/tests/wh/upsert_user/errors.sql +++ b/internal/db/sqltest/tests/wh/upsert_user/errors.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- errors tests that the wh_upsert_user function throws errors under certain conditions. diff --git a/internal/db/sqltest/tests/wh/upsert_user/insert.sql b/internal/db/sqltest/tests/wh/upsert_user/insert.sql index 0f580d74c6..90cfa9c146 100644 --- a/internal/db/sqltest/tests/wh/upsert_user/insert.sql +++ b/internal/db/sqltest/tests/wh/upsert_user/insert.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- insert tests that the wh_upsert_user function will do an insert when diff --git a/internal/db/sqltest/tests/wh/upsert_user/upsert.sql b/internal/db/sqltest/tests/wh/upsert_user/upsert.sql index 4b0cd701bf..31abe7c522 100644 --- a/internal/db/sqltest/tests/wh/upsert_user/upsert.sql +++ b/internal/db/sqltest/tests/wh/upsert_user/upsert.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- upsert tests that the wh_upsert_user function will do an update when diff --git a/internal/db/sqltest/tests/wh/user_dimension/ldap_auth_new_session.sql b/internal/db/sqltest/tests/wh/user_dimension/ldap_auth_new_session.sql index 86093126ca..e63a584847 100644 --- a/internal/db/sqltest/tests/wh/user_dimension/ldap_auth_new_session.sql +++ b/internal/db/sqltest/tests/wh/user_dimension/ldap_auth_new_session.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- ldap_auth_new_session tests the wh_user_dimesion when diff --git a/internal/db/sqltest/tests/wh/user_dimension/oidc_auth_new_session.sql b/internal/db/sqltest/tests/wh/user_dimension/oidc_auth_new_session.sql index 0bd3d5b253..1262ee83a6 100644 --- a/internal/db/sqltest/tests/wh/user_dimension/oidc_auth_new_session.sql +++ b/internal/db/sqltest/tests/wh/user_dimension/oidc_auth_new_session.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- oidc_auth_new_session tests the wh_user_dimesion when diff --git a/internal/db/sqltest/tests/wh/user_dimension/password_auth_description_change.sql b/internal/db/sqltest/tests/wh/user_dimension/password_auth_description_change.sql index a35b086cbd..76fb954fe0 100644 --- a/internal/db/sqltest/tests/wh/user_dimension/password_auth_description_change.sql +++ b/internal/db/sqltest/tests/wh/user_dimension/password_auth_description_change.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- password_auth_description_change tests the wh_user_dimesion when diff --git a/internal/db/sqltest/tests/wh/user_dimension/password_auth_new_session.sql b/internal/db/sqltest/tests/wh/user_dimension/password_auth_new_session.sql index bdc2e87a73..3dbd03dafe 100644 --- a/internal/db/sqltest/tests/wh/user_dimension/password_auth_new_session.sql +++ b/internal/db/sqltest/tests/wh/user_dimension/password_auth_new_session.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- password_auth_new_session tests the wh_user_dimesion when diff --git a/internal/db/sqltest/tests/wh/user_dimension/session_multiple_sessions.sql b/internal/db/sqltest/tests/wh/user_dimension/session_multiple_sessions.sql index 2b3407abab..7300003cac 100644 --- a/internal/db/sqltest/tests/wh/user_dimension/session_multiple_sessions.sql +++ b/internal/db/sqltest/tests/wh/user_dimension/session_multiple_sessions.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- session_multiple_sessions tests the wh_user_dimesion when diff --git a/internal/db/sqltest/tests/wh/user_dimension/session_multiple_sessions_different_auth.sql b/internal/db/sqltest/tests/wh/user_dimension/session_multiple_sessions_different_auth.sql index f464b0a52a..9ca605ccd5 100644 --- a/internal/db/sqltest/tests/wh/user_dimension/session_multiple_sessions_different_auth.sql +++ b/internal/db/sqltest/tests/wh/user_dimension/session_multiple_sessions_different_auth.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- session_multiple_sessions_differnt_auth tests the wh_user_dimesion when diff --git a/internal/db/sqltest/tests/wh/user_dimension/session_update.sql b/internal/db/sqltest/tests/wh/user_dimension/session_update.sql index dab4a9c607..296a4b5271 100644 --- a/internal/db/sqltest/tests/wh/user_dimension/session_update.sql +++ b/internal/db/sqltest/tests/wh/user_dimension/session_update.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- session_update tests the wh_user_dimesion when diff --git a/internal/db/sqltest/tests/wh/user_dimension_views/source.sql b/internal/db/sqltest/tests/wh/user_dimension_views/source.sql index e1e85e424d..4c17a5087b 100644 --- a/internal/db/sqltest/tests/wh/user_dimension_views/source.sql +++ b/internal/db/sqltest/tests/wh/user_dimension_views/source.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- source tests the whx_user_dimension_source view. diff --git a/internal/db/sqltest/tests/wh/user_dimension_views/target.sql b/internal/db/sqltest/tests/wh/user_dimension_views/target.sql index d3547f5e9c..aa2d467f7c 100644 --- a/internal/db/sqltest/tests/wh/user_dimension_views/target.sql +++ b/internal/db/sqltest/tests/wh/user_dimension_views/target.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2020, 2025 +-- Copyright IBM Corp. 2020, 2026 -- SPDX-License-Identifier: BUSL-1.1 -- target tests teh whx_user_dimension_target view. diff --git a/internal/db/testing.go b/internal/db/testing.go index bc22010e9c..cbc2ddda50 100644 --- a/internal/db/testing.go +++ b/internal/db/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/testing_test.go b/internal/db/testing_test.go index 4e989aeb69..5572c26a70 100644 --- a/internal/db/testing_test.go +++ b/internal/db/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package db diff --git a/internal/db/timestamp/scanners.go b/internal/db/timestamp/scanners.go index 30f936454e..4bc028851f 100644 --- a/internal/db/timestamp/scanners.go +++ b/internal/db/timestamp/scanners.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package timestamp diff --git a/internal/db/timestamp/scanners_test.go b/internal/db/timestamp/scanners_test.go index 38b038a4e8..f390fe0b33 100644 --- a/internal/db/timestamp/scanners_test.go +++ b/internal/db/timestamp/scanners_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package timestamp diff --git a/internal/db/timestamp/timestamp.go b/internal/db/timestamp/timestamp.go index 75b37c89bb..2770366836 100644 --- a/internal/db/timestamp/timestamp.go +++ b/internal/db/timestamp/timestamp.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package timestamp diff --git a/internal/db/timestamp/timestamp.pb.go b/internal/db/timestamp/timestamp.pb.go index f454912122..2ed2a9799a 100644 --- a/internal/db/timestamp/timestamp.pb.go +++ b/internal/db/timestamp/timestamp.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/errors/code.go b/internal/errors/code.go index 7451f73e19..5527fc61d2 100644 --- a/internal/errors/code.go +++ b/internal/errors/code.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/errors/code_test.go b/internal/errors/code_test.go index d6ca5621fd..6810ec8649 100644 --- a/internal/errors/code_test.go +++ b/internal/errors/code_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/errors/error.go b/internal/errors/error.go index 58a1f884c1..c054f9e0e2 100644 --- a/internal/errors/error.go +++ b/internal/errors/error.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/errors/error_test.go b/internal/errors/error_test.go index 587771db81..75ca9aba92 100644 --- a/internal/errors/error_test.go +++ b/internal/errors/error_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors_test diff --git a/internal/errors/info.go b/internal/errors/info.go index 35f3d19a6d..5adcc297be 100644 --- a/internal/errors/info.go +++ b/internal/errors/info.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/errors/is.go b/internal/errors/is.go index 9a4cc34939..8d14fccf77 100644 --- a/internal/errors/is.go +++ b/internal/errors/is.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/errors/is_test.go b/internal/errors/is_test.go index 367538fc1d..55e74e18a2 100644 --- a/internal/errors/is_test.go +++ b/internal/errors/is_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors_test diff --git a/internal/errors/kind.go b/internal/errors/kind.go index 2a1c35d412..f839ed0871 100644 --- a/internal/errors/kind.go +++ b/internal/errors/kind.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/errors/kind_test.go b/internal/errors/kind_test.go index a5caa6c794..627513021e 100644 --- a/internal/errors/kind_test.go +++ b/internal/errors/kind_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/errors/match.go b/internal/errors/match.go index 8b4dcad8f7..6999df425e 100644 --- a/internal/errors/match.go +++ b/internal/errors/match.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/errors/match_test.go b/internal/errors/match_test.go index 2e74500ae4..d2c4bc3c2b 100644 --- a/internal/errors/match_test.go +++ b/internal/errors/match_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/errors/option.go b/internal/errors/option.go index 1ce269b972..efd9b3bab3 100644 --- a/internal/errors/option.go +++ b/internal/errors/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/errors/option_test.go b/internal/errors/option_test.go index 61d6c4b371..5d0d2536fb 100644 --- a/internal/errors/option_test.go +++ b/internal/errors/option_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package errors diff --git a/internal/event/audit_config.go b/internal/event/audit_config.go index 542b27e1c1..329a9e42fc 100644 --- a/internal/event/audit_config.go +++ b/internal/event/audit_config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/audit_config_test.go b/internal/event/audit_config_test.go index 778e1eaa81..c52fb98929 100644 --- a/internal/event/audit_config_test.go +++ b/internal/event/audit_config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/cloudevents_formatter_node.go b/internal/event/cloudevents_formatter_node.go index 3b12448b74..aed93c07e0 100644 --- a/internal/event/cloudevents_formatter_node.go +++ b/internal/event/cloudevents_formatter_node.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/cloudevents_formatter_node_test.go b/internal/event/cloudevents_formatter_node_test.go index 3de4f4072e..dd94be65d8 100644 --- a/internal/event/cloudevents_formatter_node_test.go +++ b/internal/event/cloudevents_formatter_node_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/common_keys_values.go b/internal/event/common_keys_values.go index ff8ab02087..949d84045b 100644 --- a/internal/event/common_keys_values.go +++ b/internal/event/common_keys_values.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/context.go b/internal/event/context.go index 0ecc34d228..d2520b4659 100644 --- a/internal/event/context.go +++ b/internal/event/context.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/context_test.go b/internal/event/context_test.go index 5c5e40cd91..168c04e641 100644 --- a/internal/event/context_test.go +++ b/internal/event/context_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event_test diff --git a/internal/event/context_unexported_test.go b/internal/event/context_unexported_test.go index a942fbe4b5..ae9ab90f77 100644 --- a/internal/event/context_unexported_test.go +++ b/internal/event/context_unexported_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/data_classification.go b/internal/event/data_classification.go index 5bf67eaa45..325b80a47d 100644 --- a/internal/event/data_classification.go +++ b/internal/event/data_classification.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/data_classification_test.go b/internal/event/data_classification_test.go index b4027722e3..1c28de762b 100644 --- a/internal/event/data_classification_test.go +++ b/internal/event/data_classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/errors.go b/internal/event/errors.go index be7146baf3..3cfbda841f 100644 --- a/internal/event/errors.go +++ b/internal/event/errors.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event.go b/internal/event/event.go index 7121df78ef..0b36174d8a 100644 --- a/internal/event/event.go +++ b/internal/event/event.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_audit.go b/internal/event/event_audit.go index 9ed805d8d0..6a93e5aa7e 100644 --- a/internal/event/event_audit.go +++ b/internal/event/event_audit.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_audit_test.go b/internal/event/event_audit_test.go index 8910c1c366..ddde931dc0 100644 --- a/internal/event/event_audit_test.go +++ b/internal/event/event_audit_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_delivery_guarantee.go b/internal/event/event_delivery_guarantee.go index 65b033a7dd..7af49720e3 100644 --- a/internal/event/event_delivery_guarantee.go +++ b/internal/event/event_delivery_guarantee.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_delivery_guarantee_test.go b/internal/event/event_delivery_guarantee_test.go index 91f49d3c37..09cc3186a3 100644 --- a/internal/event/event_delivery_guarantee_test.go +++ b/internal/event/event_delivery_guarantee_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_error.go b/internal/event/event_error.go index ea126a67dc..1cf767a8ed 100644 --- a/internal/event/event_error.go +++ b/internal/event/event_error.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_error_test.go b/internal/event/event_error_test.go index 0a80d5ffe3..ee1fde601f 100644 --- a/internal/event/event_error_test.go +++ b/internal/event/event_error_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_listener.go b/internal/event/event_listener.go index 66ad7d7fc0..d549104c73 100644 --- a/internal/event/event_listener.go +++ b/internal/event/event_listener.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_observation.go b/internal/event/event_observation.go index 57387552bd..75248f2ca8 100644 --- a/internal/event/event_observation.go +++ b/internal/event/event_observation.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_observation_test.go b/internal/event/event_observation_test.go index d98888094f..eca9fd41d3 100644 --- a/internal/event/event_observation_test.go +++ b/internal/event/event_observation_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_sys.go b/internal/event/event_sys.go index 0a9a24b6ef..361c19418c 100644 --- a/internal/event/event_sys.go +++ b/internal/event/event_sys.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_sys_test.go b/internal/event/event_sys_test.go index a84a17d566..91c5588aad 100644 --- a/internal/event/event_sys_test.go +++ b/internal/event/event_sys_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_type.go b/internal/event/event_type.go index 5d905e16e2..8ea7788785 100644 --- a/internal/event/event_type.go +++ b/internal/event/event_type.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/event_type_test.go b/internal/event/event_type_test.go index a7ba0173e4..fb85dc714f 100644 --- a/internal/event/event_type_test.go +++ b/internal/event/event_type_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/eventer.go b/internal/event/eventer.go index e3215b20b7..fd23dec7d4 100644 --- a/internal/event/eventer.go +++ b/internal/event/eventer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/eventer_config.go b/internal/event/eventer_config.go index ab396a0391..047eae33bd 100644 --- a/internal/event/eventer_config.go +++ b/internal/event/eventer_config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/eventer_config_test.go b/internal/event/eventer_config_test.go index 45774a2b10..490cb5b2ff 100644 --- a/internal/event/eventer_config_test.go +++ b/internal/event/eventer_config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/eventer_gate_test.go b/internal/event/eventer_gate_test.go index eb0ea2b66a..7bc0daac24 100644 --- a/internal/event/eventer_gate_test.go +++ b/internal/event/eventer_gate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/eventer_retry.go b/internal/event/eventer_retry.go index 883cbdc08a..1bda05964e 100644 --- a/internal/event/eventer_retry.go +++ b/internal/event/eventer_retry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/eventer_retry_test.go b/internal/event/eventer_retry_test.go index 6abbbe258a..b25c6369b4 100644 --- a/internal/event/eventer_retry_test.go +++ b/internal/event/eventer_retry_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/eventer_test.go b/internal/event/eventer_test.go index 09d5b4e3c5..a39def36f5 100644 --- a/internal/event/eventer_test.go +++ b/internal/event/eventer_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/filter_operation.go b/internal/event/filter_operation.go index 895f857217..75f82f9be7 100644 --- a/internal/event/filter_operation.go +++ b/internal/event/filter_operation.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/filter_operation_test.go b/internal/event/filter_operation_test.go index c9c2fb11e1..f6eb6f587a 100644 --- a/internal/event/filter_operation_test.go +++ b/internal/event/filter_operation_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/hclog_event_adapter.go b/internal/event/hclog_event_adapter.go index df36660379..bd788b3693 100644 --- a/internal/event/hclog_event_adapter.go +++ b/internal/event/hclog_event_adapter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/hclog_event_adapter_test.go b/internal/event/hclog_event_adapter_test.go index 08aa1ba599..ad366c53a0 100644 --- a/internal/event/hclog_event_adapter_test.go +++ b/internal/event/hclog_event_adapter_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/hclog_formatter_node.go b/internal/event/hclog_formatter_node.go index def5f28e0c..88a8d7212e 100644 --- a/internal/event/hclog_formatter_node.go +++ b/internal/event/hclog_formatter_node.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/hclog_formatter_node_test.go b/internal/event/hclog_formatter_node_test.go index acf688d47d..ffbd896e07 100644 --- a/internal/event/hclog_formatter_node_test.go +++ b/internal/event/hclog_formatter_node_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/id.go b/internal/event/id.go index da9aa73379..4f0b3885d9 100644 --- a/internal/event/id.go +++ b/internal/event/id.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/id_test.go b/internal/event/id_test.go index 7d6649e1c5..ca4cf94634 100644 --- a/internal/event/id_test.go +++ b/internal/event/id_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/options.go b/internal/event/options.go index f980ca0c32..30ba6af4cf 100644 --- a/internal/event/options.go +++ b/internal/event/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/options_test.go b/internal/event/options_test.go index 318aa78903..fe9bef1c0b 100644 --- a/internal/event/options_test.go +++ b/internal/event/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/serialized_writer.go b/internal/event/serialized_writer.go index 6675bc654f..997deaf3f0 100644 --- a/internal/event/serialized_writer.go +++ b/internal/event/serialized_writer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/serialized_writer_test.go b/internal/event/serialized_writer_test.go index 23535e45ba..c5af26b860 100644 --- a/internal/event/serialized_writer_test.go +++ b/internal/event/serialized_writer_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/signer.go b/internal/event/signer.go index 8b5eaa2452..f37b0e5b79 100644 --- a/internal/event/signer.go +++ b/internal/event/signer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/sink_config.go b/internal/event/sink_config.go index 7d850ab906..a61278c701 100644 --- a/internal/event/sink_config.go +++ b/internal/event/sink_config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/sink_config_test.go b/internal/event/sink_config_test.go index 12bccefd3b..36816011ff 100644 --- a/internal/event/sink_config_test.go +++ b/internal/event/sink_config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/sink_format.go b/internal/event/sink_format.go index 8484646485..197bd37bd5 100644 --- a/internal/event/sink_format.go +++ b/internal/event/sink_format.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/sink_type.go b/internal/event/sink_type.go index d4c03418d3..71a84ee33d 100644 --- a/internal/event/sink_type.go +++ b/internal/event/sink_type.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/telemetry_filter.go b/internal/event/telemetry_filter.go index a3aabad029..2599050a1b 100644 --- a/internal/event/telemetry_filter.go +++ b/internal/event/telemetry_filter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/telemetry_filter_test.go b/internal/event/telemetry_filter_test.go index a4e20244e4..9ab97ed890 100644 --- a/internal/event/telemetry_filter_test.go +++ b/internal/event/telemetry_filter_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/testing.go b/internal/event/testing.go index 9a669fa578..986d2b23cd 100644 --- a/internal/event/testing.go +++ b/internal/event/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/event/testing_test.go b/internal/event/testing_test.go index d5b2987105..a37d5add95 100644 --- a/internal/event/testing_test.go +++ b/internal/event/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event_test diff --git a/internal/filter/filter.go b/internal/filter/filter.go index 37bfea61a9..80df5e8d8b 100644 --- a/internal/filter/filter.go +++ b/internal/filter/filter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package filter diff --git a/internal/filter/filter_test.go b/internal/filter/filter_test.go index 8270b873c7..fa785de946 100644 --- a/internal/filter/filter_test.go +++ b/internal/filter/filter_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package filter diff --git a/internal/gen/controller/api/empty_msg.pb.go b/internal/gen/controller/api/empty_msg.pb.go index b139936010..390924b3f3 100644 --- a/internal/gen/controller/api/empty_msg.pb.go +++ b/internal/gen/controller/api/empty_msg.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/error.pb.go b/internal/gen/controller/api/error.pb.go index 18544fa3ea..f4b44aa815 100644 --- a/internal/gen/controller/api/error.pb.go +++ b/internal/gen/controller/api/error.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/account_service.pb.go b/internal/gen/controller/api/services/account_service.pb.go index 724ad7bffc..66e5f29f80 100644 --- a/internal/gen/controller/api/services/account_service.pb.go +++ b/internal/gen/controller/api/services/account_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/account_service_grpc.pb.go b/internal/gen/controller/api/services/account_service_grpc.pb.go index ddbe6f37fb..6c6cbd6197 100644 --- a/internal/gen/controller/api/services/account_service_grpc.pb.go +++ b/internal/gen/controller/api/services/account_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/alias_service.pb.go b/internal/gen/controller/api/services/alias_service.pb.go index f570974ad9..737159ffa1 100644 --- a/internal/gen/controller/api/services/alias_service.pb.go +++ b/internal/gen/controller/api/services/alias_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/alias_service_grpc.pb.go b/internal/gen/controller/api/services/alias_service_grpc.pb.go index e95f6476e1..d69e4654cc 100644 --- a/internal/gen/controller/api/services/alias_service_grpc.pb.go +++ b/internal/gen/controller/api/services/alias_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/auth_method_service.pb.go b/internal/gen/controller/api/services/auth_method_service.pb.go index e4f38aee83..21b83ba786 100644 --- a/internal/gen/controller/api/services/auth_method_service.pb.go +++ b/internal/gen/controller/api/services/auth_method_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/auth_method_service_grpc.pb.go b/internal/gen/controller/api/services/auth_method_service_grpc.pb.go index ff54ed7426..9b0fb1f3a8 100644 --- a/internal/gen/controller/api/services/auth_method_service_grpc.pb.go +++ b/internal/gen/controller/api/services/auth_method_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/authtokens_service.pb.go b/internal/gen/controller/api/services/authtokens_service.pb.go index 36627e59a6..e4e15d2d5f 100644 --- a/internal/gen/controller/api/services/authtokens_service.pb.go +++ b/internal/gen/controller/api/services/authtokens_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/authtokens_service_grpc.pb.go b/internal/gen/controller/api/services/authtokens_service_grpc.pb.go index 0994efc866..d9fd6803d2 100644 --- a/internal/gen/controller/api/services/authtokens_service_grpc.pb.go +++ b/internal/gen/controller/api/services/authtokens_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/billing_service.pb.go b/internal/gen/controller/api/services/billing_service.pb.go index 205d09d379..6234f75f2e 100644 --- a/internal/gen/controller/api/services/billing_service.pb.go +++ b/internal/gen/controller/api/services/billing_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/billing_service_grpc.pb.go b/internal/gen/controller/api/services/billing_service_grpc.pb.go index 1ed3e0dae5..cdff3ec183 100644 --- a/internal/gen/controller/api/services/billing_service_grpc.pb.go +++ b/internal/gen/controller/api/services/billing_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/credential_library_service.pb.go b/internal/gen/controller/api/services/credential_library_service.pb.go index ad2b0192e4..34ff7fd676 100644 --- a/internal/gen/controller/api/services/credential_library_service.pb.go +++ b/internal/gen/controller/api/services/credential_library_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/credential_library_service_grpc.pb.go b/internal/gen/controller/api/services/credential_library_service_grpc.pb.go index 728219dc46..a0ac7c8064 100644 --- a/internal/gen/controller/api/services/credential_library_service_grpc.pb.go +++ b/internal/gen/controller/api/services/credential_library_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/credential_service.pb.go b/internal/gen/controller/api/services/credential_service.pb.go index 8120cb4731..328b4e9a3a 100644 --- a/internal/gen/controller/api/services/credential_service.pb.go +++ b/internal/gen/controller/api/services/credential_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/credential_service_grpc.pb.go b/internal/gen/controller/api/services/credential_service_grpc.pb.go index 93cca62fcc..1cedf72d68 100644 --- a/internal/gen/controller/api/services/credential_service_grpc.pb.go +++ b/internal/gen/controller/api/services/credential_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/credential_store_service.pb.go b/internal/gen/controller/api/services/credential_store_service.pb.go index 6f8dc6e455..a4f9bc84b9 100644 --- a/internal/gen/controller/api/services/credential_store_service.pb.go +++ b/internal/gen/controller/api/services/credential_store_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/credential_store_service_grpc.pb.go b/internal/gen/controller/api/services/credential_store_service_grpc.pb.go index 8607474991..4aa2e5b9d6 100644 --- a/internal/gen/controller/api/services/credential_store_service_grpc.pb.go +++ b/internal/gen/controller/api/services/credential_store_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/doc.pb.go b/internal/gen/controller/api/services/doc.pb.go index faa87f5933..3e210ae343 100644 --- a/internal/gen/controller/api/services/doc.pb.go +++ b/internal/gen/controller/api/services/doc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/group_service.pb.go b/internal/gen/controller/api/services/group_service.pb.go index 53ab461fb0..e8b867468b 100644 --- a/internal/gen/controller/api/services/group_service.pb.go +++ b/internal/gen/controller/api/services/group_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/group_service_grpc.pb.go b/internal/gen/controller/api/services/group_service_grpc.pb.go index eaf0eb1ea4..833afa2ec5 100644 --- a/internal/gen/controller/api/services/group_service_grpc.pb.go +++ b/internal/gen/controller/api/services/group_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/host_catalog_service.pb.go b/internal/gen/controller/api/services/host_catalog_service.pb.go index 8bb01b3724..d5cc6e7650 100644 --- a/internal/gen/controller/api/services/host_catalog_service.pb.go +++ b/internal/gen/controller/api/services/host_catalog_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/host_catalog_service_grpc.pb.go b/internal/gen/controller/api/services/host_catalog_service_grpc.pb.go index b650fe35f2..ab72b7c039 100644 --- a/internal/gen/controller/api/services/host_catalog_service_grpc.pb.go +++ b/internal/gen/controller/api/services/host_catalog_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/host_service.pb.go b/internal/gen/controller/api/services/host_service.pb.go index 019d591981..ebe335fe13 100644 --- a/internal/gen/controller/api/services/host_service.pb.go +++ b/internal/gen/controller/api/services/host_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/host_service_grpc.pb.go b/internal/gen/controller/api/services/host_service_grpc.pb.go index 0f81f2395f..42a9288a1c 100644 --- a/internal/gen/controller/api/services/host_service_grpc.pb.go +++ b/internal/gen/controller/api/services/host_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/host_set_service.pb.go b/internal/gen/controller/api/services/host_set_service.pb.go index bd97e24707..ba2c8deb25 100644 --- a/internal/gen/controller/api/services/host_set_service.pb.go +++ b/internal/gen/controller/api/services/host_set_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/host_set_service_grpc.pb.go b/internal/gen/controller/api/services/host_set_service_grpc.pb.go index d00e1a309a..393762be04 100644 --- a/internal/gen/controller/api/services/host_set_service_grpc.pb.go +++ b/internal/gen/controller/api/services/host_set_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/list.pb.go b/internal/gen/controller/api/services/list.pb.go index f3aae477cd..86cb9ca558 100644 --- a/internal/gen/controller/api/services/list.pb.go +++ b/internal/gen/controller/api/services/list.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/managed_group_service.pb.go b/internal/gen/controller/api/services/managed_group_service.pb.go index 1950dfa9e1..8a17ac08af 100644 --- a/internal/gen/controller/api/services/managed_group_service.pb.go +++ b/internal/gen/controller/api/services/managed_group_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/managed_group_service_grpc.pb.go b/internal/gen/controller/api/services/managed_group_service_grpc.pb.go index 1a1123ccac..e83ed9f955 100644 --- a/internal/gen/controller/api/services/managed_group_service_grpc.pb.go +++ b/internal/gen/controller/api/services/managed_group_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/policy_service.pb.go b/internal/gen/controller/api/services/policy_service.pb.go index a5d28e36e0..5d478ebacf 100644 --- a/internal/gen/controller/api/services/policy_service.pb.go +++ b/internal/gen/controller/api/services/policy_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/policy_service_grpc.pb.go b/internal/gen/controller/api/services/policy_service_grpc.pb.go index 2cc4074b64..ba21f0a9af 100644 --- a/internal/gen/controller/api/services/policy_service_grpc.pb.go +++ b/internal/gen/controller/api/services/policy_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/role_service.pb.go b/internal/gen/controller/api/services/role_service.pb.go index dae1c08b30..b31a48642e 100644 --- a/internal/gen/controller/api/services/role_service.pb.go +++ b/internal/gen/controller/api/services/role_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/role_service_grpc.pb.go b/internal/gen/controller/api/services/role_service_grpc.pb.go index cd5e21f63a..e8677b82e2 100644 --- a/internal/gen/controller/api/services/role_service_grpc.pb.go +++ b/internal/gen/controller/api/services/role_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/scope_service.pb.go b/internal/gen/controller/api/services/scope_service.pb.go index f3f1e86f3d..2089fa3532 100644 --- a/internal/gen/controller/api/services/scope_service.pb.go +++ b/internal/gen/controller/api/services/scope_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/scope_service_grpc.pb.go b/internal/gen/controller/api/services/scope_service_grpc.pb.go index 21475edc2d..7d82af42cc 100644 --- a/internal/gen/controller/api/services/scope_service_grpc.pb.go +++ b/internal/gen/controller/api/services/scope_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/session_recording_service.pb.go b/internal/gen/controller/api/services/session_recording_service.pb.go index 0a5f6eca00..68d9756b86 100644 --- a/internal/gen/controller/api/services/session_recording_service.pb.go +++ b/internal/gen/controller/api/services/session_recording_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/session_recording_service_grpc.pb.go b/internal/gen/controller/api/services/session_recording_service_grpc.pb.go index c6699ad84b..e00335ce0d 100644 --- a/internal/gen/controller/api/services/session_recording_service_grpc.pb.go +++ b/internal/gen/controller/api/services/session_recording_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/session_service.pb.go b/internal/gen/controller/api/services/session_service.pb.go index d18133c7a7..4e679cbf22 100644 --- a/internal/gen/controller/api/services/session_service.pb.go +++ b/internal/gen/controller/api/services/session_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/session_service_grpc.pb.go b/internal/gen/controller/api/services/session_service_grpc.pb.go index 1b7e2ace26..b74b110075 100644 --- a/internal/gen/controller/api/services/session_service_grpc.pb.go +++ b/internal/gen/controller/api/services/session_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/storage_bucket_service.pb.go b/internal/gen/controller/api/services/storage_bucket_service.pb.go index 4eafb81af7..a8336a057f 100644 --- a/internal/gen/controller/api/services/storage_bucket_service.pb.go +++ b/internal/gen/controller/api/services/storage_bucket_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/storage_bucket_service_grpc.pb.go b/internal/gen/controller/api/services/storage_bucket_service_grpc.pb.go index ad124f000f..fe191abb9b 100644 --- a/internal/gen/controller/api/services/storage_bucket_service_grpc.pb.go +++ b/internal/gen/controller/api/services/storage_bucket_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/target_service.pb.go b/internal/gen/controller/api/services/target_service.pb.go index 4dc723ef8f..b60ec8ab51 100644 --- a/internal/gen/controller/api/services/target_service.pb.go +++ b/internal/gen/controller/api/services/target_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/target_service_grpc.pb.go b/internal/gen/controller/api/services/target_service_grpc.pb.go index b25b31af48..a5a9706e6f 100644 --- a/internal/gen/controller/api/services/target_service_grpc.pb.go +++ b/internal/gen/controller/api/services/target_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/user_service.pb.go b/internal/gen/controller/api/services/user_service.pb.go index bb9f32a911..0c16c5ab40 100644 --- a/internal/gen/controller/api/services/user_service.pb.go +++ b/internal/gen/controller/api/services/user_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/user_service_grpc.pb.go b/internal/gen/controller/api/services/user_service_grpc.pb.go index 8039c9d029..790bb31b1c 100644 --- a/internal/gen/controller/api/services/user_service_grpc.pb.go +++ b/internal/gen/controller/api/services/user_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/worker_service.pb.go b/internal/gen/controller/api/services/worker_service.pb.go index c68ca2871a..84d0faa68f 100644 --- a/internal/gen/controller/api/services/worker_service.pb.go +++ b/internal/gen/controller/api/services/worker_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/api/services/worker_service_grpc.pb.go b/internal/gen/controller/api/services/worker_service_grpc.pb.go index 6fb69bf77e..5e48f6b9b7 100644 --- a/internal/gen/controller/api/services/worker_service_grpc.pb.go +++ b/internal/gen/controller/api/services/worker_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/auth/auth.pb.go b/internal/gen/controller/auth/auth.pb.go index a10f4056ea..0177fff553 100644 --- a/internal/gen/controller/auth/auth.pb.go +++ b/internal/gen/controller/auth/auth.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/servers/servers.pb.go b/internal/gen/controller/servers/servers.pb.go index bcf239419c..2534c9f20a 100644 --- a/internal/gen/controller/servers/servers.pb.go +++ b/internal/gen/controller/servers/servers.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/servers/services/credential.pb.go b/internal/gen/controller/servers/services/credential.pb.go index ee7d960cc6..98252e8065 100644 --- a/internal/gen/controller/servers/services/credential.pb.go +++ b/internal/gen/controller/servers/services/credential.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/servers/services/server_coordination_service.pb.go b/internal/gen/controller/servers/services/server_coordination_service.pb.go index e2f913a85b..549fe0dcee 100644 --- a/internal/gen/controller/servers/services/server_coordination_service.pb.go +++ b/internal/gen/controller/servers/services/server_coordination_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/servers/services/server_coordination_service_grpc.pb.go b/internal/gen/controller/servers/services/server_coordination_service_grpc.pb.go index f054f8aaab..7d8ff6725b 100644 --- a/internal/gen/controller/servers/services/server_coordination_service_grpc.pb.go +++ b/internal/gen/controller/servers/services/server_coordination_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/servers/services/session_service.pb.go b/internal/gen/controller/servers/services/session_service.pb.go index 2fdc3c2d04..5bb51948f3 100644 --- a/internal/gen/controller/servers/services/session_service.pb.go +++ b/internal/gen/controller/servers/services/session_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/controller/servers/services/session_service_grpc.pb.go b/internal/gen/controller/servers/services/session_service_grpc.pb.go index 7790b6fd5c..677a082080 100644 --- a/internal/gen/controller/servers/services/session_service_grpc.pb.go +++ b/internal/gen/controller/servers/services/session_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/controller/servers/services/testing.go b/internal/gen/controller/servers/services/testing.go index eebfeb095e..5a04de6a13 100644 --- a/internal/gen/controller/servers/services/testing.go +++ b/internal/gen/controller/servers/services/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package services diff --git a/internal/gen/controller/servers/services/upstream_message_service.pb.go b/internal/gen/controller/servers/services/upstream_message_service.pb.go index 03e60f1cb9..a6cd27ae6d 100644 --- a/internal/gen/controller/servers/services/upstream_message_service.pb.go +++ b/internal/gen/controller/servers/services/upstream_message_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/internal/gen/controller/servers/services/upstream_message_service_grpc.pb.go b/internal/gen/controller/servers/services/upstream_message_service_grpc.pb.go index ac8484492c..16f19131e9 100644 --- a/internal/gen/controller/servers/services/upstream_message_service_grpc.pb.go +++ b/internal/gen/controller/servers/services/upstream_message_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: diff --git a/internal/gen/controller/tokens/tokens.pb.go b/internal/gen/controller/tokens/tokens.pb.go index b9af134ccd..e6f1242c09 100644 --- a/internal/gen/controller/tokens/tokens.pb.go +++ b/internal/gen/controller/tokens/tokens.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/errors/errors.pb.go b/internal/gen/errors/errors.pb.go index cba7491e80..6e82ea0a89 100644 --- a/internal/gen/errors/errors.pb.go +++ b/internal/gen/errors/errors.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/ops/services/health_service.pb.go b/internal/gen/ops/services/health_service.pb.go index 9cb40d6b8f..2f49579617 100644 --- a/internal/gen/ops/services/health_service.pb.go +++ b/internal/gen/ops/services/health_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/ops/services/health_service_grpc.pb.go b/internal/gen/ops/services/health_service_grpc.pb.go index 51f53b396f..8058de8d24 100644 --- a/internal/gen/ops/services/health_service_grpc.pb.go +++ b/internal/gen/ops/services/health_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/testing/attribute/attribute.pb.go b/internal/gen/testing/attribute/attribute.pb.go index 213c318ff5..ccfbe7e543 100644 --- a/internal/gen/testing/attribute/attribute.pb.go +++ b/internal/gen/testing/attribute/attribute.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/testing/attribute/attribute_grpc.pb.go b/internal/gen/testing/attribute/attribute_grpc.pb.go index 79def17326..80d993e3d9 100644 --- a/internal/gen/testing/attribute/attribute_grpc.pb.go +++ b/internal/gen/testing/attribute/attribute_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/testing/event/event.pb.go b/internal/gen/testing/event/event.pb.go index 98d465d253..1dfa38cffe 100644 --- a/internal/gen/testing/event/event.pb.go +++ b/internal/gen/testing/event/event.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/testing/event/event_grpc.pb.go b/internal/gen/testing/event/event_grpc.pb.go index 86198f30b8..f38f1e71d2 100644 --- a/internal/gen/testing/event/event_grpc.pb.go +++ b/internal/gen/testing/event/event_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/testing/event/taggable.go b/internal/gen/testing/event/taggable.go index 262a77ca80..e65f7c5ead 100644 --- a/internal/gen/testing/event/taggable.go +++ b/internal/gen/testing/event/taggable.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package event diff --git a/internal/gen/testing/interceptor/greeter.pb.go b/internal/gen/testing/interceptor/greeter.pb.go index 94c2be41d2..70daf4c46c 100644 --- a/internal/gen/testing/interceptor/greeter.pb.go +++ b/internal/gen/testing/interceptor/greeter.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/testing/interceptor/greeter_grpc.pb.go b/internal/gen/testing/interceptor/greeter_grpc.pb.go index c671ceab5c..5d6e5c922f 100644 --- a/internal/gen/testing/interceptor/greeter_grpc.pb.go +++ b/internal/gen/testing/interceptor/greeter_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/testing/protooptions/service.pb.go b/internal/gen/testing/protooptions/service.pb.go index 04b32900df..ee09abc3e7 100644 --- a/internal/gen/testing/protooptions/service.pb.go +++ b/internal/gen/testing/protooptions/service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/testing/protooptions/service_grpc.pb.go b/internal/gen/testing/protooptions/service_grpc.pb.go index 879da9545b..8d575c5dfb 100644 --- a/internal/gen/testing/protooptions/service_grpc.pb.go +++ b/internal/gen/testing/protooptions/service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/gen/worker/health/health_service.pb.go b/internal/gen/worker/health/health_service.pb.go index ac0ff8d86e..d67d5b3a0d 100644 --- a/internal/gen/worker/health/health_service.pb.go +++ b/internal/gen/worker/health/health_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/worker/servers/services/host_service.pb.go b/internal/gen/worker/servers/services/host_service.pb.go index 26a0f0a0be..c7232a0110 100644 --- a/internal/gen/worker/servers/services/host_service.pb.go +++ b/internal/gen/worker/servers/services/host_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/gen/worker/servers/services/host_service_grpc.pb.go b/internal/gen/worker/servers/services/host_service_grpc.pb.go index dd00f2c0e0..54c65459d4 100644 --- a/internal/gen/worker/servers/services/host_service_grpc.pb.go +++ b/internal/gen/worker/servers/services/host_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/internal/globals/globals.go b/internal/globals/globals.go index 0bb0b5200e..b4f9f97889 100644 --- a/internal/globals/globals.go +++ b/internal/globals/globals.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package globals diff --git a/internal/host/catalog.go b/internal/host/catalog.go index 3e6986b1e2..9bde4fba1b 100644 --- a/internal/host/catalog.go +++ b/internal/host/catalog.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/endpoint.go b/internal/host/endpoint.go index fed3401028..c11a7730a2 100644 --- a/internal/host/endpoint.go +++ b/internal/host/endpoint.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/host.go b/internal/host/host.go index db34970556..f801c9170e 100644 --- a/internal/host/host.go +++ b/internal/host/host.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/host_dns_address.go b/internal/host/host_dns_address.go index c1795c32ba..b8a2e6d2cd 100644 --- a/internal/host/host_dns_address.go +++ b/internal/host/host_dns_address.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/host_ip_address.go b/internal/host/host_ip_address.go index 8eb64403b0..6b2811668f 100644 --- a/internal/host/host_ip_address.go +++ b/internal/host/host_ip_address.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/options.go b/internal/host/options.go index 5839d01b88..57ec68e56d 100644 --- a/internal/host/options.go +++ b/internal/host/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/options_test.go b/internal/host/options_test.go index 3678816bee..8a62343e7e 100644 --- a/internal/host/options_test.go +++ b/internal/host/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/plugin/host.go b/internal/host/plugin/host.go index a1feb6555f..08198dd0cf 100644 --- a/internal/host/plugin/host.go +++ b/internal/host/plugin/host.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/host_address_test.go b/internal/host/plugin/host_address_test.go index 13dcac132a..dee3db7dfb 100644 --- a/internal/host/plugin/host_address_test.go +++ b/internal/host/plugin/host_address_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/host_catalog.go b/internal/host/plugin/host_catalog.go index 46c29c8ba4..f8d4808ac7 100644 --- a/internal/host/plugin/host_catalog.go +++ b/internal/host/plugin/host_catalog.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package plugin provides a plugin host catalog, and plugin host set resource diff --git a/internal/host/plugin/host_catalog_secret.go b/internal/host/plugin/host_catalog_secret.go index 8e8dbc42f6..5a6c80bb03 100644 --- a/internal/host/plugin/host_catalog_secret.go +++ b/internal/host/plugin/host_catalog_secret.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/host_catalog_secret_test.go b/internal/host/plugin/host_catalog_secret_test.go index 439ef27ef8..3e12d10a4c 100644 --- a/internal/host/plugin/host_catalog_secret_test.go +++ b/internal/host/plugin/host_catalog_secret_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/host_catalog_test.go b/internal/host/plugin/host_catalog_test.go index c8e9dbe80c..b8968e18ec 100644 --- a/internal/host/plugin/host_catalog_test.go +++ b/internal/host/plugin/host_catalog_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/host_set.go b/internal/host/plugin/host_set.go index 5d9dd02344..3dc0a9bd11 100644 --- a/internal/host/plugin/host_set.go +++ b/internal/host/plugin/host_set.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/host_set_member.go b/internal/host/plugin/host_set_member.go index 6f45651094..86f7c782c4 100644 --- a/internal/host/plugin/host_set_member.go +++ b/internal/host/plugin/host_set_member.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/host_set_member_test.go b/internal/host/plugin/host_set_member_test.go index 3b6c4b1462..86484f3b20 100644 --- a/internal/host/plugin/host_set_member_test.go +++ b/internal/host/plugin/host_set_member_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/host_set_test.go b/internal/host/plugin/host_set_test.go index da99436ddc..c95295dd2c 100644 --- a/internal/host/plugin/host_set_test.go +++ b/internal/host/plugin/host_set_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/host_test.go b/internal/host/plugin/host_test.go index 3e0a5bd0f2..e4ec3fe02d 100644 --- a/internal/host/plugin/host_test.go +++ b/internal/host/plugin/host_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/ids.go b/internal/host/plugin/ids.go index c669c91f9e..76fc42b7ef 100644 --- a/internal/host/plugin/ids.go +++ b/internal/host/plugin/ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/immutable_fields_test.go b/internal/host/plugin/immutable_fields_test.go index c34222396f..689aa4aafa 100644 --- a/internal/host/plugin/immutable_fields_test.go +++ b/internal/host/plugin/immutable_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/job_orphaned_host_cleanup.go b/internal/host/plugin/job_orphaned_host_cleanup.go index 69b1dad1e7..5a754ab4a2 100644 --- a/internal/host/plugin/job_orphaned_host_cleanup.go +++ b/internal/host/plugin/job_orphaned_host_cleanup.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/job_orphaned_host_cleanup_test.go b/internal/host/plugin/job_orphaned_host_cleanup_test.go index ebfdb5fb72..f0bc3ca1f6 100644 --- a/internal/host/plugin/job_orphaned_host_cleanup_test.go +++ b/internal/host/plugin/job_orphaned_host_cleanup_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/job_set_sync.go b/internal/host/plugin/job_set_sync.go index 02d062a89b..a30cf30f08 100644 --- a/internal/host/plugin/job_set_sync.go +++ b/internal/host/plugin/job_set_sync.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/job_set_sync_test.go b/internal/host/plugin/job_set_sync_test.go index 65d8a6ec03..4b991a3bd9 100644 --- a/internal/host/plugin/job_set_sync_test.go +++ b/internal/host/plugin/job_set_sync_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/jobs.go b/internal/host/plugin/jobs.go index e9424eb0f5..8899be8068 100644 --- a/internal/host/plugin/jobs.go +++ b/internal/host/plugin/jobs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/options.go b/internal/host/plugin/options.go index 9b084864b8..9b2db3831a 100644 --- a/internal/host/plugin/options.go +++ b/internal/host/plugin/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/options_test.go b/internal/host/plugin/options_test.go index f29350f52f..c3679cb08f 100644 --- a/internal/host/plugin/options_test.go +++ b/internal/host/plugin/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/query.go b/internal/host/plugin/query.go index 6eb8e4a663..efb83e8188 100644 --- a/internal/host/plugin/query.go +++ b/internal/host/plugin/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/register.go b/internal/host/plugin/register.go index 27847616b7..205691ba64 100644 --- a/internal/host/plugin/register.go +++ b/internal/host/plugin/register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/repository.go b/internal/host/plugin/repository.go index 6e14f3735e..23f4f2229d 100644 --- a/internal/host/plugin/repository.go +++ b/internal/host/plugin/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package plugin provides a plugin host catalog, and plugin host set resource diff --git a/internal/host/plugin/repository_host.go b/internal/host/plugin/repository_host.go index c7bad356fb..451c6cb371 100644 --- a/internal/host/plugin/repository_host.go +++ b/internal/host/plugin/repository_host.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/repository_host_catalog.go b/internal/host/plugin/repository_host_catalog.go index 6da863c53a..b685997157 100644 --- a/internal/host/plugin/repository_host_catalog.go +++ b/internal/host/plugin/repository_host_catalog.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/repository_host_catalog_test.go b/internal/host/plugin/repository_host_catalog_test.go index f88da651bb..b7f7bb2d94 100644 --- a/internal/host/plugin/repository_host_catalog_test.go +++ b/internal/host/plugin/repository_host_catalog_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/repository_host_set.go b/internal/host/plugin/repository_host_set.go index 2e89cf2cb0..4fcfef133d 100644 --- a/internal/host/plugin/repository_host_set.go +++ b/internal/host/plugin/repository_host_set.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/repository_host_set_test.go b/internal/host/plugin/repository_host_set_test.go index bb99082540..a871bd2215 100644 --- a/internal/host/plugin/repository_host_set_test.go +++ b/internal/host/plugin/repository_host_set_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/repository_host_test.go b/internal/host/plugin/repository_host_test.go index 587f441630..0b7bb2620b 100644 --- a/internal/host/plugin/repository_host_test.go +++ b/internal/host/plugin/repository_host_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/repository_host_util.go b/internal/host/plugin/repository_host_util.go index b1547251da..147f7b699b 100644 --- a/internal/host/plugin/repository_host_util.go +++ b/internal/host/plugin/repository_host_util.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/repository_host_util_test.go b/internal/host/plugin/repository_host_util_test.go index 241feb02e6..54be341eda 100644 --- a/internal/host/plugin/repository_host_util_test.go +++ b/internal/host/plugin/repository_host_util_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/repository_test.go b/internal/host/plugin/repository_test.go index 92051ea9d5..07feaf1aaf 100644 --- a/internal/host/plugin/repository_test.go +++ b/internal/host/plugin/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/rewrapping.go b/internal/host/plugin/rewrapping.go index 193ae18384..7fc907da70 100644 --- a/internal/host/plugin/rewrapping.go +++ b/internal/host/plugin/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/rewrapping_test.go b/internal/host/plugin/rewrapping_test.go index b77f41041f..b63536ce93 100644 --- a/internal/host/plugin/rewrapping_test.go +++ b/internal/host/plugin/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/service_list_host_sets.go b/internal/host/plugin/service_list_host_sets.go index e255c2005e..a290a5a58c 100644 --- a/internal/host/plugin/service_list_host_sets.go +++ b/internal/host/plugin/service_list_host_sets.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/service_list_host_sets_ext_test.go b/internal/host/plugin/service_list_host_sets_ext_test.go index 95c3f76b17..137a379065 100644 --- a/internal/host/plugin/service_list_host_sets_ext_test.go +++ b/internal/host/plugin/service_list_host_sets_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin_test diff --git a/internal/host/plugin/service_list_host_sets_page.go b/internal/host/plugin/service_list_host_sets_page.go index 5d4afdf2d8..7f4c882287 100644 --- a/internal/host/plugin/service_list_host_sets_page.go +++ b/internal/host/plugin/service_list_host_sets_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/service_list_host_sets_refresh.go b/internal/host/plugin/service_list_host_sets_refresh.go index 530cbbe2b2..f8ee8a8228 100644 --- a/internal/host/plugin/service_list_host_sets_refresh.go +++ b/internal/host/plugin/service_list_host_sets_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/service_list_host_sets_refresh_page.go b/internal/host/plugin/service_list_host_sets_refresh_page.go index bfa50374c0..4477197038 100644 --- a/internal/host/plugin/service_list_host_sets_refresh_page.go +++ b/internal/host/plugin/service_list_host_sets_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/service_list_hosts.go b/internal/host/plugin/service_list_hosts.go index 621c5b16a3..e0dee2fd6c 100644 --- a/internal/host/plugin/service_list_hosts.go +++ b/internal/host/plugin/service_list_hosts.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/service_list_hosts_ext_test.go b/internal/host/plugin/service_list_hosts_ext_test.go index d941d922f2..96cc1d9d98 100644 --- a/internal/host/plugin/service_list_hosts_ext_test.go +++ b/internal/host/plugin/service_list_hosts_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin_test diff --git a/internal/host/plugin/service_list_hosts_page.go b/internal/host/plugin/service_list_hosts_page.go index decefc67d5..bf384763fd 100644 --- a/internal/host/plugin/service_list_hosts_page.go +++ b/internal/host/plugin/service_list_hosts_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/service_list_hosts_refresh.go b/internal/host/plugin/service_list_hosts_refresh.go index 5027725347..661c2c222f 100644 --- a/internal/host/plugin/service_list_hosts_refresh.go +++ b/internal/host/plugin/service_list_hosts_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/service_list_hosts_refresh_page.go b/internal/host/plugin/service_list_hosts_refresh_page.go index 913ebaf0c4..82444a6dbe 100644 --- a/internal/host/plugin/service_list_hosts_refresh_page.go +++ b/internal/host/plugin/service_list_hosts_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/store/host.pb.go b/internal/host/plugin/store/host.pb.go index acd980bb39..2dae3fe429 100644 --- a/internal/host/plugin/store/host.pb.go +++ b/internal/host/plugin/store/host.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/host/plugin/testing.go b/internal/host/plugin/testing.go index 678f91c0a2..1a00192465 100644 --- a/internal/host/plugin/testing.go +++ b/internal/host/plugin/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/plugin/testing_test.go b/internal/host/plugin/testing_test.go index f06d2bbf62..923e35ee59 100644 --- a/internal/host/plugin/testing_test.go +++ b/internal/host/plugin/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/host/preferred_endpoint.go b/internal/host/preferred_endpoint.go index 98c6113327..0395c5a4ed 100644 --- a/internal/host/preferred_endpoint.go +++ b/internal/host/preferred_endpoint.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/preferred_endpoint_test.go b/internal/host/preferred_endpoint_test.go index 334a546099..55689c6424 100644 --- a/internal/host/preferred_endpoint_test.go +++ b/internal/host/preferred_endpoint_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host_test diff --git a/internal/host/query.go b/internal/host/query.go index 6f5a766025..bdab8a2af8 100644 --- a/internal/host/query.go +++ b/internal/host/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/registry.go b/internal/host/registry.go index e5ade4aefd..9c27e81616 100644 --- a/internal/host/registry.go +++ b/internal/host/registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/repository_catalog.go b/internal/host/repository_catalog.go index cc1c9c836b..4d10a39054 100644 --- a/internal/host/repository_catalog.go +++ b/internal/host/repository_catalog.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/repository_catalog_test.go b/internal/host/repository_catalog_test.go index 572f1b9f55..5bb21dacb6 100644 --- a/internal/host/repository_catalog_test.go +++ b/internal/host/repository_catalog_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host_test diff --git a/internal/host/service_list_catalogs.go b/internal/host/service_list_catalogs.go index 25d741b737..9280c8e295 100644 --- a/internal/host/service_list_catalogs.go +++ b/internal/host/service_list_catalogs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/service_list_catalogs_ext_test.go b/internal/host/service_list_catalogs_ext_test.go index 4e292a0f9b..694f60a4c7 100644 --- a/internal/host/service_list_catalogs_ext_test.go +++ b/internal/host/service_list_catalogs_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host_test diff --git a/internal/host/service_list_catalogs_page.go b/internal/host/service_list_catalogs_page.go index 6cba664ef0..894d1779fc 100644 --- a/internal/host/service_list_catalogs_page.go +++ b/internal/host/service_list_catalogs_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/service_list_catalogs_refresh.go b/internal/host/service_list_catalogs_refresh.go index 1344e27039..ab25b4b494 100644 --- a/internal/host/service_list_catalogs_refresh.go +++ b/internal/host/service_list_catalogs_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/service_list_catalogs_refresh_page.go b/internal/host/service_list_catalogs_refresh_page.go index 84bf6d6bab..12f03ca6ed 100644 --- a/internal/host/service_list_catalogs_refresh_page.go +++ b/internal/host/service_list_catalogs_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package host diff --git a/internal/host/static/doc.go b/internal/host/static/doc.go index b6807849a7..666cfff090 100644 --- a/internal/host/static/doc.go +++ b/internal/host/static/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package static provides a host, a host catalog, and a host set suitable diff --git a/internal/host/static/example_test.go b/internal/host/static/example_test.go index e0e0caa99c..2b1a19b4b9 100644 --- a/internal/host/static/example_test.go +++ b/internal/host/static/example_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static_test diff --git a/internal/host/static/host.go b/internal/host/static/host.go index f4336a86dc..43c11da1bc 100644 --- a/internal/host/static/host.go +++ b/internal/host/static/host.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/host_catalog.go b/internal/host/static/host_catalog.go index 9417761381..630f1a3699 100644 --- a/internal/host/static/host_catalog.go +++ b/internal/host/static/host_catalog.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/host_catalog_test.go b/internal/host/static/host_catalog_test.go index 2b4768d60e..1d6505f3f9 100644 --- a/internal/host/static/host_catalog_test.go +++ b/internal/host/static/host_catalog_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/host_set.go b/internal/host/static/host_set.go index 3589612c39..290da7b3cb 100644 --- a/internal/host/static/host_set.go +++ b/internal/host/static/host_set.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/host_set_member.go b/internal/host/static/host_set_member.go index 1bca357370..2f2132ae59 100644 --- a/internal/host/static/host_set_member.go +++ b/internal/host/static/host_set_member.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/host_set_member_test.go b/internal/host/static/host_set_member_test.go index e6e657a678..b26d333495 100644 --- a/internal/host/static/host_set_member_test.go +++ b/internal/host/static/host_set_member_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/host_set_test.go b/internal/host/static/host_set_test.go index a0d093bffa..40bcf90ce7 100644 --- a/internal/host/static/host_set_test.go +++ b/internal/host/static/host_set_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/host_test.go b/internal/host/static/host_test.go index ddba23456c..029e92bfdc 100644 --- a/internal/host/static/host_test.go +++ b/internal/host/static/host_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/immutable_fields_test.go b/internal/host/static/immutable_fields_test.go index d9cdacd692..ecef3f71d3 100644 --- a/internal/host/static/immutable_fields_test.go +++ b/internal/host/static/immutable_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/options.go b/internal/host/static/options.go index dbf79b093b..07145f9b57 100644 --- a/internal/host/static/options.go +++ b/internal/host/static/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/options_test.go b/internal/host/static/options_test.go index ace296896e..c158a692ce 100644 --- a/internal/host/static/options_test.go +++ b/internal/host/static/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/public_ids.go b/internal/host/static/public_ids.go index 9cf5fb0617..2182911b89 100644 --- a/internal/host/static/public_ids.go +++ b/internal/host/static/public_ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/query.go b/internal/host/static/query.go index d0ab005960..33ec6203b9 100644 --- a/internal/host/static/query.go +++ b/internal/host/static/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/register.go b/internal/host/static/register.go index b602783729..5122c41ed5 100644 --- a/internal/host/static/register.go +++ b/internal/host/static/register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/repository.go b/internal/host/static/repository.go index 9f3cd25caa..3e9cb71ef3 100644 --- a/internal/host/static/repository.go +++ b/internal/host/static/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/repository_host.go b/internal/host/static/repository_host.go index 9dab6c4a62..f971d14cd7 100644 --- a/internal/host/static/repository_host.go +++ b/internal/host/static/repository_host.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/repository_host_catalog.go b/internal/host/static/repository_host_catalog.go index 42e672d879..64b0a6e942 100644 --- a/internal/host/static/repository_host_catalog.go +++ b/internal/host/static/repository_host_catalog.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/repository_host_catalog_test.go b/internal/host/static/repository_host_catalog_test.go index de0cf2bd56..9321690539 100644 --- a/internal/host/static/repository_host_catalog_test.go +++ b/internal/host/static/repository_host_catalog_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/repository_host_set.go b/internal/host/static/repository_host_set.go index 3b349b5be6..91cf30be55 100644 --- a/internal/host/static/repository_host_set.go +++ b/internal/host/static/repository_host_set.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/repository_host_set_member.go b/internal/host/static/repository_host_set_member.go index be600260ab..26a8caaaf4 100644 --- a/internal/host/static/repository_host_set_member.go +++ b/internal/host/static/repository_host_set_member.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/repository_host_set_member_test.go b/internal/host/static/repository_host_set_member_test.go index ddf79b5eb5..bab2aaeb5d 100644 --- a/internal/host/static/repository_host_set_member_test.go +++ b/internal/host/static/repository_host_set_member_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/repository_host_set_test.go b/internal/host/static/repository_host_set_test.go index 235ef65931..6ef9f29494 100644 --- a/internal/host/static/repository_host_set_test.go +++ b/internal/host/static/repository_host_set_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/repository_host_test.go b/internal/host/static/repository_host_test.go index b3142d4791..eec8913650 100644 --- a/internal/host/static/repository_host_test.go +++ b/internal/host/static/repository_host_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/repository_test.go b/internal/host/static/repository_test.go index 1a7a9fa6ab..d2b57f0d06 100644 --- a/internal/host/static/repository_test.go +++ b/internal/host/static/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/service_list_host_sets.go b/internal/host/static/service_list_host_sets.go index 0d67e5bc2c..897f4d6ff6 100644 --- a/internal/host/static/service_list_host_sets.go +++ b/internal/host/static/service_list_host_sets.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/service_list_host_sets_ext_test.go b/internal/host/static/service_list_host_sets_ext_test.go index 2dd3df9f67..748c8d684d 100644 --- a/internal/host/static/service_list_host_sets_ext_test.go +++ b/internal/host/static/service_list_host_sets_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static_test diff --git a/internal/host/static/service_list_host_sets_page.go b/internal/host/static/service_list_host_sets_page.go index c3d7e355e4..1e0101dfeb 100644 --- a/internal/host/static/service_list_host_sets_page.go +++ b/internal/host/static/service_list_host_sets_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/service_list_host_sets_refresh.go b/internal/host/static/service_list_host_sets_refresh.go index 08902e419a..0a4e76e432 100644 --- a/internal/host/static/service_list_host_sets_refresh.go +++ b/internal/host/static/service_list_host_sets_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/service_list_host_sets_refresh_page.go b/internal/host/static/service_list_host_sets_refresh_page.go index 5205d2d707..ec939bfe5d 100644 --- a/internal/host/static/service_list_host_sets_refresh_page.go +++ b/internal/host/static/service_list_host_sets_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/service_list_hosts.go b/internal/host/static/service_list_hosts.go index b21fa667c9..d82121a130 100644 --- a/internal/host/static/service_list_hosts.go +++ b/internal/host/static/service_list_hosts.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/service_list_hosts_ext_test.go b/internal/host/static/service_list_hosts_ext_test.go index cb9760e9cf..6e12f26212 100644 --- a/internal/host/static/service_list_hosts_ext_test.go +++ b/internal/host/static/service_list_hosts_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static_test diff --git a/internal/host/static/service_list_hosts_page.go b/internal/host/static/service_list_hosts_page.go index 522fbd137a..6ab9ab3ef2 100644 --- a/internal/host/static/service_list_hosts_page.go +++ b/internal/host/static/service_list_hosts_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/service_list_hosts_refresh.go b/internal/host/static/service_list_hosts_refresh.go index 7ddb251121..b09551bc5a 100644 --- a/internal/host/static/service_list_hosts_refresh.go +++ b/internal/host/static/service_list_hosts_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/service_list_hosts_refresh_page.go b/internal/host/static/service_list_hosts_refresh_page.go index e08f3b9a8c..1406a66626 100644 --- a/internal/host/static/service_list_hosts_refresh_page.go +++ b/internal/host/static/service_list_hosts_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/store/static.pb.go b/internal/host/static/store/static.pb.go index feb73dff5c..5de7ab6f99 100644 --- a/internal/host/static/store/static.pb.go +++ b/internal/host/static/store/static.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/host/static/testing.go b/internal/host/static/testing.go index 7e3345eb75..d500b81b26 100644 --- a/internal/host/static/testing.go +++ b/internal/host/static/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/static/testing_test.go b/internal/host/static/testing_test.go index d803dc86b4..737e97d456 100644 --- a/internal/host/static/testing_test.go +++ b/internal/host/static/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package static diff --git a/internal/host/store/host.pb.go b/internal/host/store/host.pb.go index e4a31af778..6321c47307 100644 --- a/internal/host/store/host.pb.go +++ b/internal/host/store/host.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/account.go b/internal/iam/account.go index e90259dc8c..1720c11937 100644 --- a/internal/iam/account.go +++ b/internal/iam/account.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/account_test.go b/internal/iam/account_test.go index 0caa1b0752..67bf231285 100644 --- a/internal/iam/account_test.go +++ b/internal/iam/account_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/action.go b/internal/iam/action.go index 77762123f3..85489c6186 100644 --- a/internal/iam/action.go +++ b/internal/iam/action.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/action_test.go b/internal/iam/action_test.go index 9fdd22160e..ecbe229c86 100644 --- a/internal/iam/action_test.go +++ b/internal/iam/action_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/docs.go b/internal/iam/docs.go index fc7e80d4c6..534d44db85 100644 --- a/internal/iam/docs.go +++ b/internal/iam/docs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // iam package is for identity access management of boundary. It includes typical diff --git a/internal/iam/group.go b/internal/iam/group.go index 2b65deccb9..6a4b9ede44 100644 --- a/internal/iam/group.go +++ b/internal/iam/group.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/group_member.go b/internal/iam/group_member.go index 8ae525870a..a39b2c5edf 100644 --- a/internal/iam/group_member.go +++ b/internal/iam/group_member.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/group_member_test.go b/internal/iam/group_member_test.go index f713f3f6d5..8c22cfcf81 100644 --- a/internal/iam/group_member_test.go +++ b/internal/iam/group_member_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/group_test.go b/internal/iam/group_test.go index 8996df7abb..22ddb100d0 100644 --- a/internal/iam/group_test.go +++ b/internal/iam/group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/ids.go b/internal/iam/ids.go index 53c4d5e62c..d587ee1397 100644 --- a/internal/iam/ids.go +++ b/internal/iam/ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/ids_test.go b/internal/iam/ids_test.go index d83fa7715f..2a320c33d9 100644 --- a/internal/iam/ids_test.go +++ b/internal/iam/ids_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/immutable_fields_test.go b/internal/iam/immutable_fields_test.go index db0e818b76..d27ed1767c 100644 --- a/internal/iam/immutable_fields_test.go +++ b/internal/iam/immutable_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/options.go b/internal/iam/options.go index 7e5e921f0e..7c2b670852 100644 --- a/internal/iam/options.go +++ b/internal/iam/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/options_test.go b/internal/iam/options_test.go index 065a84452c..78d48992a8 100644 --- a/internal/iam/options_test.go +++ b/internal/iam/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/principal_role.go b/internal/iam/principal_role.go index 94338c9395..97c5f8f7c2 100644 --- a/internal/iam/principal_role.go +++ b/internal/iam/principal_role.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/principal_role_ext_test.go b/internal/iam/principal_role_ext_test.go index c4264ab692..3a309ecb74 100644 --- a/internal/iam/principal_role_ext_test.go +++ b/internal/iam/principal_role_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam_test diff --git a/internal/iam/principal_role_test.go b/internal/iam/principal_role_test.go index bf20f4e6bc..14fe61192f 100644 --- a/internal/iam/principal_role_test.go +++ b/internal/iam/principal_role_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/query.go b/internal/iam/query.go index a15d5d30a8..b5aeeed8cb 100644 --- a/internal/iam/query.go +++ b/internal/iam/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository.go b/internal/iam/repository.go index f16e297800..be2baf9d0e 100644 --- a/internal/iam/repository.go +++ b/internal/iam/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_group.go b/internal/iam/repository_group.go index 40e75e6aca..51443aa9a3 100644 --- a/internal/iam/repository_group.go +++ b/internal/iam/repository_group.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_group_test.go b/internal/iam/repository_group_test.go index 6fbb2943a2..2e8aca3cfb 100644 --- a/internal/iam/repository_group_test.go +++ b/internal/iam/repository_group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_principal_role.go b/internal/iam/repository_principal_role.go index 3986e936bb..a7ea422cdc 100644 --- a/internal/iam/repository_principal_role.go +++ b/internal/iam/repository_principal_role.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_principal_role_ext_test.go b/internal/iam/repository_principal_role_ext_test.go index 1676a800e6..0e6a7a54f8 100644 --- a/internal/iam/repository_principal_role_ext_test.go +++ b/internal/iam/repository_principal_role_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam_test diff --git a/internal/iam/repository_principal_role_test.go b/internal/iam/repository_principal_role_test.go index ceaf45bd97..8bacb1eeb6 100644 --- a/internal/iam/repository_principal_role_test.go +++ b/internal/iam/repository_principal_role_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_role.go b/internal/iam/repository_role.go index 5deeeeb034..3ff1164668 100644 --- a/internal/iam/repository_role.go +++ b/internal/iam/repository_role.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_role_grant.go b/internal/iam/repository_role_grant.go index 2e9887e02b..735089968d 100644 --- a/internal/iam/repository_role_grant.go +++ b/internal/iam/repository_role_grant.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_role_grant_ext_test.go b/internal/iam/repository_role_grant_ext_test.go index dcac994351..056c5afec1 100644 --- a/internal/iam/repository_role_grant_ext_test.go +++ b/internal/iam/repository_role_grant_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam_test diff --git a/internal/iam/repository_role_grant_scope.go b/internal/iam/repository_role_grant_scope.go index cb88dd94ad..557d60dcd7 100644 --- a/internal/iam/repository_role_grant_scope.go +++ b/internal/iam/repository_role_grant_scope.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package iam diff --git a/internal/iam/repository_role_grant_scope_test.go b/internal/iam/repository_role_grant_scope_test.go index 8eaaa6d1f5..de01a4f30e 100644 --- a/internal/iam/repository_role_grant_scope_test.go +++ b/internal/iam/repository_role_grant_scope_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package iam diff --git a/internal/iam/repository_role_grant_test.go b/internal/iam/repository_role_grant_test.go index 9a27a97987..7ec319caf1 100644 --- a/internal/iam/repository_role_grant_test.go +++ b/internal/iam/repository_role_grant_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_role_test.go b/internal/iam/repository_role_test.go index 1641b8f18e..0251c558f1 100644 --- a/internal/iam/repository_role_test.go +++ b/internal/iam/repository_role_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_scope.go b/internal/iam/repository_scope.go index 3e4975b803..1e01bd03a1 100644 --- a/internal/iam/repository_scope.go +++ b/internal/iam/repository_scope.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_scope_primary_auth_method_id_test.go b/internal/iam/repository_scope_primary_auth_method_id_test.go index f8345e581b..82caa48aaf 100644 --- a/internal/iam/repository_scope_primary_auth_method_id_test.go +++ b/internal/iam/repository_scope_primary_auth_method_id_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam_test diff --git a/internal/iam/repository_scope_storage_policy.go b/internal/iam/repository_scope_storage_policy.go index 953bcd5738..3d6a212d29 100644 --- a/internal/iam/repository_scope_storage_policy.go +++ b/internal/iam/repository_scope_storage_policy.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_scope_test.go b/internal/iam/repository_scope_test.go index 60684de2c6..d847fd2956 100644 --- a/internal/iam/repository_scope_test.go +++ b/internal/iam/repository_scope_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_test.go b/internal/iam/repository_test.go index 7bdfee83b7..5258ffa998 100644 --- a/internal/iam/repository_test.go +++ b/internal/iam/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_user.go b/internal/iam/repository_user.go index db9997c690..e0be005d33 100644 --- a/internal/iam/repository_user.go +++ b/internal/iam/repository_user.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_user_iam_pkg_test.go b/internal/iam/repository_user_iam_pkg_test.go index 89696091af..b8937b67ca 100644 --- a/internal/iam/repository_user_iam_pkg_test.go +++ b/internal/iam/repository_user_iam_pkg_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/repository_user_test.go b/internal/iam/repository_user_test.go index 61ea0b3d13..3339d0fa0b 100644 --- a/internal/iam/repository_user_test.go +++ b/internal/iam/repository_user_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam_test diff --git a/internal/iam/resource.go b/internal/iam/resource.go index 12a1b9c742..ad8d240a46 100644 --- a/internal/iam/resource.go +++ b/internal/iam/resource.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/resource_test.go b/internal/iam/resource_test.go index 02037c7b17..69a6fec7e2 100644 --- a/internal/iam/resource_test.go +++ b/internal/iam/resource_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/role.go b/internal/iam/role.go index b511cc45bd..6bb74cde46 100644 --- a/internal/iam/role.go +++ b/internal/iam/role.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/role_grant.go b/internal/iam/role_grant.go index d1b15fc7bb..3462ba7e5c 100644 --- a/internal/iam/role_grant.go +++ b/internal/iam/role_grant.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/role_grant_scope.go b/internal/iam/role_grant_scope.go index d3835e31a7..c8e966f039 100644 --- a/internal/iam/role_grant_scope.go +++ b/internal/iam/role_grant_scope.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package iam diff --git a/internal/iam/role_grant_scope_test.go b/internal/iam/role_grant_scope_test.go index c22245ad47..9ce6780697 100644 --- a/internal/iam/role_grant_scope_test.go +++ b/internal/iam/role_grant_scope_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package iam diff --git a/internal/iam/role_grant_test.go b/internal/iam/role_grant_test.go index b16df8ddca..7d185114c2 100644 --- a/internal/iam/role_grant_test.go +++ b/internal/iam/role_grant_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/role_test.go b/internal/iam/role_test.go index daadc8be61..1e46e3446e 100644 --- a/internal/iam/role_test.go +++ b/internal/iam/role_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/scope.go b/internal/iam/scope.go index 7705f70833..a716031097 100644 --- a/internal/iam/scope.go +++ b/internal/iam/scope.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/scope_policy_storage_policy.go b/internal/iam/scope_policy_storage_policy.go index 6da208f4b3..2360a9be91 100644 --- a/internal/iam/scope_policy_storage_policy.go +++ b/internal/iam/scope_policy_storage_policy.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/scope_test.go b/internal/iam/scope_test.go index ba20c81c48..bf6bb65235 100644 --- a/internal/iam/scope_test.go +++ b/internal/iam/scope_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/service_list.go b/internal/iam/service_list.go index 36c9b80616..3b4a6049d7 100644 --- a/internal/iam/service_list.go +++ b/internal/iam/service_list.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/service_list_ext_test.go b/internal/iam/service_list_ext_test.go index d9eb99d79c..401b2e2109 100644 --- a/internal/iam/service_list_ext_test.go +++ b/internal/iam/service_list_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam_test diff --git a/internal/iam/service_list_page.go b/internal/iam/service_list_page.go index 310dca6a9a..3b59f390c0 100644 --- a/internal/iam/service_list_page.go +++ b/internal/iam/service_list_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/service_list_refresh.go b/internal/iam/service_list_refresh.go index 7d961b38d5..9b48d3d7d7 100644 --- a/internal/iam/service_list_refresh.go +++ b/internal/iam/service_list_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/service_list_refresh_page.go b/internal/iam/service_list_refresh_page.go index 31d8118660..28312a4006 100644 --- a/internal/iam/service_list_refresh_page.go +++ b/internal/iam/service_list_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/store/group.pb.go b/internal/iam/store/group.pb.go index d86a8694f3..b0a949ddba 100644 --- a/internal/iam/store/group.pb.go +++ b/internal/iam/store/group.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/group_member.pb.go b/internal/iam/store/group_member.pb.go index 6a04359229..e6b0e3e964 100644 --- a/internal/iam/store/group_member.pb.go +++ b/internal/iam/store/group_member.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/principal_role.pb.go b/internal/iam/store/principal_role.pb.go index 19a4b7aa60..e368481eda 100644 --- a/internal/iam/store/principal_role.pb.go +++ b/internal/iam/store/principal_role.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/role.pb.go b/internal/iam/store/role.pb.go index 77585f367d..4d2883e911 100644 --- a/internal/iam/store/role.pb.go +++ b/internal/iam/store/role.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/role_global.pb.go b/internal/iam/store/role_global.pb.go index 04c717c20e..09300c10d9 100644 --- a/internal/iam/store/role_global.pb.go +++ b/internal/iam/store/role_global.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/role_global_individual_org_grant_scope.pb.go b/internal/iam/store/role_global_individual_org_grant_scope.pb.go index 4ead99f735..32c5c526bc 100644 --- a/internal/iam/store/role_global_individual_org_grant_scope.pb.go +++ b/internal/iam/store/role_global_individual_org_grant_scope.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/role_global_individual_project_grant_scope.pb.go b/internal/iam/store/role_global_individual_project_grant_scope.pb.go index 939aa80f6f..3e0b52fe20 100644 --- a/internal/iam/store/role_global_individual_project_grant_scope.pb.go +++ b/internal/iam/store/role_global_individual_project_grant_scope.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/role_grant.pb.go b/internal/iam/store/role_grant.pb.go index 260534e608..71d9ee667f 100644 --- a/internal/iam/store/role_grant.pb.go +++ b/internal/iam/store/role_grant.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/role_grant_scope.pb.go b/internal/iam/store/role_grant_scope.pb.go index 5f0e229702..004404b406 100644 --- a/internal/iam/store/role_grant_scope.pb.go +++ b/internal/iam/store/role_grant_scope.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/role_org.pb.go b/internal/iam/store/role_org.pb.go index b0a43dd22d..d18e7d7dd9 100644 --- a/internal/iam/store/role_org.pb.go +++ b/internal/iam/store/role_org.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/role_org_individual_grant_scope.pb.go b/internal/iam/store/role_org_individual_grant_scope.pb.go index 5534d1b3d3..b0887f4ace 100644 --- a/internal/iam/store/role_org_individual_grant_scope.pb.go +++ b/internal/iam/store/role_org_individual_grant_scope.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/role_project.pb.go b/internal/iam/store/role_project.pb.go index f2ae68d672..7c41fcd366 100644 --- a/internal/iam/store/role_project.pb.go +++ b/internal/iam/store/role_project.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/scope.pb.go b/internal/iam/store/scope.pb.go index 043409932a..cd7bb8556e 100644 --- a/internal/iam/store/scope.pb.go +++ b/internal/iam/store/scope.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/store/user.pb.go b/internal/iam/store/user.pb.go index 3bf1f99d0a..9f2426e73b 100644 --- a/internal/iam/store/user.pb.go +++ b/internal/iam/store/user.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/iam/testing.go b/internal/iam/testing.go index b27fd98b57..ea16019fcd 100644 --- a/internal/iam/testing.go +++ b/internal/iam/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/testing_test.go b/internal/iam/testing_test.go index cb188c09a5..af0bf7532e 100644 --- a/internal/iam/testing_test.go +++ b/internal/iam/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/user.go b/internal/iam/user.go index 3ebc57309d..8b8e9a80e8 100644 --- a/internal/iam/user.go +++ b/internal/iam/user.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/iam/user_test.go b/internal/iam/user_test.go index 4eec9eb8d8..47c35ec1ad 100644 --- a/internal/iam/user_test.go +++ b/internal/iam/user_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package iam diff --git a/internal/kms/const.go b/internal/kms/const.go index 8290fbe446..bda990efef 100644 --- a/internal/kms/const.go +++ b/internal/kms/const.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/data_key_version_destruction_job.go b/internal/kms/data_key_version_destruction_job.go index 2d87dde37f..9f428457ba 100644 --- a/internal/kms/data_key_version_destruction_job.go +++ b/internal/kms/data_key_version_destruction_job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/data_key_version_destruction_job_progress.go b/internal/kms/data_key_version_destruction_job_progress.go index 77e46ab0b5..97184265b5 100644 --- a/internal/kms/data_key_version_destruction_job_progress.go +++ b/internal/kms/data_key_version_destruction_job_progress.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/data_key_version_destruction_job_progress_test.go b/internal/kms/data_key_version_destruction_job_progress_test.go index eae66c3046..94855c1b88 100644 --- a/internal/kms/data_key_version_destruction_job_progress_test.go +++ b/internal/kms/data_key_version_destruction_job_progress_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/data_key_version_destruction_job_run.go b/internal/kms/data_key_version_destruction_job_run.go index 548bbeab40..c6fa59feb7 100644 --- a/internal/kms/data_key_version_destruction_job_run.go +++ b/internal/kms/data_key_version_destruction_job_run.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/data_key_version_destruction_job_run_allowed_table_name.go b/internal/kms/data_key_version_destruction_job_run_allowed_table_name.go index 0e83bb8772..0b1149b64e 100644 --- a/internal/kms/data_key_version_destruction_job_run_allowed_table_name.go +++ b/internal/kms/data_key_version_destruction_job_run_allowed_table_name.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/data_key_version_destruction_job_run_allowed_table_name_test.go b/internal/kms/data_key_version_destruction_job_run_allowed_table_name_test.go index b6f61666ce..8eec9348d0 100644 --- a/internal/kms/data_key_version_destruction_job_run_allowed_table_name_test.go +++ b/internal/kms/data_key_version_destruction_job_run_allowed_table_name_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/data_key_version_destruction_job_run_test.go b/internal/kms/data_key_version_destruction_job_run_test.go index a4bd50edea..ee9b17267a 100644 --- a/internal/kms/data_key_version_destruction_job_run_test.go +++ b/internal/kms/data_key_version_destruction_job_run_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/data_key_version_destruction_job_test.go b/internal/kms/data_key_version_destruction_job_test.go index 6d1d0c86bc..573829978c 100644 --- a/internal/kms/data_key_version_destruction_job_test.go +++ b/internal/kms/data_key_version_destruction_job_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/external_wrappers.go b/internal/kms/external_wrappers.go index 5039309132..5826554499 100644 --- a/internal/kms/external_wrappers.go +++ b/internal/kms/external_wrappers.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/external_wrappers_test.go b/internal/kms/external_wrappers_test.go index ac71a8d023..3818113cb6 100644 --- a/internal/kms/external_wrappers_test.go +++ b/internal/kms/external_wrappers_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/job/data_key_version_destruction_monitor_job.go b/internal/kms/job/data_key_version_destruction_monitor_job.go index 4b6ee28ad2..c023d35147 100644 --- a/internal/kms/job/data_key_version_destruction_monitor_job.go +++ b/internal/kms/job/data_key_version_destruction_monitor_job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/kms/job/data_key_version_destruction_monitor_job_test.go b/internal/kms/job/data_key_version_destruction_monitor_job_test.go index 145889ae93..d68e44c509 100644 --- a/internal/kms/job/data_key_version_destruction_monitor_job_test.go +++ b/internal/kms/job/data_key_version_destruction_monitor_job_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/kms/job/job.go b/internal/kms/job/job.go index e5762d2aac..1bb4a5dd20 100644 --- a/internal/kms/job/job.go +++ b/internal/kms/job/job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/kms/job/job_test.go b/internal/kms/job/job_test.go index 2bfbea5fe5..585dfba6f2 100644 --- a/internal/kms/job/job_test.go +++ b/internal/kms/job/job_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/kms/job/table_rewrapping_job.go b/internal/kms/job/table_rewrapping_job.go index 34fcc5c0d9..9f79883259 100644 --- a/internal/kms/job/table_rewrapping_job.go +++ b/internal/kms/job/table_rewrapping_job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/kms/job/table_rewrapping_job_test.go b/internal/kms/job/table_rewrapping_job_test.go index 24a8d58994..e274a0350c 100644 --- a/internal/kms/job/table_rewrapping_job_test.go +++ b/internal/kms/job/table_rewrapping_job_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/kms/kms.go b/internal/kms/kms.go index 41b642c526..8713596b85 100644 --- a/internal/kms/kms.go +++ b/internal/kms/kms.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/kms_ext_test.go b/internal/kms/kms_ext_test.go index c8ecd7e792..a033ef33ab 100644 --- a/internal/kms/kms_ext_test.go +++ b/internal/kms/kms_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms_test diff --git a/internal/kms/kms_test.go b/internal/kms/kms_test.go index 95316e9dff..b428b39fbd 100644 --- a/internal/kms/kms_test.go +++ b/internal/kms/kms_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/option_test.go b/internal/kms/option_test.go index 95d3d55b7f..aee52917d1 100644 --- a/internal/kms/option_test.go +++ b/internal/kms/option_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/options.go b/internal/kms/options.go index 74d744f6e3..0a6d48fb79 100644 --- a/internal/kms/options.go +++ b/internal/kms/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/query.go b/internal/kms/query.go index 60dd5e0779..1a70d8fbb7 100644 --- a/internal/kms/query.go +++ b/internal/kms/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/rewrapping.go b/internal/kms/rewrapping.go index 87daadd10d..c236c93555 100644 --- a/internal/kms/rewrapping.go +++ b/internal/kms/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/kms/store/audit_key.pb.go b/internal/kms/store/audit_key.pb.go index 73057be03a..923ff98467 100644 --- a/internal/kms/store/audit_key.pb.go +++ b/internal/kms/store/audit_key.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/store/data_key_version_destruction_job.pb.go b/internal/kms/store/data_key_version_destruction_job.pb.go index b4a27ccb1f..87de7e3554 100644 --- a/internal/kms/store/data_key_version_destruction_job.pb.go +++ b/internal/kms/store/data_key_version_destruction_job.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/store/data_key_version_destruction_job_progress.pb.go b/internal/kms/store/data_key_version_destruction_job_progress.pb.go index 2b2a5e228b..a173b09367 100644 --- a/internal/kms/store/data_key_version_destruction_job_progress.pb.go +++ b/internal/kms/store/data_key_version_destruction_job_progress.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/store/data_key_version_destruction_job_run.pb.go b/internal/kms/store/data_key_version_destruction_job_run.pb.go index 53040e296f..923277e65d 100644 --- a/internal/kms/store/data_key_version_destruction_job_run.pb.go +++ b/internal/kms/store/data_key_version_destruction_job_run.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/store/data_key_version_destruction_job_run_allowed_table_name.pb.go b/internal/kms/store/data_key_version_destruction_job_run_allowed_table_name.pb.go index 8137c033fa..efd56fe2bf 100644 --- a/internal/kms/store/data_key_version_destruction_job_run_allowed_table_name.pb.go +++ b/internal/kms/store/data_key_version_destruction_job_run_allowed_table_name.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/store/database_key.pb.go b/internal/kms/store/database_key.pb.go index b4a823f85a..da1f9a083c 100644 --- a/internal/kms/store/database_key.pb.go +++ b/internal/kms/store/database_key.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/store/oidc_key.pb.go b/internal/kms/store/oidc_key.pb.go index d087203f1f..831d1b9d11 100644 --- a/internal/kms/store/oidc_key.pb.go +++ b/internal/kms/store/oidc_key.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/store/oplog_key.pb.go b/internal/kms/store/oplog_key.pb.go index 5a86bd07fb..4cdc317ffb 100644 --- a/internal/kms/store/oplog_key.pb.go +++ b/internal/kms/store/oplog_key.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/store/root_key.pb.go b/internal/kms/store/root_key.pb.go index 34c97793fe..14be2cc9e6 100644 --- a/internal/kms/store/root_key.pb.go +++ b/internal/kms/store/root_key.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/store/session_key.pb.go b/internal/kms/store/session_key.pb.go index e512d145bb..9e37557804 100644 --- a/internal/kms/store/session_key.pb.go +++ b/internal/kms/store/session_key.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/store/token_key.pb.go b/internal/kms/store/token_key.pb.go index 5ca408aec4..5bcc9e95c1 100644 --- a/internal/kms/store/token_key.pb.go +++ b/internal/kms/store/token_key.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/kms/testing.go b/internal/kms/testing.go index cf2c3468c9..88f008bbf2 100644 --- a/internal/kms/testing.go +++ b/internal/kms/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms diff --git a/internal/libs/crypto/derived_reader.go b/internal/libs/crypto/derived_reader.go index 154de13d71..2698056bea 100644 --- a/internal/libs/crypto/derived_reader.go +++ b/internal/libs/crypto/derived_reader.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package crypto diff --git a/internal/libs/crypto/derived_reader_test.go b/internal/libs/crypto/derived_reader_test.go index fabe9e2268..89c746affb 100644 --- a/internal/libs/crypto/derived_reader_test.go +++ b/internal/libs/crypto/derived_reader_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package crypto diff --git a/internal/libs/crypto/error.go b/internal/libs/crypto/error.go index f6ffa1727b..2deaf0d7b0 100644 --- a/internal/libs/crypto/error.go +++ b/internal/libs/crypto/error.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package crypto diff --git a/internal/libs/crypto/hmac_sha256.go b/internal/libs/crypto/hmac_sha256.go index 26a2b7e138..344b5c4a61 100644 --- a/internal/libs/crypto/hmac_sha256.go +++ b/internal/libs/crypto/hmac_sha256.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package crypto diff --git a/internal/libs/crypto/hmac_sha256_test.go b/internal/libs/crypto/hmac_sha256_test.go index c869de370b..03e1681213 100644 --- a/internal/libs/crypto/hmac_sha256_test.go +++ b/internal/libs/crypto/hmac_sha256_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package crypto diff --git a/internal/libs/crypto/options.go b/internal/libs/crypto/options.go index 6626f95a3e..be450443f0 100644 --- a/internal/libs/crypto/options.go +++ b/internal/libs/crypto/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package crypto diff --git a/internal/libs/crypto/options_test.go b/internal/libs/crypto/options_test.go index db8b131b53..f2c4de97a9 100644 --- a/internal/libs/crypto/options_test.go +++ b/internal/libs/crypto/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package crypto diff --git a/internal/libs/crypto/testing.go b/internal/libs/crypto/testing.go index 0b98d8b1b7..46575d6438 100644 --- a/internal/libs/crypto/testing.go +++ b/internal/libs/crypto/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package crypto diff --git a/internal/libs/endpoint/doc.go b/internal/libs/endpoint/doc.go index 155b631973..b99dd0150f 100644 --- a/internal/libs/endpoint/doc.go +++ b/internal/libs/endpoint/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package endpoint diff --git a/internal/libs/endpoint/matcher.go b/internal/libs/endpoint/matcher.go index 1aba2d71a3..7982b11837 100644 --- a/internal/libs/endpoint/matcher.go +++ b/internal/libs/endpoint/matcher.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package endpoint diff --git a/internal/libs/endpoint/matcher_test.go b/internal/libs/endpoint/matcher_test.go index c43f5766c8..932ec4ae0e 100644 --- a/internal/libs/endpoint/matcher_test.go +++ b/internal/libs/endpoint/matcher_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package endpoint diff --git a/internal/libs/endpoint/option.go b/internal/libs/endpoint/option.go index cd8949bf31..ec33efb2ad 100644 --- a/internal/libs/endpoint/option.go +++ b/internal/libs/endpoint/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package endpoint diff --git a/internal/libs/endpoint/options_test.go b/internal/libs/endpoint/options_test.go index b67b7b2eb6..40774ab04c 100644 --- a/internal/libs/endpoint/options_test.go +++ b/internal/libs/endpoint/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package endpoint diff --git a/internal/libs/endpoint/preferencer.go b/internal/libs/endpoint/preferencer.go index fec91602c9..db2a018512 100644 --- a/internal/libs/endpoint/preferencer.go +++ b/internal/libs/endpoint/preferencer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package endpoint diff --git a/internal/libs/endpoint/preferencer_test.go b/internal/libs/endpoint/preferencer_test.go index 645f101aa3..4b052ee9c8 100644 --- a/internal/libs/endpoint/preferencer_test.go +++ b/internal/libs/endpoint/preferencer_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package endpoint diff --git a/internal/libs/patchstruct/patchstruct.go b/internal/libs/patchstruct/patchstruct.go index ec4aa627a4..dbc9297740 100644 --- a/internal/libs/patchstruct/patchstruct.go +++ b/internal/libs/patchstruct/patchstruct.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package patchstruct diff --git a/internal/libs/patchstruct/patchstruct_test.go b/internal/libs/patchstruct/patchstruct_test.go index 9916248dc2..253942a183 100644 --- a/internal/libs/patchstruct/patchstruct_test.go +++ b/internal/libs/patchstruct/patchstruct_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package patchstruct diff --git a/internal/listtoken/item.go b/internal/listtoken/item.go index 58c3c027a0..0dbacbed42 100644 --- a/internal/listtoken/item.go +++ b/internal/listtoken/item.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package listtoken diff --git a/internal/listtoken/item_test.go b/internal/listtoken/item_test.go index c8017ca2f9..70691f8530 100644 --- a/internal/listtoken/item_test.go +++ b/internal/listtoken/item_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package listtoken_test diff --git a/internal/listtoken/list_token.go b/internal/listtoken/list_token.go index 825e27599a..72dc9879c7 100644 --- a/internal/listtoken/list_token.go +++ b/internal/listtoken/list_token.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package listtoken encapsulates domain logic surrounding diff --git a/internal/listtoken/list_token_test.go b/internal/listtoken/list_token_test.go index f83b6acc62..19962567fe 100644 --- a/internal/listtoken/list_token_test.go +++ b/internal/listtoken/list_token_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package listtoken_test diff --git a/internal/oplog/any_operation.pb.go b/internal/oplog/any_operation.pb.go index 8d6364b4bb..980f4297bb 100644 --- a/internal/oplog/any_operation.pb.go +++ b/internal/oplog/any_operation.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/oplog/docs.go b/internal/oplog/docs.go index 85b9b998b9..ac5da29769 100644 --- a/internal/oplog/docs.go +++ b/internal/oplog/docs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package oplog is a package for writing operational log (oplog) entries for diff --git a/internal/oplog/immutable_fields_test.go b/internal/oplog/immutable_fields_test.go index b8f0980e31..46e265d097 100644 --- a/internal/oplog/immutable_fields_test.go +++ b/internal/oplog/immutable_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/oplog.go b/internal/oplog/oplog.go index a8525d87ae..1763205bdd 100644 --- a/internal/oplog/oplog.go +++ b/internal/oplog/oplog.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/oplog_test.go b/internal/oplog/oplog_test.go index 0df2c2d3f8..783639a81f 100644 --- a/internal/oplog/oplog_test.go +++ b/internal/oplog/oplog_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/oplog_test/db.go b/internal/oplog/oplog_test/db.go index c633cedd21..3e4f513614 100644 --- a/internal/oplog/oplog_test/db.go +++ b/internal/oplog/oplog_test/db.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package oplog_test provides some gorm helper funcs for testing oplog database integrations diff --git a/internal/oplog/oplog_test/oplog_test.pb.go b/internal/oplog/oplog_test/oplog_test.pb.go index fa4c75fc91..891d569b3a 100644 --- a/internal/oplog/oplog_test/oplog_test.pb.go +++ b/internal/oplog/oplog_test/oplog_test.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/oplog/options.go b/internal/oplog/options.go index 44dc53eadb..b01a4efea5 100644 --- a/internal/oplog/options.go +++ b/internal/oplog/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/options_test.go b/internal/oplog/options_test.go index 45867ddc63..f525601792 100644 --- a/internal/oplog/options_test.go +++ b/internal/oplog/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/queue.go b/internal/oplog/queue.go index 3146410aaf..062aad0166 100644 --- a/internal/oplog/queue.go +++ b/internal/oplog/queue.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/queue_test.go b/internal/oplog/queue_test.go index c93ed1c75a..9b78f6210e 100644 --- a/internal/oplog/queue_test.go +++ b/internal/oplog/queue_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/replayable.go b/internal/oplog/replayable.go index b552ee642d..295cab31df 100644 --- a/internal/oplog/replayable.go +++ b/internal/oplog/replayable.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/store/doc.go b/internal/oplog/store/doc.go index d1fcbb8515..2f97902fa1 100644 --- a/internal/oplog/store/doc.go +++ b/internal/oplog/store/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package store provides storage types/behavior for the oplog diff --git a/internal/oplog/store/oplog.pb.go b/internal/oplog/store/oplog.pb.go index 03de4c08a5..7a94dadf67 100644 --- a/internal/oplog/store/oplog.pb.go +++ b/internal/oplog/store/oplog.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/oplog/store/oplog_entry.go b/internal/oplog/store/oplog_entry.go index 8843617ec2..11a63246f8 100644 --- a/internal/oplog/store/oplog_entry.go +++ b/internal/oplog/store/oplog_entry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package store diff --git a/internal/oplog/testing.go b/internal/oplog/testing.go index 3190e4c44c..3ac00ca2b9 100644 --- a/internal/oplog/testing.go +++ b/internal/oplog/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/testing_test.go b/internal/oplog/testing_test.go index fe44deedf1..d6f1726ccf 100644 --- a/internal/oplog/testing_test.go +++ b/internal/oplog/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/ticketer.go b/internal/oplog/ticketer.go index 848513910f..014cd23028 100644 --- a/internal/oplog/ticketer.go +++ b/internal/oplog/ticketer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/ticketer_test.go b/internal/oplog/ticketer_test.go index 45c4da36dd..526f107dad 100644 --- a/internal/oplog/ticketer_test.go +++ b/internal/oplog/ticketer_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/type_catalog.go b/internal/oplog/type_catalog.go index f195159c4e..3c4dec0795 100644 --- a/internal/oplog/type_catalog.go +++ b/internal/oplog/type_catalog.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/type_catalog_test.go b/internal/oplog/type_catalog_test.go index 672d37d175..a9b35016d1 100644 --- a/internal/oplog/type_catalog_test.go +++ b/internal/oplog/type_catalog_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/writer.go b/internal/oplog/writer.go index c87be13360..ed0dbe131a 100644 --- a/internal/oplog/writer.go +++ b/internal/oplog/writer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/oplog/writer_test.go b/internal/oplog/writer_test.go index 03cb9599cb..a1574d91fe 100644 --- a/internal/oplog/writer_test.go +++ b/internal/oplog/writer_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package oplog diff --git a/internal/pagination/doc.go b/internal/pagination/doc.go index 33bd1b5d7c..1d9138670d 100644 --- a/internal/pagination/doc.go +++ b/internal/pagination/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package pagination implements generic functions for paginating diff --git a/internal/pagination/example_test.go b/internal/pagination/example_test.go index 2be3c92143..e3f57b1624 100644 --- a/internal/pagination/example_test.go +++ b/internal/pagination/example_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package pagination_test diff --git a/internal/pagination/item.go b/internal/pagination/item.go index dd09887fdb..6f7e9f574b 100644 --- a/internal/pagination/item.go +++ b/internal/pagination/item.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package pagination diff --git a/internal/pagination/pagination.go b/internal/pagination/pagination.go index 0d3501b592..ac991068e2 100644 --- a/internal/pagination/pagination.go +++ b/internal/pagination/pagination.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package pagination diff --git a/internal/pagination/pagination_test.go b/internal/pagination/pagination_test.go index 1077b7dfdb..8a6c815e35 100644 --- a/internal/pagination/pagination_test.go +++ b/internal/pagination/pagination_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package pagination diff --git a/internal/pagination/plugin/pagination_plugin.go b/internal/pagination/plugin/pagination_plugin.go index 477b48ba4a..4766356cc8 100644 --- a/internal/pagination/plugin/pagination_plugin.go +++ b/internal/pagination/plugin/pagination_plugin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/pagination/plugin/pagination_plugin_test.go b/internal/pagination/plugin/pagination_plugin_test.go index 694e74e4b8..5aa740f4a4 100644 --- a/internal/pagination/plugin/pagination_plugin_test.go +++ b/internal/pagination/plugin/pagination_plugin_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/pagination/plugin/pagination_plugins.go b/internal/pagination/plugin/pagination_plugins.go index 00f2173409..09b29d30c2 100644 --- a/internal/pagination/plugin/pagination_plugins.go +++ b/internal/pagination/plugin/pagination_plugins.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/pagination/plugin/pagination_plugins_test.go b/internal/pagination/plugin/pagination_plugins_test.go index 60ee15c0e5..8b84f0feee 100644 --- a/internal/pagination/plugin/pagination_plugins_test.go +++ b/internal/pagination/plugin/pagination_plugins_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/pagination/purge/purge.go b/internal/pagination/purge/purge.go index 0631daaffe..ecc5585182 100644 --- a/internal/pagination/purge/purge.go +++ b/internal/pagination/purge/purge.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package purge implements a scheduler job used to purge old diff --git a/internal/pagination/purge/purge_job.go b/internal/pagination/purge/purge_job.go index 4733adfcf0..46df4bcb9c 100644 --- a/internal/pagination/purge/purge_job.go +++ b/internal/pagination/purge/purge_job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package purge diff --git a/internal/pagination/purge/purge_test.go b/internal/pagination/purge/purge_test.go index ba21d1d810..788b15f0c1 100644 --- a/internal/pagination/purge/purge_test.go +++ b/internal/pagination/purge/purge_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package purge diff --git a/internal/pagination/purge/query.go b/internal/pagination/purge/query.go index e51f40f1f5..ac14c60823 100644 --- a/internal/pagination/purge/query.go +++ b/internal/pagination/purge/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package purge diff --git a/internal/perms/acl.go b/internal/perms/acl.go index 57ba667dba..bf2ff3f8ef 100644 --- a/internal/perms/acl.go +++ b/internal/perms/acl.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package perms diff --git a/internal/perms/acl_test.go b/internal/perms/acl_test.go index 0b1b426305..c4c3cfd68b 100644 --- a/internal/perms/acl_test.go +++ b/internal/perms/acl_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package perms diff --git a/internal/perms/doc.go b/internal/perms/doc.go index 13fb8d361c..d7d171363a 100644 --- a/internal/perms/doc.go +++ b/internal/perms/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/perms/grants.go b/internal/perms/grants.go index 84e6e12254..6b02d47ce4 100644 --- a/internal/perms/grants.go +++ b/internal/perms/grants.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package perms diff --git a/internal/perms/grants_schema.go b/internal/perms/grants_schema.go index a644c5efc2..cf8271c5c9 100644 --- a/internal/perms/grants_schema.go +++ b/internal/perms/grants_schema.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package perms diff --git a/internal/perms/grants_schema_test.go b/internal/perms/grants_schema_test.go index a5d277a10f..63f27bd117 100644 --- a/internal/perms/grants_schema_test.go +++ b/internal/perms/grants_schema_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package perms_test diff --git a/internal/perms/grants_test.go b/internal/perms/grants_test.go index c3256a6c23..553545647a 100644 --- a/internal/perms/grants_test.go +++ b/internal/perms/grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package perms diff --git a/internal/perms/option.go b/internal/perms/option.go index a5ccb6eea0..2e8397d257 100644 --- a/internal/perms/option.go +++ b/internal/perms/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package perms diff --git a/internal/perms/option_test.go b/internal/perms/option_test.go index 8ed16215a8..5a678599c9 100644 --- a/internal/perms/option_test.go +++ b/internal/perms/option_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package perms diff --git a/internal/perms/output_fields.go b/internal/perms/output_fields.go index d31318aced..5012910603 100644 --- a/internal/perms/output_fields.go +++ b/internal/perms/output_fields.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package perms diff --git a/internal/perms/output_fields_test.go b/internal/perms/output_fields_test.go index 04ea59f6ef..a032619eee 100644 --- a/internal/perms/output_fields_test.go +++ b/internal/perms/output_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package perms diff --git a/internal/plugin/doc.go b/internal/plugin/doc.go index d0b04f4584..d329903c56 100644 --- a/internal/plugin/doc.go +++ b/internal/plugin/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package plugin contains other packages related to the different plugin diff --git a/internal/plugin/ids.go b/internal/plugin/ids.go index cb02c262c0..6055925a1c 100644 --- a/internal/plugin/ids.go +++ b/internal/plugin/ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/immutable_fields_test.go b/internal/plugin/immutable_fields_test.go index bdb255cb63..03844d6863 100644 --- a/internal/plugin/immutable_fields_test.go +++ b/internal/plugin/immutable_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/loopback/client.go b/internal/plugin/loopback/client.go index 8400f092d5..3fa5285c2d 100644 --- a/internal/plugin/loopback/client.go +++ b/internal/plugin/loopback/client.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package loopback diff --git a/internal/plugin/loopback/const.go b/internal/plugin/loopback/const.go index 0db33debbd..d5f2895b25 100644 --- a/internal/plugin/loopback/const.go +++ b/internal/plugin/loopback/const.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package loopback diff --git a/internal/plugin/loopback/host.go b/internal/plugin/loopback/host.go index 39407ff545..1bcb0fc786 100644 --- a/internal/plugin/loopback/host.go +++ b/internal/plugin/loopback/host.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package loopback diff --git a/internal/plugin/loopback/host_test.go b/internal/plugin/loopback/host_test.go index d98c50f320..3b26dc12bc 100644 --- a/internal/plugin/loopback/host_test.go +++ b/internal/plugin/loopback/host_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package loopback diff --git a/internal/plugin/loopback/loopback.go b/internal/plugin/loopback/loopback.go index 763b8c2aef..ce20870555 100644 --- a/internal/plugin/loopback/loopback.go +++ b/internal/plugin/loopback/loopback.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package loopback diff --git a/internal/plugin/loopback/options.go b/internal/plugin/loopback/options.go index 585b8157b0..d4b6ddd106 100644 --- a/internal/plugin/loopback/options.go +++ b/internal/plugin/loopback/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package loopback diff --git a/internal/plugin/loopback/storage.go b/internal/plugin/loopback/storage.go index 23b69ae484..d07c1bcaf7 100644 --- a/internal/plugin/loopback/storage.go +++ b/internal/plugin/loopback/storage.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package loopback diff --git a/internal/plugin/loopback/storage_test.go b/internal/plugin/loopback/storage_test.go index 9eabc74caf..adffb477db 100644 --- a/internal/plugin/loopback/storage_test.go +++ b/internal/plugin/loopback/storage_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package loopback diff --git a/internal/plugin/loopback/testing_grpc_stream.go b/internal/plugin/loopback/testing_grpc_stream.go index 56594bc8f0..4ae069163c 100644 --- a/internal/plugin/loopback/testing_grpc_stream.go +++ b/internal/plugin/loopback/testing_grpc_stream.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package loopback diff --git a/internal/plugin/loopback/testing_grpc_stream_test.go b/internal/plugin/loopback/testing_grpc_stream_test.go index ff5df2e47f..a9f2a63349 100644 --- a/internal/plugin/loopback/testing_grpc_stream_test.go +++ b/internal/plugin/loopback/testing_grpc_stream_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package loopback diff --git a/internal/plugin/options.go b/internal/plugin/options.go index 101c7a0ce4..b77339c1b9 100644 --- a/internal/plugin/options.go +++ b/internal/plugin/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/options_test.go b/internal/plugin/options_test.go index 775c9ccc49..a9ad232bda 100644 --- a/internal/plugin/options_test.go +++ b/internal/plugin/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/plugin.go b/internal/plugin/plugin.go index 7c9e8c03eb..b7f1676941 100644 --- a/internal/plugin/plugin.go +++ b/internal/plugin/plugin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/plugin_test.go b/internal/plugin/plugin_test.go index 219d615e39..2b82396628 100644 --- a/internal/plugin/plugin_test.go +++ b/internal/plugin/plugin_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/repository.go b/internal/plugin/repository.go index 6ac8104c2d..461e6e494f 100644 --- a/internal/plugin/repository.go +++ b/internal/plugin/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/repository_plugin.go b/internal/plugin/repository_plugin.go index a855aa0432..66fec7031a 100644 --- a/internal/plugin/repository_plugin.go +++ b/internal/plugin/repository_plugin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/repository_plugin_test.go b/internal/plugin/repository_plugin_test.go index 7d6377d449..96ca4bfd3a 100644 --- a/internal/plugin/repository_plugin_test.go +++ b/internal/plugin/repository_plugin_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/repository_test.go b/internal/plugin/repository_test.go index 3493c99cb5..c51686b88b 100644 --- a/internal/plugin/repository_test.go +++ b/internal/plugin/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/store/plugin.pb.go b/internal/plugin/store/plugin.pb.go index 869ddd523a..90ee896f95 100644 --- a/internal/plugin/store/plugin.pb.go +++ b/internal/plugin/store/plugin.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/plugin/testing.go b/internal/plugin/testing.go index cbb1be046c..4949eed5f8 100644 --- a/internal/plugin/testing.go +++ b/internal/plugin/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/testing_test.go b/internal/plugin/testing_test.go index 23e59461ed..aa58dd2ecb 100644 --- a/internal/plugin/testing_test.go +++ b/internal/plugin/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/policy/policy.go b/internal/policy/policy.go index a0addcdee0..55d02bbde7 100644 --- a/internal/policy/policy.go +++ b/internal/policy/policy.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package policy diff --git a/internal/policy/storage/store/policy.pb.go b/internal/policy/storage/store/policy.pb.go index 81876f3f96..1e4a4d663d 100644 --- a/internal/policy/storage/store/policy.pb.go +++ b/internal/policy/storage/store/policy.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/policy/store/policy.pb.go b/internal/policy/store/policy.pb.go index 6a5556bb54..ed768c6792 100644 --- a/internal/policy/store/policy.pb.go +++ b/internal/policy/store/policy.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/proto/buf.breaking.json.yaml b/internal/proto/buf.breaking.json.yaml index 282e7eecd4..e760905d1f 100644 --- a/internal/proto/buf.breaking.json.yaml +++ b/internal/proto/buf.breaking.json.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This file defines the breaking change configuration we use for diff --git a/internal/proto/buf.breaking.wire.yaml b/internal/proto/buf.breaking.wire.yaml index 5a574bef0d..10520ff09e 100644 --- a/internal/proto/buf.breaking.wire.yaml +++ b/internal/proto/buf.breaking.wire.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # This file defines the breaking change configuration we use for diff --git a/internal/proto/buf.yaml b/internal/proto/buf.yaml index 1645515719..78c77d3b04 100644 --- a/internal/proto/buf.yaml +++ b/internal/proto/buf.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 version: v1 diff --git a/internal/proto/controller/api/LICENSE b/internal/proto/controller/api/LICENSE index f7c7f7a3c2..72f563939f 100644 --- a/internal/proto/controller/api/LICENSE +++ b/internal/proto/controller/api/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2020, 2025 +Copyright IBM Corp. 2020, 2026 Mozilla Public License, version 2.0 diff --git a/internal/proto/controller/api/resources/accounts/v1/account.proto b/internal/proto/controller/api/resources/accounts/v1/account.proto index ef80bd009b..85eb4152ff 100644 --- a/internal/proto/controller/api/resources/accounts/v1/account.proto +++ b/internal/proto/controller/api/resources/accounts/v1/account.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/aliases/v1/alias.proto b/internal/proto/controller/api/resources/aliases/v1/alias.proto index 948d500299..89e6b0f450 100644 --- a/internal/proto/controller/api/resources/aliases/v1/alias.proto +++ b/internal/proto/controller/api/resources/aliases/v1/alias.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/authmethods/v1/auth_method.proto b/internal/proto/controller/api/resources/authmethods/v1/auth_method.proto index 5d3ea2c651..d44b614384 100644 --- a/internal/proto/controller/api/resources/authmethods/v1/auth_method.proto +++ b/internal/proto/controller/api/resources/authmethods/v1/auth_method.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/authtokens/v1/authtoken.proto b/internal/proto/controller/api/resources/authtokens/v1/authtoken.proto index de1c7c2403..2e13933410 100644 --- a/internal/proto/controller/api/resources/authtokens/v1/authtoken.proto +++ b/internal/proto/controller/api/resources/authtokens/v1/authtoken.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/billing/v1/billing.proto b/internal/proto/controller/api/resources/billing/v1/billing.proto index 5da349614e..3566a51053 100644 --- a/internal/proto/controller/api/resources/billing/v1/billing.proto +++ b/internal/proto/controller/api/resources/billing/v1/billing.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/credentiallibraries/v1/credential_library.proto b/internal/proto/controller/api/resources/credentiallibraries/v1/credential_library.proto index 7fb4b8cf3d..377c5569a5 100644 --- a/internal/proto/controller/api/resources/credentiallibraries/v1/credential_library.proto +++ b/internal/proto/controller/api/resources/credentiallibraries/v1/credential_library.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/credentials/v1/credential.proto b/internal/proto/controller/api/resources/credentials/v1/credential.proto index a7696b825f..17b2e3a47e 100644 --- a/internal/proto/controller/api/resources/credentials/v1/credential.proto +++ b/internal/proto/controller/api/resources/credentials/v1/credential.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/credentialstores/v1/credential_store.proto b/internal/proto/controller/api/resources/credentialstores/v1/credential_store.proto index 61faf51bbe..9c543a95af 100644 --- a/internal/proto/controller/api/resources/credentialstores/v1/credential_store.proto +++ b/internal/proto/controller/api/resources/credentialstores/v1/credential_store.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/groups/v1/group.proto b/internal/proto/controller/api/resources/groups/v1/group.proto index ef599635e7..962638bac5 100644 --- a/internal/proto/controller/api/resources/groups/v1/group.proto +++ b/internal/proto/controller/api/resources/groups/v1/group.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/hostcatalogs/v1/host_catalog.proto b/internal/proto/controller/api/resources/hostcatalogs/v1/host_catalog.proto index d35f6c8de7..94780ec582 100644 --- a/internal/proto/controller/api/resources/hostcatalogs/v1/host_catalog.proto +++ b/internal/proto/controller/api/resources/hostcatalogs/v1/host_catalog.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/hosts/v1/host.proto b/internal/proto/controller/api/resources/hosts/v1/host.proto index 9126698fd1..0babe67fb9 100644 --- a/internal/proto/controller/api/resources/hosts/v1/host.proto +++ b/internal/proto/controller/api/resources/hosts/v1/host.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/hostsets/v1/host_set.proto b/internal/proto/controller/api/resources/hostsets/v1/host_set.proto index 0502b8a5cb..382a363969 100644 --- a/internal/proto/controller/api/resources/hostsets/v1/host_set.proto +++ b/internal/proto/controller/api/resources/hostsets/v1/host_set.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/managedgroups/v1/managed_group.proto b/internal/proto/controller/api/resources/managedgroups/v1/managed_group.proto index 1e9e2a9aa8..b040129909 100644 --- a/internal/proto/controller/api/resources/managedgroups/v1/managed_group.proto +++ b/internal/proto/controller/api/resources/managedgroups/v1/managed_group.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/plugins/v1/plugin.proto b/internal/proto/controller/api/resources/plugins/v1/plugin.proto index 5ac00135dd..2a0f355f60 100644 --- a/internal/proto/controller/api/resources/plugins/v1/plugin.proto +++ b/internal/proto/controller/api/resources/plugins/v1/plugin.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/policies/v1/policy.proto b/internal/proto/controller/api/resources/policies/v1/policy.proto index b56e8812f4..f5e50adff9 100644 --- a/internal/proto/controller/api/resources/policies/v1/policy.proto +++ b/internal/proto/controller/api/resources/policies/v1/policy.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/roles/v1/role.proto b/internal/proto/controller/api/resources/roles/v1/role.proto index e972a41f6f..511c00cc30 100644 --- a/internal/proto/controller/api/resources/roles/v1/role.proto +++ b/internal/proto/controller/api/resources/roles/v1/role.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/scopes/v1/scope.proto b/internal/proto/controller/api/resources/scopes/v1/scope.proto index feba6767b9..3d191b1de7 100644 --- a/internal/proto/controller/api/resources/scopes/v1/scope.proto +++ b/internal/proto/controller/api/resources/scopes/v1/scope.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/sessionrecordings/v1/session_recording.proto b/internal/proto/controller/api/resources/sessionrecordings/v1/session_recording.proto index 9e84d3bc16..5382f89293 100644 --- a/internal/proto/controller/api/resources/sessionrecordings/v1/session_recording.proto +++ b/internal/proto/controller/api/resources/sessionrecordings/v1/session_recording.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/sessions/v1/session.proto b/internal/proto/controller/api/resources/sessions/v1/session.proto index 82a4e96ba3..0d767f379b 100644 --- a/internal/proto/controller/api/resources/sessions/v1/session.proto +++ b/internal/proto/controller/api/resources/sessions/v1/session.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/storagebuckets/v1/storage_bucket.proto b/internal/proto/controller/api/resources/storagebuckets/v1/storage_bucket.proto index 5251678450..3c6fb9e417 100644 --- a/internal/proto/controller/api/resources/storagebuckets/v1/storage_bucket.proto +++ b/internal/proto/controller/api/resources/storagebuckets/v1/storage_bucket.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/targets/v1/target.proto b/internal/proto/controller/api/resources/targets/v1/target.proto index 2e7eff7d02..68c3fdb2a2 100644 --- a/internal/proto/controller/api/resources/targets/v1/target.proto +++ b/internal/proto/controller/api/resources/targets/v1/target.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/users/v1/user.proto b/internal/proto/controller/api/resources/users/v1/user.proto index 4d0c2a1d98..b29a15ae51 100644 --- a/internal/proto/controller/api/resources/users/v1/user.proto +++ b/internal/proto/controller/api/resources/users/v1/user.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/resources/workers/v1/worker.proto b/internal/proto/controller/api/resources/workers/v1/worker.proto index c3a6390536..c9076cf47c 100644 --- a/internal/proto/controller/api/resources/workers/v1/worker.proto +++ b/internal/proto/controller/api/resources/workers/v1/worker.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/account_service.proto b/internal/proto/controller/api/services/v1/account_service.proto index 603bc40ee7..1a649cbc07 100644 --- a/internal/proto/controller/api/services/v1/account_service.proto +++ b/internal/proto/controller/api/services/v1/account_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/alias_service.proto b/internal/proto/controller/api/services/v1/alias_service.proto index f1cc619e5f..7eada79966 100644 --- a/internal/proto/controller/api/services/v1/alias_service.proto +++ b/internal/proto/controller/api/services/v1/alias_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/auth_method_service.proto b/internal/proto/controller/api/services/v1/auth_method_service.proto index 36b7b89611..9c8a88002a 100644 --- a/internal/proto/controller/api/services/v1/auth_method_service.proto +++ b/internal/proto/controller/api/services/v1/auth_method_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/authtokens_service.proto b/internal/proto/controller/api/services/v1/authtokens_service.proto index 6b48a5b72d..56ab9a9c95 100644 --- a/internal/proto/controller/api/services/v1/authtokens_service.proto +++ b/internal/proto/controller/api/services/v1/authtokens_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/billing_service.proto b/internal/proto/controller/api/services/v1/billing_service.proto index 6e071c90ae..a3a4cc57e5 100644 --- a/internal/proto/controller/api/services/v1/billing_service.proto +++ b/internal/proto/controller/api/services/v1/billing_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/credential_library_service.proto b/internal/proto/controller/api/services/v1/credential_library_service.proto index a9991a08eb..302ca252df 100644 --- a/internal/proto/controller/api/services/v1/credential_library_service.proto +++ b/internal/proto/controller/api/services/v1/credential_library_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/credential_service.proto b/internal/proto/controller/api/services/v1/credential_service.proto index 08e744fd1c..4f5145d59b 100644 --- a/internal/proto/controller/api/services/v1/credential_service.proto +++ b/internal/proto/controller/api/services/v1/credential_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/credential_store_service.proto b/internal/proto/controller/api/services/v1/credential_store_service.proto index a2a7371410..41562480bd 100644 --- a/internal/proto/controller/api/services/v1/credential_store_service.proto +++ b/internal/proto/controller/api/services/v1/credential_store_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/doc.proto b/internal/proto/controller/api/services/v1/doc.proto index 825094fec6..6568db7cff 100644 --- a/internal/proto/controller/api/services/v1/doc.proto +++ b/internal/proto/controller/api/services/v1/doc.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/group_service.proto b/internal/proto/controller/api/services/v1/group_service.proto index 3d9ba19812..0a174090cc 100644 --- a/internal/proto/controller/api/services/v1/group_service.proto +++ b/internal/proto/controller/api/services/v1/group_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/host_catalog_service.proto b/internal/proto/controller/api/services/v1/host_catalog_service.proto index 85ebc18bd7..aa1d1fe72c 100644 --- a/internal/proto/controller/api/services/v1/host_catalog_service.proto +++ b/internal/proto/controller/api/services/v1/host_catalog_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/host_service.proto b/internal/proto/controller/api/services/v1/host_service.proto index 5443965fec..d717ce0b8d 100644 --- a/internal/proto/controller/api/services/v1/host_service.proto +++ b/internal/proto/controller/api/services/v1/host_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/host_set_service.proto b/internal/proto/controller/api/services/v1/host_set_service.proto index 2fd3bab718..0665473bbd 100644 --- a/internal/proto/controller/api/services/v1/host_set_service.proto +++ b/internal/proto/controller/api/services/v1/host_set_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/list.proto b/internal/proto/controller/api/services/v1/list.proto index 4561bc550a..55b77a2638 100644 --- a/internal/proto/controller/api/services/v1/list.proto +++ b/internal/proto/controller/api/services/v1/list.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/managed_group_service.proto b/internal/proto/controller/api/services/v1/managed_group_service.proto index ae1bfb9e74..f9db928525 100644 --- a/internal/proto/controller/api/services/v1/managed_group_service.proto +++ b/internal/proto/controller/api/services/v1/managed_group_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/policy_service.proto b/internal/proto/controller/api/services/v1/policy_service.proto index 950952cdea..7c14e7b133 100644 --- a/internal/proto/controller/api/services/v1/policy_service.proto +++ b/internal/proto/controller/api/services/v1/policy_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/role_service.proto b/internal/proto/controller/api/services/v1/role_service.proto index 488208fbc7..9f1ff8990e 100644 --- a/internal/proto/controller/api/services/v1/role_service.proto +++ b/internal/proto/controller/api/services/v1/role_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/scope_service.proto b/internal/proto/controller/api/services/v1/scope_service.proto index 727d55b8f6..c5591ea2fc 100644 --- a/internal/proto/controller/api/services/v1/scope_service.proto +++ b/internal/proto/controller/api/services/v1/scope_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/session_recording_service.proto b/internal/proto/controller/api/services/v1/session_recording_service.proto index cac16ea7d7..19999f1d41 100644 --- a/internal/proto/controller/api/services/v1/session_recording_service.proto +++ b/internal/proto/controller/api/services/v1/session_recording_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/session_service.proto b/internal/proto/controller/api/services/v1/session_service.proto index 493a044fff..f86b585efd 100644 --- a/internal/proto/controller/api/services/v1/session_service.proto +++ b/internal/proto/controller/api/services/v1/session_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/storage_bucket_service.proto b/internal/proto/controller/api/services/v1/storage_bucket_service.proto index cb034c4c39..2c68c6483c 100644 --- a/internal/proto/controller/api/services/v1/storage_bucket_service.proto +++ b/internal/proto/controller/api/services/v1/storage_bucket_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/target_service.proto b/internal/proto/controller/api/services/v1/target_service.proto index e47b8c763f..e248d98b4a 100644 --- a/internal/proto/controller/api/services/v1/target_service.proto +++ b/internal/proto/controller/api/services/v1/target_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/user_service.proto b/internal/proto/controller/api/services/v1/user_service.proto index cc66012834..38d7f38b10 100644 --- a/internal/proto/controller/api/services/v1/user_service.proto +++ b/internal/proto/controller/api/services/v1/user_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/services/v1/worker_service.proto b/internal/proto/controller/api/services/v1/worker_service.proto index 06c1535b54..ef18c7533d 100644 --- a/internal/proto/controller/api/services/v1/worker_service.proto +++ b/internal/proto/controller/api/services/v1/worker_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/v1/empty_msg.proto b/internal/proto/controller/api/v1/empty_msg.proto index b7fe5f405f..f4fe2cbdc9 100644 --- a/internal/proto/controller/api/v1/empty_msg.proto +++ b/internal/proto/controller/api/v1/empty_msg.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/api/v1/error.proto b/internal/proto/controller/api/v1/error.proto index a399bdeb75..9646072150 100644 --- a/internal/proto/controller/api/v1/error.proto +++ b/internal/proto/controller/api/v1/error.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/auth/v1/auth.proto b/internal/proto/controller/auth/v1/auth.proto index 431d284a9f..2cf816de6d 100644 --- a/internal/proto/controller/auth/v1/auth.proto +++ b/internal/proto/controller/auth/v1/auth.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/custom_options/LICENSE b/internal/proto/controller/custom_options/LICENSE index f7c7f7a3c2..72f563939f 100644 --- a/internal/proto/controller/custom_options/LICENSE +++ b/internal/proto/controller/custom_options/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2020, 2025 +Copyright IBM Corp. 2020, 2026 Mozilla Public License, version 2.0 diff --git a/internal/proto/controller/custom_options/v1/options.proto b/internal/proto/controller/custom_options/v1/options.proto index dc746096c6..73115adbf6 100644 --- a/internal/proto/controller/custom_options/v1/options.proto +++ b/internal/proto/controller/custom_options/v1/options.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/custom_options/v1/testing.proto b/internal/proto/controller/custom_options/v1/testing.proto index 0fc081ac5c..4f800f9858 100644 --- a/internal/proto/controller/custom_options/v1/testing.proto +++ b/internal/proto/controller/custom_options/v1/testing.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/servers/services/v1/credential.proto b/internal/proto/controller/servers/services/v1/credential.proto index 84c29bda8c..bd36a0ad12 100644 --- a/internal/proto/controller/servers/services/v1/credential.proto +++ b/internal/proto/controller/servers/services/v1/credential.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/servers/services/v1/server_coordination_service.proto b/internal/proto/controller/servers/services/v1/server_coordination_service.proto index f9ba61745e..a64806b452 100644 --- a/internal/proto/controller/servers/services/v1/server_coordination_service.proto +++ b/internal/proto/controller/servers/services/v1/server_coordination_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/servers/services/v1/session_service.proto b/internal/proto/controller/servers/services/v1/session_service.proto index c8086dac2d..8a651a0a50 100644 --- a/internal/proto/controller/servers/services/v1/session_service.proto +++ b/internal/proto/controller/servers/services/v1/session_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/servers/services/v1/upstream_message_service.proto b/internal/proto/controller/servers/services/v1/upstream_message_service.proto index 2db3f3e063..fda070bb67 100644 --- a/internal/proto/controller/servers/services/v1/upstream_message_service.proto +++ b/internal/proto/controller/servers/services/v1/upstream_message_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 syntax = "proto3"; diff --git a/internal/proto/controller/servers/v1/servers.proto b/internal/proto/controller/servers/v1/servers.proto index cf3d58cc5b..9dbec8befc 100644 --- a/internal/proto/controller/servers/v1/servers.proto +++ b/internal/proto/controller/servers/v1/servers.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/alias/target/store/v1/alias.proto b/internal/proto/controller/storage/alias/target/store/v1/alias.proto index 64bdda4c7b..b34b8f7671 100644 --- a/internal/proto/controller/storage/alias/target/store/v1/alias.proto +++ b/internal/proto/controller/storage/alias/target/store/v1/alias.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/auth/ldap/store/v1/ldap.proto b/internal/proto/controller/storage/auth/ldap/store/v1/ldap.proto index 4c215f7fcd..0bb85ff5d0 100644 --- a/internal/proto/controller/storage/auth/ldap/store/v1/ldap.proto +++ b/internal/proto/controller/storage/auth/ldap/store/v1/ldap.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/auth/oidc/request/v1/request.proto b/internal/proto/controller/storage/auth/oidc/request/v1/request.proto index e9b83ac097..aa4afabcba 100644 --- a/internal/proto/controller/storage/auth/oidc/request/v1/request.proto +++ b/internal/proto/controller/storage/auth/oidc/request/v1/request.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/auth/oidc/store/v1/oidc.proto b/internal/proto/controller/storage/auth/oidc/store/v1/oidc.proto index dd059e6443..3c3b9ec77d 100644 --- a/internal/proto/controller/storage/auth/oidc/store/v1/oidc.proto +++ b/internal/proto/controller/storage/auth/oidc/store/v1/oidc.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/auth/password/store/v1/argon2.proto b/internal/proto/controller/storage/auth/password/store/v1/argon2.proto index 5ee72f2d06..fb379ae963 100644 --- a/internal/proto/controller/storage/auth/password/store/v1/argon2.proto +++ b/internal/proto/controller/storage/auth/password/store/v1/argon2.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/auth/password/store/v1/password.proto b/internal/proto/controller/storage/auth/password/store/v1/password.proto index b013963380..ce4276b2b3 100644 --- a/internal/proto/controller/storage/auth/password/store/v1/password.proto +++ b/internal/proto/controller/storage/auth/password/store/v1/password.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/auth/store/v1/account.proto b/internal/proto/controller/storage/auth/store/v1/account.proto index 323411ee51..64257e1b93 100644 --- a/internal/proto/controller/storage/auth/store/v1/account.proto +++ b/internal/proto/controller/storage/auth/store/v1/account.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/auth/store/v1/auth_method.proto b/internal/proto/controller/storage/auth/store/v1/auth_method.proto index 3ae72e16f3..d8a6b3c230 100644 --- a/internal/proto/controller/storage/auth/store/v1/auth_method.proto +++ b/internal/proto/controller/storage/auth/store/v1/auth_method.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/authtoken/store/v1/authtoken.proto b/internal/proto/controller/storage/authtoken/store/v1/authtoken.proto index 11609ae685..2fc5629952 100644 --- a/internal/proto/controller/storage/authtoken/store/v1/authtoken.proto +++ b/internal/proto/controller/storage/authtoken/store/v1/authtoken.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/credential/static/store/v1/static.proto b/internal/proto/controller/storage/credential/static/store/v1/static.proto index fd29fd1939..cc7bc040c0 100644 --- a/internal/proto/controller/storage/credential/static/store/v1/static.proto +++ b/internal/proto/controller/storage/credential/static/store/v1/static.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/credential/store/v1/credential.proto b/internal/proto/controller/storage/credential/store/v1/credential.proto index 7bdcdc8e54..78a86c0c4d 100644 --- a/internal/proto/controller/storage/credential/store/v1/credential.proto +++ b/internal/proto/controller/storage/credential/store/v1/credential.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/credential/vault/store/v1/vault.proto b/internal/proto/controller/storage/credential/vault/store/v1/vault.proto index 65cfafefa4..2236c28b15 100644 --- a/internal/proto/controller/storage/credential/vault/store/v1/vault.proto +++ b/internal/proto/controller/storage/credential/vault/store/v1/vault.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/db/db_test/v1/db_test.proto b/internal/proto/controller/storage/db/db_test/v1/db_test.proto index 2719ab01c7..959b09fed1 100644 --- a/internal/proto/controller/storage/db/db_test/v1/db_test.proto +++ b/internal/proto/controller/storage/db/db_test/v1/db_test.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/host/plugin/store/v1/host.proto b/internal/proto/controller/storage/host/plugin/store/v1/host.proto index 0000406f95..a3f668497e 100644 --- a/internal/proto/controller/storage/host/plugin/store/v1/host.proto +++ b/internal/proto/controller/storage/host/plugin/store/v1/host.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/host/static/store/v1/static.proto b/internal/proto/controller/storage/host/static/store/v1/static.proto index f192edaed6..c12c87e820 100644 --- a/internal/proto/controller/storage/host/static/store/v1/static.proto +++ b/internal/proto/controller/storage/host/static/store/v1/static.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/host/store/v1/host.proto b/internal/proto/controller/storage/host/store/v1/host.proto index 7d5a26b21f..a04f12a3d1 100644 --- a/internal/proto/controller/storage/host/store/v1/host.proto +++ b/internal/proto/controller/storage/host/store/v1/host.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/group.proto b/internal/proto/controller/storage/iam/store/v1/group.proto index 38dfea6070..a80b3e6131 100644 --- a/internal/proto/controller/storage/iam/store/v1/group.proto +++ b/internal/proto/controller/storage/iam/store/v1/group.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/group_member.proto b/internal/proto/controller/storage/iam/store/v1/group_member.proto index ad2d2b94b4..40f5917346 100644 --- a/internal/proto/controller/storage/iam/store/v1/group_member.proto +++ b/internal/proto/controller/storage/iam/store/v1/group_member.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/principal_role.proto b/internal/proto/controller/storage/iam/store/v1/principal_role.proto index 934a4ece09..5fc4a0472c 100644 --- a/internal/proto/controller/storage/iam/store/v1/principal_role.proto +++ b/internal/proto/controller/storage/iam/store/v1/principal_role.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/role.proto b/internal/proto/controller/storage/iam/store/v1/role.proto index a00e8dae32..caca3d4ec0 100644 --- a/internal/proto/controller/storage/iam/store/v1/role.proto +++ b/internal/proto/controller/storage/iam/store/v1/role.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/role_global.proto b/internal/proto/controller/storage/iam/store/v1/role_global.proto index 8a71abe5f2..148fec6fe6 100644 --- a/internal/proto/controller/storage/iam/store/v1/role_global.proto +++ b/internal/proto/controller/storage/iam/store/v1/role_global.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/role_global_individual_org_grant_scope.proto b/internal/proto/controller/storage/iam/store/v1/role_global_individual_org_grant_scope.proto index 92b1231ff9..0e4ef70350 100644 --- a/internal/proto/controller/storage/iam/store/v1/role_global_individual_org_grant_scope.proto +++ b/internal/proto/controller/storage/iam/store/v1/role_global_individual_org_grant_scope.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/role_global_individual_project_grant_scope.proto b/internal/proto/controller/storage/iam/store/v1/role_global_individual_project_grant_scope.proto index 0b8d90b396..eec0a6b2cc 100644 --- a/internal/proto/controller/storage/iam/store/v1/role_global_individual_project_grant_scope.proto +++ b/internal/proto/controller/storage/iam/store/v1/role_global_individual_project_grant_scope.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/role_grant.proto b/internal/proto/controller/storage/iam/store/v1/role_grant.proto index 89a3be66a2..0b1cec1bf5 100644 --- a/internal/proto/controller/storage/iam/store/v1/role_grant.proto +++ b/internal/proto/controller/storage/iam/store/v1/role_grant.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/role_grant_scope.proto b/internal/proto/controller/storage/iam/store/v1/role_grant_scope.proto index 203f4b36d6..57403bcba9 100644 --- a/internal/proto/controller/storage/iam/store/v1/role_grant_scope.proto +++ b/internal/proto/controller/storage/iam/store/v1/role_grant_scope.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/role_org.proto b/internal/proto/controller/storage/iam/store/v1/role_org.proto index 8817cbb422..0b6baba64e 100644 --- a/internal/proto/controller/storage/iam/store/v1/role_org.proto +++ b/internal/proto/controller/storage/iam/store/v1/role_org.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/role_org_individual_grant_scope.proto b/internal/proto/controller/storage/iam/store/v1/role_org_individual_grant_scope.proto index b08b0b9467..c49aeeb086 100644 --- a/internal/proto/controller/storage/iam/store/v1/role_org_individual_grant_scope.proto +++ b/internal/proto/controller/storage/iam/store/v1/role_org_individual_grant_scope.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/role_project.proto b/internal/proto/controller/storage/iam/store/v1/role_project.proto index 6a091e6450..7834a363b8 100644 --- a/internal/proto/controller/storage/iam/store/v1/role_project.proto +++ b/internal/proto/controller/storage/iam/store/v1/role_project.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/scope.proto b/internal/proto/controller/storage/iam/store/v1/scope.proto index f44289acd2..5a07b8ead5 100644 --- a/internal/proto/controller/storage/iam/store/v1/scope.proto +++ b/internal/proto/controller/storage/iam/store/v1/scope.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/iam/store/v1/user.proto b/internal/proto/controller/storage/iam/store/v1/user.proto index 2fd37ae719..a985f6fcb9 100644 --- a/internal/proto/controller/storage/iam/store/v1/user.proto +++ b/internal/proto/controller/storage/iam/store/v1/user.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/job/store/v1/job.proto b/internal/proto/controller/storage/job/store/v1/job.proto index c0746a1648..db45796718 100644 --- a/internal/proto/controller/storage/job/store/v1/job.proto +++ b/internal/proto/controller/storage/job/store/v1/job.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/audit_key.proto b/internal/proto/controller/storage/kms/store/v1/audit_key.proto index 76df619c01..377d811a5a 100644 --- a/internal/proto/controller/storage/kms/store/v1/audit_key.proto +++ b/internal/proto/controller/storage/kms/store/v1/audit_key.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job.proto b/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job.proto index e3164abbd7..fcaa7dd8e9 100644 --- a/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job.proto +++ b/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_progress.proto b/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_progress.proto index 54d2e98640..68ec0cbeb5 100644 --- a/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_progress.proto +++ b/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_progress.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_run.proto b/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_run.proto index f7712a35ab..0becdb763f 100644 --- a/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_run.proto +++ b/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_run.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_run_allowed_table_name.proto b/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_run_allowed_table_name.proto index a571eadcf8..ed62fcbe5e 100644 --- a/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_run_allowed_table_name.proto +++ b/internal/proto/controller/storage/kms/store/v1/data_key_version_destruction_job_run_allowed_table_name.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/database_key.proto b/internal/proto/controller/storage/kms/store/v1/database_key.proto index ae340852cf..1fc71b36d7 100644 --- a/internal/proto/controller/storage/kms/store/v1/database_key.proto +++ b/internal/proto/controller/storage/kms/store/v1/database_key.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/oidc_key.proto b/internal/proto/controller/storage/kms/store/v1/oidc_key.proto index 2b74a0354b..220ee33b1c 100644 --- a/internal/proto/controller/storage/kms/store/v1/oidc_key.proto +++ b/internal/proto/controller/storage/kms/store/v1/oidc_key.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/oplog_key.proto b/internal/proto/controller/storage/kms/store/v1/oplog_key.proto index 8f86c5e90f..701fc3dab8 100644 --- a/internal/proto/controller/storage/kms/store/v1/oplog_key.proto +++ b/internal/proto/controller/storage/kms/store/v1/oplog_key.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/root_key.proto b/internal/proto/controller/storage/kms/store/v1/root_key.proto index 7360dc5d5e..bdccddc918 100644 --- a/internal/proto/controller/storage/kms/store/v1/root_key.proto +++ b/internal/proto/controller/storage/kms/store/v1/root_key.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/session_key.proto b/internal/proto/controller/storage/kms/store/v1/session_key.proto index 8839678788..df3512b736 100644 --- a/internal/proto/controller/storage/kms/store/v1/session_key.proto +++ b/internal/proto/controller/storage/kms/store/v1/session_key.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/kms/store/v1/token_key.proto b/internal/proto/controller/storage/kms/store/v1/token_key.proto index 1463562157..805b707948 100644 --- a/internal/proto/controller/storage/kms/store/v1/token_key.proto +++ b/internal/proto/controller/storage/kms/store/v1/token_key.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/oplog/store/v1/oplog.proto b/internal/proto/controller/storage/oplog/store/v1/oplog.proto index 4e2223b9dc..6201a4ba85 100644 --- a/internal/proto/controller/storage/oplog/store/v1/oplog.proto +++ b/internal/proto/controller/storage/oplog/store/v1/oplog.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/oplog/test/v1/oplog_test.proto b/internal/proto/controller/storage/oplog/test/v1/oplog_test.proto index ea27201a8b..45885395a9 100644 --- a/internal/proto/controller/storage/oplog/test/v1/oplog_test.proto +++ b/internal/proto/controller/storage/oplog/test/v1/oplog_test.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/oplog/v1/any_operation.proto b/internal/proto/controller/storage/oplog/v1/any_operation.proto index 11ee1e2ff9..d3df0c21c6 100644 --- a/internal/proto/controller/storage/oplog/v1/any_operation.proto +++ b/internal/proto/controller/storage/oplog/v1/any_operation.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/plugin/store/v1/plugin.proto b/internal/proto/controller/storage/plugin/store/v1/plugin.proto index 5121e91765..917fd4e815 100644 --- a/internal/proto/controller/storage/plugin/store/v1/plugin.proto +++ b/internal/proto/controller/storage/plugin/store/v1/plugin.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/policy/storage/store/v1/policy.proto b/internal/proto/controller/storage/policy/storage/store/v1/policy.proto index cb75a5d762..91f139ca66 100644 --- a/internal/proto/controller/storage/policy/storage/store/v1/policy.proto +++ b/internal/proto/controller/storage/policy/storage/store/v1/policy.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/policy/store/v1/policy.proto b/internal/proto/controller/storage/policy/store/v1/policy.proto index 180fbd6657..7c601a11ef 100644 --- a/internal/proto/controller/storage/policy/store/v1/policy.proto +++ b/internal/proto/controller/storage/policy/store/v1/policy.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/servers/store/v1/controller.proto b/internal/proto/controller/storage/servers/store/v1/controller.proto index 5c3282af4a..d420d171df 100644 --- a/internal/proto/controller/storage/servers/store/v1/controller.proto +++ b/internal/proto/controller/storage/servers/store/v1/controller.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/servers/store/v1/root_certificate.proto b/internal/proto/controller/storage/servers/store/v1/root_certificate.proto index d56cb00151..534d076314 100644 --- a/internal/proto/controller/storage/servers/store/v1/root_certificate.proto +++ b/internal/proto/controller/storage/servers/store/v1/root_certificate.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/servers/store/v1/worker.proto b/internal/proto/controller/storage/servers/store/v1/worker.proto index 52cb25b070..12a1f2ba85 100644 --- a/internal/proto/controller/storage/servers/store/v1/worker.proto +++ b/internal/proto/controller/storage/servers/store/v1/worker.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/servers/store/v1/worker_auth.proto b/internal/proto/controller/storage/servers/store/v1/worker_auth.proto index 49ecba5123..f61aeb9a01 100644 --- a/internal/proto/controller/storage/servers/store/v1/worker_auth.proto +++ b/internal/proto/controller/storage/servers/store/v1/worker_auth.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/storage/plugin/store/v1/storage.proto b/internal/proto/controller/storage/storage/plugin/store/v1/storage.proto index e09fc4b04d..9195fd9256 100644 --- a/internal/proto/controller/storage/storage/plugin/store/v1/storage.proto +++ b/internal/proto/controller/storage/storage/plugin/store/v1/storage.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/target/store/v1/target.proto b/internal/proto/controller/storage/target/store/v1/target.proto index ad0e40e965..e1e9e33778 100644 --- a/internal/proto/controller/storage/target/store/v1/target.proto +++ b/internal/proto/controller/storage/target/store/v1/target.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/target/targettest/store/v1/target.proto b/internal/proto/controller/storage/target/targettest/store/v1/target.proto index 3ad2449975..f49751865f 100644 --- a/internal/proto/controller/storage/target/targettest/store/v1/target.proto +++ b/internal/proto/controller/storage/target/targettest/store/v1/target.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/target/tcp/store/v1/target.proto b/internal/proto/controller/storage/target/tcp/store/v1/target.proto index c4ce7d31a3..546260db49 100644 --- a/internal/proto/controller/storage/target/tcp/store/v1/target.proto +++ b/internal/proto/controller/storage/target/tcp/store/v1/target.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/storage/timestamp/v1/timestamp.proto b/internal/proto/controller/storage/timestamp/v1/timestamp.proto index 8adcb01e86..1eecd36e3f 100644 --- a/internal/proto/controller/storage/timestamp/v1/timestamp.proto +++ b/internal/proto/controller/storage/timestamp/v1/timestamp.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/controller/tokens/v1/tokens.proto b/internal/proto/controller/tokens/v1/tokens.proto index 60e3a093bd..f585a505c7 100644 --- a/internal/proto/controller/tokens/v1/tokens.proto +++ b/internal/proto/controller/tokens/v1/tokens.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/errors/v1/errors.proto b/internal/proto/errors/v1/errors.proto index 39aa338b88..ef49b4beb3 100644 --- a/internal/proto/errors/v1/errors.proto +++ b/internal/proto/errors/v1/errors.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/ops/services/v1/health_service.proto b/internal/proto/ops/services/v1/health_service.proto index 94d99bb7f8..b0077027a5 100644 --- a/internal/proto/ops/services/v1/health_service.proto +++ b/internal/proto/ops/services/v1/health_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/plugin/LICENSE b/internal/proto/plugin/LICENSE index f7c7f7a3c2..72f563939f 100644 --- a/internal/proto/plugin/LICENSE +++ b/internal/proto/plugin/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2020, 2025 +Copyright IBM Corp. 2020, 2026 Mozilla Public License, version 2.0 diff --git a/internal/proto/plugin/v1/host_plugin_service.proto b/internal/proto/plugin/v1/host_plugin_service.proto index 36e340965b..a774e52f27 100644 --- a/internal/proto/plugin/v1/host_plugin_service.proto +++ b/internal/proto/plugin/v1/host_plugin_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/plugin/v1/storage_plugin_service.proto b/internal/proto/plugin/v1/storage_plugin_service.proto index e96f4b72bf..d981ac015e 100644 --- a/internal/proto/plugin/v1/storage_plugin_service.proto +++ b/internal/proto/plugin/v1/storage_plugin_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/testing/attribute/v1/attribute.proto b/internal/proto/testing/attribute/v1/attribute.proto index b3d5507c0f..a86daac49f 100644 --- a/internal/proto/testing/attribute/v1/attribute.proto +++ b/internal/proto/testing/attribute/v1/attribute.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/testing/event/v1/event.proto b/internal/proto/testing/event/v1/event.proto index 260a015aa6..74697ca73c 100644 --- a/internal/proto/testing/event/v1/event.proto +++ b/internal/proto/testing/event/v1/event.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/testing/interceptor/v1/greeter.proto b/internal/proto/testing/interceptor/v1/greeter.proto index effe48f238..91f8a6dadb 100644 --- a/internal/proto/testing/interceptor/v1/greeter.proto +++ b/internal/proto/testing/interceptor/v1/greeter.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/testing/options/v1/service.proto b/internal/proto/testing/options/v1/service.proto index 580b49cf68..c212394032 100644 --- a/internal/proto/testing/options/v1/service.proto +++ b/internal/proto/testing/options/v1/service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/worker/health/v1/health_service.proto b/internal/proto/worker/health/v1/health_service.proto index 25ba97d986..d611763202 100644 --- a/internal/proto/worker/health/v1/health_service.proto +++ b/internal/proto/worker/health/v1/health_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/internal/proto/worker/proxy/v1/proxy.proto b/internal/proto/worker/proxy/v1/proxy.proto index 25ad5f54b1..68f6f39ab1 100644 --- a/internal/proto/worker/proxy/v1/proxy.proto +++ b/internal/proto/worker/proxy/v1/proxy.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/proto/worker/servers/services/v1/host_service.proto b/internal/proto/worker/servers/services/v1/host_service.proto index 06cd0ab402..cd723868d3 100644 --- a/internal/proto/worker/servers/services/v1/host_service.proto +++ b/internal/proto/worker/servers/services/v1/host_service.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/internal/ratelimit/config.go b/internal/ratelimit/config.go index a3eedee003..b39a1aee63 100644 --- a/internal/ratelimit/config.go +++ b/internal/ratelimit/config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ratelimit diff --git a/internal/ratelimit/config_test.go b/internal/ratelimit/config_test.go index 1c3505be33..501c473243 100644 --- a/internal/ratelimit/config_test.go +++ b/internal/ratelimit/config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ratelimit diff --git a/internal/ratelimit/doc.go b/internal/ratelimit/doc.go index 877426c6f4..8d333d817f 100644 --- a/internal/ratelimit/doc.go +++ b/internal/ratelimit/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package ratelimit provides the rate limit configuration and http middleware diff --git a/internal/ratelimit/handler.go b/internal/ratelimit/handler.go index 73cff690f2..5b2759639a 100644 --- a/internal/ratelimit/handler.go +++ b/internal/ratelimit/handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ratelimit diff --git a/internal/ratelimit/handler_test.go b/internal/ratelimit/handler_test.go index 7642036ee0..7e33fe2ea1 100644 --- a/internal/ratelimit/handler_test.go +++ b/internal/ratelimit/handler_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ratelimit_test diff --git a/internal/ratelimit/limiter.go b/internal/ratelimit/limiter.go index 88fe9f1323..57fcb71ec7 100644 --- a/internal/ratelimit/limiter.go +++ b/internal/ratelimit/limiter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ratelimit diff --git a/internal/ratelimit/metrics.go b/internal/ratelimit/metrics.go index 517dda8d0b..db64aad3ca 100644 --- a/internal/ratelimit/metrics.go +++ b/internal/ratelimit/metrics.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package ratelimit diff --git a/internal/recording/delete_session_recording_job.go b/internal/recording/delete_session_recording_job.go index 2279f57d15..8106d9e9c3 100644 --- a/internal/recording/delete_session_recording_job.go +++ b/internal/recording/delete_session_recording_job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package recording diff --git a/internal/recording/recording.go b/internal/recording/recording.go index 4d99c2877a..e828059438 100644 --- a/internal/recording/recording.go +++ b/internal/recording/recording.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package recording diff --git a/internal/recording/time.go b/internal/recording/time.go index 84babc93b1..c3f9c2cfb3 100644 --- a/internal/recording/time.go +++ b/internal/recording/time.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package recording diff --git a/internal/requests/options.go b/internal/requests/options.go index aa7d55698f..993e1a0460 100644 --- a/internal/requests/options.go +++ b/internal/requests/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package requests diff --git a/internal/requests/requests.go b/internal/requests/requests.go index 5a3f1fe96b..1ad32aeec8 100644 --- a/internal/requests/requests.go +++ b/internal/requests/requests.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package requests diff --git a/internal/requests/requests_test.go b/internal/requests/requests_test.go index d70843144b..28a6504fdf 100644 --- a/internal/requests/requests_test.go +++ b/internal/requests/requests_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package requests diff --git a/internal/scheduler/additional_verification_test.go b/internal/scheduler/additional_verification_test.go index 864412adf9..d9253fab0f 100644 --- a/internal/scheduler/additional_verification_test.go +++ b/internal/scheduler/additional_verification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scheduler diff --git a/internal/scheduler/batch/batch.go b/internal/scheduler/batch/batch.go index dc2c9e98fd..a4df7e05d7 100644 --- a/internal/scheduler/batch/batch.go +++ b/internal/scheduler/batch/batch.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/scheduler/batch/batch_test.go b/internal/scheduler/batch/batch_test.go index dda4ea7279..ebd892d7f3 100644 --- a/internal/scheduler/batch/batch_test.go +++ b/internal/scheduler/batch/batch_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package batch diff --git a/internal/scheduler/doc.go b/internal/scheduler/doc.go index cb7ae8a605..fa30b6932c 100644 --- a/internal/scheduler/doc.go +++ b/internal/scheduler/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package scheduler allows callers to register recurring jobs on the controller. The scheduler diff --git a/internal/scheduler/job.go b/internal/scheduler/job.go index 6f33c2c0c8..f4b9d1e4c4 100644 --- a/internal/scheduler/job.go +++ b/internal/scheduler/job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scheduler diff --git a/internal/scheduler/job/additional_verification_test.go b/internal/scheduler/job/additional_verification_test.go index 71557ebd83..178e731558 100644 --- a/internal/scheduler/job/additional_verification_test.go +++ b/internal/scheduler/job/additional_verification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/doc.go b/internal/scheduler/job/doc.go index 1ae9473b95..6983590a1d 100644 --- a/internal/scheduler/job/doc.go +++ b/internal/scheduler/job/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package job provides a Job and a Run struct suitable for persisting to diff --git a/internal/scheduler/job/immutable_fields_test.go b/internal/scheduler/job/immutable_fields_test.go index dbaebdc5fd..e80304e187 100644 --- a/internal/scheduler/job/immutable_fields_test.go +++ b/internal/scheduler/job/immutable_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/job.go b/internal/scheduler/job/job.go index 0021380fe5..e395cb2e66 100644 --- a/internal/scheduler/job/job.go +++ b/internal/scheduler/job/job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/job_test.go b/internal/scheduler/job/job_test.go index 7b8d6a5688..ce0f442263 100644 --- a/internal/scheduler/job/job_test.go +++ b/internal/scheduler/job/job_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/options.go b/internal/scheduler/job/options.go index 8c863e2819..ef41ecfb78 100644 --- a/internal/scheduler/job/options.go +++ b/internal/scheduler/job/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/options_test.go b/internal/scheduler/job/options_test.go index 66804bb777..523e5181e0 100644 --- a/internal/scheduler/job/options_test.go +++ b/internal/scheduler/job/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/query.go b/internal/scheduler/job/query.go index 314a05baab..063af90a0b 100644 --- a/internal/scheduler/job/query.go +++ b/internal/scheduler/job/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/repository.go b/internal/scheduler/job/repository.go index 679f9e0dd3..23c2150a5b 100644 --- a/internal/scheduler/job/repository.go +++ b/internal/scheduler/job/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/repository_job.go b/internal/scheduler/job/repository_job.go index 8479163a95..95e36bc825 100644 --- a/internal/scheduler/job/repository_job.go +++ b/internal/scheduler/job/repository_job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/repository_job_test.go b/internal/scheduler/job/repository_job_test.go index ebebe2ba1c..8732c1c1da 100644 --- a/internal/scheduler/job/repository_job_test.go +++ b/internal/scheduler/job/repository_job_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/repository_run.go b/internal/scheduler/job/repository_run.go index 9a24b2988d..e1cd6b0de2 100644 --- a/internal/scheduler/job/repository_run.go +++ b/internal/scheduler/job/repository_run.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/repository_run_test.go b/internal/scheduler/job/repository_run_test.go index 39489c3777..c549682f03 100644 --- a/internal/scheduler/job/repository_run_test.go +++ b/internal/scheduler/job/repository_run_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/repository_test.go b/internal/scheduler/job/repository_test.go index 084b015065..d028f2ee71 100644 --- a/internal/scheduler/job/repository_test.go +++ b/internal/scheduler/job/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/run.go b/internal/scheduler/job/run.go index 741798b6e2..c1ce1e44c1 100644 --- a/internal/scheduler/job/run.go +++ b/internal/scheduler/job/run.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/run_test.go b/internal/scheduler/job/run_test.go index 503dfad778..832cf44e8c 100644 --- a/internal/scheduler/job/run_test.go +++ b/internal/scheduler/job/run_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/status.go b/internal/scheduler/job/status.go index 2c7f37096b..2571bdd1d6 100644 --- a/internal/scheduler/job/status.go +++ b/internal/scheduler/job/status.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/store/job.pb.go b/internal/scheduler/job/store/job.pb.go index 31842f6850..371c9aa378 100644 --- a/internal/scheduler/job/store/job.pb.go +++ b/internal/scheduler/job/store/job.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/scheduler/job/testing.go b/internal/scheduler/job/testing.go index 4d1454c569..54a1a2ba0f 100644 --- a/internal/scheduler/job/testing.go +++ b/internal/scheduler/job/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/job/testing_test.go b/internal/scheduler/job/testing_test.go index 69af79677a..cfc8fe1826 100644 --- a/internal/scheduler/job/testing_test.go +++ b/internal/scheduler/job/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package job diff --git a/internal/scheduler/options.go b/internal/scheduler/options.go index 9c2e911e92..ad30bce292 100644 --- a/internal/scheduler/options.go +++ b/internal/scheduler/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scheduler diff --git a/internal/scheduler/options_test.go b/internal/scheduler/options_test.go index 7cac18be7b..36d04d210e 100644 --- a/internal/scheduler/options_test.go +++ b/internal/scheduler/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scheduler diff --git a/internal/scheduler/scheduler.go b/internal/scheduler/scheduler.go index 05f9ef90d3..3767984545 100644 --- a/internal/scheduler/scheduler.go +++ b/internal/scheduler/scheduler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scheduler diff --git a/internal/scheduler/scheduler_test.go b/internal/scheduler/scheduler_test.go index 820c14ab41..fd8ae8a9da 100644 --- a/internal/scheduler/scheduler_test.go +++ b/internal/scheduler/scheduler_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scheduler diff --git a/internal/scheduler/testing.go b/internal/scheduler/testing.go index 27894750d6..d02e12554b 100644 --- a/internal/scheduler/testing.go +++ b/internal/scheduler/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scheduler diff --git a/internal/server/controller.go b/internal/server/controller.go index 5e3746ff16..4c62f45190 100644 --- a/internal/server/controller.go +++ b/internal/server/controller.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/job/jobs.go b/internal/server/job/jobs.go index 47d2a92930..fd47ea2968 100644 --- a/internal/server/job/jobs.go +++ b/internal/server/job/jobs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package servers diff --git a/internal/server/job/options.go b/internal/server/job/options.go index 3f9f88a7a0..e1c3b37317 100644 --- a/internal/server/job/options.go +++ b/internal/server/job/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package servers diff --git a/internal/server/job/options_test.go b/internal/server/job/options_test.go index 8701482e21..a511462eab 100644 --- a/internal/server/job/options_test.go +++ b/internal/server/job/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package servers diff --git a/internal/server/job/rotate_roots_job.go b/internal/server/job/rotate_roots_job.go index 8b86ca7b9e..ed18d81b0d 100644 --- a/internal/server/job/rotate_roots_job.go +++ b/internal/server/job/rotate_roots_job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package servers diff --git a/internal/server/job/rotate_roots_job_test.go b/internal/server/job/rotate_roots_job_test.go index ef29f03831..0bbc019893 100644 --- a/internal/server/job/rotate_roots_job_test.go +++ b/internal/server/job/rotate_roots_job_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package servers diff --git a/internal/server/job/upsert_worker_storage_bucket_job.go b/internal/server/job/upsert_worker_storage_bucket_job.go index 167cb0ee62..799640326a 100644 --- a/internal/server/job/upsert_worker_storage_bucket_job.go +++ b/internal/server/job/upsert_worker_storage_bucket_job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package servers diff --git a/internal/server/options.go b/internal/server/options.go index b03524ab5d..2ae573e7fc 100644 --- a/internal/server/options.go +++ b/internal/server/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/options_test.go b/internal/server/options_test.go index 459bea811d..05b789b779 100644 --- a/internal/server/options_test.go +++ b/internal/server/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/public_ids.go b/internal/server/public_ids.go index 4a920ffa58..55b4f433e4 100644 --- a/internal/server/public_ids.go +++ b/internal/server/public_ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/query.go b/internal/server/query.go index 04a88a2472..9fb5e67c01 100644 --- a/internal/server/query.go +++ b/internal/server/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/repository.go b/internal/server/repository.go index f9b86f9254..9ed0425903 100644 --- a/internal/server/repository.go +++ b/internal/server/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/repository_controller.go b/internal/server/repository_controller.go index c5f73065d3..79a9830b93 100644 --- a/internal/server/repository_controller.go +++ b/internal/server/repository_controller.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/repository_controller_test.go b/internal/server/repository_controller_test.go index d207c0fa5c..68d0a6e455 100644 --- a/internal/server/repository_controller_test.go +++ b/internal/server/repository_controller_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/repository_nonce.go b/internal/server/repository_nonce.go index f1e7006492..7f26b84e4b 100644 --- a/internal/server/repository_nonce.go +++ b/internal/server/repository_nonce.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/repository_nonce_test.go b/internal/server/repository_nonce_test.go index 8fb8df4ee0..3172545ad9 100644 --- a/internal/server/repository_nonce_test.go +++ b/internal/server/repository_nonce_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server_test diff --git a/internal/server/repository_worker.go b/internal/server/repository_worker.go index e48012c5bd..9feee3b773 100644 --- a/internal/server/repository_worker.go +++ b/internal/server/repository_worker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/repository_worker_session_info.go b/internal/server/repository_worker_session_info.go index b45d681981..a9cc916310 100644 --- a/internal/server/repository_worker_session_info.go +++ b/internal/server/repository_worker_session_info.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/repository_worker_session_info_test.go b/internal/server/repository_worker_session_info_test.go index cf562d7d8f..9262a092ea 100644 --- a/internal/server/repository_worker_session_info_test.go +++ b/internal/server/repository_worker_session_info_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/repository_worker_storage_bucket_credential_state.go b/internal/server/repository_worker_storage_bucket_credential_state.go index bf2f49ac3d..307053b9a3 100644 --- a/internal/server/repository_worker_storage_bucket_credential_state.go +++ b/internal/server/repository_worker_storage_bucket_credential_state.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/repository_worker_test.go b/internal/server/repository_worker_test.go index 4cfb4704e2..857ec42f31 100644 --- a/internal/server/repository_worker_test.go +++ b/internal/server/repository_worker_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server_test diff --git a/internal/server/repository_workerauth.go b/internal/server/repository_workerauth.go index 80f2621c6f..fac7588020 100644 --- a/internal/server/repository_workerauth.go +++ b/internal/server/repository_workerauth.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/repository_workerauth_test.go b/internal/server/repository_workerauth_test.go index 9b4f772a08..c0da14521f 100644 --- a/internal/server/repository_workerauth_test.go +++ b/internal/server/repository_workerauth_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/rewrapping.go b/internal/server/rewrapping.go index d7275fcb2e..ae556ed6b6 100644 --- a/internal/server/rewrapping.go +++ b/internal/server/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/rewrapping_test.go b/internal/server/rewrapping_test.go index 6b8f118ff4..98cebca85a 100644 --- a/internal/server/rewrapping_test.go +++ b/internal/server/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/root_certificate.go b/internal/server/root_certificate.go index 1eb1ba7a30..e3ec90cc29 100644 --- a/internal/server/root_certificate.go +++ b/internal/server/root_certificate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/root_info.go b/internal/server/root_info.go index 494459ad2a..1ed983b111 100644 --- a/internal/server/root_info.go +++ b/internal/server/root_info.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/service_reinitialize_roots.go b/internal/server/service_reinitialize_roots.go index 279e6feb6c..20361bd6ef 100644 --- a/internal/server/service_reinitialize_roots.go +++ b/internal/server/service_reinitialize_roots.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/service_reinitialize_roots_test.go b/internal/server/service_reinitialize_roots_test.go index 9dda009d82..e1fd2fc2d4 100644 --- a/internal/server/service_reinitialize_roots_test.go +++ b/internal/server/service_reinitialize_roots_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/service_rotate_roots.go b/internal/server/service_rotate_roots.go index ec4d4dec3b..287ff6f6ee 100644 --- a/internal/server/service_rotate_roots.go +++ b/internal/server/service_rotate_roots.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/service_rotate_roots_test.go b/internal/server/service_rotate_roots_test.go index d25be7171a..c0fccab06e 100644 --- a/internal/server/service_rotate_roots_test.go +++ b/internal/server/service_rotate_roots_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/service_verified_workers.go b/internal/server/service_verified_workers.go index d2f2993b2a..0782352cb4 100644 --- a/internal/server/service_verified_workers.go +++ b/internal/server/service_verified_workers.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/service_verified_workers_ext_test.go b/internal/server/service_verified_workers_ext_test.go index fec11cc556..e586fbc06a 100644 --- a/internal/server/service_verified_workers_ext_test.go +++ b/internal/server/service_verified_workers_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server_test diff --git a/internal/server/state.go b/internal/server/state.go index f68449e87e..afde24028f 100644 --- a/internal/server/state.go +++ b/internal/server/state.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/store/controller.pb.go b/internal/server/store/controller.pb.go index 4e023645b8..c9bf7fe5f7 100644 --- a/internal/server/store/controller.pb.go +++ b/internal/server/store/controller.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/server/store/gorm.go b/internal/server/store/gorm.go index b1eff4ddde..7f58bb17f8 100644 --- a/internal/server/store/gorm.go +++ b/internal/server/store/gorm.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package store diff --git a/internal/server/store/root_certificate.pb.go b/internal/server/store/root_certificate.pb.go index 86b195c659..15ece74ebd 100644 --- a/internal/server/store/root_certificate.pb.go +++ b/internal/server/store/root_certificate.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/server/store/worker.pb.go b/internal/server/store/worker.pb.go index f01bd67634..635a07c3de 100644 --- a/internal/server/store/worker.pb.go +++ b/internal/server/store/worker.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/server/store/worker_auth.pb.go b/internal/server/store/worker_auth.pb.go index 70c10fa2f2..4a3427e1e9 100644 --- a/internal/server/store/worker_auth.pb.go +++ b/internal/server/store/worker_auth.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/server/testing.go b/internal/server/testing.go index 591d383614..93e4780b08 100644 --- a/internal/server/testing.go +++ b/internal/server/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/testing_test.go b/internal/server/testing_test.go index bd8636ee7c..cce234e624 100644 --- a/internal/server/testing_test.go +++ b/internal/server/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker.go b/internal/server/worker.go index 22c2661b22..81e8282957 100644 --- a/internal/server/worker.go +++ b/internal/server/worker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_auth.go b/internal/server/worker_auth.go index eb27b2e958..748a000941 100644 --- a/internal/server/worker_auth.go +++ b/internal/server/worker_auth.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_auth_server_led_activation_token.go b/internal/server/worker_auth_server_led_activation_token.go index 11e39b5fe5..05aded724c 100644 --- a/internal/server/worker_auth_server_led_activation_token.go +++ b/internal/server/worker_auth_server_led_activation_token.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_auth_server_led_activation_token_test.go b/internal/server/worker_auth_server_led_activation_token_test.go index 61c4ce93ef..73ed7f7977 100644 --- a/internal/server/worker_auth_server_led_activation_token_test.go +++ b/internal/server/worker_auth_server_led_activation_token_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_list.go b/internal/server/worker_list.go index 613813660d..1a7adbf885 100644 --- a/internal/server/worker_list.go +++ b/internal/server/worker_list.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_list_test.go b/internal/server/worker_list_test.go index 18872c9199..9e1ebaf688 100644 --- a/internal/server/worker_list_test.go +++ b/internal/server/worker_list_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_session_info_request.go b/internal/server/worker_session_info_request.go index 9863ac407c..9945f47295 100644 --- a/internal/server/worker_session_info_request.go +++ b/internal/server/worker_session_info_request.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_storage_bucket.go b/internal/server/worker_storage_bucket.go index ea5113867d..f5d4987bb4 100644 --- a/internal/server/worker_storage_bucket.go +++ b/internal/server/worker_storage_bucket.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_storage_bucket_credential_state.go b/internal/server/worker_storage_bucket_credential_state.go index 02ec49ab90..d6a4b9834c 100644 --- a/internal/server/worker_storage_bucket_credential_state.go +++ b/internal/server/worker_storage_bucket_credential_state.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_tag.go b/internal/server/worker_tag.go index 0ed53f39f0..040c3b379d 100644 --- a/internal/server/worker_tag.go +++ b/internal/server/worker_tag.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_tag_test.go b/internal/server/worker_tag_test.go index ca3fb89028..ef57637366 100644 --- a/internal/server/worker_tag_test.go +++ b/internal/server/worker_tag_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_tags_test.go b/internal/server/worker_tags_test.go index 1fd38a3e0d..4e31490575 100644 --- a/internal/server/worker_tags_test.go +++ b/internal/server/worker_tags_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/worker_test.go b/internal/server/worker_test.go index a9d002579f..b2b2241cda 100644 --- a/internal/server/worker_test.go +++ b/internal/server/worker_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/server/workerauth_store_test.go b/internal/server/workerauth_store_test.go index 7f78af4e8d..2f456490e0 100644 --- a/internal/server/workerauth_store_test.go +++ b/internal/server/workerauth_store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package server diff --git a/internal/session/connection.go b/internal/session/connection.go index 7a0cc5a67d..ce0c082f88 100644 --- a/internal/session/connection.go +++ b/internal/session/connection.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/connection_closed_reason.go b/internal/session/connection_closed_reason.go index a8196cbebf..c86fbca928 100644 --- a/internal/session/connection_closed_reason.go +++ b/internal/session/connection_closed_reason.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/connection_closed_with.go b/internal/session/connection_closed_with.go index d267a7761f..6993f221d5 100644 --- a/internal/session/connection_closed_with.go +++ b/internal/session/connection_closed_with.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/connection_closed_with_test.go b/internal/session/connection_closed_with_test.go index b2380b3161..7c4176b07b 100644 --- a/internal/session/connection_closed_with_test.go +++ b/internal/session/connection_closed_with_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/connection_state.go b/internal/session/connection_state.go index 09a935f7bf..5e5bc30c42 100644 --- a/internal/session/connection_state.go +++ b/internal/session/connection_state.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/connection_test.go b/internal/session/connection_test.go index c945ac92ea..f962a8dfa5 100644 --- a/internal/session/connection_test.go +++ b/internal/session/connection_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/credential.go b/internal/session/credential.go index 350003f1ab..786e358a6b 100644 --- a/internal/session/credential.go +++ b/internal/session/credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/dynamic_credential.go b/internal/session/dynamic_credential.go index 6ca4ab0550..b2d714ea4f 100644 --- a/internal/session/dynamic_credential.go +++ b/internal/session/dynamic_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/ids.go b/internal/session/ids.go index 78b4cd9c56..b4092b353c 100644 --- a/internal/session/ids.go +++ b/internal/session/ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/ids_test.go b/internal/session/ids_test.go index bfbf3a9c1f..f139ee50a3 100644 --- a/internal/session/ids_test.go +++ b/internal/session/ids_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/immutable_fields_test.go b/internal/session/immutable_fields_test.go index 41d89e8e7f..9eff9c7e6f 100644 --- a/internal/session/immutable_fields_test.go +++ b/internal/session/immutable_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/job_delete_terminated_sessions.go b/internal/session/job_delete_terminated_sessions.go index 555b9ea4e6..81c3f00f03 100644 --- a/internal/session/job_delete_terminated_sessions.go +++ b/internal/session/job_delete_terminated_sessions.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/job_delete_terminated_sessions_test.go b/internal/session/job_delete_terminated_sessions_test.go index cd5139cdae..fe38c8a679 100644 --- a/internal/session/job_delete_terminated_sessions_test.go +++ b/internal/session/job_delete_terminated_sessions_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/job_session_cleanup.go b/internal/session/job_session_cleanup.go index ade389d3d3..874a2ae755 100644 --- a/internal/session/job_session_cleanup.go +++ b/internal/session/job_session_cleanup.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/job_session_cleanup_test.go b/internal/session/job_session_cleanup_test.go index 0bbf551807..fedd5d7b3e 100644 --- a/internal/session/job_session_cleanup_test.go +++ b/internal/session/job_session_cleanup_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/jobs.go b/internal/session/jobs.go index 8eccd7696c..a035f9d175 100644 --- a/internal/session/jobs.go +++ b/internal/session/jobs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/options.go b/internal/session/options.go index dd7926001e..678c2d0928 100644 --- a/internal/session/options.go +++ b/internal/session/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/options_test.go b/internal/session/options_test.go index 770ebf2ef4..ef73f9b6db 100644 --- a/internal/session/options_test.go +++ b/internal/session/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/query.go b/internal/session/query.go index 0b46628fcb..bff553c1b1 100644 --- a/internal/session/query.go +++ b/internal/session/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/repository.go b/internal/session/repository.go index 84aad7d421..b712408923 100644 --- a/internal/session/repository.go +++ b/internal/session/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/repository_connection.go b/internal/session/repository_connection.go index 60fcae9fb4..1f2efe6daa 100644 --- a/internal/session/repository_connection.go +++ b/internal/session/repository_connection.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/repository_connection_test.go b/internal/session/repository_connection_test.go index 499c3c2ce4..0d77494f1a 100644 --- a/internal/session/repository_connection_test.go +++ b/internal/session/repository_connection_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/repository_credential.go b/internal/session/repository_credential.go index 992717ca2f..53c1c6a3ea 100644 --- a/internal/session/repository_credential.go +++ b/internal/session/repository_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/repository_credential_test.go b/internal/session/repository_credential_test.go index a91870ed61..2656e3b69d 100644 --- a/internal/session/repository_credential_test.go +++ b/internal/session/repository_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/repository_jobs.go b/internal/session/repository_jobs.go index bbdf2c8a11..7ab1487936 100644 --- a/internal/session/repository_jobs.go +++ b/internal/session/repository_jobs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/repository_jobs_test.go b/internal/session/repository_jobs_test.go index cbdd85c52f..5ae9e9a02d 100644 --- a/internal/session/repository_jobs_test.go +++ b/internal/session/repository_jobs_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/repository_session.go b/internal/session/repository_session.go index 333c465858..d238b8b6c1 100644 --- a/internal/session/repository_session.go +++ b/internal/session/repository_session.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/repository_session_test.go b/internal/session/repository_session_test.go index 9127a8448a..d5a69ad7e3 100644 --- a/internal/session/repository_session_test.go +++ b/internal/session/repository_session_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/repository_test.go b/internal/session/repository_test.go index 064472f1e1..687a93b69b 100644 --- a/internal/session/repository_test.go +++ b/internal/session/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/rewrapping.go b/internal/session/rewrapping.go index 7b6bb87e61..dae4acfb0a 100644 --- a/internal/session/rewrapping.go +++ b/internal/session/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/rewrapping_test.go b/internal/session/rewrapping_test.go index 6b9cbf6fff..1d20e8591d 100644 --- a/internal/session/rewrapping_test.go +++ b/internal/session/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_authorize_connection.go b/internal/session/service_authorize_connection.go index cba02573ac..978f6d8e13 100644 --- a/internal/session/service_authorize_connection.go +++ b/internal/session/service_authorize_connection.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_authorize_connection_test.go b/internal/session/service_authorize_connection_test.go index 7f596bb750..a7949dfe30 100644 --- a/internal/session/service_authorize_connection_test.go +++ b/internal/session/service_authorize_connection_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_close_connections.go b/internal/session/service_close_connections.go index 2c8a5155eb..8faee134a9 100644 --- a/internal/session/service_close_connections.go +++ b/internal/session/service_close_connections.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_close_connections_test.go b/internal/session/service_close_connections_test.go index 838e67f792..31f1d76319 100644 --- a/internal/session/service_close_connections_test.go +++ b/internal/session/service_close_connections_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_list.go b/internal/session/service_list.go index 102dbaa0fb..2088c41110 100644 --- a/internal/session/service_list.go +++ b/internal/session/service_list.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_list_ext_test.go b/internal/session/service_list_ext_test.go index 70dcd793cc..624bef28ac 100644 --- a/internal/session/service_list_ext_test.go +++ b/internal/session/service_list_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session_test diff --git a/internal/session/service_list_page.go b/internal/session/service_list_page.go index a137ac4e62..ea2bae1c0f 100644 --- a/internal/session/service_list_page.go +++ b/internal/session/service_list_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_list_refresh.go b/internal/session/service_list_refresh.go index 70b73d9467..f21b0c52dc 100644 --- a/internal/session/service_list_refresh.go +++ b/internal/session/service_list_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_list_refresh_page.go b/internal/session/service_list_refresh_page.go index 3c81648a32..94b48a354e 100644 --- a/internal/session/service_list_refresh_page.go +++ b/internal/session/service_list_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_statistics.go b/internal/session/service_statistics.go index e6e081343f..2e2f6a1a87 100644 --- a/internal/session/service_statistics.go +++ b/internal/session/service_statistics.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_statistics_test.go b/internal/session/service_statistics_test.go index fc2e91bdc1..ab2df0fcb8 100644 --- a/internal/session/service_statistics_test.go +++ b/internal/session/service_statistics_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_worker_status_report.go b/internal/session/service_worker_status_report.go index 99e9bf99f9..a3693590ab 100644 --- a/internal/session/service_worker_status_report.go +++ b/internal/session/service_worker_status_report.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/service_worker_status_report_test.go b/internal/session/service_worker_status_report_test.go index b0b81387f5..ca5135e8b6 100644 --- a/internal/session/service_worker_status_report_test.go +++ b/internal/session/service_worker_status_report_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session_test diff --git a/internal/session/session.go b/internal/session/session.go index 0be157e6d3..3c6ad5d55d 100644 --- a/internal/session/session.go +++ b/internal/session/session.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/session_connect_with.go b/internal/session/session_connect_with.go index 589dcc84c5..c5e27e5dfc 100644 --- a/internal/session/session_connect_with.go +++ b/internal/session/session_connect_with.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/session_connect_with_test.go b/internal/session/session_connect_with_test.go index 1a435ff16e..f671fcb07c 100644 --- a/internal/session/session_connect_with_test.go +++ b/internal/session/session_connect_with_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/session_host_set_host.go b/internal/session/session_host_set_host.go index 592c624af3..5479cb1d84 100644 --- a/internal/session/session_host_set_host.go +++ b/internal/session/session_host_set_host.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/session_target_address.go b/internal/session/session_target_address.go index 46d162cf43..513eb6d1b8 100644 --- a/internal/session/session_target_address.go +++ b/internal/session/session_target_address.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/session_test.go b/internal/session/session_test.go index d11bbcfc1f..4854826e2d 100644 --- a/internal/session/session_test.go +++ b/internal/session/session_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/session_worker_protocol.go b/internal/session/session_worker_protocol.go index afb03dc5fb..7412643146 100644 --- a/internal/session/session_worker_protocol.go +++ b/internal/session/session_worker_protocol.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/state.go b/internal/session/state.go index 67712d1c5a..ff19a5f4d4 100644 --- a/internal/session/state.go +++ b/internal/session/state.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/state_test.go b/internal/session/state_test.go index 4f2ba2c8ee..a85a7ce348 100644 --- a/internal/session/state_test.go +++ b/internal/session/state_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/static_credential.go b/internal/session/static_credential.go index 0c91f3af17..4b10db8496 100644 --- a/internal/session/static_credential.go +++ b/internal/session/static_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/term_reason.go b/internal/session/term_reason.go index 773a31b39a..a8ab2d4d08 100644 --- a/internal/session/term_reason.go +++ b/internal/session/term_reason.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/testing.go b/internal/session/testing.go index b3105cd940..b5f12ab621 100644 --- a/internal/session/testing.go +++ b/internal/session/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/testing_test.go b/internal/session/testing_test.go index 70655720c7..54333b1a8e 100644 --- a/internal/session/testing_test.go +++ b/internal/session/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/util.go b/internal/session/util.go index 788fff380b..1056184306 100644 --- a/internal/session/util.go +++ b/internal/session/util.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/session/util_test.go b/internal/session/util_test.go index 5b70643a86..41064b77a2 100644 --- a/internal/session/util_test.go +++ b/internal/session/util_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package session diff --git a/internal/snapshot/snapshot.go b/internal/snapshot/snapshot.go index 1599c75069..601559f154 100644 --- a/internal/snapshot/snapshot.go +++ b/internal/snapshot/snapshot.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package snapshot diff --git a/internal/snapshot/snapshot_job.go b/internal/snapshot/snapshot_job.go index 8283380570..a55480d508 100644 --- a/internal/snapshot/snapshot_job.go +++ b/internal/snapshot/snapshot_job.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package snapshot diff --git a/internal/storage/block_size.go b/internal/storage/block_size.go index 02cf6c4043..ebb4e362e6 100644 --- a/internal/storage/block_size.go +++ b/internal/storage/block_size.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storage diff --git a/internal/storage/bucket/storage_bucket.go b/internal/storage/bucket/storage_bucket.go index 20dec7cdd1..35de3fa3bf 100644 --- a/internal/storage/bucket/storage_bucket.go +++ b/internal/storage/bucket/storage_bucket.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package bucket diff --git a/internal/storage/doc.go b/internal/storage/doc.go index 87cc3d8918..8d22c35831 100644 --- a/internal/storage/doc.go +++ b/internal/storage/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package storage can be used for writing and reading files from storage buckets diff --git a/internal/storage/options.go b/internal/storage/options.go index f18ec0b42d..f1d06c16e6 100644 --- a/internal/storage/options.go +++ b/internal/storage/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storage diff --git a/internal/storage/options_test.go b/internal/storage/options_test.go index 461659cc58..0fa059d9e3 100644 --- a/internal/storage/options_test.go +++ b/internal/storage/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storage diff --git a/internal/storage/plugin/ids.go b/internal/storage/plugin/ids.go index 374dde20d5..e67c33508d 100644 --- a/internal/storage/plugin/ids.go +++ b/internal/storage/plugin/ids.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/storage/plugin/options.go b/internal/storage/plugin/options.go index 24c594bc31..eaadf2f752 100644 --- a/internal/storage/plugin/options.go +++ b/internal/storage/plugin/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/storage/plugin/options_test.go b/internal/storage/plugin/options_test.go index 52b60c50e7..45b47807b4 100644 --- a/internal/storage/plugin/options_test.go +++ b/internal/storage/plugin/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/storage/plugin/repository.go b/internal/storage/plugin/repository.go index 1bab3ff994..c70b51e54c 100644 --- a/internal/storage/plugin/repository.go +++ b/internal/storage/plugin/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/storage/plugin/repository_test.go b/internal/storage/plugin/repository_test.go index e175b6384a..d8c80635a1 100644 --- a/internal/storage/plugin/repository_test.go +++ b/internal/storage/plugin/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/storage/plugin/rewrapping.go b/internal/storage/plugin/rewrapping.go index ee1b2791a2..9124113c7a 100644 --- a/internal/storage/plugin/rewrapping.go +++ b/internal/storage/plugin/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/storage/plugin/rewrapping_test.go b/internal/storage/plugin/rewrapping_test.go index 443dea4fc1..d2a69b71fe 100644 --- a/internal/storage/plugin/rewrapping_test.go +++ b/internal/storage/plugin/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/storage/plugin/storage_bucket.go b/internal/storage/plugin/storage_bucket.go index 59ccd435bc..4014039457 100644 --- a/internal/storage/plugin/storage_bucket.go +++ b/internal/storage/plugin/storage_bucket.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/storage/plugin/store/storage.pb.go b/internal/storage/plugin/store/storage.pb.go index 3fd81456c5..87fd22398c 100644 --- a/internal/storage/plugin/store/storage.pb.go +++ b/internal/storage/plugin/store/storage.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/storage/storage.go b/internal/storage/storage.go index 57a8de6ec2..e10474a526 100644 --- a/internal/storage/storage.go +++ b/internal/storage/storage.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storage diff --git a/internal/storage/storagebucketcredential/environmental/query.go b/internal/storage/storagebucketcredential/environmental/query.go index 6def220ab4..d7982a1af2 100644 --- a/internal/storage/storagebucketcredential/environmental/query.go +++ b/internal/storage/storagebucketcredential/environmental/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package environmental diff --git a/internal/storage/storagebucketcredential/environmental/register.go b/internal/storage/storagebucketcredential/environmental/register.go index 59d0793ce6..d415f48ce4 100644 --- a/internal/storage/storagebucketcredential/environmental/register.go +++ b/internal/storage/storagebucketcredential/environmental/register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package environmental diff --git a/internal/storage/storagebucketcredential/environmental/storage_bucket_credential.go b/internal/storage/storagebucketcredential/environmental/storage_bucket_credential.go index 6322144777..70958c62ba 100644 --- a/internal/storage/storagebucketcredential/environmental/storage_bucket_credential.go +++ b/internal/storage/storagebucketcredential/environmental/storage_bucket_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package environmental provides a SBC subtype for a Environmental SBC. diff --git a/internal/storage/storagebucketcredential/environmental/storage_bucket_credential_test.go b/internal/storage/storagebucketcredential/environmental/storage_bucket_credential_test.go index fb67037a6d..a8d0b9fdc4 100644 --- a/internal/storage/storagebucketcredential/environmental/storage_bucket_credential_test.go +++ b/internal/storage/storagebucketcredential/environmental/storage_bucket_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package environmental diff --git a/internal/storage/storagebucketcredential/managedsecret/query.go b/internal/storage/storagebucketcredential/managedsecret/query.go index 4a88c05a48..9620479a7c 100644 --- a/internal/storage/storagebucketcredential/managedsecret/query.go +++ b/internal/storage/storagebucketcredential/managedsecret/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedsecret diff --git a/internal/storage/storagebucketcredential/managedsecret/register.go b/internal/storage/storagebucketcredential/managedsecret/register.go index 60e5ce3544..e08dba9923 100644 --- a/internal/storage/storagebucketcredential/managedsecret/register.go +++ b/internal/storage/storagebucketcredential/managedsecret/register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedsecret diff --git a/internal/storage/storagebucketcredential/managedsecret/storage_bucket_credential.go b/internal/storage/storagebucketcredential/managedsecret/storage_bucket_credential.go index f4663f3097..636de67ef0 100644 --- a/internal/storage/storagebucketcredential/managedsecret/storage_bucket_credential.go +++ b/internal/storage/storagebucketcredential/managedsecret/storage_bucket_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package managedsecret provides a SBC subtype for a Managed Secret SBC. diff --git a/internal/storage/storagebucketcredential/managedsecret/storage_bucket_credential_test.go b/internal/storage/storagebucketcredential/managedsecret/storage_bucket_credential_test.go index 1f92020b94..21d41b6629 100644 --- a/internal/storage/storagebucketcredential/managedsecret/storage_bucket_credential_test.go +++ b/internal/storage/storagebucketcredential/managedsecret/storage_bucket_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedsecret diff --git a/internal/storage/storagebucketcredential/options.go b/internal/storage/storagebucketcredential/options.go index f1f298f4c2..b40474ed39 100644 --- a/internal/storage/storagebucketcredential/options.go +++ b/internal/storage/storagebucketcredential/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storagebucketcredential diff --git a/internal/storage/storagebucketcredential/options_test.go b/internal/storage/storagebucketcredential/options_test.go index ddbaa04252..d12d685df0 100644 --- a/internal/storage/storagebucketcredential/options_test.go +++ b/internal/storage/storagebucketcredential/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storagebucketcredential diff --git a/internal/storage/storagebucketcredential/registry.go b/internal/storage/storagebucketcredential/registry.go index ac85e0e62e..61c0b0aaa1 100644 --- a/internal/storage/storagebucketcredential/registry.go +++ b/internal/storage/storagebucketcredential/registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storagebucketcredential diff --git a/internal/storage/storagebucketcredential/storage_bucket_credential.go b/internal/storage/storagebucketcredential/storage_bucket_credential.go index 23dd8e3ca8..5065045a91 100644 --- a/internal/storage/storagebucketcredential/storage_bucket_credential.go +++ b/internal/storage/storagebucketcredential/storage_bucket_credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package storagebucketcredential diff --git a/internal/target/address.go b/internal/target/address.go index a884791bae..45239bc129 100644 --- a/internal/target/address.go +++ b/internal/target/address.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/address_ext_test.go b/internal/target/address_ext_test.go index 8896e3ce8e..bf18e7f280 100644 --- a/internal/target/address_ext_test.go +++ b/internal/target/address_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/target/credential.go b/internal/target/credential.go index 35a648fdd8..c694e98d00 100644 --- a/internal/target/credential.go +++ b/internal/target/credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/credential_ext_test.go b/internal/target/credential_ext_test.go index f82fb4ce37..ce481c7f92 100644 --- a/internal/target/credential_ext_test.go +++ b/internal/target/credential_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/target/credential_library.go b/internal/target/credential_library.go index 778af24966..993d80bbee 100644 --- a/internal/target/credential_library.go +++ b/internal/target/credential_library.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/credential_library_ext_test.go b/internal/target/credential_library_ext_test.go index aec5551692..b783b66bd9 100644 --- a/internal/target/credential_library_ext_test.go +++ b/internal/target/credential_library_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/target/credential_source.go b/internal/target/credential_source.go index f0c5a343b2..06159175fd 100644 --- a/internal/target/credential_source.go +++ b/internal/target/credential_source.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/exports_test.go b/internal/target/exports_test.go index 5e898b3865..05411a2638 100644 --- a/internal/target/exports_test.go +++ b/internal/target/exports_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/host_set.go b/internal/target/host_set.go index 65ef6bfa88..a14f1cfc03 100644 --- a/internal/target/host_set.go +++ b/internal/target/host_set.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/host_source.go b/internal/target/host_source.go index e4ce5e2b82..75e1e2852c 100644 --- a/internal/target/host_source.go +++ b/internal/target/host_source.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/options.go b/internal/target/options.go index 678ad1d03c..1c70f77394 100644 --- a/internal/target/options.go +++ b/internal/target/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/options_test.go b/internal/target/options_test.go index 2e3a91a02d..51b3385088 100644 --- a/internal/target/options_test.go +++ b/internal/target/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/query.go b/internal/target/query.go index 838de8f129..154ff9e420 100644 --- a/internal/target/query.go +++ b/internal/target/query.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/registry.go b/internal/target/registry.go index 8db8c5b242..1d51be4737 100644 --- a/internal/target/registry.go +++ b/internal/target/registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/repository.go b/internal/target/repository.go index de88820475..77e7f2ee86 100644 --- a/internal/target/repository.go +++ b/internal/target/repository.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/repository_address.go b/internal/target/repository_address.go index 9c4bfb323e..70f799b8b2 100644 --- a/internal/target/repository_address.go +++ b/internal/target/repository_address.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/repository_alias.go b/internal/target/repository_alias.go index 36c9f9fa30..cfc7ef17ea 100644 --- a/internal/target/repository_alias.go +++ b/internal/target/repository_alias.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/repository_credential_source.go b/internal/target/repository_credential_source.go index 816093e73e..0037077c7f 100644 --- a/internal/target/repository_credential_source.go +++ b/internal/target/repository_credential_source.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/repository_ext_test.go b/internal/target/repository_ext_test.go index 113907bb53..f2fa72cb67 100644 --- a/internal/target/repository_ext_test.go +++ b/internal/target/repository_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/target/repository_host_source.go b/internal/target/repository_host_source.go index a38ec30201..24c805f789 100644 --- a/internal/target/repository_host_source.go +++ b/internal/target/repository_host_source.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/repository_proxy_server_certificate.go b/internal/target/repository_proxy_server_certificate.go index 0e381c919f..fbdd925390 100644 --- a/internal/target/repository_proxy_server_certificate.go +++ b/internal/target/repository_proxy_server_certificate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/repository_proxy_server_certificate_test.go b/internal/target/repository_proxy_server_certificate_test.go index ef4facdd43..6758cd000c 100644 --- a/internal/target/repository_proxy_server_certificate_test.go +++ b/internal/target/repository_proxy_server_certificate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/target/repository_test.go b/internal/target/repository_test.go index f4b4c25e47..394e0c4435 100644 --- a/internal/target/repository_test.go +++ b/internal/target/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/rewrapping.go b/internal/target/rewrapping.go index a23bdab844..32ebcf36c1 100644 --- a/internal/target/rewrapping.go +++ b/internal/target/rewrapping.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/rewrapping_test.go b/internal/target/rewrapping_test.go index 14cf20228c..57f45930ec 100644 --- a/internal/target/rewrapping_test.go +++ b/internal/target/rewrapping_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/target/service_list.go b/internal/target/service_list.go index 57c0418b6b..0a6b65b696 100644 --- a/internal/target/service_list.go +++ b/internal/target/service_list.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/service_list_ext_test.go b/internal/target/service_list_ext_test.go index 81e31a8e83..87247ac171 100644 --- a/internal/target/service_list_ext_test.go +++ b/internal/target/service_list_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/target/service_list_page.go b/internal/target/service_list_page.go index 6faab0495f..227828542e 100644 --- a/internal/target/service_list_page.go +++ b/internal/target/service_list_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/service_list_refresh.go b/internal/target/service_list_refresh.go index 6ab0e8bbfd..b65d34e550 100644 --- a/internal/target/service_list_refresh.go +++ b/internal/target/service_list_refresh.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/service_list_refresh_page.go b/internal/target/service_list_refresh_page.go index 724077dd34..4adbaa186c 100644 --- a/internal/target/service_list_refresh_page.go +++ b/internal/target/service_list_refresh_page.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/store/target.pb.go b/internal/target/store/target.pb.go index d992cb0edf..de609c28d8 100644 --- a/internal/target/store/target.pb.go +++ b/internal/target/store/target.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/target/target.go b/internal/target/target.go index ec0e95e96a..614ce99650 100644 --- a/internal/target/target.go +++ b/internal/target/target.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/target_certificate.go b/internal/target/target_certificate.go index 240ffa1f2d..b52fe8b3a1 100644 --- a/internal/target/target_certificate.go +++ b/internal/target/target_certificate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/target_certificate_test.go b/internal/target/target_certificate_test.go index d9fbcad13a..a52bf53b54 100644 --- a/internal/target/target_certificate_test.go +++ b/internal/target/target_certificate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/target/target_ext_test.go b/internal/target/target_ext_test.go index 9db418ece4..43e15f6583 100644 --- a/internal/target/target_ext_test.go +++ b/internal/target/target_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target_test diff --git a/internal/target/targettest/store/target.pb.go b/internal/target/targettest/store/target.pb.go index f962be5315..dc361b492c 100644 --- a/internal/target/targettest/store/target.pb.go +++ b/internal/target/targettest/store/target.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/target/targettest/target.go b/internal/target/targettest/target.go index 10612e9fba..f437f8d1e5 100644 --- a/internal/target/targettest/target.go +++ b/internal/target/targettest/target.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package targettest provides a test target subtype for use by the target diff --git a/internal/target/tcp/exports_test.go b/internal/target/tcp/exports_test.go index b1412347d0..814bb07e0b 100644 --- a/internal/target/tcp/exports_test.go +++ b/internal/target/tcp/exports_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp diff --git a/internal/target/tcp/immutable_fields_test.go b/internal/target/tcp/immutable_fields_test.go index 28d4a07df4..520cbd8b38 100644 --- a/internal/target/tcp/immutable_fields_test.go +++ b/internal/target/tcp/immutable_fields_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp_test diff --git a/internal/target/tcp/register.go b/internal/target/tcp/register.go index 500a3bf674..573bd6d386 100644 --- a/internal/target/tcp/register.go +++ b/internal/target/tcp/register.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp diff --git a/internal/target/tcp/repository_alias_test.go b/internal/target/tcp/repository_alias_test.go index 0e9f75d4a3..f4c7c152bf 100644 --- a/internal/target/tcp/repository_alias_test.go +++ b/internal/target/tcp/repository_alias_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp_test diff --git a/internal/target/tcp/repository_credential_source_test.go b/internal/target/tcp/repository_credential_source_test.go index 4e05ae2ad3..53a15513b0 100644 --- a/internal/target/tcp/repository_credential_source_test.go +++ b/internal/target/tcp/repository_credential_source_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp_test diff --git a/internal/target/tcp/repository_host_source_test.go b/internal/target/tcp/repository_host_source_test.go index 281ad0e731..fbeefb48cb 100644 --- a/internal/target/tcp/repository_host_source_test.go +++ b/internal/target/tcp/repository_host_source_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp_test diff --git a/internal/target/tcp/repository_tcp_target_test.go b/internal/target/tcp/repository_tcp_target_test.go index e366180ab5..281832427c 100644 --- a/internal/target/tcp/repository_tcp_target_test.go +++ b/internal/target/tcp/repository_tcp_target_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp_test diff --git a/internal/target/tcp/repository_test.go b/internal/target/tcp/repository_test.go index 5ae2b3c757..4d33a38e3b 100644 --- a/internal/target/tcp/repository_test.go +++ b/internal/target/tcp/repository_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp_test diff --git a/internal/target/tcp/store/target.pb.go b/internal/target/tcp/store/target.pb.go index 95ab8e89e8..c794bf4dec 100644 --- a/internal/target/tcp/store/target.pb.go +++ b/internal/target/tcp/store/target.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/internal/target/tcp/target.go b/internal/target/tcp/target.go index 05ce49e97e..cbf12fdf67 100644 --- a/internal/target/tcp/target.go +++ b/internal/target/tcp/target.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package tcp provides a Target subtype for a TCP Target. diff --git a/internal/target/tcp/target_test.go b/internal/target/tcp/target_test.go index 556b8ef3b1..ec3571f10a 100644 --- a/internal/target/tcp/target_test.go +++ b/internal/target/tcp/target_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp_test diff --git a/internal/target/tcp/testing.go b/internal/target/tcp/testing.go index da2f12be9d..96b551b815 100644 --- a/internal/target/tcp/testing.go +++ b/internal/target/tcp/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp diff --git a/internal/target/tcp/testing_test.go b/internal/target/tcp/testing_test.go index 969bbf0bca..413c170e25 100644 --- a/internal/target/tcp/testing_test.go +++ b/internal/target/tcp/testing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package tcp_test diff --git a/internal/target/testing.go b/internal/target/testing.go index 0da082b0ab..04ff4faa8a 100644 --- a/internal/target/testing.go +++ b/internal/target/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package target diff --git a/internal/test/test.go b/internal/test/test.go index 3272d27d39..44987ce90a 100644 --- a/internal/test/test.go +++ b/internal/test/test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package test diff --git a/internal/test/test_test.go b/internal/test/test_test.go index 5237f57702..4a9aca5c08 100644 --- a/internal/test/test_test.go +++ b/internal/test/test_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package test diff --git a/internal/tests/api/accounts/account_test.go b/internal/tests/api/accounts/account_test.go index e1807c0f3d..59d6649c1c 100644 --- a/internal/tests/api/accounts/account_test.go +++ b/internal/tests/api/accounts/account_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package accounts_test diff --git a/internal/tests/api/aliases/alias_test.go b/internal/tests/api/aliases/alias_test.go index d36876c26f..b9943d8b40 100644 --- a/internal/tests/api/aliases/alias_test.go +++ b/internal/tests/api/aliases/alias_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aliases_test diff --git a/internal/tests/api/authmethods/authenticate_test.go b/internal/tests/api/authmethods/authenticate_test.go index b8c600a539..d5571a8761 100644 --- a/internal/tests/api/authmethods/authenticate_test.go +++ b/internal/tests/api/authmethods/authenticate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods_test diff --git a/internal/tests/api/authmethods/authmethod_test.go b/internal/tests/api/authmethods/authmethod_test.go index bf00e9efba..2c0417d973 100644 --- a/internal/tests/api/authmethods/authmethod_test.go +++ b/internal/tests/api/authmethods/authmethod_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods_test diff --git a/internal/tests/api/authmethods/classification_test.go b/internal/tests/api/authmethods/classification_test.go index 021237d313..241530cd29 100644 --- a/internal/tests/api/authmethods/classification_test.go +++ b/internal/tests/api/authmethods/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods_test diff --git a/internal/tests/api/authmethods/service_classification_test.go b/internal/tests/api/authmethods/service_classification_test.go index 5b1667f1a1..d4442339ea 100644 --- a/internal/tests/api/authmethods/service_classification_test.go +++ b/internal/tests/api/authmethods/service_classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authmethods_test diff --git a/internal/tests/api/authtokens/authtoken_test.go b/internal/tests/api/authtokens/authtoken_test.go index 5e1f63b727..e7dc9c2a50 100644 --- a/internal/tests/api/authtokens/authtoken_test.go +++ b/internal/tests/api/authtokens/authtoken_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtokens_test diff --git a/internal/tests/api/authtokens/classification_test.go b/internal/tests/api/authtokens/classification_test.go index 7d4ddce133..e1c9502aac 100644 --- a/internal/tests/api/authtokens/classification_test.go +++ b/internal/tests/api/authtokens/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package authtokens_test diff --git a/internal/tests/api/credentiallibraries/credentiallibrary_classification_test.go b/internal/tests/api/credentiallibraries/credentiallibrary_classification_test.go index bdeb856fd8..3aab42ddc2 100644 --- a/internal/tests/api/credentiallibraries/credentiallibrary_classification_test.go +++ b/internal/tests/api/credentiallibraries/credentiallibrary_classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibraries_test diff --git a/internal/tests/api/credentiallibraries/credentiallibrary_test.go b/internal/tests/api/credentiallibraries/credentiallibrary_test.go index 5b3adb1a1c..eead1ac7de 100644 --- a/internal/tests/api/credentiallibraries/credentiallibrary_test.go +++ b/internal/tests/api/credentiallibraries/credentiallibrary_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentiallibraries_test diff --git a/internal/tests/api/credentials/credentials_classification_test.go b/internal/tests/api/credentials/credentials_classification_test.go index 2d731559c1..c862b4dc51 100644 --- a/internal/tests/api/credentials/credentials_classification_test.go +++ b/internal/tests/api/credentials/credentials_classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentials_test diff --git a/internal/tests/api/credentials/credentials_test.go b/internal/tests/api/credentials/credentials_test.go index 1811ed8ef5..1efd50756f 100644 --- a/internal/tests/api/credentials/credentials_test.go +++ b/internal/tests/api/credentials/credentials_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentials_test diff --git a/internal/tests/api/credentialstores/credentialstore_test.go b/internal/tests/api/credentialstores/credentialstore_test.go index 40c53f41dd..12b0f24a21 100644 --- a/internal/tests/api/credentialstores/credentialstore_test.go +++ b/internal/tests/api/credentialstores/credentialstore_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstores_test diff --git a/internal/tests/api/credentialstores/credentialstores_classification_test.go b/internal/tests/api/credentialstores/credentialstores_classification_test.go index 0fd2882ac1..ecc3b72318 100644 --- a/internal/tests/api/credentialstores/credentialstores_classification_test.go +++ b/internal/tests/api/credentialstores/credentialstores_classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package credentialstores_test diff --git a/internal/tests/api/groups/classification_test.go b/internal/tests/api/groups/classification_test.go index 25e1c5bc57..a84be5c3fd 100644 --- a/internal/tests/api/groups/classification_test.go +++ b/internal/tests/api/groups/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package groups_test diff --git a/internal/tests/api/groups/group_test.go b/internal/tests/api/groups/group_test.go index 5ca74fca94..b9fa60f761 100644 --- a/internal/tests/api/groups/group_test.go +++ b/internal/tests/api/groups/group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package groups_test diff --git a/internal/tests/api/hostcatalogs/classification_test.go b/internal/tests/api/hostcatalogs/classification_test.go index 4fab2894bc..0c6c78603b 100644 --- a/internal/tests/api/hostcatalogs/classification_test.go +++ b/internal/tests/api/hostcatalogs/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostcatalogs_test diff --git a/internal/tests/api/hostcatalogs/host_catalog_test.go b/internal/tests/api/hostcatalogs/host_catalog_test.go index 88f3c04f23..b617dd2143 100644 --- a/internal/tests/api/hostcatalogs/host_catalog_test.go +++ b/internal/tests/api/hostcatalogs/host_catalog_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostcatalogs_test diff --git a/internal/tests/api/hosts/classification_test.go b/internal/tests/api/hosts/classification_test.go index ecb4a30e80..d36680b6ec 100644 --- a/internal/tests/api/hosts/classification_test.go +++ b/internal/tests/api/hosts/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hosts_test diff --git a/internal/tests/api/hosts/host_test.go b/internal/tests/api/hosts/host_test.go index f562fa206a..8dbbc0df4f 100644 --- a/internal/tests/api/hosts/host_test.go +++ b/internal/tests/api/hosts/host_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hosts_test diff --git a/internal/tests/api/hostsets/classification_test.go b/internal/tests/api/hostsets/classification_test.go index 308ed3af51..afd1a69b86 100644 --- a/internal/tests/api/hostsets/classification_test.go +++ b/internal/tests/api/hostsets/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostsets_test diff --git a/internal/tests/api/hostsets/host_set_test.go b/internal/tests/api/hostsets/host_set_test.go index 570148c830..5ae25739dd 100644 --- a/internal/tests/api/hostsets/host_set_test.go +++ b/internal/tests/api/hostsets/host_set_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package hostsets_test diff --git a/internal/tests/api/managedgroups/classification_test.go b/internal/tests/api/managedgroups/classification_test.go index c5ef62bd9c..2afa099102 100644 --- a/internal/tests/api/managedgroups/classification_test.go +++ b/internal/tests/api/managedgroups/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedgroups_test diff --git a/internal/tests/api/managedgroups/managedgroups_test.go b/internal/tests/api/managedgroups/managedgroups_test.go index 440a789664..fefcb5c26e 100644 --- a/internal/tests/api/managedgroups/managedgroups_test.go +++ b/internal/tests/api/managedgroups/managedgroups_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package managedgroups_test diff --git a/internal/tests/api/proxy/proxy_test.go b/internal/tests/api/proxy/proxy_test.go index 47cd3925d2..bd7e34e8d0 100644 --- a/internal/tests/api/proxy/proxy_test.go +++ b/internal/tests/api/proxy/proxy_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/internal/tests/api/roles/classification_test.go b/internal/tests/api/roles/classification_test.go index 9a3c430b98..fac24d8f64 100644 --- a/internal/tests/api/roles/classification_test.go +++ b/internal/tests/api/roles/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package roles_test diff --git a/internal/tests/api/roles/role_test.go b/internal/tests/api/roles/role_test.go index 33ce698f2b..e1264aed85 100644 --- a/internal/tests/api/roles/role_test.go +++ b/internal/tests/api/roles/role_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package roles_test diff --git a/internal/tests/api/scopes/scope_test.go b/internal/tests/api/scopes/scope_test.go index b266ad2f5f..87fa050397 100644 --- a/internal/tests/api/scopes/scope_test.go +++ b/internal/tests/api/scopes/scope_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scopes_test diff --git a/internal/tests/api/sessions/classification_test.go b/internal/tests/api/sessions/classification_test.go index 20942ea609..510c7abdb8 100644 --- a/internal/tests/api/sessions/classification_test.go +++ b/internal/tests/api/sessions/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sessions_test diff --git a/internal/tests/api/targets/classification_test.go b/internal/tests/api/targets/classification_test.go index 41862d6db1..66443b102e 100644 --- a/internal/tests/api/targets/classification_test.go +++ b/internal/tests/api/targets/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targets_test diff --git a/internal/tests/api/targets/target_test.go b/internal/tests/api/targets/target_test.go index fcdc50fcbd..4cdf4527d3 100644 --- a/internal/tests/api/targets/target_test.go +++ b/internal/tests/api/targets/target_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package targets_test diff --git a/internal/tests/api/testing.go b/internal/tests/api/testing.go index 6c75323a5f..898cc0e20b 100644 --- a/internal/tests/api/testing.go +++ b/internal/tests/api/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package api diff --git a/internal/tests/api/users/classification_test.go b/internal/tests/api/users/classification_test.go index 0424300ed2..974b6d1850 100644 --- a/internal/tests/api/users/classification_test.go +++ b/internal/tests/api/users/classification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package users_test diff --git a/internal/tests/api/users/user_test.go b/internal/tests/api/users/user_test.go index 6d45ac38cd..22f1e27a58 100644 --- a/internal/tests/api/users/user_test.go +++ b/internal/tests/api/users/user_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package users_test diff --git a/internal/tests/api/workers/worker_test.go b/internal/tests/api/workers/worker_test.go index 5296f586f0..3005ad98f1 100644 --- a/internal/tests/api/workers/worker_test.go +++ b/internal/tests/api/workers/worker_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package workers_test diff --git a/internal/tests/cli/boundary/_accounts.bash b/internal/tests/cli/boundary/_accounts.bash index 168edd408a..99fe563828 100644 --- a/internal/tests/cli/boundary/_accounts.bash +++ b/internal/tests/cli/boundary/_accounts.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 function create_account() { diff --git a/internal/tests/cli/boundary/_aliases.bash b/internal/tests/cli/boundary/_aliases.bash index f0d90f3ae4..1d01adf6dc 100644 --- a/internal/tests/cli/boundary/_aliases.bash +++ b/internal/tests/cli/boundary/_aliases.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_auth.bash b/internal/tests/cli/boundary/_auth.bash index 2b1f672f9c..268cff59cf 100644 --- a/internal/tests/cli/boundary/_auth.bash +++ b/internal/tests/cli/boundary/_auth.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 function login() { diff --git a/internal/tests/cli/boundary/_auth_methods.bash b/internal/tests/cli/boundary/_auth_methods.bash index bc697bfa16..b82f731eb4 100644 --- a/internal/tests/cli/boundary/_auth_methods.bash +++ b/internal/tests/cli/boundary/_auth_methods.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 function create_password_auth_method() { diff --git a/internal/tests/cli/boundary/_auth_tokens.bash b/internal/tests/cli/boundary/_auth_tokens.bash index e08d95f21c..ba8cbc7c23 100644 --- a/internal/tests/cli/boundary/_auth_tokens.bash +++ b/internal/tests/cli/boundary/_auth_tokens.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 function read_token() { diff --git a/internal/tests/cli/boundary/_authorized_actions.bash b/internal/tests/cli/boundary/_authorized_actions.bash index 46113ef0e9..34078592c5 100644 --- a/internal/tests/cli/boundary/_authorized_actions.bash +++ b/internal/tests/cli/boundary/_authorized_actions.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 function has_authorized_action() { diff --git a/internal/tests/cli/boundary/_billing.bash b/internal/tests/cli/boundary/_billing.bash index a82d3a66c4..601f707024 100644 --- a/internal/tests/cli/boundary/_billing.bash +++ b/internal/tests/cli/boundary/_billing.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 function active_users_last_two_months() { diff --git a/internal/tests/cli/boundary/_connect.bash b/internal/tests/cli/boundary/_connect.bash index da0ce2a1b9..bb0d4b5d34 100644 --- a/internal/tests/cli/boundary/_connect.bash +++ b/internal/tests/cli/boundary/_connect.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 function connect_nc() { diff --git a/internal/tests/cli/boundary/_credential_libraries.bash b/internal/tests/cli/boundary/_credential_libraries.bash index 3d524e88f0..c62238496f 100644 --- a/internal/tests/cli/boundary/_credential_libraries.bash +++ b/internal/tests/cli/boundary/_credential_libraries.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_credential_stores.bash b/internal/tests/cli/boundary/_credential_stores.bash index d88e25e7cd..50922e0e4b 100644 --- a/internal/tests/cli/boundary/_credential_stores.bash +++ b/internal/tests/cli/boundary/_credential_stores.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_credentials.bash b/internal/tests/cli/boundary/_credentials.bash index 792ced2bcc..4231790462 100644 --- a/internal/tests/cli/boundary/_credentials.bash +++ b/internal/tests/cli/boundary/_credentials.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_generics.bash b/internal/tests/cli/boundary/_generics.bash index 369305b14d..5344776251 100644 --- a/internal/tests/cli/boundary/_generics.bash +++ b/internal/tests/cli/boundary/_generics.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 export UPDATE_NAME='update' diff --git a/internal/tests/cli/boundary/_groups.bash b/internal/tests/cli/boundary/_groups.bash index a30d1338b3..623d46345d 100644 --- a/internal/tests/cli/boundary/_groups.bash +++ b/internal/tests/cli/boundary/_groups.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_helpers.bash b/internal/tests/cli/boundary/_helpers.bash index fc72d430bf..cb14e6e2fe 100644 --- a/internal/tests/cli/boundary/_helpers.bash +++ b/internal/tests/cli/boundary/_helpers.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 export BOUNDARY_ADDR="${BOUNDARY_ADDR:-http://127.0.0.1:9200}" diff --git a/internal/tests/cli/boundary/_host_catalogs.bash b/internal/tests/cli/boundary/_host_catalogs.bash index 2db548e0bc..7beeec67b6 100644 --- a/internal/tests/cli/boundary/_host_catalogs.bash +++ b/internal/tests/cli/boundary/_host_catalogs.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_host_sets.bash b/internal/tests/cli/boundary/_host_sets.bash index de472b6fd2..9b9d32ede7 100644 --- a/internal/tests/cli/boundary/_host_sets.bash +++ b/internal/tests/cli/boundary/_host_sets.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_hosts.bash b/internal/tests/cli/boundary/_hosts.bash index 8be1812980..1a218431a3 100644 --- a/internal/tests/cli/boundary/_hosts.bash +++ b/internal/tests/cli/boundary/_hosts.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_managed_groups.bash b/internal/tests/cli/boundary/_managed_groups.bash index b71f5e310e..db9d9150b0 100644 --- a/internal/tests/cli/boundary/_managed_groups.bash +++ b/internal/tests/cli/boundary/_managed_groups.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 function create_ldap_managed_group() { diff --git a/internal/tests/cli/boundary/_roles.bash b/internal/tests/cli/boundary/_roles.bash index fc47f2caba..14a1c21c69 100644 --- a/internal/tests/cli/boundary/_roles.bash +++ b/internal/tests/cli/boundary/_roles.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_scopes.bash b/internal/tests/cli/boundary/_scopes.bash index ee2023c733..a360077ef2 100644 --- a/internal/tests/cli/boundary/_scopes.bash +++ b/internal/tests/cli/boundary/_scopes.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_sessions.bash b/internal/tests/cli/boundary/_sessions.bash index 6ed3eb6c4b..2b7ee45883 100644 --- a/internal/tests/cli/boundary/_sessions.bash +++ b/internal/tests/cli/boundary/_sessions.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_target_credential_sources.bash b/internal/tests/cli/boundary/_target_credential_sources.bash index c43de71474..5f395ae711 100644 --- a/internal/tests/cli/boundary/_target_credential_sources.bash +++ b/internal/tests/cli/boundary/_target_credential_sources.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_target_host_sources.bash b/internal/tests/cli/boundary/_target_host_sources.bash index ffab3997d0..f046bbc88c 100644 --- a/internal/tests/cli/boundary/_target_host_sources.bash +++ b/internal/tests/cli/boundary/_target_host_sources.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_targets.bash b/internal/tests/cli/boundary/_targets.bash index df5011b0b8..0424750c98 100644 --- a/internal/tests/cli/boundary/_targets.bash +++ b/internal/tests/cli/boundary/_targets.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_targets_alias.bash b/internal/tests/cli/boundary/_targets_alias.bash index 1b871c3507..954c1460f0 100644 --- a/internal/tests/cli/boundary/_targets_alias.bash +++ b/internal/tests/cli/boundary/_targets_alias.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_users.bash b/internal/tests/cli/boundary/_users.bash index e54fbf95d8..85d175b5bf 100644 --- a/internal/tests/cli/boundary/_users.bash +++ b/internal/tests/cli/boundary/_users.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/boundary/_vault.bash b/internal/tests/cli/boundary/_vault.bash index de7af96c0f..aa744c9331 100644 --- a/internal/tests/cli/boundary/_vault.bash +++ b/internal/tests/cli/boundary/_vault.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 diff --git a/internal/tests/cli/boundary/_version.bash b/internal/tests/cli/boundary/_version.bash index c8a8183da8..8ffdc43894 100644 --- a/internal/tests/cli/boundary/_version.bash +++ b/internal/tests/cli/boundary/_version.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 function version() { diff --git a/internal/tests/cli/boundary/_workers.bash b/internal/tests/cli/boundary/_workers.bash index 26badf5965..775224d40a 100644 --- a/internal/tests/cli/boundary/_workers.bash +++ b/internal/tests/cli/boundary/_workers.bash @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 load _authorized_actions diff --git a/internal/tests/cli/test.sh b/internal/tests/cli/test.sh index a787aee32d..ee687e8668 100755 --- a/internal/tests/cli/test.sh +++ b/internal/tests/cli/test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 diff --git a/internal/tests/cluster/parallel/anon_listing_test.go b/internal/tests/cluster/parallel/anon_listing_test.go index db5da1aec1..b9ddd4b523 100644 --- a/internal/tests/cluster/parallel/anon_listing_test.go +++ b/internal/tests/cluster/parallel/anon_listing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package parallel diff --git a/internal/tests/cluster/parallel/doc.go b/internal/tests/cluster/parallel/doc.go index 2f3a0ee728..18f6b8d9ff 100644 --- a/internal/tests/cluster/parallel/doc.go +++ b/internal/tests/cluster/parallel/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/tests/cluster/parallel/ipv6_listener_test.go b/internal/tests/cluster/parallel/ipv6_listener_test.go index a0d87c5a29..cff83a495a 100644 --- a/internal/tests/cluster/parallel/ipv6_listener_test.go +++ b/internal/tests/cluster/parallel/ipv6_listener_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package parallel diff --git a/internal/tests/cluster/parallel/multi_controller_worker_test.go b/internal/tests/cluster/parallel/multi_controller_worker_test.go index d2bd6b7981..515042cf65 100644 --- a/internal/tests/cluster/parallel/multi_controller_worker_test.go +++ b/internal/tests/cluster/parallel/multi_controller_worker_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package parallel diff --git a/internal/tests/cluster/parallel/orphaned_connections_test.go b/internal/tests/cluster/parallel/orphaned_connections_test.go index 2b921adc12..82c8680fa4 100644 --- a/internal/tests/cluster/parallel/orphaned_connections_test.go +++ b/internal/tests/cluster/parallel/orphaned_connections_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package parallel diff --git a/internal/tests/cluster/parallel/package_registry_test.go b/internal/tests/cluster/parallel/package_registry_test.go index fc336dc421..5b72dd5618 100644 --- a/internal/tests/cluster/parallel/package_registry_test.go +++ b/internal/tests/cluster/parallel/package_registry_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package parallel diff --git a/internal/tests/cluster/parallel/recursive_anon_listing_test.go b/internal/tests/cluster/parallel/recursive_anon_listing_test.go index a463f26817..21ace10c2f 100644 --- a/internal/tests/cluster/parallel/recursive_anon_listing_test.go +++ b/internal/tests/cluster/parallel/recursive_anon_listing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package parallel diff --git a/internal/tests/cluster/parallel/unix_listener_test.go b/internal/tests/cluster/parallel/unix_listener_test.go index be621b0746..2e1d5ee0a0 100644 --- a/internal/tests/cluster/parallel/unix_listener_test.go +++ b/internal/tests/cluster/parallel/unix_listener_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package parallel diff --git a/internal/tests/cluster/sequential/doc.go b/internal/tests/cluster/sequential/doc.go index dec976f712..f092de4775 100644 --- a/internal/tests/cluster/sequential/doc.go +++ b/internal/tests/cluster/sequential/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 /* diff --git a/internal/tests/cluster/sequential/package_registry_test.go b/internal/tests/cluster/sequential/package_registry_test.go index 30803f620d..66a8e35252 100644 --- a/internal/tests/cluster/sequential/package_registry_test.go +++ b/internal/tests/cluster/sequential/package_registry_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sequential diff --git a/internal/tests/cluster/sequential/session_cleanup_test.go b/internal/tests/cluster/sequential/session_cleanup_test.go index e772889256..f03856e70a 100644 --- a/internal/tests/cluster/sequential/session_cleanup_test.go +++ b/internal/tests/cluster/sequential/session_cleanup_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sequential diff --git a/internal/tests/cluster/sequential/worker_bytesupdown_test.go b/internal/tests/cluster/sequential/worker_bytesupdown_test.go index 371a5a949b..d9cdc91b31 100644 --- a/internal/tests/cluster/sequential/worker_bytesupdown_test.go +++ b/internal/tests/cluster/sequential/worker_bytesupdown_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sequential diff --git a/internal/tests/cluster/sequential/worker_proxy_test.go b/internal/tests/cluster/sequential/worker_proxy_test.go index 74ab4a6018..4df0c8b574 100644 --- a/internal/tests/cluster/sequential/worker_proxy_test.go +++ b/internal/tests/cluster/sequential/worker_proxy_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sequential diff --git a/internal/tests/cluster/sequential/worker_tagging_test.go b/internal/tests/cluster/sequential/worker_tagging_test.go index e146a458ad..dad4744197 100644 --- a/internal/tests/cluster/sequential/worker_tagging_test.go +++ b/internal/tests/cluster/sequential/worker_tagging_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sequential diff --git a/internal/tests/cluster/sequential/x509_verification_test.go b/internal/tests/cluster/sequential/x509_verification_test.go index 9ec7bbf352..1aac64aea2 100644 --- a/internal/tests/cluster/sequential/x509_verification_test.go +++ b/internal/tests/cluster/sequential/x509_verification_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package sequential diff --git a/internal/tests/helper/option.go b/internal/tests/helper/option.go index a53404e5a1..3e25fcfc61 100644 --- a/internal/tests/helper/option.go +++ b/internal/tests/helper/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package helper diff --git a/internal/tests/helper/testing_helper.go b/internal/tests/helper/testing_helper.go index ac2bba0239..e9a3e2ea6b 100644 --- a/internal/tests/helper/testing_helper.go +++ b/internal/tests/helper/testing_helper.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package helper diff --git a/internal/types/action/action.go b/internal/types/action/action.go index 76e6679e6f..756947c649 100644 --- a/internal/types/action/action.go +++ b/internal/types/action/action.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package action diff --git a/internal/types/action/action_test.go b/internal/types/action/action_test.go index d5891567ba..18fe1f6f94 100644 --- a/internal/types/action/action_test.go +++ b/internal/types/action/action_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package action diff --git a/internal/types/action/registrar.go b/internal/types/action/registrar.go index 845327b7c8..9f348e583d 100644 --- a/internal/types/action/registrar.go +++ b/internal/types/action/registrar.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package action diff --git a/internal/types/action/registrar_ext_test.go b/internal/types/action/registrar_ext_test.go index 24e36622e5..db910e6d64 100644 --- a/internal/types/action/registrar_ext_test.go +++ b/internal/types/action/registrar_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package action_test diff --git a/internal/types/resource/resource.go b/internal/types/resource/resource.go index 1085418eac..543ec45fbd 100644 --- a/internal/types/resource/resource.go +++ b/internal/types/resource/resource.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/types/resource/resource_test.go b/internal/types/resource/resource_test.go index 25112008a8..03bb3336a3 100644 --- a/internal/types/resource/resource_test.go +++ b/internal/types/resource/resource_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/types/scope/scope.go b/internal/types/scope/scope.go index a9493d6fbe..aa1f034469 100644 --- a/internal/types/scope/scope.go +++ b/internal/types/scope/scope.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scope diff --git a/internal/types/scope/scope_test.go b/internal/types/scope/scope_test.go index 99aacb786f..8999169e04 100644 --- a/internal/types/scope/scope_test.go +++ b/internal/types/scope/scope_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package scope diff --git a/internal/types/subtypes/attribute_transform.go b/internal/types/subtypes/attribute_transform.go index dbb5c86d57..6b2f39cb1f 100644 --- a/internal/types/subtypes/attribute_transform.go +++ b/internal/types/subtypes/attribute_transform.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package subtypes diff --git a/internal/types/subtypes/attribute_transform_test.go b/internal/types/subtypes/attribute_transform_test.go index ddb8e121b4..1697f0d369 100644 --- a/internal/types/subtypes/attribute_transform_test.go +++ b/internal/types/subtypes/attribute_transform_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package subtypes diff --git a/internal/types/subtypes/attributes.go b/internal/types/subtypes/attributes.go index 6cfb10ea42..038f3abc54 100644 --- a/internal/types/subtypes/attributes.go +++ b/internal/types/subtypes/attributes.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package subtypes diff --git a/internal/types/subtypes/attributes_test.go b/internal/types/subtypes/attributes_test.go index e65cad4924..eca8c83135 100644 --- a/internal/types/subtypes/attributes_test.go +++ b/internal/types/subtypes/attributes_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package subtypes diff --git a/internal/types/subtypes/error.go b/internal/types/subtypes/error.go index 9e944d0bfa..e102b7a9e4 100644 --- a/internal/types/subtypes/error.go +++ b/internal/types/subtypes/error.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package subtypes diff --git a/internal/types/subtypes/interceptor.go b/internal/types/subtypes/interceptor.go index 217cf1e0d0..61246637ff 100644 --- a/internal/types/subtypes/interceptor.go +++ b/internal/types/subtypes/interceptor.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package subtypes diff --git a/internal/types/subtypes/interceptor_ext_test.go b/internal/types/subtypes/interceptor_ext_test.go index 9677e569c0..bd6f5dabd8 100644 --- a/internal/types/subtypes/interceptor_ext_test.go +++ b/internal/types/subtypes/interceptor_ext_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package subtypes_test diff --git a/internal/types/subtypes/interceptor_test.go b/internal/types/subtypes/interceptor_test.go index 3faae56c68..c1311c31fc 100644 --- a/internal/types/subtypes/interceptor_test.go +++ b/internal/types/subtypes/interceptor_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package subtypes diff --git a/internal/types/subtypes/registry.go b/internal/types/subtypes/registry.go index 9c8ce858f0..021dc3c9da 100644 --- a/internal/types/subtypes/registry.go +++ b/internal/types/subtypes/registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package subtypes provides helpers to work with boundary resource subtypes. diff --git a/internal/types/subtypes/source_registry.go b/internal/types/subtypes/source_registry.go index a5624e2aeb..f4fc7e2a74 100644 --- a/internal/types/subtypes/source_registry.go +++ b/internal/types/subtypes/source_registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package subtypes diff --git a/internal/types/subtypes/transformations.go b/internal/types/subtypes/transformations.go index 7dd2385ac5..d18c8540ce 100644 --- a/internal/types/subtypes/transformations.go +++ b/internal/types/subtypes/transformations.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package subtypes diff --git a/internal/ui/assets.go b/internal/ui/assets.go index 9509cb3615..4c9f1e1745 100644 --- a/internal/ui/assets.go +++ b/internal/ui/assets.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build ui diff --git a/internal/ui/dummy.go b/internal/ui/dummy.go index a15b346451..66a232e3a1 100644 --- a/internal/ui/dummy.go +++ b/internal/ui/dummy.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !ui diff --git a/internal/util/is_nil.go b/internal/util/is_nil.go index a904f4fe61..17226d0eea 100644 --- a/internal/util/is_nil.go +++ b/internal/util/is_nil.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package util diff --git a/internal/util/is_nil_test.go b/internal/util/is_nil_test.go index bd0078b9cc..9691c2d761 100644 --- a/internal/util/is_nil_test.go +++ b/internal/util/is_nil_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package util_test diff --git a/internal/util/net.go b/internal/util/net.go index 70a7e74c26..080f6aed73 100644 --- a/internal/util/net.go +++ b/internal/util/net.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package util diff --git a/internal/util/net_test.go b/internal/util/net_test.go index 636f907082..6f85f0ae91 100644 --- a/internal/util/net_test.go +++ b/internal/util/net_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package util diff --git a/internal/util/pointer.go b/internal/util/pointer.go index e1139de32b..a55e9fb761 100644 --- a/internal/util/pointer.go +++ b/internal/util/pointer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package util diff --git a/internal/util/template/doc.go b/internal/util/template/doc.go index f1fceb80f6..e633176df7 100644 --- a/internal/util/template/doc.go +++ b/internal/util/template/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package template diff --git a/internal/util/template/funcs.go b/internal/util/template/funcs.go index 58fd73e378..947362ea30 100644 --- a/internal/util/template/funcs.go +++ b/internal/util/template/funcs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package template diff --git a/internal/util/template/generate.go b/internal/util/template/generate.go index f357231c10..4fca442ab1 100644 --- a/internal/util/template/generate.go +++ b/internal/util/template/generate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package template diff --git a/internal/util/template/generate_test.go b/internal/util/template/generate_test.go index afe7fdb9bb..5752781204 100644 --- a/internal/util/template/generate_test.go +++ b/internal/util/template/generate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package template diff --git a/internal/util/template/types.go b/internal/util/template/types.go index 71c3a09ae6..bcda3f3d72 100644 --- a/internal/util/template/types.go +++ b/internal/util/template/types.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package template diff --git a/internal/website/permstable/permstable.go b/internal/website/permstable/permstable.go index aaa7b40d66..c0d911f141 100644 --- a/internal/website/permstable/permstable.go +++ b/internal/website/permstable/permstable.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/boundary/assets.go b/plugins/boundary/assets.go index e906947202..8692f022f5 100644 --- a/plugins/boundary/assets.go +++ b/plugins/boundary/assets.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary_plugin_assets diff --git a/plugins/boundary/const.go b/plugins/boundary/const.go index af60582014..ae34986b4c 100644 --- a/plugins/boundary/const.go +++ b/plugins/boundary/const.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary_plugin_assets diff --git a/plugins/boundary/mains/aws/main.go b/plugins/boundary/mains/aws/main.go index d8c3c693f8..178c5d3008 100644 --- a/plugins/boundary/mains/aws/main.go +++ b/plugins/boundary/mains/aws/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/boundary/mains/azure/main.go b/plugins/boundary/mains/azure/main.go index 97320738c6..b2f1fe159b 100644 --- a/plugins/boundary/mains/azure/main.go +++ b/plugins/boundary/mains/azure/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/boundary/mains/gcp/main.go b/plugins/boundary/mains/gcp/main.go index d50d3502d7..48c4b3d973 100644 --- a/plugins/boundary/mains/gcp/main.go +++ b/plugins/boundary/mains/gcp/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/boundary/mains/minio/main.go b/plugins/boundary/mains/minio/main.go index e6270a19d4..a9ac9085de 100644 --- a/plugins/boundary/mains/minio/main.go +++ b/plugins/boundary/mains/minio/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/boundary/mains/minio/serve.go b/plugins/boundary/mains/minio/serve.go index 2aafa34acc..1268ba2a40 100644 --- a/plugins/boundary/mains/minio/serve.go +++ b/plugins/boundary/mains/minio/serve.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build !netbsd diff --git a/plugins/boundary/mains/minio/serve_netbsd.go b/plugins/boundary/mains/minio/serve_netbsd.go index 2409797f5b..5532c8578f 100644 --- a/plugins/boundary/mains/minio/serve_netbsd.go +++ b/plugins/boundary/mains/minio/serve_netbsd.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build netbsd diff --git a/plugins/kms/assets.go b/plugins/kms/assets.go index 1168ab8ba1..a0a403f819 100644 --- a/plugins/kms/assets.go +++ b/plugins/kms/assets.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms_plugin_assets diff --git a/plugins/kms/builtin.go b/plugins/kms/builtin.go index 8bc3911e95..c74c28f5ae 100644 --- a/plugins/kms/builtin.go +++ b/plugins/kms/builtin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms_plugin_assets diff --git a/plugins/kms/const.go b/plugins/kms/const.go index 78860db210..e3c2484436 100644 --- a/plugins/kms/const.go +++ b/plugins/kms/const.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package kms_plugin_assets diff --git a/plugins/kms/mains/alicloudkms/main.go b/plugins/kms/mains/alicloudkms/main.go index d5f70b1ea4..4febd9af64 100644 --- a/plugins/kms/mains/alicloudkms/main.go +++ b/plugins/kms/mains/alicloudkms/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/kms/mains/awskms/main.go b/plugins/kms/mains/awskms/main.go index 2f58fe46ff..2b5444113e 100644 --- a/plugins/kms/mains/awskms/main.go +++ b/plugins/kms/mains/awskms/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/kms/mains/azurekeyvault/main.go b/plugins/kms/mains/azurekeyvault/main.go index f1b49e89df..c0b69692e6 100644 --- a/plugins/kms/mains/azurekeyvault/main.go +++ b/plugins/kms/mains/azurekeyvault/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/kms/mains/gcpckms/main.go b/plugins/kms/mains/gcpckms/main.go index 03ef4c1dd9..d32a6ba406 100644 --- a/plugins/kms/mains/gcpckms/main.go +++ b/plugins/kms/mains/gcpckms/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/kms/mains/ibmkp/main.go b/plugins/kms/mains/ibmkp/main.go index 457b919364..0635471bf8 100644 --- a/plugins/kms/mains/ibmkp/main.go +++ b/plugins/kms/mains/ibmkp/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/kms/mains/ocikms/main.go b/plugins/kms/mains/ocikms/main.go index eb587127fe..ed1832b15b 100644 --- a/plugins/kms/mains/ocikms/main.go +++ b/plugins/kms/mains/ocikms/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/kms/mains/transit/main.go b/plugins/kms/mains/transit/main.go index db050562b9..e68d1cc0e7 100644 --- a/plugins/kms/mains/transit/main.go +++ b/plugins/kms/mains/transit/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/scan.hcl b/scan.hcl index f693b2b70f..321a6bd7d8 100644 --- a/scan.hcl +++ b/scan.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 repository { diff --git a/scripts/build-ui.sh b/scripts/build-ui.sh index f0d4b66b9e..62a36dc848 100755 --- a/scripts/build-ui.sh +++ b/scripts/build-ui.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 diff --git a/scripts/build.sh b/scripts/build.sh index d552faa63d..e213c4cf5e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # diff --git a/scripts/plugins.sh b/scripts/plugins.sh index 0c6153e4e8..7363371593 100755 --- a/scripts/plugins.sh +++ b/scripts/plugins.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # diff --git a/scripts/remove-gotags-comments/main.go b/scripts/remove-gotags-comments/main.go index 248b591fd3..eb36084248 100644 --- a/scripts/remove-gotags-comments/main.go +++ b/scripts/remove-gotags-comments/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package main diff --git a/scripts/schema-diff.sh b/scripts/schema-diff.sh index b3b28d67ba..e104355f9c 100755 --- a/scripts/schema-diff.sh +++ b/scripts/schema-diff.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 # # This script can aid in comparing the database schema between two commits. diff --git a/scripts/uiupdate.sh b/scripts/uiupdate.sh index 16d5cffa45..611c62c333 100755 --- a/scripts/uiupdate.sh +++ b/scripts/uiupdate.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 diff --git a/sdk/LICENSE b/sdk/LICENSE index f7c7f7a3c2..72f563939f 100644 --- a/sdk/LICENSE +++ b/sdk/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2020, 2025 +Copyright IBM Corp. 2020, 2026 Mozilla Public License, version 2.0 diff --git a/sdk/pbs/controller/api/resources/accounts/account.pb.go b/sdk/pbs/controller/api/resources/accounts/account.pb.go index e4e5f73205..ec32fdedb2 100644 --- a/sdk/pbs/controller/api/resources/accounts/account.pb.go +++ b/sdk/pbs/controller/api/resources/accounts/account.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/aliases/alias.pb.go b/sdk/pbs/controller/api/resources/aliases/alias.pb.go index b89ece18ad..1f28807b00 100644 --- a/sdk/pbs/controller/api/resources/aliases/alias.pb.go +++ b/sdk/pbs/controller/api/resources/aliases/alias.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/authmethods/auth_method.pb.go b/sdk/pbs/controller/api/resources/authmethods/auth_method.pb.go index 502c4fe02d..53861f0d66 100644 --- a/sdk/pbs/controller/api/resources/authmethods/auth_method.pb.go +++ b/sdk/pbs/controller/api/resources/authmethods/auth_method.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/authmethods/auth_method_taggable.go b/sdk/pbs/controller/api/resources/authmethods/auth_method_taggable.go index d6069950e4..0cca0ea635 100644 --- a/sdk/pbs/controller/api/resources/authmethods/auth_method_taggable.go +++ b/sdk/pbs/controller/api/resources/authmethods/auth_method_taggable.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package authmethods diff --git a/sdk/pbs/controller/api/resources/authtokens/authtoken.pb.go b/sdk/pbs/controller/api/resources/authtokens/authtoken.pb.go index 0a4788987e..deda398d6b 100644 --- a/sdk/pbs/controller/api/resources/authtokens/authtoken.pb.go +++ b/sdk/pbs/controller/api/resources/authtokens/authtoken.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/billing/billing.pb.go b/sdk/pbs/controller/api/resources/billing/billing.pb.go index 04e3f50be4..cd0bf17a73 100644 --- a/sdk/pbs/controller/api/resources/billing/billing.pb.go +++ b/sdk/pbs/controller/api/resources/billing/billing.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/credentiallibraries/credential_library.pb.go b/sdk/pbs/controller/api/resources/credentiallibraries/credential_library.pb.go index 20fb52f256..3a5a61623d 100644 --- a/sdk/pbs/controller/api/resources/credentiallibraries/credential_library.pb.go +++ b/sdk/pbs/controller/api/resources/credentiallibraries/credential_library.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/credentials/credential.pb.go b/sdk/pbs/controller/api/resources/credentials/credential.pb.go index bcd80c5039..bba4566d36 100644 --- a/sdk/pbs/controller/api/resources/credentials/credential.pb.go +++ b/sdk/pbs/controller/api/resources/credentials/credential.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/credentialstores/credential_store.pb.go b/sdk/pbs/controller/api/resources/credentialstores/credential_store.pb.go index ab94b3574f..45cd63b7e4 100644 --- a/sdk/pbs/controller/api/resources/credentialstores/credential_store.pb.go +++ b/sdk/pbs/controller/api/resources/credentialstores/credential_store.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/credentialstores/credential_store_taggable.go b/sdk/pbs/controller/api/resources/credentialstores/credential_store_taggable.go index 02b13de52c..be02c9af2f 100644 --- a/sdk/pbs/controller/api/resources/credentialstores/credential_store_taggable.go +++ b/sdk/pbs/controller/api/resources/credentialstores/credential_store_taggable.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package credentialstores diff --git a/sdk/pbs/controller/api/resources/groups/group.pb.go b/sdk/pbs/controller/api/resources/groups/group.pb.go index be1abf86d4..78e9db2b96 100644 --- a/sdk/pbs/controller/api/resources/groups/group.pb.go +++ b/sdk/pbs/controller/api/resources/groups/group.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/hostcatalogs/host_catalog.pb.go b/sdk/pbs/controller/api/resources/hostcatalogs/host_catalog.pb.go index 8f81178dc0..e63bc66657 100644 --- a/sdk/pbs/controller/api/resources/hostcatalogs/host_catalog.pb.go +++ b/sdk/pbs/controller/api/resources/hostcatalogs/host_catalog.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/hostcatalogs/host_catalog_taggable.go b/sdk/pbs/controller/api/resources/hostcatalogs/host_catalog_taggable.go index cd2dbcd639..fce2e06440 100644 --- a/sdk/pbs/controller/api/resources/hostcatalogs/host_catalog_taggable.go +++ b/sdk/pbs/controller/api/resources/hostcatalogs/host_catalog_taggable.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package hostcatalogs diff --git a/sdk/pbs/controller/api/resources/hosts/host.pb.go b/sdk/pbs/controller/api/resources/hosts/host.pb.go index 40d5fface6..46f870b272 100644 --- a/sdk/pbs/controller/api/resources/hosts/host.pb.go +++ b/sdk/pbs/controller/api/resources/hosts/host.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/hostsets/host_set.pb.go b/sdk/pbs/controller/api/resources/hostsets/host_set.pb.go index 80cc98b840..4173fdc736 100644 --- a/sdk/pbs/controller/api/resources/hostsets/host_set.pb.go +++ b/sdk/pbs/controller/api/resources/hostsets/host_set.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/managedgroups/managed_group.pb.go b/sdk/pbs/controller/api/resources/managedgroups/managed_group.pb.go index 53f92239ef..89898a0590 100644 --- a/sdk/pbs/controller/api/resources/managedgroups/managed_group.pb.go +++ b/sdk/pbs/controller/api/resources/managedgroups/managed_group.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/plugins/plugin.pb.go b/sdk/pbs/controller/api/resources/plugins/plugin.pb.go index 5516c466a6..5404b56ff9 100644 --- a/sdk/pbs/controller/api/resources/plugins/plugin.pb.go +++ b/sdk/pbs/controller/api/resources/plugins/plugin.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/policies/policy.pb.go b/sdk/pbs/controller/api/resources/policies/policy.pb.go index 4be1f8f96d..c2b1315b4b 100644 --- a/sdk/pbs/controller/api/resources/policies/policy.pb.go +++ b/sdk/pbs/controller/api/resources/policies/policy.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/roles/role.pb.go b/sdk/pbs/controller/api/resources/roles/role.pb.go index 7131e3606a..e898cb63b9 100644 --- a/sdk/pbs/controller/api/resources/roles/role.pb.go +++ b/sdk/pbs/controller/api/resources/roles/role.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/scopes/scope.pb.go b/sdk/pbs/controller/api/resources/scopes/scope.pb.go index d282aace4d..7c8e4f0e83 100644 --- a/sdk/pbs/controller/api/resources/scopes/scope.pb.go +++ b/sdk/pbs/controller/api/resources/scopes/scope.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/scopes/scope_taggable.go b/sdk/pbs/controller/api/resources/scopes/scope_taggable.go index a0536b2cac..06046913b3 100644 --- a/sdk/pbs/controller/api/resources/scopes/scope_taggable.go +++ b/sdk/pbs/controller/api/resources/scopes/scope_taggable.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package scopes diff --git a/sdk/pbs/controller/api/resources/scopes/scope_taggable_test.go b/sdk/pbs/controller/api/resources/scopes/scope_taggable_test.go index 04b3b01325..7c42a1d7a8 100644 --- a/sdk/pbs/controller/api/resources/scopes/scope_taggable_test.go +++ b/sdk/pbs/controller/api/resources/scopes/scope_taggable_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package scopes diff --git a/sdk/pbs/controller/api/resources/session_recordings/session_recording.pb.go b/sdk/pbs/controller/api/resources/session_recordings/session_recording.pb.go index 4b266dfc08..d192ef8007 100644 --- a/sdk/pbs/controller/api/resources/session_recordings/session_recording.pb.go +++ b/sdk/pbs/controller/api/resources/session_recordings/session_recording.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/sessions/session.pb.go b/sdk/pbs/controller/api/resources/sessions/session.pb.go index 38a23fc436..9b9e0dd936 100644 --- a/sdk/pbs/controller/api/resources/sessions/session.pb.go +++ b/sdk/pbs/controller/api/resources/sessions/session.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/storagebuckets/storage_bucket.pb.go b/sdk/pbs/controller/api/resources/storagebuckets/storage_bucket.pb.go index b7e93b8e49..99c65713be 100644 --- a/sdk/pbs/controller/api/resources/storagebuckets/storage_bucket.pb.go +++ b/sdk/pbs/controller/api/resources/storagebuckets/storage_bucket.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/targets/target.pb.go b/sdk/pbs/controller/api/resources/targets/target.pb.go index 17c3ee63c0..20a491a829 100644 --- a/sdk/pbs/controller/api/resources/targets/target.pb.go +++ b/sdk/pbs/controller/api/resources/targets/target.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/users/user.pb.go b/sdk/pbs/controller/api/resources/users/user.pb.go index fd11d73c69..2aed526faa 100644 --- a/sdk/pbs/controller/api/resources/users/user.pb.go +++ b/sdk/pbs/controller/api/resources/users/user.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/resources/workers/worker.pb.go b/sdk/pbs/controller/api/resources/workers/worker.pb.go index 5fe76c0c17..974cfa5ed7 100644 --- a/sdk/pbs/controller/api/resources/workers/worker.pb.go +++ b/sdk/pbs/controller/api/resources/workers/worker.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/api/testing.go b/sdk/pbs/controller/api/testing.go index c3c76efc52..cadfc18d05 100644 --- a/sdk/pbs/controller/api/testing.go +++ b/sdk/pbs/controller/api/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package api diff --git a/sdk/pbs/controller/protooptions/options.pb.go b/sdk/pbs/controller/protooptions/options.pb.go index a04f1cfbe0..04c63302c5 100644 --- a/sdk/pbs/controller/protooptions/options.pb.go +++ b/sdk/pbs/controller/protooptions/options.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/controller/protooptions/testing.pb.go b/sdk/pbs/controller/protooptions/testing.pb.go index bd04cb901e..cd5f470a56 100644 --- a/sdk/pbs/controller/protooptions/testing.pb.go +++ b/sdk/pbs/controller/protooptions/testing.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/plugin/host_plugin_service.pb.go b/sdk/pbs/plugin/host_plugin_service.pb.go index 7f78cc0a30..bbd894860b 100644 --- a/sdk/pbs/plugin/host_plugin_service.pb.go +++ b/sdk/pbs/plugin/host_plugin_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/plugin/host_plugin_service_grpc.pb.go b/sdk/pbs/plugin/host_plugin_service_grpc.pb.go index 3cd79dfbbb..a8c0e5483a 100644 --- a/sdk/pbs/plugin/host_plugin_service_grpc.pb.go +++ b/sdk/pbs/plugin/host_plugin_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/sdk/pbs/plugin/storage_plugin_service.pb.go b/sdk/pbs/plugin/storage_plugin_service.pb.go index 1f53832bd7..a16c31f7b0 100644 --- a/sdk/pbs/plugin/storage_plugin_service.pb.go +++ b/sdk/pbs/plugin/storage_plugin_service.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/pbs/plugin/storage_plugin_service_grpc.pb.go b/sdk/pbs/plugin/storage_plugin_service_grpc.pb.go index 03d585c0dd..ae81954105 100644 --- a/sdk/pbs/plugin/storage_plugin_service_grpc.pb.go +++ b/sdk/pbs/plugin/storage_plugin_service_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go-grpc. DO NOT EDIT. diff --git a/sdk/pbs/proxy/proxy.pb.go b/sdk/pbs/proxy/proxy.pb.go index 4535611612..f95507941e 100644 --- a/sdk/pbs/proxy/proxy.pb.go +++ b/sdk/pbs/proxy/proxy.pb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/sdk/plugins/load.go b/sdk/plugins/load.go index 9e11b6c1bb..a36f678d98 100644 --- a/sdk/plugins/load.go +++ b/sdk/plugins/load.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package external_plugins diff --git a/sdk/plugins/options.go b/sdk/plugins/options.go index f5ec5f4ab9..3e0a43eff3 100644 --- a/sdk/plugins/options.go +++ b/sdk/plugins/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package external_plugins diff --git a/sdk/plugins/plugin.go b/sdk/plugins/plugin.go index 7f16cb4e69..07847fa5e4 100644 --- a/sdk/plugins/plugin.go +++ b/sdk/plugins/plugin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package external_plugins diff --git a/sdk/testutil/free_port.go b/sdk/testutil/free_port.go index 750acc90e8..522160d44e 100644 --- a/sdk/testutil/free_port.go +++ b/sdk/testutil/free_port.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package testutil diff --git a/sdk/testutil/free_port_test.go b/sdk/testutil/free_port_test.go index 6d19a876ff..fbc1ae7491 100644 --- a/sdk/testutil/free_port_test.go +++ b/sdk/testutil/free_port_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package testutil diff --git a/sdk/wrapper/testing.go b/sdk/wrapper/testing.go index 45306e9143..e2f4a6f6ff 100644 --- a/sdk/wrapper/testing.go +++ b/sdk/wrapper/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package wrapper diff --git a/sdk/wrapper/upgrade_test.go b/sdk/wrapper/upgrade_test.go index 38d695f2ce..26da5dd690 100644 --- a/sdk/wrapper/upgrade_test.go +++ b/sdk/wrapper/upgrade_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package wrapper diff --git a/sdk/wrapper/wrapper.go b/sdk/wrapper/wrapper.go index b236e20be4..7407966cf8 100644 --- a/sdk/wrapper/wrapper.go +++ b/sdk/wrapper/wrapper.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package wrapper diff --git a/sdk/wspb/wspb.go b/sdk/wspb/wspb.go index 0a8bb2cc67..0053bd5daa 100644 --- a/sdk/wspb/wspb.go +++ b/sdk/wspb/wspb.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package wspb provides convenience functions for reading and writing protobuf diff --git a/testing/controller/controller.go b/testing/controller/controller.go index a568dd0931..f9cf42b58a 100644 --- a/testing/controller/controller.go +++ b/testing/controller/controller.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/testing/controller/docs.go b/testing/controller/docs.go index 6ed64eea07..daaa6d0a84 100644 --- a/testing/controller/docs.go +++ b/testing/controller/docs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package controller is a package meant for internal testing only. The interfaces may change or be removed at any time without warning. diff --git a/testing/dbtest/docker/init-db.sh b/testing/dbtest/docker/init-db.sh index be99bed2d5..694e29233b 100755 --- a/testing/dbtest/docker/init-db.sh +++ b/testing/dbtest/docker/init-db.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/testing/dbtest/docker/restore-benchmark-dumps.sh b/testing/dbtest/docker/restore-benchmark-dumps.sh index 48dd54a8aa..b5cd347dd5 100644 --- a/testing/dbtest/docker/restore-benchmark-dumps.sh +++ b/testing/dbtest/docker/restore-benchmark-dumps.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/testing/dbtest/docs.go b/testing/dbtest/docs.go index f5b9437876..df509d8c9f 100644 --- a/testing/dbtest/docs.go +++ b/testing/dbtest/docs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package dbtest provides a way to create a clean database for tests using diff --git a/testing/dbtest/option.go b/testing/dbtest/option.go index d0c2625467..0bf3d4abb2 100644 --- a/testing/dbtest/option.go +++ b/testing/dbtest/option.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package dbtest diff --git a/testing/dbtest/pgtap-docker/Dockerfile b/testing/dbtest/pgtap-docker/Dockerfile index 89fb5073c0..5691ba4e8a 100644 --- a/testing/dbtest/pgtap-docker/Dockerfile +++ b/testing/dbtest/pgtap-docker/Dockerfile @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 ARG PG_VERSION diff --git a/testing/dbtest/pgtap-docker/test.sh b/testing/dbtest/pgtap-docker/test.sh index 0b0fb1b78a..f92401c195 100644 --- a/testing/dbtest/pgtap-docker/test.sh +++ b/testing/dbtest/pgtap-docker/test.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 diff --git a/testing/dbtest/session_list_benchmarks_dump_generation_test.go b/testing/dbtest/session_list_benchmarks_dump_generation_test.go index c92def709b..b019df5ef5 100644 --- a/testing/dbtest/session_list_benchmarks_dump_generation_test.go +++ b/testing/dbtest/session_list_benchmarks_dump_generation_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package dbtest_test diff --git a/testing/dbtest/template.go b/testing/dbtest/template.go index 9b6b5f4ce1..f7c78b1faa 100644 --- a/testing/dbtest/template.go +++ b/testing/dbtest/template.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package dbtest diff --git a/testing/dbtest/template_test.go b/testing/dbtest/template_test.go index aac8e9f174..8cdc0330b2 100644 --- a/testing/dbtest/template_test.go +++ b/testing/dbtest/template_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package dbtest_test diff --git a/testing/internal/e2e/boundary/account.go b/testing/internal/e2e/boundary/account.go index 68513e3fc9..9521350712 100644 --- a/testing/internal/e2e/boundary/account.go +++ b/testing/internal/e2e/boundary/account.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/authenticate.go b/testing/internal/e2e/boundary/authenticate.go index 7ce9952c83..18b0bbe72a 100644 --- a/testing/internal/e2e/boundary/authenticate.go +++ b/testing/internal/e2e/boundary/authenticate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/authmethod.go b/testing/internal/e2e/boundary/authmethod.go index fd59635dd1..63afd4fb53 100644 --- a/testing/internal/e2e/boundary/authmethod.go +++ b/testing/internal/e2e/boundary/authmethod.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/authtoken.go b/testing/internal/e2e/boundary/authtoken.go index 4a5e280bb7..6b1e3c0960 100644 --- a/testing/internal/e2e/boundary/authtoken.go +++ b/testing/internal/e2e/boundary/authtoken.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/boundary.go b/testing/internal/e2e/boundary/boundary.go index cf651c6cea..a7d8cd7724 100644 --- a/testing/internal/e2e/boundary/boundary.go +++ b/testing/internal/e2e/boundary/boundary.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package boundary provides methods for commonly used boundary actions that are used in end-to-end tests. diff --git a/testing/internal/e2e/boundary/connect.go b/testing/internal/e2e/boundary/connect.go index bf4e9b3248..2b5fe38582 100644 --- a/testing/internal/e2e/boundary/connect.go +++ b/testing/internal/e2e/boundary/connect.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/credential.go b/testing/internal/e2e/boundary/credential.go index 0995ebbe4c..b5685da4e0 100644 --- a/testing/internal/e2e/boundary/credential.go +++ b/testing/internal/e2e/boundary/credential.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/env.go b/testing/internal/e2e/boundary/env.go index 49757de03a..5cbaf4deb9 100644 --- a/testing/internal/e2e/boundary/env.go +++ b/testing/internal/e2e/boundary/env.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/group.go b/testing/internal/e2e/boundary/group.go index e78fb2fdba..1d50477de7 100644 --- a/testing/internal/e2e/boundary/group.go +++ b/testing/internal/e2e/boundary/group.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/host.go b/testing/internal/e2e/boundary/host.go index ca99bdbd46..978426ca31 100644 --- a/testing/internal/e2e/boundary/host.go +++ b/testing/internal/e2e/boundary/host.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/http.go b/testing/internal/e2e/boundary/http.go index 7bbcdf6bca..0a63a98ecd 100644 --- a/testing/internal/e2e/boundary/http.go +++ b/testing/internal/e2e/boundary/http.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/managedgroup.go b/testing/internal/e2e/boundary/managedgroup.go index 48ef2ddabc..2fd4c463ef 100644 --- a/testing/internal/e2e/boundary/managedgroup.go +++ b/testing/internal/e2e/boundary/managedgroup.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/role.go b/testing/internal/e2e/boundary/role.go index 404cae49f4..536cb51fd0 100644 --- a/testing/internal/e2e/boundary/role.go +++ b/testing/internal/e2e/boundary/role.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/scope.go b/testing/internal/e2e/boundary/scope.go index 59ed0e161b..52b9a29528 100644 --- a/testing/internal/e2e/boundary/scope.go +++ b/testing/internal/e2e/boundary/scope.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/session.go b/testing/internal/e2e/boundary/session.go index d3b3d82832..478d3c2711 100644 --- a/testing/internal/e2e/boundary/session.go +++ b/testing/internal/e2e/boundary/session.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/target.go b/testing/internal/e2e/boundary/target.go index 9ef121800c..f21fdd8cc0 100644 --- a/testing/internal/e2e/boundary/target.go +++ b/testing/internal/e2e/boundary/target.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/user.go b/testing/internal/e2e/boundary/user.go index 81df3d0c6c..3f76c45e37 100644 --- a/testing/internal/e2e/boundary/user.go +++ b/testing/internal/e2e/boundary/user.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/boundary/worker.go b/testing/internal/e2e/boundary/worker.go index e98c11e98b..a1ee902656 100644 --- a/testing/internal/e2e/boundary/worker.go +++ b/testing/internal/e2e/boundary/worker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package boundary diff --git a/testing/internal/e2e/helpers.go b/testing/internal/e2e/helpers.go index b506db026c..708fdc662f 100644 --- a/testing/internal/e2e/helpers.go +++ b/testing/internal/e2e/helpers.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package e2e diff --git a/testing/internal/e2e/infra/docker.go b/testing/internal/e2e/infra/docker.go index 084f62fb92..a40f802ae1 100644 --- a/testing/internal/e2e/infra/docker.go +++ b/testing/internal/e2e/infra/docker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package infra diff --git a/testing/internal/e2e/infra/env.go b/testing/internal/e2e/infra/env.go index 8afed63c46..d19faef5cf 100644 --- a/testing/internal/e2e/infra/env.go +++ b/testing/internal/e2e/infra/env.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package infra diff --git a/testing/internal/e2e/infra/redis_docker.go b/testing/internal/e2e/infra/redis_docker.go index 59134c25d5..313aed95e6 100644 --- a/testing/internal/e2e/infra/redis_docker.go +++ b/testing/internal/e2e/infra/redis_docker.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package infra diff --git a/testing/internal/e2e/tests/aws/dynamichostcatalog_host_set_empty_test.go b/testing/internal/e2e/tests/aws/dynamichostcatalog_host_set_empty_test.go index 3dbf3627cd..52cff2254a 100644 --- a/testing/internal/e2e/tests/aws/dynamichostcatalog_host_set_empty_test.go +++ b/testing/internal/e2e/tests/aws/dynamichostcatalog_host_set_empty_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aws_test diff --git a/testing/internal/e2e/tests/aws/dynamichostcatalog_host_set_test.go b/testing/internal/e2e/tests/aws/dynamichostcatalog_host_set_test.go index bcd899fc63..29000ec92a 100644 --- a/testing/internal/e2e/tests/aws/dynamichostcatalog_host_set_test.go +++ b/testing/internal/e2e/tests/aws/dynamichostcatalog_host_set_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aws_test diff --git a/testing/internal/e2e/tests/aws/env_test.go b/testing/internal/e2e/tests/aws/env_test.go index 166a20e1b0..17f701f1d6 100644 --- a/testing/internal/e2e/tests/aws/env_test.go +++ b/testing/internal/e2e/tests/aws/env_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aws_test diff --git a/testing/internal/e2e/tests/aws/worker_test.go b/testing/internal/e2e/tests/aws/worker_test.go index 8f5527ca30..cc57798646 100644 --- a/testing/internal/e2e/tests/aws/worker_test.go +++ b/testing/internal/e2e/tests/aws/worker_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package aws_test diff --git a/testing/internal/e2e/tests/base/auth_method_password_test.go b/testing/internal/e2e/tests/base/auth_method_password_test.go index 400f36e342..1b39850600 100644 --- a/testing/internal/e2e/tests/base/auth_method_password_test.go +++ b/testing/internal/e2e/tests/base/auth_method_password_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/auth_token_delete_test.go b/testing/internal/e2e/tests/base/auth_token_delete_test.go index 2a94194195..a6212701b5 100644 --- a/testing/internal/e2e/tests/base/auth_token_delete_test.go +++ b/testing/internal/e2e/tests/base/auth_token_delete_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/auth_unauthenticated_test.go b/testing/internal/e2e/tests/base/auth_unauthenticated_test.go index d4d67b0d93..10c50985d1 100644 --- a/testing/internal/e2e/tests/base/auth_unauthenticated_test.go +++ b/testing/internal/e2e/tests/base/auth_unauthenticated_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/authenticate_no_keyring_test.go b/testing/internal/e2e/tests/base/authenticate_no_keyring_test.go index 766357842e..5b703e5830 100644 --- a/testing/internal/e2e/tests/base/authenticate_no_keyring_test.go +++ b/testing/internal/e2e/tests/base/authenticate_no_keyring_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/authenticate_primary_test.go b/testing/internal/e2e/tests/base/authenticate_primary_test.go index a51cd06ba0..4409beccab 100644 --- a/testing/internal/e2e/tests/base/authenticate_primary_test.go +++ b/testing/internal/e2e/tests/base/authenticate_primary_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/credential_store_test.go b/testing/internal/e2e/tests/base/credential_store_test.go index f320b7d322..9c945d99f3 100644 --- a/testing/internal/e2e/tests/base/credential_store_test.go +++ b/testing/internal/e2e/tests/base/credential_store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/env_test.go b/testing/internal/e2e/tests/base/env_test.go index 0805014a33..bd0e1221ba 100644 --- a/testing/internal/e2e/tests/base/env_test.go +++ b/testing/internal/e2e/tests/base/env_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/key_destruction_test.go b/testing/internal/e2e/tests/base/key_destruction_test.go index 9069573cdf..296f5e2e6d 100644 --- a/testing/internal/e2e/tests/base/key_destruction_test.go +++ b/testing/internal/e2e/tests/base/key_destruction_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_account_test.go b/testing/internal/e2e/tests/base/paginate_account_test.go index 8cddb932c2..d57f51a63f 100644 --- a/testing/internal/e2e/tests/base/paginate_account_test.go +++ b/testing/internal/e2e/tests/base/paginate_account_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_auth_method_test.go b/testing/internal/e2e/tests/base/paginate_auth_method_test.go index 788ce1eaed..a6ee811783 100644 --- a/testing/internal/e2e/tests/base/paginate_auth_method_test.go +++ b/testing/internal/e2e/tests/base/paginate_auth_method_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_auth_token_test.go b/testing/internal/e2e/tests/base/paginate_auth_token_test.go index cc36265de6..3555b1151c 100644 --- a/testing/internal/e2e/tests/base/paginate_auth_token_test.go +++ b/testing/internal/e2e/tests/base/paginate_auth_token_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_credential_store_test.go b/testing/internal/e2e/tests/base/paginate_credential_store_test.go index 86e6bd17a2..162dc77d52 100644 --- a/testing/internal/e2e/tests/base/paginate_credential_store_test.go +++ b/testing/internal/e2e/tests/base/paginate_credential_store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_credential_test.go b/testing/internal/e2e/tests/base/paginate_credential_test.go index c970160288..0c344f9b5f 100644 --- a/testing/internal/e2e/tests/base/paginate_credential_test.go +++ b/testing/internal/e2e/tests/base/paginate_credential_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_group_test.go b/testing/internal/e2e/tests/base/paginate_group_test.go index b17fd77137..fb3592ab23 100644 --- a/testing/internal/e2e/tests/base/paginate_group_test.go +++ b/testing/internal/e2e/tests/base/paginate_group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_host_catalog_test.go b/testing/internal/e2e/tests/base/paginate_host_catalog_test.go index 6db5c51b48..1f42bc699f 100644 --- a/testing/internal/e2e/tests/base/paginate_host_catalog_test.go +++ b/testing/internal/e2e/tests/base/paginate_host_catalog_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_host_set_test.go b/testing/internal/e2e/tests/base/paginate_host_set_test.go index 1fb64b876c..172f32a8b3 100644 --- a/testing/internal/e2e/tests/base/paginate_host_set_test.go +++ b/testing/internal/e2e/tests/base/paginate_host_set_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_host_test.go b/testing/internal/e2e/tests/base/paginate_host_test.go index 0f23819806..44d9f25a14 100644 --- a/testing/internal/e2e/tests/base/paginate_host_test.go +++ b/testing/internal/e2e/tests/base/paginate_host_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_managed_group_test.go b/testing/internal/e2e/tests/base/paginate_managed_group_test.go index 06e41195da..f102c2f494 100644 --- a/testing/internal/e2e/tests/base/paginate_managed_group_test.go +++ b/testing/internal/e2e/tests/base/paginate_managed_group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_role_test.go b/testing/internal/e2e/tests/base/paginate_role_test.go index e9fe981cdc..66e92c0946 100644 --- a/testing/internal/e2e/tests/base/paginate_role_test.go +++ b/testing/internal/e2e/tests/base/paginate_role_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_scope_test.go b/testing/internal/e2e/tests/base/paginate_scope_test.go index 0e5103c959..6831bf8437 100644 --- a/testing/internal/e2e/tests/base/paginate_scope_test.go +++ b/testing/internal/e2e/tests/base/paginate_scope_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_session_test.go b/testing/internal/e2e/tests/base/paginate_session_test.go index 70175961d6..e09fe39ca8 100644 --- a/testing/internal/e2e/tests/base/paginate_session_test.go +++ b/testing/internal/e2e/tests/base/paginate_session_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_target_test.go b/testing/internal/e2e/tests/base/paginate_target_test.go index 8778d9f000..92cd360088 100644 --- a/testing/internal/e2e/tests/base/paginate_target_test.go +++ b/testing/internal/e2e/tests/base/paginate_target_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/paginate_user_test.go b/testing/internal/e2e/tests/base/paginate_user_test.go index 99c3b4b4c9..48eb7e1a75 100644 --- a/testing/internal/e2e/tests/base/paginate_user_test.go +++ b/testing/internal/e2e/tests/base/paginate_user_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/role_multi_scope_grants_test.go b/testing/internal/e2e/tests/base/role_multi_scope_grants_test.go index c07ee5965c..26c7b57ca0 100644 --- a/testing/internal/e2e/tests/base/role_multi_scope_grants_test.go +++ b/testing/internal/e2e/tests/base/role_multi_scope_grants_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/scope_permissions_test.go b/testing/internal/e2e/tests/base/scope_permissions_test.go index af9a0b4ae3..3249f014eb 100644 --- a/testing/internal/e2e/tests/base/scope_permissions_test.go +++ b/testing/internal/e2e/tests/base/scope_permissions_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/search_test.go b/testing/internal/e2e/tests/base/search_test.go index b0e306e563..f571a0ebe9 100644 --- a/testing/internal/e2e/tests/base/search_test.go +++ b/testing/internal/e2e/tests/base/search_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base/version_test.go b/testing/internal/e2e/tests/base/version_test.go index 22d742e9f3..c563fb7042 100644 --- a/testing/internal/e2e/tests/base/version_test.go +++ b/testing/internal/e2e/tests/base/version_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_test diff --git a/testing/internal/e2e/tests/base_connect/alias_test.go b/testing/internal/e2e/tests/base_connect/alias_test.go index b3f07dc81c..ae7255ca6f 100644 --- a/testing/internal/e2e/tests/base_connect/alias_test.go +++ b/testing/internal/e2e/tests/base_connect/alias_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/bytes_up_down_empty_test.go b/testing/internal/e2e/tests/base_connect/bytes_up_down_empty_test.go index 897c21c095..29a18c36df 100644 --- a/testing/internal/e2e/tests/base_connect/bytes_up_down_empty_test.go +++ b/testing/internal/e2e/tests/base_connect/bytes_up_down_empty_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/bytes_up_down_test.go b/testing/internal/e2e/tests/base_connect/bytes_up_down_test.go index 67ec388a61..399810aa4f 100644 --- a/testing/internal/e2e/tests/base_connect/bytes_up_down_test.go +++ b/testing/internal/e2e/tests/base_connect/bytes_up_down_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/env_test.go b/testing/internal/e2e/tests/base_connect/env_test.go index a6ed097195..6475a50308 100644 --- a/testing/internal/e2e/tests/base_connect/env_test.go +++ b/testing/internal/e2e/tests/base_connect/env_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/session_cancel_admin_test.go b/testing/internal/e2e/tests/base_connect/session_cancel_admin_test.go index 3bb871619d..3fd4d0e7b0 100644 --- a/testing/internal/e2e/tests/base_connect/session_cancel_admin_test.go +++ b/testing/internal/e2e/tests/base_connect/session_cancel_admin_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/session_cancel_group_test.go b/testing/internal/e2e/tests/base_connect/session_cancel_group_test.go index 0e4035d2fd..188a6d82d4 100644 --- a/testing/internal/e2e/tests/base_connect/session_cancel_group_test.go +++ b/testing/internal/e2e/tests/base_connect/session_cancel_group_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/session_cancel_user_test.go b/testing/internal/e2e/tests/base_connect/session_cancel_user_test.go index 5fa5688903..d5954156b4 100644 --- a/testing/internal/e2e/tests/base_connect/session_cancel_user_test.go +++ b/testing/internal/e2e/tests/base_connect/session_cancel_user_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/session_end_delete_host_set_test.go b/testing/internal/e2e/tests/base_connect/session_end_delete_host_set_test.go index 14ca2ff702..cb8cbd7da5 100644 --- a/testing/internal/e2e/tests/base_connect/session_end_delete_host_set_test.go +++ b/testing/internal/e2e/tests/base_connect/session_end_delete_host_set_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/session_end_delete_host_test.go b/testing/internal/e2e/tests/base_connect/session_end_delete_host_test.go index c127ed7c72..fcf6f93db6 100644 --- a/testing/internal/e2e/tests/base_connect/session_end_delete_host_test.go +++ b/testing/internal/e2e/tests/base_connect/session_end_delete_host_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/session_end_delete_project_test.go b/testing/internal/e2e/tests/base_connect/session_end_delete_project_test.go index f9b01656f7..7c751f4e1d 100644 --- a/testing/internal/e2e/tests/base_connect/session_end_delete_project_test.go +++ b/testing/internal/e2e/tests/base_connect/session_end_delete_project_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/session_end_delete_target_test.go b/testing/internal/e2e/tests/base_connect/session_end_delete_target_test.go index 426c067fda..4f9008a616 100644 --- a/testing/internal/e2e/tests/base_connect/session_end_delete_target_test.go +++ b/testing/internal/e2e/tests/base_connect/session_end_delete_target_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/session_end_delete_user_test.go b/testing/internal/e2e/tests/base_connect/session_end_delete_user_test.go index 36e78d69d8..c3a5f02d29 100644 --- a/testing/internal/e2e/tests/base_connect/session_end_delete_user_test.go +++ b/testing/internal/e2e/tests/base_connect/session_end_delete_user_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_address_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_address_test.go index 0c73582418..0164a66bf6 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_address_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_address_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_authz_token_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_authz_token_test.go index f421cbbaea..7e9ffbe753 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_authz_token_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_authz_token_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_connection_limits_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_connection_limits_test.go index ad8cff2dac..efbf99ebc1 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_connection_limits_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_connection_limits_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_default_client_port_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_default_client_port_test.go index 5cb0789594..4fb64b1d27 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_default_client_port_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_default_client_port_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_exec_long_lasting_script_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_exec_long_lasting_script_test.go index 533bc8843f..ccb3fcab72 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_exec_long_lasting_script_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_exec_long_lasting_script_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_go_ssh_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_go_ssh_test.go index f4dca8040b..5e307f1b01 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_go_ssh_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_go_ssh_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_listen_port_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_listen_port_test.go index 671eaf9512..1e2d72527a 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_listen_port_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_listen_port_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_localhost_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_localhost_test.go index 3f407ee9f7..86417f9021 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_localhost_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_localhost_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_pending_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_pending_test.go index f0b5cf0801..841769e0fa 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_pending_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_pending_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_scp_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_scp_test.go index 7ffd0d621d..1d9f9a0a6e 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_scp_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_scp_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_session_max_seconds_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_session_max_seconds_test.go index 133711557b..6cbbfcada6 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_session_max_seconds_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_session_max_seconds_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_ssh_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_ssh_test.go index 37f0725005..db0e4a2131 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_ssh_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_ssh_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/target_tcp_connect_test.go b/testing/internal/e2e/tests/base_connect/target_tcp_connect_test.go index 8c73ed756a..4a0a2eadcf 100644 --- a/testing/internal/e2e/tests/base_connect/target_tcp_connect_test.go +++ b/testing/internal/e2e/tests/base_connect/target_tcp_connect_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_connect_test diff --git a/testing/internal/e2e/tests/base_connect/testdata/long_lasting_test_script.sh b/testing/internal/e2e/tests/base_connect/testdata/long_lasting_test_script.sh index 5680838918..2f156441f0 100755 --- a/testing/internal/e2e/tests/base_connect/testdata/long_lasting_test_script.sh +++ b/testing/internal/e2e/tests/base_connect/testdata/long_lasting_test_script.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 for i in {1..5} diff --git a/testing/internal/e2e/tests/base_plus/auth_method_ldap_test.go b/testing/internal/e2e/tests/base_plus/auth_method_ldap_test.go index b9413ba12e..4770711df3 100644 --- a/testing/internal/e2e/tests/base_plus/auth_method_ldap_test.go +++ b/testing/internal/e2e/tests/base_plus/auth_method_ldap_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_plus_test diff --git a/testing/internal/e2e/tests/base_plus/env_test.go b/testing/internal/e2e/tests/base_plus/env_test.go index 8d14faaa0b..5bdf353073 100644 --- a/testing/internal/e2e/tests/base_plus/env_test.go +++ b/testing/internal/e2e/tests/base_plus/env_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_plus_test diff --git a/testing/internal/e2e/tests/base_plus/rate_limit_test.go b/testing/internal/e2e/tests/base_plus/rate_limit_test.go index 2407acdb95..53899012f4 100644 --- a/testing/internal/e2e/tests/base_plus/rate_limit_test.go +++ b/testing/internal/e2e/tests/base_plus/rate_limit_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_plus_test diff --git a/testing/internal/e2e/tests/base_plus/target_tcp_connect_cassandra_test.go b/testing/internal/e2e/tests/base_plus/target_tcp_connect_cassandra_test.go index a7becfdc13..beaaf3c0fd 100644 --- a/testing/internal/e2e/tests/base_plus/target_tcp_connect_cassandra_test.go +++ b/testing/internal/e2e/tests/base_plus/target_tcp_connect_cassandra_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_plus_test diff --git a/testing/internal/e2e/tests/base_plus/target_tcp_connect_http_test.go b/testing/internal/e2e/tests/base_plus/target_tcp_connect_http_test.go index 76421d41dc..a46f9072ee 100644 --- a/testing/internal/e2e/tests/base_plus/target_tcp_connect_http_test.go +++ b/testing/internal/e2e/tests/base_plus/target_tcp_connect_http_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_plus_test diff --git a/testing/internal/e2e/tests/base_plus/target_tcp_connect_mongo_test.go b/testing/internal/e2e/tests/base_plus/target_tcp_connect_mongo_test.go index 43ec2f95a4..f57ccac9b1 100644 --- a/testing/internal/e2e/tests/base_plus/target_tcp_connect_mongo_test.go +++ b/testing/internal/e2e/tests/base_plus/target_tcp_connect_mongo_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_plus_test diff --git a/testing/internal/e2e/tests/base_plus/target_tcp_connect_mysql_test.go b/testing/internal/e2e/tests/base_plus/target_tcp_connect_mysql_test.go index 9b28c29c8d..6009073865 100644 --- a/testing/internal/e2e/tests/base_plus/target_tcp_connect_mysql_test.go +++ b/testing/internal/e2e/tests/base_plus/target_tcp_connect_mysql_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_plus_test diff --git a/testing/internal/e2e/tests/base_plus/target_tcp_connect_postgres_test.go b/testing/internal/e2e/tests/base_plus/target_tcp_connect_postgres_test.go index 639ceb4576..be7d3979f8 100644 --- a/testing/internal/e2e/tests/base_plus/target_tcp_connect_postgres_test.go +++ b/testing/internal/e2e/tests/base_plus/target_tcp_connect_postgres_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_plus_test diff --git a/testing/internal/e2e/tests/base_plus/target_tcp_connect_redis_password_test.go b/testing/internal/e2e/tests/base_plus/target_tcp_connect_redis_password_test.go index 3a8869ceaf..d860464f41 100644 --- a/testing/internal/e2e/tests/base_plus/target_tcp_connect_redis_password_test.go +++ b/testing/internal/e2e/tests/base_plus/target_tcp_connect_redis_password_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_plus_test diff --git a/testing/internal/e2e/tests/base_plus/target_tcp_connect_redis_username_password_test.go b/testing/internal/e2e/tests/base_plus/target_tcp_connect_redis_username_password_test.go index 1f1f3a4dc1..d546c46535 100644 --- a/testing/internal/e2e/tests/base_plus/target_tcp_connect_redis_username_password_test.go +++ b/testing/internal/e2e/tests/base_plus/target_tcp_connect_redis_username_password_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_plus_test diff --git a/testing/internal/e2e/tests/base_with_vault/auth_method_oidc_vault_test.go b/testing/internal/e2e/tests/base_with_vault/auth_method_oidc_vault_test.go index e97383579b..9ebf752b82 100644 --- a/testing/internal/e2e/tests/base_with_vault/auth_method_oidc_vault_test.go +++ b/testing/internal/e2e/tests/base_with_vault/auth_method_oidc_vault_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_with_vault_test diff --git a/testing/internal/e2e/tests/base_with_vault/credential_library_vault_ldap_test.go b/testing/internal/e2e/tests/base_with_vault/credential_library_vault_ldap_test.go index b7d62f24dd..93b838ad64 100644 --- a/testing/internal/e2e/tests/base_with_vault/credential_library_vault_ldap_test.go +++ b/testing/internal/e2e/tests/base_with_vault/credential_library_vault_ldap_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_with_vault_test diff --git a/testing/internal/e2e/tests/base_with_vault/credential_store_test.go b/testing/internal/e2e/tests/base_with_vault/credential_store_test.go index a02480146a..75e80a2598 100644 --- a/testing/internal/e2e/tests/base_with_vault/credential_store_test.go +++ b/testing/internal/e2e/tests/base_with_vault/credential_store_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_with_vault_test diff --git a/testing/internal/e2e/tests/base_with_vault/env_test.go b/testing/internal/e2e/tests/base_with_vault/env_test.go index 45691cb2fc..f6818b3a24 100644 --- a/testing/internal/e2e/tests/base_with_vault/env_test.go +++ b/testing/internal/e2e/tests/base_with_vault/env_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_with_vault_test diff --git a/testing/internal/e2e/tests/base_with_vault/paginate_credential_library_test.go b/testing/internal/e2e/tests/base_with_vault/paginate_credential_library_test.go index a9ad3d8084..48555a5b69 100644 --- a/testing/internal/e2e/tests/base_with_vault/paginate_credential_library_test.go +++ b/testing/internal/e2e/tests/base_with_vault/paginate_credential_library_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_with_vault_test diff --git a/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_authz_token_test.go b/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_authz_token_test.go index 951a672c87..5bfb0639ba 100644 --- a/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_authz_token_test.go +++ b/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_authz_token_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_with_vault_test diff --git a/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_ssh_test.go b/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_ssh_test.go index 416addce74..226aa11a45 100644 --- a/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_ssh_test.go +++ b/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_ssh_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_with_vault_test diff --git a/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_test.go b/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_test.go index f829a1d211..141f811014 100644 --- a/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_test.go +++ b/testing/internal/e2e/tests/base_with_vault/target_tcp_vault_generic_connect_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_with_vault_test diff --git a/testing/internal/e2e/tests/base_with_vault/testdata/boundary-controller-policy.hcl b/testing/internal/e2e/tests/base_with_vault/testdata/boundary-controller-policy.hcl index 5af6a2c561..46fc6016b4 100644 --- a/testing/internal/e2e/tests/base_with_vault/testdata/boundary-controller-policy.hcl +++ b/testing/internal/e2e/tests/base_with_vault/testdata/boundary-controller-policy.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 path "auth/token/lookup-self" { diff --git a/testing/internal/e2e/tests/base_with_worker/env_test.go b/testing/internal/e2e/tests/base_with_worker/env_test.go index 70537d5212..1813ec6e17 100644 --- a/testing/internal/e2e/tests/base_with_worker/env_test.go +++ b/testing/internal/e2e/tests/base_with_worker/env_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_with_worker_test diff --git a/testing/internal/e2e/tests/base_with_worker/target_tcp_worker_connect_ssh_test.go b/testing/internal/e2e/tests/base_with_worker/target_tcp_worker_connect_ssh_test.go index 9be2fd347d..c83f1d1031 100644 --- a/testing/internal/e2e/tests/base_with_worker/target_tcp_worker_connect_ssh_test.go +++ b/testing/internal/e2e/tests/base_with_worker/target_tcp_worker_connect_ssh_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package base_with_worker_test diff --git a/testing/internal/e2e/tests/base_with_worker/testdata/boundary-controller-policy.hcl b/testing/internal/e2e/tests/base_with_worker/testdata/boundary-controller-policy.hcl index 5af6a2c561..46fc6016b4 100644 --- a/testing/internal/e2e/tests/base_with_worker/testdata/boundary-controller-policy.hcl +++ b/testing/internal/e2e/tests/base_with_worker/testdata/boundary-controller-policy.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 path "auth/token/lookup-self" { diff --git a/testing/internal/e2e/tests/database/env_test.go b/testing/internal/e2e/tests/database/env_test.go index 56fe1a2dab..b56c098cc3 100644 --- a/testing/internal/e2e/tests/database/env_test.go +++ b/testing/internal/e2e/tests/database/env_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package database_test diff --git a/testing/internal/e2e/tests/database/migration_test.go b/testing/internal/e2e/tests/database/migration_test.go index 27ffdf550c..867617aa83 100644 --- a/testing/internal/e2e/tests/database/migration_test.go +++ b/testing/internal/e2e/tests/database/migration_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package database_test diff --git a/testing/internal/e2e/tests/database/testdata/boundary-config.hcl b/testing/internal/e2e/tests/database/testdata/boundary-config.hcl index cfd58747c5..98f53df385 100644 --- a/testing/internal/e2e/tests/database/testdata/boundary-config.hcl +++ b/testing/internal/e2e/tests/database/testdata/boundary-config.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 disable_mlock = true diff --git a/testing/internal/e2e/tests/database/testdata/boundary-controller-policy.hcl b/testing/internal/e2e/tests/database/testdata/boundary-controller-policy.hcl index 5af6a2c561..46fc6016b4 100644 --- a/testing/internal/e2e/tests/database/testdata/boundary-controller-policy.hcl +++ b/testing/internal/e2e/tests/database/testdata/boundary-controller-policy.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: BUSL-1.1 path "auth/token/lookup-self" { diff --git a/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_empty_test.go b/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_empty_test.go index ea5c4e05bb..d2cd3437a8 100644 --- a/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_empty_test.go +++ b/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_empty_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package gcp_test diff --git a/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_test.go b/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_test.go index 0227531c59..3a66780df3 100644 --- a/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_test.go +++ b/testing/internal/e2e/tests/gcp/dynamichostcatalog_host_set_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package gcp_test diff --git a/testing/internal/e2e/tests/gcp/env_test.go b/testing/internal/e2e/tests/gcp/env_test.go index ed03d4f08c..bf5f41db5a 100644 --- a/testing/internal/e2e/tests/gcp/env_test.go +++ b/testing/internal/e2e/tests/gcp/env_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package gcp_test diff --git a/testing/internal/e2e/vault/env.go b/testing/internal/e2e/vault/env.go index bf6c1703c4..ff04f0e965 100644 --- a/testing/internal/e2e/vault/env.go +++ b/testing/internal/e2e/vault/env.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/testing/internal/e2e/vault/vault.go b/testing/internal/e2e/vault/vault.go index baaea3801b..6c01b9b505 100644 --- a/testing/internal/e2e/vault/vault.go +++ b/testing/internal/e2e/vault/vault.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package vault provides methods for commonly used vault actions that are used in end-to-end tests. diff --git a/testing/vault/docs.go b/testing/vault/docs.go index 2bf80c1dec..8c0cd24e0f 100644 --- a/testing/vault/docs.go +++ b/testing/vault/docs.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 // Package vault is a package meant for internal testing only. The interfaces may change or be removed at any time without warning. diff --git a/testing/vault/vault.go b/testing/vault/vault.go index a00d3b1415..302c3a08bc 100644 --- a/testing/vault/vault.go +++ b/testing/vault/vault.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package vault diff --git a/tools/tools.go b/tools/tools.go index c4a2ea8c1a..806b9c525e 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build tools diff --git a/version/cgo.go b/version/cgo.go index 5f47e733b9..ee6b62a54e 100644 --- a/version/cgo.go +++ b/version/cgo.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 //go:build cgo diff --git a/version/feature_manager.go b/version/feature_manager.go index fa8e34bb2d..c333754eea 100644 --- a/version/feature_manager.go +++ b/version/feature_manager.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/version/feature_manager_test.go b/version/feature_manager_test.go index 16e7bb3f02..77633cfdfb 100644 --- a/version/feature_manager_test.go +++ b/version/feature_manager_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/version/testing.go b/version/testing.go index 9f4f66ca21..633e7be1dc 100644 --- a/version/testing.go +++ b/version/testing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/version/version.go b/version/version.go index 11f3ca5226..f7e852577f 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/version/version_base.go b/version/version_base.go index 5948601d58..8f5e197c20 100644 --- a/version/version_base.go +++ b/version/version_base.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package version diff --git a/version/version_test.go b/version/version_test.go index 26e756e177..aa31a2770a 100644 --- a/version/version_test.go +++ b/version/version_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: BUSL-1.1 package version