From 48ab1eae0894700697d6a705db8fe4eaf7251ad1 Mon Sep 17 00:00:00 2001 From: hc-github-team-es-release-engineering <82989873+hc-github-team-es-release-engineering@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:36:20 -0800 Subject: [PATCH] [DO NOT MERGE UNTIL EOY] EOY license fixes 1.14.x (#24390) --- .copywrite.hcl | 6 +- .github/actions/set-up-go/action.yml | 3 + .github/actions/set-up-gotestsum/action.yml | 3 + .github/scripts/gh_comment.sh | 3 + .github/scripts/report_failed_builds.sh | 3 + .github/scripts/report_failed_tests.sh | 3 + .github/scripts/verify_changes.sh | 3 + .github/workflows/copywrite.yml | 24 + LICENSE | 457 ++++-------------- Makefile | 9 + api/.copywrite.hcl | 8 + api/secret_test.go | 3 + audit/audit.go | 2 +- audit/format.go | 2 +- audit/format_json.go | 2 +- audit/format_json_test.go | 2 +- audit/format_jsonx.go | 2 +- audit/format_jsonx_test.go | 2 +- audit/format_test.go | 2 +- audit/formatter.go | 2 +- audit/hashstructure.go | 2 +- audit/hashstructure_test.go | 2 +- builtin/audit/file/backend.go | 2 +- builtin/audit/file/backend_test.go | 2 +- builtin/audit/socket/backend.go | 2 +- builtin/audit/syslog/backend.go | 2 +- builtin/credential/approle/backend.go | 2 +- builtin/credential/approle/backend_test.go | 2 +- .../credential/approle/cmd/approle/main.go | 2 +- builtin/credential/approle/path_login.go | 2 +- builtin/credential/approle/path_login_test.go | 2 +- builtin/credential/approle/path_role.go | 2 +- builtin/credential/approle/path_role_test.go | 2 +- .../credential/approle/path_tidy_user_id.go | 2 +- .../approle/path_tidy_user_id_test.go | 2 +- builtin/credential/approle/validation.go | 2 +- builtin/credential/approle/validation_test.go | 2 +- builtin/credential/aws/backend.go | 2 +- builtin/credential/aws/backend_e2e_test.go | 2 +- builtin/credential/aws/backend_test.go | 2 +- builtin/credential/aws/certificates.go | 2 +- builtin/credential/aws/cli.go | 2 +- builtin/credential/aws/client.go | 2 +- builtin/credential/aws/cmd/aws/main.go | 2 +- .../credential/aws/path_config_certificate.go | 2 +- builtin/credential/aws/path_config_client.go | 2 +- .../credential/aws/path_config_client_test.go | 2 +- .../credential/aws/path_config_identity.go | 2 +- .../aws/path_config_identity_test.go | 2 +- .../credential/aws/path_config_rotate_root.go | 2 +- .../aws/path_config_rotate_root_test.go | 2 +- builtin/credential/aws/path_config_sts.go | 2 +- .../path_config_tidy_identity_accesslist.go | 2 +- .../aws/path_config_tidy_roletag_denylist.go | 2 +- .../aws/path_identity_accesslist.go | 2 +- builtin/credential/aws/path_login.go | 2 +- builtin/credential/aws/path_login_test.go | 2 +- builtin/credential/aws/path_role.go | 2 +- builtin/credential/aws/path_role_tag.go | 2 +- builtin/credential/aws/path_role_test.go | 2 +- .../credential/aws/path_roletag_denylist.go | 2 +- .../aws/path_tidy_identity_accesslist.go | 2 +- .../aws/path_tidy_roletag_denylist.go | 2 +- builtin/credential/cert/backend.go | 2 +- builtin/credential/cert/backend_test.go | 2 +- builtin/credential/cert/cli.go | 2 +- builtin/credential/cert/cmd/cert/main.go | 2 +- builtin/credential/cert/path_certs.go | 2 +- builtin/credential/cert/path_config.go | 2 +- builtin/credential/cert/path_crls.go | 2 +- builtin/credential/cert/path_crls_test.go | 2 +- builtin/credential/cert/path_login.go | 2 +- builtin/credential/cert/path_login_test.go | 2 +- builtin/credential/cert/test_responder.go | 2 +- builtin/credential/github/backend.go | 2 +- builtin/credential/github/backend_test.go | 2 +- builtin/credential/github/cli.go | 2 +- builtin/credential/github/cmd/github/main.go | 2 +- builtin/credential/github/path_config.go | 2 +- builtin/credential/github/path_config_test.go | 2 +- builtin/credential/github/path_login.go | 2 +- builtin/credential/github/path_login_test.go | 2 +- builtin/credential/ldap/backend.go | 2 +- builtin/credential/ldap/backend_test.go | 2 +- builtin/credential/ldap/cli.go | 2 +- builtin/credential/ldap/cmd/ldap/main.go | 2 +- builtin/credential/ldap/path_config.go | 2 +- builtin/credential/ldap/path_groups.go | 2 +- builtin/credential/ldap/path_login.go | 2 +- builtin/credential/ldap/path_users.go | 2 +- builtin/credential/okta/backend.go | 2 +- builtin/credential/okta/backend_test.go | 2 +- builtin/credential/okta/cli.go | 2 +- builtin/credential/okta/cmd/okta/main.go | 2 +- builtin/credential/okta/path_config.go | 2 +- builtin/credential/okta/path_groups.go | 2 +- builtin/credential/okta/path_groups_test.go | 2 +- builtin/credential/okta/path_login.go | 2 +- builtin/credential/okta/path_users.go | 2 +- builtin/credential/radius/backend.go | 2 +- builtin/credential/radius/backend_test.go | 2 +- builtin/credential/radius/cmd/radius/main.go | 2 +- builtin/credential/radius/path_config.go | 2 +- builtin/credential/radius/path_login.go | 2 +- builtin/credential/radius/path_users.go | 2 +- builtin/credential/token/cli.go | 2 +- builtin/credential/userpass/backend.go | 2 +- builtin/credential/userpass/backend_test.go | 2 +- builtin/credential/userpass/cli.go | 2 +- .../credential/userpass/cmd/userpass/main.go | 2 +- builtin/credential/userpass/path_login.go | 2 +- .../credential/userpass/path_user_password.go | 2 +- .../credential/userpass/path_user_policies.go | 2 +- builtin/credential/userpass/path_users.go | 2 +- builtin/credential/userpass/stepwise_test.go | 2 +- builtin/logical/aws/backend.go | 2 +- builtin/logical/aws/backend_test.go | 2 +- builtin/logical/aws/client.go | 2 +- builtin/logical/aws/cmd/aws/main.go | 2 +- builtin/logical/aws/iam_policies.go | 2 +- builtin/logical/aws/iam_policies_test.go | 2 +- builtin/logical/aws/path_config_lease.go | 2 +- builtin/logical/aws/path_config_root.go | 2 +- builtin/logical/aws/path_config_root_test.go | 2 +- .../logical/aws/path_config_rotate_root.go | 2 +- builtin/logical/aws/path_roles.go | 2 +- builtin/logical/aws/path_roles_test.go | 2 +- builtin/logical/aws/path_static_creds.go | 3 + builtin/logical/aws/path_static_creds_test.go | 3 + builtin/logical/aws/path_static_roles.go | 3 + builtin/logical/aws/path_static_roles_test.go | 3 + builtin/logical/aws/path_user.go | 2 +- builtin/logical/aws/rollback.go | 2 +- builtin/logical/aws/rotation.go | 3 + builtin/logical/aws/rotation_test.go | 3 + builtin/logical/aws/secret_access_keys.go | 2 +- .../logical/aws/secret_access_keys_test.go | 2 +- builtin/logical/aws/stepwise_test.go | 2 +- builtin/logical/consul/backend.go | 2 +- builtin/logical/consul/backend_test.go | 2 +- builtin/logical/consul/client.go | 2 +- builtin/logical/consul/cmd/consul/main.go | 2 +- builtin/logical/consul/path_config.go | 2 +- builtin/logical/consul/path_roles.go | 2 +- builtin/logical/consul/path_token.go | 2 +- builtin/logical/consul/path_token_test.go | 2 +- builtin/logical/consul/secret_token.go | 2 +- builtin/logical/database/backend.go | 2 +- builtin/logical/database/backend_test.go | 2 +- builtin/logical/database/credentials.go | 2 +- builtin/logical/database/credentials_test.go | 2 +- .../logical/database/dbplugin/plugin_test.go | 2 +- builtin/logical/database/mocks_test.go | 2 +- builtin/logical/database/mockv4.go | 2 +- builtin/logical/database/mockv5.go | 2 +- .../database/path_config_connection.go | 2 +- .../database/path_config_connection_test.go | 2 +- builtin/logical/database/path_creds_create.go | 2 +- builtin/logical/database/path_roles.go | 2 +- builtin/logical/database/path_roles_test.go | 2 +- .../database/path_rotate_credentials.go | 2 +- builtin/logical/database/rollback.go | 2 +- builtin/logical/database/rollback_test.go | 2 +- builtin/logical/database/rotation.go | 2 +- builtin/logical/database/rotation_test.go | 2 +- builtin/logical/database/secret_creds.go | 2 +- builtin/logical/database/version_wrapper.go | 2 +- .../logical/database/version_wrapper_test.go | 2 +- .../logical/database/versioning_large_test.go | 2 +- builtin/logical/nomad/backend.go | 2 +- builtin/logical/nomad/backend_test.go | 2 +- builtin/logical/nomad/cmd/nomad/main.go | 2 +- builtin/logical/nomad/path_config_access.go | 2 +- builtin/logical/nomad/path_config_lease.go | 2 +- builtin/logical/nomad/path_creds_create.go | 2 +- builtin/logical/nomad/path_roles.go | 2 +- builtin/logical/nomad/secret_token.go | 2 +- builtin/logical/pki/acme_authorizations.go | 2 +- builtin/logical/pki/acme_billing.go | 2 +- builtin/logical/pki/acme_billing_test.go | 2 +- builtin/logical/pki/acme_challenge_engine.go | 2 +- builtin/logical/pki/acme_challenges.go | 2 +- builtin/logical/pki/acme_challenges_test.go | 2 +- builtin/logical/pki/acme_eab_policy.go | 2 +- builtin/logical/pki/acme_errors.go | 2 +- builtin/logical/pki/acme_jws.go | 2 +- builtin/logical/pki/acme_state.go | 2 +- builtin/logical/pki/acme_state_test.go | 2 +- builtin/logical/pki/acme_wrappers.go | 2 +- builtin/logical/pki/acme_wrappers_test.go | 2 +- builtin/logical/pki/backend.go | 2 +- builtin/logical/pki/backend_test.go | 2 +- builtin/logical/pki/ca_test.go | 2 +- builtin/logical/pki/ca_util.go | 2 +- builtin/logical/pki/cert_util.go | 2 +- builtin/logical/pki/cert_util_test.go | 2 +- builtin/logical/pki/chain_test.go | 2 +- builtin/logical/pki/chain_util.go | 2 +- builtin/logical/pki/cmd/pki/main.go | 2 +- builtin/logical/pki/config_util.go | 2 +- builtin/logical/pki/crl_test.go | 2 +- builtin/logical/pki/crl_util.go | 2 +- builtin/logical/pki/dnstest/server.go | 2 +- builtin/logical/pki/fields.go | 2 +- builtin/logical/pki/integration_test.go | 2 +- builtin/logical/pki/key_util.go | 2 +- builtin/logical/pki/managed_key_util.go | 2 +- builtin/logical/pki/path_acme_account.go | 2 +- .../logical/pki/path_acme_authorizations.go | 2 +- builtin/logical/pki/path_acme_challenges.go | 2 +- builtin/logical/pki/path_acme_directory.go | 2 +- builtin/logical/pki/path_acme_eab.go | 2 +- builtin/logical/pki/path_acme_nonce.go | 2 +- builtin/logical/pki/path_acme_order.go | 2 +- builtin/logical/pki/path_acme_order_test.go | 2 +- builtin/logical/pki/path_acme_revoke.go | 2 +- builtin/logical/pki/path_acme_test.go | 2 +- builtin/logical/pki/path_config_acme.go | 2 +- builtin/logical/pki/path_config_acme_test.go | 2 +- builtin/logical/pki/path_config_ca.go | 2 +- builtin/logical/pki/path_config_cluster.go | 2 +- builtin/logical/pki/path_config_crl.go | 2 +- builtin/logical/pki/path_config_urls.go | 2 +- builtin/logical/pki/path_fetch.go | 2 +- builtin/logical/pki/path_fetch_issuers.go | 2 +- builtin/logical/pki/path_fetch_keys.go | 2 +- builtin/logical/pki/path_intermediate.go | 2 +- builtin/logical/pki/path_issue_sign.go | 2 +- builtin/logical/pki/path_manage_issuers.go | 2 +- builtin/logical/pki/path_manage_keys.go | 2 +- builtin/logical/pki/path_manage_keys_test.go | 2 +- builtin/logical/pki/path_ocsp.go | 2 +- builtin/logical/pki/path_ocsp_test.go | 2 +- builtin/logical/pki/path_resign_crls.go | 2 +- builtin/logical/pki/path_resign_crls_test.go | 2 +- builtin/logical/pki/path_revoke.go | 2 +- builtin/logical/pki/path_roles.go | 2 +- builtin/logical/pki/path_roles_test.go | 2 +- builtin/logical/pki/path_root.go | 2 +- builtin/logical/pki/path_sign_issuers.go | 2 +- builtin/logical/pki/path_tidy.go | 2 +- builtin/logical/pki/path_tidy_test.go | 2 +- builtin/logical/pki/periodic.go | 2 +- builtin/logical/pki/secret_certs.go | 2 +- builtin/logical/pki/storage.go | 2 +- builtin/logical/pki/storage_migrations.go | 2 +- .../logical/pki/storage_migrations_test.go | 2 +- builtin/logical/pki/storage_test.go | 2 +- builtin/logical/pki/storage_unified.go | 2 +- builtin/logical/pki/test_helpers.go | 2 +- builtin/logical/pki/util.go | 2 +- builtin/logical/pkiext/nginx_test.go | 2 +- .../logical/pkiext/pkiext_binary/acme_test.go | 2 +- .../pkiext/pkiext_binary/pki_cluster.go | 2 +- .../logical/pkiext/pkiext_binary/pki_mount.go | 2 +- builtin/logical/pkiext/test_helpers.go | 2 +- builtin/logical/pkiext/zlint_test.go | 2 +- builtin/logical/rabbitmq/backend.go | 2 +- builtin/logical/rabbitmq/backend_test.go | 2 +- builtin/logical/rabbitmq/cmd/rabbitmq/main.go | 2 +- builtin/logical/rabbitmq/passwords.go | 2 +- .../rabbitmq/path_config_connection.go | 2 +- .../rabbitmq/path_config_connection_test.go | 2 +- builtin/logical/rabbitmq/path_config_lease.go | 2 +- .../rabbitmq/path_config_lease_test.go | 2 +- builtin/logical/rabbitmq/path_role_create.go | 2 +- .../logical/rabbitmq/path_role_create_test.go | 2 +- builtin/logical/rabbitmq/path_roles.go | 2 +- builtin/logical/rabbitmq/secret_creds.go | 2 +- builtin/logical/ssh/backend.go | 2 +- builtin/logical/ssh/backend_test.go | 2 +- builtin/logical/ssh/cmd/ssh/main.go | 2 +- .../ssh/path_cleanup_dynamic_host_keys.go | 2 +- builtin/logical/ssh/path_config_ca.go | 2 +- builtin/logical/ssh/path_config_ca_test.go | 2 +- .../logical/ssh/path_config_zeroaddress.go | 2 +- builtin/logical/ssh/path_creds_create.go | 2 +- builtin/logical/ssh/path_fetch.go | 2 +- builtin/logical/ssh/path_issue.go | 2 +- builtin/logical/ssh/path_issue_sign.go | 2 +- builtin/logical/ssh/path_lookup.go | 2 +- builtin/logical/ssh/path_roles.go | 2 +- builtin/logical/ssh/path_sign.go | 2 +- builtin/logical/ssh/path_verify.go | 2 +- builtin/logical/ssh/secret_otp.go | 2 +- builtin/logical/ssh/util.go | 2 +- builtin/logical/totp/backend.go | 2 +- builtin/logical/totp/backend_test.go | 2 +- builtin/logical/totp/cmd/totp/main.go | 2 +- builtin/logical/totp/path_code.go | 2 +- builtin/logical/totp/path_keys.go | 2 +- builtin/logical/transit/backend.go | 2 +- builtin/logical/transit/backend_test.go | 2 +- builtin/logical/transit/cmd/transit/main.go | 2 +- builtin/logical/transit/managed_key_util.go | 2 +- builtin/logical/transit/path_backup.go | 2 +- builtin/logical/transit/path_backup_test.go | 2 +- builtin/logical/transit/path_byok.go | 2 +- builtin/logical/transit/path_byok_test.go | 2 +- builtin/logical/transit/path_cache_config.go | 2 +- .../logical/transit/path_cache_config_test.go | 2 +- builtin/logical/transit/path_config_keys.go | 2 +- .../logical/transit/path_config_keys_test.go | 2 +- builtin/logical/transit/path_datakey.go | 2 +- builtin/logical/transit/path_decrypt.go | 2 +- .../transit/path_decrypt_bench_test.go | 2 +- builtin/logical/transit/path_decrypt_test.go | 2 +- builtin/logical/transit/path_encrypt.go | 2 +- .../transit/path_encrypt_bench_test.go | 2 +- builtin/logical/transit/path_encrypt_test.go | 2 +- builtin/logical/transit/path_export.go | 2 +- builtin/logical/transit/path_hash.go | 2 +- builtin/logical/transit/path_hash_test.go | 2 +- builtin/logical/transit/path_hmac.go | 2 +- builtin/logical/transit/path_hmac_test.go | 2 +- builtin/logical/transit/path_import.go | 2 +- builtin/logical/transit/path_import_test.go | 2 +- builtin/logical/transit/path_keys.go | 2 +- builtin/logical/transit/path_keys_config.go | 2 +- .../logical/transit/path_keys_config_test.go | 2 +- builtin/logical/transit/path_keys_test.go | 2 +- builtin/logical/transit/path_random.go | 2 +- builtin/logical/transit/path_random_test.go | 2 +- builtin/logical/transit/path_restore.go | 2 +- builtin/logical/transit/path_restore_test.go | 2 +- builtin/logical/transit/path_rewrap.go | 2 +- builtin/logical/transit/path_rewrap_test.go | 2 +- builtin/logical/transit/path_rotate.go | 2 +- builtin/logical/transit/path_sign_verify.go | 2 +- .../logical/transit/path_sign_verify_test.go | 2 +- builtin/logical/transit/path_trim.go | 2 +- builtin/logical/transit/path_trim_test.go | 2 +- builtin/logical/transit/path_wrapping_key.go | 2 +- .../logical/transit/path_wrapping_key_test.go | 2 +- builtin/logical/transit/stepwise_test.go | 2 +- builtin/plugin/backend.go | 2 +- builtin/plugin/backend_lazyLoad_test.go | 2 +- builtin/plugin/backend_test.go | 2 +- builtin/plugin/mock_plugin_test.go | 2 +- builtin/plugin/v5/backend.go | 2 +- command/agent.go | 2 +- command/agent/alicloud_end_to_end_test.go | 2 +- command/agent/approle_end_to_end_test.go | 2 +- ...auto_auth_preload_token_end_to_end_test.go | 2 +- command/agent/aws_end_to_end_test.go | 2 +- command/agent/cache_end_to_end_test.go | 2 +- command/agent/cert_end_to_end_test.go | 2 +- command/agent/cf_end_to_end_test.go | 2 +- command/agent/config/config.go | 2 +- command/agent/config/config_test.go | 2 +- ...-config-env-templates-disalowed-fields.hcl | 3 + ...ad-config-env-templates-invalid-signal.hcl | 3 + .../bad-config-env-templates-missing-exec.hcl | 3 + .../bad-config-env-templates-no-name.hcl | 3 + ...nfig-env-templates-with-file-templates.hcl | 3 + .../bad-config-env-templates-with-proxy.hcl | 3 + .../config-env-templates-complex.hcl | 3 + .../config-env-templates-simple.hcl | 3 + .../config-env-templates-with-source.hcl | 3 + command/agent/doc.go | 2 +- command/agent/exec/exec.go | 3 + command/agent/exec/exec_test.go | 3 + command/agent/exec/test-app/main.go | 3 + .../agent/internal/ctmanager/runner_config.go | 3 + command/agent/jwt_end_to_end_test.go | 2 +- command/agent/oci_end_to_end_test.go | 2 +- command/agent/template/template.go | 2 +- command/agent/template/template_test.go | 2 +- command/agent/testing.go | 2 +- command/agent/token_file_end_to_end_test.go | 2 +- command/agent_generate_config.go | 2 +- command/agent_generate_config_test.go | 2 +- command/agent_test.go | 2 +- .../auth/alicloud/alicloud.go | 2 +- .../agentproxyshared/auth/approle/approle.go | 2 +- command/agentproxyshared/auth/auth.go | 2 +- command/agentproxyshared/auth/auth_test.go | 2 +- command/agentproxyshared/auth/aws/aws.go | 2 +- command/agentproxyshared/auth/azure/azure.go | 2 +- command/agentproxyshared/auth/cert/cert.go | 2 +- .../agentproxyshared/auth/cert/cert_test.go | 2 +- command/agentproxyshared/auth/cf/cf.go | 2 +- command/agentproxyshared/auth/gcp/gcp.go | 2 +- command/agentproxyshared/auth/jwt/jwt.go | 2 +- command/agentproxyshared/auth/jwt/jwt_test.go | 2 +- .../auth/kerberos/kerberos.go | 2 +- .../auth/kerberos/kerberos_test.go | 2 +- .../auth/kubernetes/kubernetes.go | 2 +- .../auth/kubernetes/kubernetes_test.go | 2 +- command/agentproxyshared/auth/oci/oci.go | 2 +- .../auth/token-file/token_file.go | 2 +- .../auth/token-file/token_file_test.go | 2 +- command/agentproxyshared/cache/api_proxy.go | 2 +- .../agentproxyshared/cache/api_proxy_test.go | 2 +- command/agentproxyshared/cache/cache_test.go | 2 +- .../cache/cacheboltdb/bolt.go | 2 +- .../cache/cacheboltdb/bolt_test.go | 2 +- .../cache/cachememdb/cache_memdb.go | 2 +- .../cache/cachememdb/cache_memdb_test.go | 2 +- .../cache/cachememdb/index.go | 2 +- .../cache/cachememdb/index_test.go | 2 +- command/agentproxyshared/cache/handler.go | 2 +- .../cache/keymanager/manager.go | 2 +- .../cache/keymanager/passthrough.go | 2 +- .../cache/keymanager/passthrough_test.go | 2 +- command/agentproxyshared/cache/lease_cache.go | 2 +- .../cache/lease_cache_test.go | 2 +- command/agentproxyshared/cache/listener.go | 2 +- command/agentproxyshared/cache/proxy.go | 2 +- command/agentproxyshared/cache/testing.go | 2 +- command/agentproxyshared/helpers.go | 2 +- command/agentproxyshared/helpers_test.go | 2 +- .../agentproxyshared/sink/file/file_sink.go | 2 +- .../sink/file/file_sink_test.go | 2 +- .../agentproxyshared/sink/file/sink_test.go | 2 +- .../agentproxyshared/sink/inmem/inmem_sink.go | 2 +- .../agentproxyshared/sink/mock/mock_sink.go | 2 +- command/agentproxyshared/sink/sink.go | 2 +- command/agentproxyshared/winsvc/service.go | 2 +- .../winsvc/service_windows.go | 2 +- command/approle_concurrency_integ_test.go | 2 +- command/audit.go | 2 +- command/audit_disable.go | 2 +- command/audit_disable_test.go | 2 +- command/audit_enable.go | 2 +- command/audit_enable_test.go | 2 +- command/audit_list.go | 2 +- command/audit_list_test.go | 2 +- command/auth.go | 2 +- command/auth_disable.go | 2 +- command/auth_disable_test.go | 2 +- command/auth_enable.go | 2 +- command/auth_enable_test.go | 2 +- command/auth_help.go | 2 +- command/auth_help_test.go | 2 +- command/auth_list.go | 2 +- command/auth_list_test.go | 2 +- command/auth_move.go | 2 +- command/auth_move_test.go | 2 +- command/auth_test.go | 2 +- command/auth_tune.go | 2 +- command/auth_tune_test.go | 2 +- command/base.go | 2 +- command/base_flags.go | 2 +- command/base_flags_test.go | 2 +- command/base_helpers.go | 2 +- command/base_helpers_test.go | 2 +- command/base_predict.go | 2 +- command/base_predict_test.go | 2 +- command/base_test.go | 2 +- command/command_test.go | 2 +- command/commands.go | 2 +- command/commands_nonwindows.go | 2 +- command/commands_windows.go | 2 +- command/config.go | 2 +- command/config/config.go | 2 +- command/config/config_test.go | 2 +- command/config/util.go | 2 +- command/config/validate_listener.go | 2 +- command/config_test.go | 2 +- command/debug.go | 2 +- command/debug_test.go | 2 +- command/delete.go | 2 +- command/delete_test.go | 2 +- command/events.go | 2 +- command/events_test.go | 2 +- command/format.go | 2 +- command/format_test.go | 2 +- command/healthcheck/healthcheck.go | 2 +- command/healthcheck/pki.go | 2 +- command/healthcheck/pki_allow_acme_headers.go | 2 +- .../pki_allow_if_modified_since.go | 2 +- command/healthcheck/pki_audit_visibility.go | 2 +- command/healthcheck/pki_ca_validity_period.go | 2 +- .../healthcheck/pki_crl_validity_period.go | 2 +- .../healthcheck/pki_enable_acme_issuance.go | 2 +- command/healthcheck/pki_enable_auto_tidy.go | 2 +- .../healthcheck/pki_hardware_backed_root.go | 2 +- .../pki_role_allows_glob_wildcards.go | 2 +- .../healthcheck/pki_role_allows_localhost.go | 2 +- .../healthcheck/pki_role_no_store_false.go | 2 +- command/healthcheck/pki_root_issued_leaves.go | 2 +- command/healthcheck/pki_tidy_last_run.go | 2 +- command/healthcheck/pki_too_many_certs.go | 2 +- command/healthcheck/shared.go | 2 +- command/healthcheck/util.go | 2 +- command/kv.go | 2 +- command/kv_delete.go | 2 +- command/kv_destroy.go | 2 +- command/kv_enable_versioning.go | 2 +- command/kv_get.go | 2 +- command/kv_helpers.go | 2 +- command/kv_helpers_test.go | 3 + command/kv_list.go | 2 +- command/kv_metadata.go | 2 +- command/kv_metadata_delete.go | 2 +- command/kv_metadata_get.go | 2 +- command/kv_metadata_patch.go | 2 +- command/kv_metadata_patch_test.go | 2 +- command/kv_metadata_put.go | 2 +- command/kv_metadata_put_test.go | 2 +- command/kv_patch.go | 2 +- command/kv_put.go | 2 +- command/kv_rollback.go | 2 +- command/kv_test.go | 2 +- command/kv_undelete.go | 2 +- command/lease.go | 2 +- command/lease_lookup.go | 2 +- command/lease_lookup_test.go | 2 +- command/lease_renew.go | 2 +- command/lease_renew_test.go | 2 +- command/lease_revoke.go | 2 +- command/lease_revoke_test.go | 2 +- command/list.go | 2 +- command/list_test.go | 2 +- command/log_flags.go | 2 +- command/log_flags_test.go | 2 +- command/login.go | 2 +- command/login_test.go | 2 +- command/main.go | 2 +- command/monitor.go | 2 +- command/monitor_test.go | 2 +- command/namespace.go | 2 +- command/namespace_api_lock.go | 2 +- command/namespace_api_unlock.go | 2 +- command/namespace_create.go | 2 +- command/namespace_delete.go | 2 +- command/namespace_list.go | 2 +- command/namespace_lookup.go | 2 +- command/namespace_patch.go | 2 +- command/operator.go | 2 +- command/operator_diagnose.go | 2 +- command/operator_diagnose_test.go | 2 +- command/operator_generate_root.go | 2 +- command/operator_generate_root_test.go | 2 +- command/operator_init.go | 2 +- command/operator_init_test.go | 2 +- command/operator_key_status.go | 2 +- command/operator_key_status_test.go | 2 +- command/operator_members.go | 2 +- command/operator_migrate.go | 2 +- command/operator_migrate_test.go | 2 +- command/operator_raft.go | 2 +- command/operator_raft_autopilot_get_config.go | 2 +- command/operator_raft_autopilot_set_config.go | 2 +- command/operator_raft_autopilot_state.go | 2 +- command/operator_raft_join.go | 2 +- command/operator_raft_listpeers.go | 2 +- command/operator_raft_remove_peer.go | 2 +- command/operator_raft_snapshot.go | 2 +- command/operator_raft_snapshot_restore.go | 2 +- command/operator_raft_snapshot_save.go | 2 +- command/operator_rekey.go | 2 +- command/operator_rekey_test.go | 2 +- command/operator_seal.go | 2 +- command/operator_seal_test.go | 2 +- command/operator_step_down.go | 2 +- command/operator_step_down_test.go | 2 +- command/operator_unseal.go | 2 +- command/operator_unseal_test.go | 2 +- command/operator_usage.go | 2 +- command/patch.go | 2 +- command/patch_test.go | 2 +- command/path_help.go | 2 +- command/path_help_test.go | 2 +- command/pgp_test.go | 2 +- command/pki.go | 2 +- command/pki_health_check.go | 2 +- command/pki_health_check_test.go | 2 +- command/pki_issue_intermediate.go | 2 +- command/pki_issue_intermediate_test.go | 2 +- command/pki_list_intermediate.go | 2 +- command/pki_list_intermediate_test.go | 2 +- command/pki_reissue_intermediate.go | 2 +- command/pki_reissue_intermediate_test.go | 2 +- command/pki_verify_sign.go | 2 +- command/pki_verify_sign_test.go | 2 +- command/plugin.go | 2 +- command/plugin_deregister.go | 2 +- command/plugin_deregister_test.go | 2 +- command/plugin_info.go | 2 +- command/plugin_info_test.go | 2 +- command/plugin_list.go | 2 +- command/plugin_list_test.go | 2 +- command/plugin_register.go | 2 +- command/plugin_register_test.go | 2 +- command/plugin_reload.go | 2 +- command/plugin_reload_status.go | 2 +- command/plugin_reload_test.go | 2 +- command/plugin_test.go | 2 +- command/policy.go | 2 +- command/policy_delete.go | 2 +- command/policy_delete_test.go | 2 +- command/policy_fmt.go | 2 +- command/policy_fmt_test.go | 2 +- command/policy_list.go | 2 +- command/policy_list_test.go | 2 +- command/policy_read.go | 2 +- command/policy_read_test.go | 2 +- command/policy_write.go | 2 +- command/policy_write_test.go | 2 +- command/print.go | 2 +- command/print_token.go | 2 +- command/proxy.go | 2 +- command/proxy/config/config.go | 2 +- command/proxy/config/config_test.go | 2 +- command/proxy_test.go | 2 +- command/read.go | 2 +- command/read_test.go | 2 +- command/rotate.go | 2 +- command/rotate_test.go | 2 +- command/secrets.go | 2 +- command/secrets_disable.go | 2 +- command/secrets_disable_test.go | 2 +- command/secrets_enable.go | 2 +- command/secrets_enable_test.go | 2 +- command/secrets_list.go | 2 +- command/secrets_list_test.go | 2 +- command/secrets_move.go | 2 +- command/secrets_move_test.go | 2 +- command/secrets_tune.go | 2 +- command/secrets_tune_test.go | 2 +- command/server.go | 2 +- command/server/config.go | 2 +- .../config_custom_response_headers_test.go | 2 +- command/server/config_oss_test.go | 2 +- command/server/config_telemetry_test.go | 2 +- command/server/config_test.go | 2 +- command/server/config_test_helpers.go | 2 +- command/server/config_test_helpers_util.go | 2 +- command/server/config_util.go | 2 +- command/server/hcp_link_config_test.go | 2 +- command/server/listener.go | 2 +- command/server/listener_tcp.go | 2 +- command/server/listener_tcp_test.go | 2 +- command/server/listener_test.go | 2 +- command/server/listener_unix.go | 2 +- command/server/listener_unix_test.go | 2 +- .../server/server_seal_transit_acc_test.go | 2 +- command/server/tls_util.go | 2 +- command/server_noprofile.go | 2 +- command/server_profile.go | 2 +- command/server_test.go | 2 +- command/server_util.go | 2 +- command/ssh.go | 2 +- command/ssh_test.go | 2 +- command/status.go | 2 +- command/status_test.go | 2 +- command/test-backend/main.go | 3 + command/token.go | 2 +- command/token/helper.go | 2 +- command/token/helper_external.go | 2 +- command/token/helper_external_test.go | 2 +- command/token/helper_internal.go | 2 +- command/token/helper_internal_test.go | 2 +- command/token/helper_testing.go | 2 +- command/token/testing.go | 2 +- command/token_capabilities.go | 2 +- command/token_capabilities_test.go | 2 +- command/token_create.go | 2 +- command/token_create_test.go | 2 +- command/token_lookup.go | 2 +- command/token_lookup_test.go | 2 +- command/token_renew.go | 2 +- command/token_renew_test.go | 2 +- command/token_revoke.go | 2 +- command/token_revoke_test.go | 2 +- command/transform.go | 3 + command/transform_import_key.go | 3 + command/transform_import_key_version.go | 2 +- command/transit.go | 2 +- command/transit_import_key.go | 2 +- command/transit_import_key_test.go | 2 +- command/transit_import_key_version.go | 2 +- command/unwrap.go | 2 +- command/unwrap_test.go | 2 +- command/util.go | 2 +- command/version.go | 2 +- command/version_history.go | 2 +- command/version_history_test.go | 2 +- command/version_test.go | 2 +- command/write.go | 2 +- command/write_test.go | 2 +- helper/benchhelpers/benchhelpers.go | 2 +- helper/builtinplugins/registry.go | 2 +- helper/builtinplugins/registry_test.go | 2 +- helper/builtinplugins/registry_util.go | 3 + helper/constants/constants_oss.go | 2 +- helper/constants/fips.go | 2 +- helper/constants/fips_build_check.go | 2 +- helper/constants/fips_cgo_check.go | 2 +- helper/dhutil/dhutil.go | 2 +- helper/dhutil/dhutil_test.go | 2 +- helper/experiments/experiments.go | 2 +- helper/fairshare/fairshare_testing_util.go | 2 +- helper/fairshare/jobmanager.go | 2 +- helper/fairshare/jobmanager_test.go | 2 +- helper/fairshare/workerpool.go | 2 +- helper/fairshare/workerpool_test.go | 2 +- helper/flag-kv/flag.go | 2 +- helper/flag-kv/flag_test.go | 2 +- helper/flag-slice/flag.go | 2 +- helper/flag-slice/flag_test.go | 2 +- helper/forwarding/types.pb.go | 2 - helper/forwarding/util.go | 2 +- helper/forwarding/util_test.go | 2 +- helper/hostutil/hostinfo.go | 2 +- helper/hostutil/hostinfo_error.go | 2 +- helper/hostutil/hostinfo_openbsd.go | 2 +- helper/hostutil/hostinfo_test.go | 2 +- helper/identity/identity.go | 2 +- helper/identity/mfa/mfa.go | 2 +- helper/identity/mfa/sentinel.go | 2 +- helper/identity/mfa/types.pb.go | 2 - helper/identity/sentinel.go | 2 +- helper/identity/types.pb.go | 2 - helper/locking/lock.go | 2 +- helper/logging/logfile.go | 2 +- helper/logging/logfile_test.go | 2 +- helper/logging/logger.go | 2 +- helper/logging/logger_test.go | 2 +- helper/metricsutil/bucket.go | 2 +- helper/metricsutil/bucket_test.go | 2 +- helper/metricsutil/gauge_process.go | 2 +- helper/metricsutil/gauge_process_test.go | 2 +- helper/metricsutil/metricsutil.go | 2 +- helper/metricsutil/metricsutil_test.go | 2 +- helper/metricsutil/wrapped_metrics.go | 2 +- helper/metricsutil/wrapped_metrics_test.go | 2 +- helper/monitor/monitor.go | 2 +- helper/monitor/monitor_test.go | 2 +- helper/namespace/namespace.go | 2 +- helper/namespace/namespace_test.go | 2 +- helper/osutil/fileinfo.go | 2 +- helper/osutil/fileinfo_test.go | 2 +- helper/osutil/fileinfo_unix.go | 2 +- helper/osutil/fileinfo_unix_test.go | 2 +- helper/osutil/fileinfo_windows.go | 2 +- helper/parseip/parseip.go | 2 +- helper/parseip/parseip_test.go | 2 +- helper/pgpkeys/encrypt_decrypt.go | 2 +- helper/pgpkeys/flag.go | 2 +- helper/pgpkeys/flag_test.go | 2 +- helper/pgpkeys/keybase.go | 2 +- helper/pgpkeys/keybase_test.go | 2 +- helper/pgpkeys/test_keys.go | 2 +- helper/policies/policies.go | 2 +- helper/policies/policies_test.go | 2 +- helper/proxyutil/proxyutil.go | 2 +- helper/random/parser.go | 2 +- helper/random/parser_test.go | 2 +- helper/random/random_api.go | 2 +- helper/random/registry.go | 2 +- helper/random/registry_test.go | 2 +- helper/random/rules.go | 2 +- helper/random/rules_test.go | 2 +- helper/random/serializing.go | 2 +- helper/random/serializing_test.go | 2 +- helper/random/string_generator.go | 2 +- helper/random/string_generator_test.go | 2 +- helper/storagepacker/storagepacker.go | 2 +- helper/storagepacker/storagepacker_test.go | 2 +- helper/storagepacker/types.pb.go | 2 - helper/testhelpers/azurite/azurite.go | 2 +- .../testhelpers/cassandra/cassandrahelper.go | 2 +- .../testhelpers/certhelpers/cert_helpers.go | 2 +- helper/testhelpers/consul/consulhelper.go | 2 +- helper/testhelpers/corehelpers/corehelpers.go | 2 +- helper/testhelpers/etcd/etcdhelper.go | 2 +- .../fakegcsserver/fake-gcs-server.go | 2 +- helper/testhelpers/ldap/ldaphelper.go | 2 +- helper/testhelpers/logical/testing.go | 2 +- helper/testhelpers/logical/testing_test.go | 2 +- helper/testhelpers/minio/miniohelper.go | 2 +- helper/testhelpers/mongodb/mongodbhelper.go | 2 +- helper/testhelpers/mssql/mssqlhelper.go | 2 +- helper/testhelpers/mysql/mysqlhelper.go | 2 +- .../pluginhelpers/pluginhelpers.go | 2 +- .../postgresql/postgresqlhelper.go | 2 +- helper/testhelpers/seal/sealhelper.go | 2 +- helper/testhelpers/testhelpers.go | 2 +- helper/testhelpers/testhelpers_oss.go | 2 +- .../testhelpers/teststorage/consul/consul.go | 2 +- helper/testhelpers/teststorage/teststorage.go | 2 +- .../teststorage/teststorage_reusable.go | 2 +- helper/timeutil/timeutil.go | 2 +- helper/timeutil/timeutil_test.go | 2 +- helper/useragent/useragent.go | 2 +- helper/useragent/useragent_test.go | 2 +- helper/versions/version.go | 2 +- helper/versions/version_test.go | 2 +- http/assets.go | 2 +- http/assets_stub.go | 2 +- http/auth_token_test.go | 2 +- http/cors.go | 2 +- http/custom_header_test.go | 2 +- http/events.go | 2 +- http/events_test.go | 2 +- http/forwarded_for_test.go | 2 +- http/forwarding_bench_test.go | 2 +- http/forwarding_test.go | 2 +- http/handler.go | 2 +- http/handler_test.go | 2 +- http/help.go | 2 +- http/help_test.go | 2 +- http/http_test.go | 2 +- http/logical.go | 2 +- http/logical_test.go | 2 +- http/plugin_test.go | 2 +- http/sys_audit_test.go | 2 +- http/sys_auth_test.go | 2 +- http/sys_config_cors_test.go | 2 +- http/sys_config_state_test.go | 2 +- http/sys_feature_flags.go | 2 +- http/sys_generate_root.go | 2 +- http/sys_generate_root_test.go | 2 +- http/sys_health.go | 2 +- http/sys_health_test.go | 2 +- http/sys_hostinfo_test.go | 2 +- http/sys_in_flight_requests.go | 2 +- http/sys_in_flight_requests_test.go | 2 +- http/sys_init.go | 2 +- http/sys_init_test.go | 2 +- http/sys_internal_test.go | 2 +- http/sys_leader.go | 2 +- http/sys_leader_test.go | 2 +- http/sys_lease_test.go | 2 +- http/sys_metrics.go | 2 +- http/sys_metrics_test.go | 2 +- http/sys_monitor_test.go | 2 +- http/sys_mount_test.go | 2 +- http/sys_mounts_test.go | 2 +- http/sys_policy_test.go | 2 +- http/sys_raft.go | 2 +- http/sys_rekey.go | 2 +- http/sys_rekey_test.go | 2 +- http/sys_rotate_test.go | 2 +- http/sys_seal.go | 2 +- http/sys_seal_test.go | 2 +- http/sys_wrapping_test.go | 2 +- http/testing.go | 2 +- http/unwrapping_raw_body_test.go | 2 +- http/util.go | 2 +- internal/go118_sha1_patch.go | 2 +- internalshared/configutil/config.go | 2 +- internalshared/configutil/config_test.go | 2 +- internalshared/configutil/config_util.go | 2 +- internalshared/configutil/encrypt_decrypt.go | 2 +- .../configutil/encrypt_decrypt_test.go | 2 +- internalshared/configutil/hcp_link.go | 2 +- .../configutil/http_response_headers.go | 2 +- internalshared/configutil/kms.go | 2 +- internalshared/configutil/lint.go | 2 +- internalshared/configutil/listener.go | 2 +- internalshared/configutil/listener_test.go | 2 +- internalshared/configutil/merge.go | 2 +- internalshared/configutil/telemetry.go | 2 +- internalshared/configutil/telemetry_test.go | 2 +- internalshared/configutil/userlockout.go | 2 +- internalshared/configutil/userlockout_test.go | 2 +- internalshared/listenerutil/bufconn.go | 2 +- internalshared/listenerutil/listener.go | 2 +- internalshared/listenerutil/listener_test.go | 2 +- main.go | 2 +- main_test.go | 2 +- physical/aerospike/aerospike.go | 2 +- physical/aerospike/aerospike_test.go | 2 +- physical/alicloudoss/alicloudoss.go | 2 +- physical/alicloudoss/alicloudoss_test.go | 2 +- physical/azure/azure.go | 2 +- physical/azure/azure_test.go | 2 +- physical/cassandra/cassandra.go | 2 +- physical/cassandra/cassandra_test.go | 2 +- physical/cockroachdb/cockroachdb.go | 2 +- physical/cockroachdb/cockroachdb_ha.go | 2 +- physical/cockroachdb/cockroachdb_test.go | 2 +- physical/cockroachdb/keywords.go | 2 +- physical/consul/consul.go | 2 +- physical/consul/consul_test.go | 2 +- physical/consul/helpers.go | 2 +- physical/couchdb/couchdb.go | 2 +- physical/couchdb/couchdb_test.go | 2 +- physical/dynamodb/dynamodb.go | 2 +- physical/dynamodb/dynamodb_test.go | 2 +- physical/etcd/etcd.go | 2 +- physical/etcd/etcd3.go | 2 +- physical/etcd/etcd3_test.go | 2 +- physical/foundationdb/foundationdb.go | 2 +- physical/foundationdb/foundationdb_test.go | 2 +- physical/foundationdb/foundationdbstub.go | 2 +- physical/gcs/gcs.go | 2 +- physical/gcs/gcs_ha.go | 2 +- physical/gcs/gcs_ha_test.go | 2 +- physical/gcs/gcs_test.go | 2 +- physical/manta/manta.go | 2 +- physical/manta/manta_test.go | 2 +- physical/mssql/mssql.go | 2 +- physical/mssql/mssql_test.go | 2 +- physical/mysql/mysql.go | 2 +- physical/mysql/mysql_test.go | 2 +- physical/postgresql/postgresql.go | 2 +- physical/postgresql/postgresql_test.go | 2 +- physical/raft/bolt_32bit_test.go | 2 +- physical/raft/bolt_64bit_test.go | 2 +- physical/raft/bolt_linux.go | 2 +- physical/raft/chunking_test.go | 2 +- physical/raft/fsm.go | 2 +- physical/raft/fsm_test.go | 2 +- physical/raft/msgpack.go | 2 +- physical/raft/raft.go | 2 +- physical/raft/raft_autopilot.go | 2 +- physical/raft/raft_test.go | 2 +- physical/raft/raft_util.go | 2 +- physical/raft/snapshot.go | 2 +- physical/raft/snapshot_test.go | 2 +- physical/raft/streamlayer.go | 2 +- physical/raft/streamlayer_test.go | 2 +- physical/raft/testing.go | 2 +- physical/raft/types.pb.go | 2 - physical/raft/vars_32bit.go | 2 +- physical/raft/vars_64bit.go | 2 +- physical/s3/s3.go | 2 +- physical/s3/s3_test.go | 2 +- physical/spanner/spanner.go | 2 +- physical/spanner/spanner_ha.go | 2 +- physical/spanner/spanner_ha_test.go | 2 +- physical/spanner/spanner_test.go | 2 +- physical/swift/swift.go | 2 +- physical/swift/swift_test.go | 2 +- physical/zookeeper/zookeeper.go | 2 +- physical/zookeeper/zookeeper_test.go | 2 +- .../cassandra-database-plugin/main.go | 2 +- plugins/database/cassandra/cassandra.go | 2 +- plugins/database/cassandra/cassandra_test.go | 2 +- .../database/cassandra/connection_producer.go | 2 +- .../cassandra/connection_producer_test.go | 2 +- plugins/database/cassandra/tls.go | 2 +- .../hana/hana-database-plugin/main.go | 2 +- plugins/database/hana/hana.go | 2 +- plugins/database/hana/hana_test.go | 2 +- .../database/influxdb/connection_producer.go | 2 +- .../influxdb/influxdb-database-plugin/main.go | 2 +- plugins/database/influxdb/influxdb.go | 2 +- plugins/database/influxdb/influxdb_test.go | 2 +- plugins/database/mongodb/cert_helpers_test.go | 2 +- .../database/mongodb/connection_producer.go | 2 +- .../mongodb/connection_producer_test.go | 2 +- .../mongodb/mongodb-database-plugin/main.go | 2 +- plugins/database/mongodb/mongodb.go | 2 +- plugins/database/mongodb/mongodb_test.go | 2 +- plugins/database/mongodb/util.go | 2 +- .../mssql/mssql-database-plugin/main.go | 2 +- plugins/database/mssql/mssql.go | 2 +- plugins/database/mssql/mssql_test.go | 2 +- plugins/database/mysql/connection_producer.go | 2 +- .../mysql/connection_producer_test.go | 2 +- .../mysql/mysql-database-plugin/main.go | 2 +- .../mysql-legacy-database-plugin/main.go | 2 +- plugins/database/mysql/mysql.go | 2 +- plugins/database/mysql/mysql_test.go | 2 +- .../postgresql/passwordauthentication.go | 3 + .../postgresql-database-plugin/main.go | 2 +- plugins/database/postgresql/postgresql.go | 2 +- .../database/postgresql/postgresql_test.go | 2 +- .../redshift/redshift-database-plugin/main.go | 2 +- plugins/database/redshift/redshift.go | 2 +- plugins/database/redshift/redshift_test.go | 2 +- scripts/copywrite-exceptions.sh | 14 + sdk/.copywrite.hcl | 8 + sdk/helper/testcluster/consts.go | 3 + sdk/helper/testcluster/replication.go | 3 + sdk/helper/testhelpers/output.go | 3 + sdk/helper/testhelpers/output_test.go | 3 + .../consul/consul_service_registration.go | 2 +- .../consul_service_registration_test.go | 2 +- .../kubernetes/client/client.go | 2 +- .../kubernetes/client/client_test.go | 2 +- .../kubernetes/client/cmd/kubeclient/main.go | 2 +- .../kubernetes/client/config.go | 2 +- .../kubernetes/retry_handler.go | 2 +- .../kubernetes/retry_handler_test.go | 2 +- .../kubernetes/service_registration.go | 2 +- .../kubernetes/service_registration_test.go | 2 +- .../kubernetes/testing/testserver.go | 2 +- serviceregistration/service_registration.go | 2 +- shamir/.copywrite.hcl | 8 + tools/codechecker/main.go | 2 +- tools/codechecker/pkg/godoctests/analyzer.go | 2 +- .../pkg/godoctests/analyzer_test.go | 2 +- .../pkg/godoctests/testdata/funcs.go | 2 +- .../pkg/gonilnilfunctions/analyzer.go | 2 +- .../pkg/gonilnilfunctions/analyzer_test.go | 2 +- .../pkg/gonilnilfunctions/testdata/funcs.go | 2 +- tools/tools.go | 2 +- ui/.yarn/releases/yarn-3.5.0.cjs | 5 + ui/.yarnrc.yml | 3 + .../modal-form/oidc-assignment-template.hbs | 5 + .../components/modal-form/policy-template.hbs | 5 + ui/app/components/mount-backend/type-form.hbs | 5 + ui/app/components/policy-form.hbs | 5 + ui/app/components/regex-validator.hbs | 5 + ui/app/components/sidebar/frame.hbs | 5 + ui/app/components/sidebar/frame.js | 5 + ui/app/components/sidebar/nav/access.hbs | 5 + ui/app/components/sidebar/nav/cluster.hbs | 5 + ui/app/components/sidebar/nav/cluster.js | 5 + ui/app/components/sidebar/nav/policies.hbs | 5 + ui/app/components/sidebar/nav/tools.hbs | 5 + ui/app/components/sidebar/user-menu.hbs | 5 + ui/app/components/sidebar/user-menu.js | 5 + ui/app/components/wrap-ttl.hbs | 5 + ui/app/routes/vault/cluster/clients/index.js | 5 + ui/app/styles/core/element-styling.scss | 5 + ui/app/styles/reset.scss | 5 + ui/app/templates/application.hbs | 5 + ui/app/templates/components/alphabet-edit.hbs | 5 + .../components/auth-button-auth0.hbs | 5 + .../components/auth-button-gitlab.hbs | 5 + .../components/auth-button-google.hbs | 5 + .../components/auth-config-form/config.hbs | 5 + .../components/auth-config-form/options.hbs | 5 + .../components/auth-form-options.hbs | 5 + ui/app/templates/components/auth-form.hbs | 5 + ui/app/templates/components/auth-jwt.hbs | 5 + .../components/auth-method/configuration.hbs | 5 + ui/app/templates/components/b64-toggle.hbs | 5 + .../components/backend-configure.hbs | 5 + ui/app/templates/components/block-error.hbs | 5 + .../templates/components/calendar-widget.hbs | 5 + .../components/clients/attribution.hbs | 5 + .../templates/components/clients/config.hbs | 5 + .../components/clients/dashboard.hbs | 5 + ui/app/templates/components/clients/error.hbs | 5 + .../clients/horizontal-bar-chart.hbs | 5 + .../components/clients/line-chart.hbs | 5 + .../components/clients/monthly-usage.hbs | 5 + .../components/clients/running-total.hbs | 5 + .../components/clients/usage-stats.hbs | 5 + .../components/clients/vertical-bar-chart.hbs | 5 + .../components/configure-aws-secret.hbs | 5 + .../components/configure-ssh-secret.hbs | 5 + .../components/console/command-input.hbs | 5 + .../components/console/log-command.hbs | 5 + .../console/log-error-with-html.hbs | 5 + .../components/console/log-error.hbs | 5 + .../templates/components/console/log-help.hbs | 5 + .../templates/components/console/log-json.hbs | 5 + .../templates/components/console/log-list.hbs | 5 + .../components/console/log-object.hbs | 5 + .../components/console/log-success.hbs | 5 + .../templates/components/console/log-text.hbs | 5 + .../components/console/output-log.hbs | 5 + .../templates/components/console/ui-panel.hbs | 5 + .../components/control-group-success.hbs | 5 + ui/app/templates/components/control-group.hbs | 5 + .../components/database-connection.hbs | 5 + .../components/database-role-edit.hbs | 5 + .../components/database-role-setting-form.hbs | 5 + ui/app/templates/components/date-dropdown.hbs | 5 + .../components/diff-version-selector.hbs | 5 + .../components/file-to-array-buffer.hbs | 5 + .../components/form-field-from-model.hbs | 5 + .../generate-credentials-database.hbs | 5 + .../components/generate-credentials.hbs | 5 + .../components/generated-item-list.hbs | 5 + .../templates/components/generated-item.hbs | 5 + .../components/get-credentials-card.hbs | 5 + .../components/hover-copy-button.hbs | 5 + .../components/identity/edit-form.hbs | 5 + .../components/identity/entity-nav.hbs | 5 + .../identity/item-alias/alias-details.hbs | 5 + .../identity/item-alias/alias-metadata.hbs | 5 + .../components/identity/item-aliases.hbs | 5 + .../components/identity/item-details.hbs | 5 + .../components/identity/item-groups.hbs | 5 + .../components/identity/item-members.hbs | 5 + .../components/identity/item-metadata.hbs | 5 + .../identity/item-parent-groups.hbs | 5 + .../components/identity/item-policies.hbs | 5 + .../components/identity/lookup-input.hbs | 5 + .../components/identity/popup-alias.hbs | 5 + .../components/identity/popup-members.hbs | 5 + .../components/identity/popup-metadata.hbs | 5 + .../components/identity/popup-policy.hbs | 5 + .../components/key-version-select.hbs | 5 + .../components/keymgmt/distribute.hbs | 5 + .../templates/components/keymgmt/key-edit.hbs | 5 + .../components/keymgmt/provider-edit.hbs | 5 + .../templates/components/license-banners.hbs | 5 + ui/app/templates/components/license-info.hbs | 5 + ui/app/templates/components/link-status.hbs | 5 + ui/app/templates/components/logo-edition.hbs | 5 + ui/app/templates/components/logo-splash.hbs | 5 + .../mfa/login-enforcement-list-item.hbs | 5 + .../templates/components/mfa/method-form.hbs | 5 + .../components/mfa/method-list-item.hbs | 5 + ui/app/templates/components/mfa/mfa-form.hbs | 5 + .../mfa/mfa-login-enforcement-form.hbs | 5 + .../mfa/mfa-login-enforcement-header.hbs | 5 + .../components/mfa/mfa-setup-step-one.hbs | 5 + .../components/mfa/mfa-setup-step-two.hbs | 5 + ui/app/templates/components/mfa/nav.hbs | 5 + .../components/mount-accessor-select.hbs | 5 + .../components/mount-backend-form.hbs | 5 + ui/app/templates/components/mount-info.hbs | 5 + .../templates/components/namespace-link.hbs | 5 + .../templates/components/namespace-picker.hbs | 5 + ui/app/templates/components/not-found.hbs | 5 + .../components/oidc-callback-splash.hbs | 5 + .../components/oidc-consent-block.hbs | 5 + .../components/oidc/assignment-form.hbs | 5 + .../templates/components/oidc/client-form.hbs | 5 + .../templates/components/oidc/client-list.hbs | 5 + ui/app/templates/components/oidc/key-form.hbs | 5 + .../components/oidc/provider-form.hbs | 5 + .../components/oidc/provider-list.hbs | 5 + .../templates/components/oidc/scope-form.hbs | 5 + .../components/okta-number-challenge.hbs | 5 + .../components/pagination-controls.hbs | 5 + ui/app/templates/components/pgp-file.hbs | 5 + ui/app/templates/components/pgp-list.hbs | 5 + .../templates/components/radial-progress.hbs | 5 + ui/app/templates/components/raft-join.hbs | 5 + .../components/raft-storage-overview.hbs | 5 + .../components/raft-storage-restore.hbs | 5 + ui/app/templates/components/role-aws-edit.hbs | 5 + ui/app/templates/components/role-ssh-edit.hbs | 5 + .../components/secret-create-or-update.hbs | 5 + .../components/secret-delete-menu.hbs | 5 + .../components/secret-edit-metadata.hbs | 5 + .../components/secret-edit-toolbar.hbs | 5 + ui/app/templates/components/secret-edit.hbs | 5 + .../templates/components/secret-form-show.hbs | 5 + ui/app/templates/components/secret-link.hbs | 5 + .../components/secret-list/aws-role-item.hbs | 5 + .../secret-list/database-list-item.hbs | 5 + .../templates/components/secret-list/item.hbs | 5 + .../components/secret-list/ssh-role-item.hbs | 5 + .../secret-list/transform-list-item.hbs | 5 + .../transform-transformation-item.hbs | 5 + .../components/secret-version-menu.hbs | 5 + ui/app/templates/components/section-tabs.hbs | 5 + .../templates/components/selectable-card.hbs | 5 + .../templates/components/shamir-progress.hbs | 5 + ui/app/templates/components/splash-page.hbs | 5 + .../components/token-expire-warning.hbs | 5 + .../components/tool-actions-form.hbs | 5 + ui/app/templates/components/tool-hash.hbs | 5 + ui/app/templates/components/tool-lookup.hbs | 5 + ui/app/templates/components/tool-random.hbs | 5 + ui/app/templates/components/tool-rewrap.hbs | 5 + ui/app/templates/components/tool-unwrap.hbs | 5 + ui/app/templates/components/tool-wrap.hbs | 5 + .../components/toolbar-secret-link.hbs | 5 + .../transform-advanced-templating.hbs | 5 + .../components/transform-create-form.hbs | 5 + .../components/transform-edit-form.hbs | 5 + .../components/transform-role-edit.hbs | 5 + .../transform-show-transformation.hbs | 5 + .../components/transform-template-edit.hbs | 5 + .../components/transformation-edit.hbs | 5 + ui/app/templates/components/transit-edit.hbs | 5 + .../components/transit-form-create.hbs | 5 + .../components/transit-form-edit.hbs | 5 + .../components/transit-form-show.hbs | 5 + .../components/transit-key-action/datakey.hbs | 5 + .../components/transit-key-action/decrypt.hbs | 5 + .../components/transit-key-action/encrypt.hbs | 5 + .../components/transit-key-action/export.hbs | 5 + .../components/transit-key-action/hmac.hbs | 5 + .../components/transit-key-action/rewrap.hbs | 5 + .../components/transit-key-action/sign.hbs | 5 + .../components/transit-key-action/verify.hbs | 5 + .../components/transit-key-actions.hbs | 5 + ui/app/templates/components/ui-wizard.hbs | 5 + .../templates/components/wizard-content.hbs | 5 + .../templates/components/wizard-progress.hbs | 5 + .../templates/components/wizard-section.hbs | 5 + .../templates/components/wizard/ad-engine.hbs | 5 + .../components/wizard/alicloud-engine.hbs | 5 + .../components/wizard/alicloud-method.hbs | 5 + .../components/wizard/approle-method.hbs | 5 + .../components/wizard/auth-config.hbs | 5 + .../components/wizard/auth-details.hbs | 5 + .../templates/components/wizard/auth-edit.hbs | 5 + .../components/wizard/auth-enable.hbs | 5 + .../templates/components/wizard/auth-idle.hbs | 5 + .../templates/components/wizard/auth-list.hbs | 5 + .../components/wizard/aws-engine.hbs | 5 + .../components/wizard/aws-method.hbs | 5 + .../components/wizard/azure-engine.hbs | 5 + .../components/wizard/azure-method.hbs | 5 + .../components/wizard/cert-method.hbs | 5 + .../templates/components/wizard/ch-engine.hbs | 5 + .../components/wizard/consul-engine.hbs | 5 + .../components/wizard/database-engine.hbs | 5 + .../components/wizard/features-selection.hbs | 5 + .../components/wizard/gcp-engine.hbs | 5 + .../components/wizard/gcp-method.hbs | 5 + .../components/wizard/gcpkms-engine.hbs | 5 + .../components/wizard/github-method.hbs | 5 + .../components/wizard/init-login.hbs | 5 + .../components/wizard/init-save-keys.hbs | 5 + .../components/wizard/init-setup.hbs | 5 + .../components/wizard/init-unseal.hbs | 5 + .../components/wizard/keymgmt-engine.hbs | 5 + .../components/wizard/kmip-engine.hbs | 5 + .../components/wizard/kubernetes-method.hbs | 5 + .../templates/components/wizard/kv-engine.hbs | 5 + .../components/wizard/ldap-method.hbs | 5 + .../components/wizard/mounts-wizard.hbs | 5 + .../components/wizard/nomad-engine.hbs | 5 + .../components/wizard/okta-method.hbs | 5 + .../components/wizard/pki-engine.hbs | 5 + .../components/wizard/policies-create.hbs | 5 + .../components/wizard/policies-delete.hbs | 5 + .../components/wizard/policies-details.hbs | 5 + .../components/wizard/policies-intro.hbs | 5 + .../components/wizard/policies-others.hbs | 5 + .../components/wizard/rabbitmq-engine.hbs | 5 + .../components/wizard/radius-method.hbs | 5 + .../components/wizard/replication-setup.hbs | 5 + .../wizard/secrets-connection-show.hbs | 5 + .../components/wizard/secrets-connection.hbs | 5 + .../components/wizard/secrets-credentials.hbs | 5 + .../components/wizard/secrets-details.hbs | 5 + .../wizard/secrets-display-database-role.hbs | 5 + .../wizard/secrets-display-role.hbs | 5 + .../components/wizard/secrets-display.hbs | 5 + .../components/wizard/secrets-enable.hbs | 5 + .../components/wizard/secrets-encryption.hbs | 5 + .../components/wizard/secrets-idle.hbs | 5 + .../components/wizard/secrets-keymgmt.hbs | 5 + .../components/wizard/secrets-list.hbs | 5 + .../components/wizard/secrets-role.hbs | 5 + .../components/wizard/secrets-secret.hbs | 5 + .../components/wizard/ssh-engine.hbs | 5 + .../components/wizard/tools-info.hbs | 5 + .../components/wizard/tools-lookup.hbs | 5 + .../components/wizard/tools-rewrap.hbs | 5 + .../components/wizard/tools-rewrapped.hbs | 5 + .../components/wizard/tools-unwrap.hbs | 5 + .../components/wizard/tools-unwrapped.hbs | 5 + .../components/wizard/tools-wrap.hbs | 5 + .../components/wizard/tools-wrapped.hbs | 5 + .../components/wizard/totp-engine.hbs | 5 + .../components/wizard/transit-engine.hbs | 5 + .../components/wizard/tutorial-active.hbs | 5 + .../components/wizard/tutorial-complete.hbs | 5 + .../components/wizard/tutorial-error.hbs | 5 + .../components/wizard/tutorial-idle.hbs | 5 + .../components/wizard/tutorial-paused.hbs | 5 + .../components/wizard/userpass-method.hbs | 5 + ui/app/templates/loading.hbs | 5 + ui/app/templates/vault.hbs | 5 + ui/app/templates/vault/cluster.hbs | 5 + ui/app/templates/vault/cluster/access.hbs | 5 + .../cluster/access/control-group-accessor.hbs | 5 + .../access/control-groups-configure.hbs | 5 + .../vault/cluster/access/control-groups.hbs | 5 + .../templates/vault/cluster/access/error.hbs | 5 + .../cluster/access/identity/aliases/add.hbs | 5 + .../cluster/access/identity/aliases/edit.hbs | 5 + .../cluster/access/identity/aliases/index.hbs | 5 + .../cluster/access/identity/aliases/show.hbs | 5 + .../vault/cluster/access/identity/create.hbs | 5 + .../vault/cluster/access/identity/edit.hbs | 5 + .../vault/cluster/access/identity/index.hbs | 5 + .../vault/cluster/access/identity/merge.hbs | 5 + .../vault/cluster/access/identity/show.hbs | 5 + .../vault/cluster/access/leases/error.hbs | 5 + .../vault/cluster/access/leases/index.hbs | 5 + .../vault/cluster/access/leases/list.hbs | 5 + .../vault/cluster/access/leases/show.hbs | 5 + .../vault/cluster/access/loading.hbs | 5 + .../cluster/access/method/item/create.hbs | 5 + .../vault/cluster/access/method/item/edit.hbs | 5 + .../vault/cluster/access/method/item/list.hbs | 5 + .../vault/cluster/access/method/item/show.hbs | 5 + .../vault/cluster/access/method/section.hbs | 5 + .../vault/cluster/access/methods.hbs | 5 + .../access/mfa/enforcements/create.hbs | 5 + .../mfa/enforcements/enforcement/edit.hbs | 5 + .../mfa/enforcements/enforcement/index.hbs | 5 + .../cluster/access/mfa/enforcements/index.hbs | 5 + .../vault/cluster/access/mfa/index.hbs | 5 + .../cluster/access/mfa/methods/create.hbs | 5 + .../cluster/access/mfa/methods/index.hbs | 5 + .../access/mfa/methods/method/edit.hbs | 5 + .../access/mfa/methods/method/index.hbs | 5 + .../vault/cluster/access/namespaces.hbs | 5 + .../cluster/access/namespaces/create.hbs | 5 + .../vault/cluster/access/namespaces/index.hbs | 5 + .../templates/vault/cluster/access/oidc.hbs | 5 + .../oidc/assignments/assignment/details.hbs | 5 + .../oidc/assignments/assignment/edit.hbs | 5 + .../access/oidc/assignments/create.hbs | 5 + .../cluster/access/oidc/assignments/index.hbs | 5 + .../cluster/access/oidc/clients/client.hbs | 5 + .../access/oidc/clients/client/details.hbs | 5 + .../access/oidc/clients/client/edit.hbs | 5 + .../access/oidc/clients/client/providers.hbs | 5 + .../cluster/access/oidc/clients/create.hbs | 5 + .../cluster/access/oidc/clients/index.hbs | 5 + .../vault/cluster/access/oidc/index.hbs | 5 + .../vault/cluster/access/oidc/keys/create.hbs | 5 + .../vault/cluster/access/oidc/keys/index.hbs | 5 + .../vault/cluster/access/oidc/keys/key.hbs | 5 + .../cluster/access/oidc/keys/key/clients.hbs | 5 + .../cluster/access/oidc/keys/key/details.hbs | 5 + .../cluster/access/oidc/keys/key/edit.hbs | 5 + .../cluster/access/oidc/providers/create.hbs | 5 + .../cluster/access/oidc/providers/index.hbs | 5 + .../access/oidc/providers/provider.hbs | 5 + .../oidc/providers/provider/clients.hbs | 5 + .../oidc/providers/provider/details.hbs | 5 + .../access/oidc/providers/provider/edit.hbs | 5 + .../cluster/access/oidc/scopes/create.hbs | 5 + .../cluster/access/oidc/scopes/index.hbs | 5 + .../access/oidc/scopes/scope/details.hbs | 5 + .../cluster/access/oidc/scopes/scope/edit.hbs | 5 + ui/app/templates/vault/cluster/auth.hbs | 5 + ui/app/templates/vault/cluster/clients.hbs | 5 + .../vault/cluster/clients/config.hbs | 5 + .../vault/cluster/clients/dashboard.hbs | 5 + .../templates/vault/cluster/clients/edit.hbs | 5 + .../templates/vault/cluster/clients/error.hbs | 5 + .../vault/cluster/clients/loading.hbs | 5 + ui/app/templates/vault/cluster/error.hbs | 5 + ui/app/templates/vault/cluster/init.hbs | 5 + ui/app/templates/vault/cluster/license.hbs | 5 + ui/app/templates/vault/cluster/loading.hbs | 5 + ui/app/templates/vault/cluster/mfa-setup.hbs | 5 + ui/app/templates/vault/cluster/not-found.hbs | 5 + .../templates/vault/cluster/oidc-callback.hbs | 5 + .../vault/cluster/oidc-provider-ns.hbs | 5 + .../templates/vault/cluster/oidc-provider.hbs | 5 + ui/app/templates/vault/cluster/policies.hbs | 5 + .../vault/cluster/policies/create.hbs | 5 + .../vault/cluster/policies/index.hbs | 5 + .../vault/cluster/policies/loading.hbs | 5 + ui/app/templates/vault/cluster/policy.hbs | 5 + .../templates/vault/cluster/policy/edit.hbs | 5 + .../templates/vault/cluster/policy/error.hbs | 5 + .../vault/cluster/policy/loading.hbs | 5 + .../templates/vault/cluster/policy/show.hbs | 5 + ui/app/templates/vault/cluster/redirect.hbs | 5 + .../replication-dr-promote/details.hbs | 5 + .../cluster/replication-dr-promote/index.hbs | 5 + .../cluster/secrets/backend/configuration.hbs | 5 + .../cluster/secrets/backend/credentials.hbs | 5 + .../vault/cluster/secrets/backend/diff.hbs | 5 + .../cluster/secrets/backend/edit-metadata.hbs | 5 + .../vault/cluster/secrets/backend/error.hbs | 5 + .../vault/cluster/secrets/backend/list.hbs | 5 + .../cluster/secrets/backend/metadata.hbs | 5 + .../cluster/secrets/backend/overview.hbs | 5 + .../secrets/backend/secret-edit-layout.hbs | 5 + .../vault/cluster/secrets/backend/sign.hbs | 5 + .../backend/transit-actions-layout.hbs | 5 + .../cluster/secrets/backend/versions.hbs | 5 + .../vault/cluster/secrets/backends.hbs | 5 + ui/app/templates/vault/cluster/settings.hbs | 5 + .../templates/vault/cluster/settings/auth.hbs | 5 + .../vault/cluster/settings/auth/configure.hbs | 5 + .../settings/auth/configure/section.hbs | 5 + .../vault/cluster/settings/auth/enable.hbs | 5 + .../settings/configure-secret-backend.hbs | 5 + .../cluster/settings/mount-secret-backend.hbs | 5 + .../templates/vault/cluster/settings/seal.hbs | 5 + .../vault/cluster/storage-restore.hbs | 5 + ui/app/templates/vault/cluster/storage.hbs | 5 + .../templates/vault/cluster/tools/error.hbs | 5 + ui/app/templates/vault/cluster/tools/tool.hbs | 5 + ui/app/templates/vault/cluster/unseal.hbs | 5 + ui/app/templates/vault/error.hbs | 5 + ui/app/templates/vault/not-found.hbs | 5 + ui/app/utils/sort-objects.js | 5 + ui/lib/core/addon/components/alert-banner.hbs | 5 + ui/lib/core/addon/components/alert-inline.hbs | 5 + ui/lib/core/addon/components/alert-popup.hbs | 5 + .../addon/components/autocomplete-input.hbs | 5 + ui/lib/core/addon/components/box-radio.hbs | 5 + .../core/addon/components/checkbox-grid.hbs | 5 + ui/lib/core/addon/components/chevron.hbs | 5 + .../core/addon/components/confirm-action.hbs | 5 + .../addon/components/confirmation-modal.hbs | 5 + .../core/addon/components/download-button.hbs | 5 + ui/lib/core/addon/components/empty-state.hbs | 5 + .../core/addon/components/external-link.hbs | 5 + .../addon/components/field-group-show.hbs | 5 + ui/lib/core/addon/components/form-error.hbs | 5 + .../components/form-field-groups-loop.hbs | 5 + .../addon/components/form-field-groups.hbs | 5 + .../addon/components/form-field-label.hbs | 5 + ui/lib/core/addon/components/form-field.hbs | 5 + ui/lib/core/addon/components/icon.hbs | 5 + .../components/info-table-item-array.hbs | 5 + .../core/addon/components/info-table-row.hbs | 5 + ui/lib/core/addon/components/info-table.hbs | 5 + ui/lib/core/addon/components/info-tooltip.hbs | 5 + ui/lib/core/addon/components/input-search.hbs | 5 + ui/lib/core/addon/components/json-editor.hbs | 5 + .../addon/components/key-value-header.hbs | 5 + .../addon/components/kv-object-editor.hbs | 5 + .../core/addon/components/layout-loading.hbs | 5 + ui/lib/core/addon/components/linked-block.hbs | 5 + ui/lib/core/addon/components/list-view.hbs | 5 + ui/lib/core/addon/components/masked-input.hbs | 5 + ui/lib/core/addon/components/menu-loader.hbs | 5 + ui/lib/core/addon/components/modal.hbs | 5 + .../addon/components/namespace-reminder.hbs | 5 + .../core/addon/components/navigate-input.hbs | 5 + .../addon/components/object-list-input.hbs | 5 + .../core/addon/components/overview-card.hbs | 5 + .../addon/components/page-header-level.hbs | 5 + ui/lib/core/addon/components/page-header.hbs | 5 + .../addon/components/page/breadcrumbs.hbs | 5 + ui/lib/core/addon/components/page/error.hbs | 5 + ui/lib/core/addon/components/popup-menu.hbs | 5 + ui/lib/core/addon/components/radio-button.hbs | 5 + ui/lib/core/addon/components/radio-card.hbs | 5 + .../components/search-select-placeholder.hbs | 5 + .../components/search-select-with-modal.hbs | 5 + .../core/addon/components/search-select.hbs | 5 + .../components/secret-list-header-tab.hbs | 5 + .../addon/components/secret-list-header.hbs | 5 + ui/lib/core/addon/components/stat-text.hbs | 5 + ui/lib/core/addon/components/string-list.hbs | 5 + ui/lib/core/addon/components/text-file.hbs | 5 + .../core/addon/components/toggle-button.hbs | 5 + ui/lib/core/addon/components/toggle.hbs | 5 + ui/lib/core/addon/components/tool-tip.hbs | 5 + .../core/addon/components/toolbar-actions.hbs | 5 + .../core/addon/components/toolbar-filters.hbs | 5 + ui/lib/core/addon/components/toolbar-link.hbs | 5 + ui/lib/core/addon/components/toolbar.hbs | 5 + ui/lib/core/addon/components/ttl-picker.hbs | 5 + ui/lib/core/addon/components/upgrade-page.hbs | 5 + .../addon/components/vault-logo-spinner.hbs | 5 + ui/lib/core/addon/helpers/sanitized-html.js | 5 + .../addon/templates/components/confirm.hbs | 5 + .../templates/components/confirm/message.hbs | 5 + .../addon/templates/components/edit-form.hbs | 5 + .../components/form-save-buttons.hbs | 5 + .../addon/templates/components/list-item.hbs | 5 + .../components/list-item/popup-menu.hbs | 5 + .../templates/components/list-pagination.hbs | 5 + .../templates/components/message-error.hbs | 5 + .../addon/templates/components/read-more.hbs | 5 + .../components/readonly-form-field.hbs | 5 + .../components/replication-action-demote.hbs | 5 + .../components/replication-action-disable.hbs | 5 + .../replication-action-generate-token.hbs | 5 + .../components/replication-action-promote.hbs | 5 + .../components/replication-action-recover.hbs | 5 + .../components/replication-action-reindex.hbs | 5 + .../replication-action-update-primary.hbs | 5 + .../components/replication-actions.hbs | 5 + .../components/replication-dashboard.hbs | 5 + .../components/replication-header.hbs | 5 + .../components/replication-mode-summary.hbs | 5 + .../templates/components/replication-page.hbs | 5 + .../components/replication-secondary-card.hbs | 5 + .../components/replication-summary-card.hbs | 5 + .../components/replication-table-rows.hbs | 5 + .../addon/templates/components/select.hbs | 5 + .../templates/components/shamir-flow.hbs | 5 + .../components/shamir-modal-flow.hbs | 5 + ui/lib/core/addon/utils/timestamp.js | 5 + ui/lib/core/app/components/alert-popup.js | 5 + .../core/app/components/page-header-level.js | 5 + ui/lib/core/app/helpers/sanitized-html.js | 5 + ui/lib/core/app/utils/timestamp.js | 5 + .../addon/components/header-credentials.hbs | 5 + ui/lib/kmip/addon/templates/application.hbs | 5 + .../components/edit-form-kmip-role.hbs | 5 + .../templates/components/header-scope.hbs | 5 + .../templates/components/kmip-breadcrumb.hbs | 5 + .../components/operation-field-display.hbs | 5 + ui/lib/kmip/addon/templates/configuration.hbs | 5 + ui/lib/kmip/addon/templates/configure.hbs | 5 + .../addon/templates/credentials/generate.hbs | 5 + .../addon/templates/credentials/index.hbs | 5 + .../kmip/addon/templates/credentials/show.hbs | 5 + ui/lib/kmip/addon/templates/role.hbs | 5 + ui/lib/kmip/addon/templates/role/edit.hbs | 5 + ui/lib/kmip/addon/templates/scope/roles.hbs | 5 + .../addon/templates/scope/roles/create.hbs | 5 + ui/lib/kmip/addon/templates/scopes.hbs | 5 + ui/lib/kmip/addon/templates/scopes/create.hbs | 5 + ui/lib/kmip/addon/templates/scopes/index.hbs | 5 + .../addon/components/config-cta.hbs | 5 + .../addon/components/page/configuration.hbs | 5 + .../addon/components/page/configure.hbs | 5 + .../addon/components/page/credentials.hbs | 5 + .../addon/components/page/overview.hbs | 5 + .../components/page/role/create-and-edit.hbs | 5 + .../addon/components/page/role/details.hbs | 5 + .../addon/components/page/roles.hbs | 5 + .../addon/components/tab-page-header.hbs | 5 + .../addon/templates/configuration.hbs | 5 + .../kubernetes/addon/templates/configure.hbs | 5 + ui/lib/kubernetes/addon/templates/error.hbs | 5 + .../kubernetes/addon/templates/overview.hbs | 5 + .../addon/templates/roles/create.hbs | 5 + .../addon/templates/roles/index.hbs | 5 + .../templates/roles/role/credentials.hbs | 5 + .../addon/templates/roles/role/details.hbs | 5 + .../addon/templates/roles/role/edit.hbs | 5 + .../addon/templates/application.hbs | 5 + .../addon/templates/index.hbs | 5 + .../page/pki-certificate-details.hbs | 5 + .../page/pki-configuration-details.hbs | 5 + .../page/pki-configuration-edit.hbs | 5 + .../components/page/pki-configure-create.hbs | 5 + .../components/page/pki-issuer-details.hbs | 5 + .../addon/components/page/pki-issuer-edit.hbs | 5 + .../page/pki-issuer-generate-intermediate.hbs | 5 + .../page/pki-issuer-generate-intermediate.ts | 5 + .../page/pki-issuer-generate-root.hbs | 5 + .../page/pki-issuer-generate-root.ts | 5 + .../components/page/pki-issuer-import.hbs | 5 + .../components/page/pki-issuer-import.ts | 5 + .../addon/components/page/pki-issuer-list.hbs | 5 + .../page/pki-issuer-rotate-root.hbs | 5 + .../components/page/pki-issuer-rotate-root.ts | 5 + .../addon/components/page/pki-key-details.hbs | 5 + .../addon/components/page/pki-key-list.hbs | 5 + .../addon/components/page/pki-overview.hbs | 5 + .../components/page/pki-role-details.hbs | 5 + .../page/pki-tidy-auto-configure.hbs | 5 + .../page/pki-tidy-auto-settings.hbs | 5 + .../addon/components/page/pki-tidy-manual.hbs | 5 + .../addon/components/page/pki-tidy-status.hbs | 5 + .../parsed-certificate-info-rows.hbs | 5 + .../parsed-certificate-info-rows.ts | 5 + .../pki/addon/components/pki-generate-csr.hbs | 5 + .../addon/components/pki-generate-root.hbs | 5 + .../components/pki-generate-toggle-groups.hbs | 5 + .../components/pki-import-pem-bundle.hbs | 5 + .../addon/components/pki-info-table-rows.hbs | 5 + .../components/pki-issuer-cross-sign.hbs | 5 + ui/lib/pki/addon/components/pki-key-form.hbs | 5 + .../pki/addon/components/pki-key-import.hbs | 5 + .../addon/components/pki-key-parameters.hbs | 5 + ui/lib/pki/addon/components/pki-key-usage.hbs | 5 + .../components/pki-not-valid-after-form.hbs | 5 + .../addon/components/pki-paginated-list.hbs | 5 + .../addon/components/pki-paginated-list.ts | 5 + ui/lib/pki/addon/components/pki-role-form.hbs | 5 + .../addon/components/pki-role-generate.hbs | 5 + .../components/pki-sign-intermediate-form.hbs | 5 + ui/lib/pki/addon/components/pki-tidy-form.hbs | 5 + ui/lib/pki/addon/routes/tidy.js | 5 + ui/lib/pki/addon/routes/tidy/auto.js | 5 + .../pki/addon/routes/tidy/auto/configure.js | 5 + ui/lib/pki/addon/routes/tidy/auto/index.js | 5 + ui/lib/pki/addon/routes/tidy/index.js | 5 + ui/lib/pki/addon/templates/application.hbs | 5 + .../certificates/certificate/details.hbs | 5 + .../addon/templates/certificates/index.hbs | 5 + ui/lib/pki/addon/templates/configuration.hbs | 5 + .../addon/templates/configuration/create.hbs | 5 + .../addon/templates/configuration/edit.hbs | 5 + .../addon/templates/configuration/index.hbs | 5 + ui/lib/pki/addon/templates/error.hbs | 5 + .../issuers/generate-intermediate.hbs | 5 + .../addon/templates/issuers/generate-root.hbs | 5 + ui/lib/pki/addon/templates/issuers/import.hbs | 5 + ui/lib/pki/addon/templates/issuers/index.hbs | 5 + .../templates/issuers/issuer/cross-sign.hbs | 5 + .../templates/issuers/issuer/details.hbs | 5 + .../addon/templates/issuers/issuer/edit.hbs | 5 + .../templates/issuers/issuer/rotate-root.hbs | 5 + .../addon/templates/issuers/issuer/sign.hbs | 5 + ui/lib/pki/addon/templates/keys/create.hbs | 5 + ui/lib/pki/addon/templates/keys/import.hbs | 5 + ui/lib/pki/addon/templates/keys/index.hbs | 5 + .../pki/addon/templates/keys/key/details.hbs | 5 + ui/lib/pki/addon/templates/keys/key/edit.hbs | 5 + ui/lib/pki/addon/templates/overview.hbs | 5 + ui/lib/pki/addon/templates/roles/create.hbs | 5 + ui/lib/pki/addon/templates/roles/index.hbs | 5 + .../addon/templates/roles/role/details.hbs | 5 + .../pki/addon/templates/roles/role/edit.hbs | 5 + .../addon/templates/roles/role/generate.hbs | 5 + .../pki/addon/templates/roles/role/sign.hbs | 5 + ui/lib/pki/addon/templates/tidy.hbs | 5 + ui/lib/pki/addon/templates/tidy/auto.hbs | 5 + .../addon/templates/tidy/auto/configure.hbs | 5 + .../pki/addon/templates/tidy/auto/index.hbs | 5 + ui/lib/pki/addon/templates/tidy/index.hbs | 5 + ui/lib/pki/addon/templates/tidy/manual.hbs | 5 + .../addon/templates/application.hbs | 5 + .../components/known-secondaries-card.hbs | 5 + .../components/known-secondaries-table.hbs | 5 + .../components/path-filter-config-list.hbs | 5 + .../components/replication-primary-card.hbs | 5 + .../components/replication-summary.hbs | 5 + ui/lib/replication/addon/templates/index.hbs | 5 + ui/lib/replication/addon/templates/mode.hbs | 5 + .../addon/templates/mode/index.hbs | 5 + .../addon/templates/mode/manage.hbs | 5 + .../addon/templates/mode/secondaries/add.hbs | 5 + .../mode/secondaries/config-create.hbs | 5 + .../mode/secondaries/config-edit.hbs | 5 + .../mode/secondaries/config-show.hbs | 5 + .../templates/mode/secondaries/index.hbs | 5 + .../templates/mode/secondaries/revoke.hbs | 5 + .../helpers/modify-passthrough-response.js | 5 + .../enterprise-oidc-namespace-test.js | 5 + .../secrets/backend/kv/breadcrumbs-test.js | 5 + ui/tests/helpers/components/sidebar-nav.js | 5 + .../components/alert-popup-test.js | 5 + .../open-api-explorer/swagger-ui-test.js | 5 + .../components/pki-paginated-list-test.js | 5 + .../pki-issuer-generate-intermediate-test.js | 5 + .../pki/page/pki-issuer-generate-root-test.js | 5 + .../pki/page/pki-issuer-import-test.js | 5 + .../pki/page/pki-issuer-list-test.js | 5 + .../pki/page/pki-tidy-auto-settings-test.js | 5 + .../pki/parsed-certificate-info-rows-test.js | 5 + .../components/sidebar/frame-test.js | 5 + .../components/sidebar/nav/access-test.js | 5 + .../components/sidebar/nav/cluster-test.js | 5 + .../components/sidebar/nav/policies-test.js | 5 + .../components/sidebar/nav/tools-test.js | 5 + .../components/sidebar/user-menu-test.js | 5 + .../components/transit-edit-test.js | 5 + .../integration/helpers/loose-equal-test.js | 5 + .../helpers/sanitized-html-test.js | 5 + ui/tests/unit/utils/sort-objects-test.js | 5 + ui/tests/unit/utils/timestamp-test.js | 5 + ui/types/vault/models/pki/config/crl.d.ts | 5 + ui/types/vault/models/pki/config/urls.d.ts | 5 + ui/types/vault/models/pki/role.d.ts | 5 + ui/types/vault/models/pki/tidy.d.ts | 5 + vault/acl.go | 2 +- vault/acl_test.go | 2 +- vault/acl_util.go | 2 +- vault/acme_billing_system_view.go | 2 +- vault/activity/activity_log.pb.go | 2 - vault/activity/generation/generate_data.pb.go | 2 - vault/activity/query.go | 2 +- vault/activity/query_test.go | 2 +- vault/activity_log.go | 2 +- vault/activity_log_test.go | 2 +- vault/activity_log_testing_util.go | 2 +- vault/activity_log_util.go | 2 +- vault/activity_log_util_common.go | 2 +- vault/activity_log_util_common_test.go | 2 +- vault/audit.go | 2 +- vault/audit_broker.go | 2 +- vault/audit_test.go | 2 +- vault/audited_headers.go | 2 +- vault/audited_headers_test.go | 2 +- vault/auth.go | 2 +- vault/auth_test.go | 2 +- vault/barrier.go | 2 +- vault/barrier_access.go | 2 +- vault/barrier_aes_gcm.go | 2 +- vault/barrier_aes_gcm_test.go | 2 +- vault/barrier_test.go | 2 +- vault/barrier_view.go | 2 +- vault/barrier_view_test.go | 2 +- vault/barrier_view_util.go | 2 +- vault/capabilities.go | 2 +- vault/capabilities_test.go | 2 +- vault/census.go | 3 + vault/cluster.go | 2 +- vault/cluster/cluster.go | 2 +- vault/cluster/inmem_layer.go | 2 +- vault/cluster/inmem_layer_test.go | 2 +- vault/cluster/simulations.go | 2 +- vault/cluster/tcp_layer.go | 2 +- vault/cluster_test.go | 2 +- vault/core.go | 2 +- vault/core_metrics.go | 2 +- vault/core_metrics_test.go | 2 +- vault/core_test.go | 2 +- vault/core_util.go | 2 +- vault/core_util_common.go | 2 +- vault/cors.go | 2 +- vault/counters.go | 2 +- vault/counters_test.go | 2 +- vault/custom_response_headers.go | 2 +- vault/custom_response_headers_test.go | 2 +- vault/diagnose/constants.go | 2 +- vault/diagnose/file_checks.go | 2 +- vault/diagnose/file_checks_test.go | 2 +- vault/diagnose/file_checks_unix.go | 2 +- vault/diagnose/file_checks_windows.go | 2 +- vault/diagnose/helpers.go | 2 +- vault/diagnose/helpers_test.go | 2 +- vault/diagnose/mock_storage_backend.go | 2 +- vault/diagnose/os_common.go | 2 +- vault/diagnose/os_openbsd_arm.go | 2 +- vault/diagnose/os_unix.go | 2 +- vault/diagnose/os_windows.go | 2 +- vault/diagnose/output.go | 2 +- vault/diagnose/raft_checks.go | 2 +- vault/diagnose/storage_checks.go | 2 +- vault/diagnose/storage_checks_test.go | 2 +- vault/diagnose/tls_verification.go | 2 +- vault/diagnose/tls_verification_test.go | 2 +- vault/dynamic_system_view.go | 2 +- vault/dynamic_system_view_test.go | 2 +- vault/eventbus/bus.go | 2 +- vault/eventbus/bus_test.go | 2 +- vault/events_test.go | 2 +- vault/expiration.go | 2 +- vault/expiration_integ_test.go | 2 +- vault/expiration_test.go | 2 +- vault/expiration_testing_util_common.go | 2 +- vault/expiration_util.go | 2 +- vault/external_plugin_test.go | 2 +- .../api/api_integration_test.go | 2 +- .../api/feature_flag_ext_test.go | 2 +- vault/external_tests/api/kv_helpers_test.go | 2 +- .../api/renewer_integration_test.go | 2 +- vault/external_tests/api/secret_test.go | 2 +- vault/external_tests/api/sudo_paths_test.go | 2 +- .../external_tests/api/sys_rekey_ext_test.go | 2 +- .../approle/wrapped_secretid_test.go | 2 +- .../expiration/expiration_test.go | 2 +- .../external_tests/hcp_link/hcp_link_test.go | 2 +- vault/external_tests/hcp_link/test_helpers.go | 2 +- vault/external_tests/identity/aliases_test.go | 2 +- .../external_tests/identity/entities_test.go | 2 +- .../identity/group_aliases_test.go | 2 +- vault/external_tests/identity/groups_test.go | 2 +- .../external_tests/identity/identity_test.go | 2 +- .../identity/login_mfa_duo_test.go | 2 +- .../identity/login_mfa_okta_test.go | 2 +- .../identity/login_mfa_totp_test.go | 2 +- .../identity/oidc_provider_test.go | 2 +- .../identity/userlockouts_test.go | 2 +- vault/external_tests/kv/kv_patch_test.go | 2 +- vault/external_tests/kv/kv_subkeys_test.go | 2 +- vault/external_tests/kv/kvv2_upgrade_test.go | 2 +- .../metrics/core_metrics_int_test.go | 2 +- vault/external_tests/mfa/login_mfa_test.go | 2 +- .../misc/misc_binary/recovery_test.go | 2 +- .../misc/recover_from_panic_test.go | 2 +- vault/external_tests/misc/recovery_test.go | 2 +- .../plugin/external_plugin_test.go | 2 +- vault/external_tests/plugin/plugin_test.go | 2 +- .../policy/acl_templating_test.go | 2 +- vault/external_tests/policy/policy_test.go | 2 +- vault/external_tests/pprof/pprof.go | 2 +- .../pprof/pprof_binary/pprof_test.go | 2 +- vault/external_tests/pprof/pprof_test.go | 2 +- vault/external_tests/quotas/quotas_test.go | 2 +- vault/external_tests/raft/raft.go | 2 +- .../raft/raft_autopilot_test.go | 2 +- .../raft/raft_binary/raft_test.go | 3 + vault/external_tests/raft/raft_test.go | 2 +- vault/external_tests/raftha/raft_ha_test.go | 2 +- .../replication_binary/replication_test.go | 2 +- .../response/allowed_response_headers_test.go | 2 +- .../external_tests/router/router_ext_test.go | 2 +- .../seal_migration_pre14_test.go | 2 +- .../sealmigration/seal_migration_test.go | 2 +- .../sealmigration/testshared.go | 2 +- .../seal_migration_pre14_test.go | 2 +- .../external_tests/token/batch_token_test.go | 2 +- vault/external_tests/token/token_test.go | 2 +- vault/forwarded_writer_oss.go | 2 +- vault/generate_root.go | 2 +- vault/generate_root_recovery.go | 2 +- vault/generate_root_test.go | 2 +- vault/ha.go | 2 +- vault/ha_test.go | 2 +- .../api_capability/api_capability.go | 2 +- .../api_capability/api_passthrough.go | 2 +- .../api_capability/token_manager.go | 2 +- .../api_capability/token_manager_test.go | 2 +- vault/hcp_link/capabilities/capability.go | 2 +- .../capabilities/link_control/link_control.go | 2 +- vault/hcp_link/capabilities/meta/meta.go | 2 +- .../capabilities/node_status/node_status.go | 2 +- vault/hcp_link/internal/config.go | 2 +- vault/hcp_link/internal/wrapped_hcpLink.go | 2 +- vault/hcp_link/link.go | 2 +- .../proto/link_control/link_control.pb.go | 2 - vault/hcp_link/proto/meta/meta.pb.go | 2 - vault/hcp_link/proto/node_status/status.pb.go | 2 - vault/identity_lookup.go | 2 +- vault/identity_lookup_test.go | 2 +- vault/identity_store.go | 2 +- vault/identity_store_aliases.go | 2 +- vault/identity_store_aliases_test.go | 2 +- vault/identity_store_entities.go | 2 +- vault/identity_store_entities_test.go | 2 +- vault/identity_store_group_aliases.go | 2 +- vault/identity_store_group_aliases_test.go | 2 +- vault/identity_store_groups.go | 2 +- vault/identity_store_groups_test.go | 2 +- vault/identity_store_oidc.go | 2 +- vault/identity_store_oidc_provider.go | 2 +- vault/identity_store_oidc_provider_test.go | 2 +- vault/identity_store_oidc_provider_util.go | 2 +- vault/identity_store_oidc_test.go | 2 +- vault/identity_store_oidc_util.go | 2 +- vault/identity_store_oss.go | 2 +- vault/identity_store_schema.go | 2 +- vault/identity_store_structs.go | 2 +- vault/identity_store_test.go | 2 +- vault/identity_store_upgrade.go | 2 +- vault/identity_store_util.go | 2 +- vault/init.go | 2 +- vault/init_test.go | 2 +- vault/inspectable.go | 2 +- vault/inspectable_test.go | 2 +- vault/keyring.go | 2 +- vault/keyring_test.go | 2 +- vault/logical_cubbyhole.go | 2 +- vault/logical_cubbyhole_test.go | 2 +- vault/logical_passthrough.go | 2 +- vault/logical_passthrough_test.go | 2 +- vault/logical_raw.go | 2 +- vault/logical_system.go | 2 +- vault/logical_system_activity.go | 2 +- vault/logical_system_activity_write.go | 2 +- .../logical_system_activity_write_testonly.go | 2 +- ...cal_system_activity_write_testonly_test.go | 2 +- vault/logical_system_helpers.go | 2 +- vault/logical_system_integ_test.go | 2 +- vault/logical_system_paths.go | 2 +- vault/logical_system_pprof.go | 2 +- vault/logical_system_quotas.go | 2 +- vault/logical_system_raft.go | 2 +- vault/logical_system_test.go | 2 +- vault/logical_system_user_lockout.go | 2 +- vault/logical_system_util.go | 2 +- vault/login_mfa.go | 2 +- vault/login_mfa_test.go | 2 +- vault/managed_key_registry.go | 2 +- vault/mfa_auth_resp_priority_queue.go | 2 +- vault/mfa_auth_resp_priority_queue_test.go | 2 +- vault/mount.go | 2 +- vault/mount_test.go | 2 +- vault/mount_util.go | 2 +- vault/mount_util_shared.go | 2 +- vault/namespaces.go | 2 +- vault/namespaces_oss.go | 2 +- vault/password_policy_util.go | 2 +- vault/plugin_catalog.go | 2 +- vault/plugin_catalog_test.go | 2 +- vault/plugin_reload.go | 2 +- vault/policy.go | 2 +- vault/policy_store.go | 2 +- vault/policy_store_test.go | 2 +- vault/policy_store_util.go | 2 +- vault/policy_test.go | 2 +- vault/policy_util.go | 2 +- vault/quotas/quotas.go | 2 +- vault/quotas/quotas_rate_limit.go | 2 +- vault/quotas/quotas_rate_limit_test.go | 2 +- vault/quotas/quotas_test.go | 2 +- vault/quotas/quotas_util.go | 2 +- vault/raft.go | 2 +- vault/rekey.go | 2 +- vault/rekey_test.go | 2 +- vault/replication/cluster.go | 2 +- vault/request_forwarding.go | 2 +- vault/request_forwarding_rpc.go | 2 +- vault/request_forwarding_rpc_util.go | 2 +- vault/request_forwarding_service.pb.go | 2 - vault/request_handling.go | 2 +- vault/request_handling_test.go | 2 +- vault/request_handling_util.go | 2 +- vault/rollback.go | 2 +- vault/rollback_test.go | 2 +- vault/router.go | 2 +- vault/router_access.go | 2 +- vault/router_test.go | 2 +- vault/router_testing.go | 2 +- vault/seal.go | 2 +- vault/seal/envelope.go | 2 +- vault/seal/envelope_test.go | 2 +- vault/seal/seal.go | 2 +- vault/seal/seal_testing.go | 2 +- vault/seal_access.go | 2 +- vault/seal_autoseal.go | 2 +- vault/seal_autoseal_test.go | 2 +- vault/seal_test.go | 2 +- vault/seal_testing.go | 2 +- vault/seal_testing_util.go | 2 +- vault/sealunwrapper.go | 2 +- vault/sealunwrapper_test.go | 2 +- vault/test_cluster_detect_deadlock.go | 2 +- vault/test_cluster_do_not_detect_deadlock.go | 2 +- vault/testing.go | 2 +- vault/testing_util.go | 2 +- vault/token_store.go | 2 +- vault/token_store_test.go | 2 +- vault/token_store_util.go | 2 +- vault/token_store_util_common.go | 2 +- vault/tokens/token.pb.go | 2 - vault/ui.go | 2 +- vault/ui_test.go | 2 +- vault/util.go | 2 +- vault/util_test.go | 2 +- vault/vault_version_time.go | 2 +- vault/version_store.go | 2 +- vault/version_store_test.go | 2 +- vault/wrapping.go | 2 +- vault/wrapping_util.go | 2 +- version/cgo.go | 2 +- version/version.go | 2 +- version/version_base.go | 2 +- 1913 files changed, 4709 insertions(+), 1603 deletions(-) create mode 100644 .github/workflows/copywrite.yml create mode 100644 api/.copywrite.hcl create mode 100755 scripts/copywrite-exceptions.sh create mode 100644 sdk/.copywrite.hcl create mode 100644 shamir/.copywrite.hcl diff --git a/.copywrite.hcl b/.copywrite.hcl index ab9fa58f3411..e310fe70a0bb 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -1,8 +1,8 @@ schema_version = 1 project { - license = "MPL-2.0" - copyright_year = 2015 + license = "BUSL-1.1" + copyright_year = 2024 # (OPTIONAL) A list of globs that should not have copyright/license headers. # Supports doublestar glob patterns for more flexibility in defining which @@ -11,6 +11,6 @@ project { "builtin/credential/aws/pkcs7/**", "ui/node_modules/**", "enos/modules/k8s_deploy_vault/raft-config.hcl", - "plugins/database/postgresql/scram/**" + "plugins/database/postgresql/scram/**", ] } diff --git a/.github/actions/set-up-go/action.yml b/.github/actions/set-up-go/action.yml index e6289b4427f2..e559b88616c9 100644 --- a/.github/actions/set-up-go/action.yml +++ b/.github/actions/set-up-go/action.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + --- name: Set up Go with a shared module cache description: Set up Go with a shared module cache diff --git a/.github/actions/set-up-gotestsum/action.yml b/.github/actions/set-up-gotestsum/action.yml index bb48819ba81c..8967889b03c1 100644 --- a/.github/actions/set-up-gotestsum/action.yml +++ b/.github/actions/set-up-gotestsum/action.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + --- name: Set up gotestsum from Github releases description: Set up gotestsum from Github releases diff --git a/.github/scripts/gh_comment.sh b/.github/scripts/gh_comment.sh index b47df541a44c..887d33c78bd0 100644 --- a/.github/scripts/gh_comment.sh +++ b/.github/scripts/gh_comment.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + set -e diff --git a/.github/scripts/report_failed_builds.sh b/.github/scripts/report_failed_builds.sh index b4cd3480c458..b7bf69b87391 100755 --- a/.github/scripts/report_failed_builds.sh +++ b/.github/scripts/report_failed_builds.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + set -e diff --git a/.github/scripts/report_failed_tests.sh b/.github/scripts/report_failed_tests.sh index d69d43a16778..0a2f4ab57f40 100755 --- a/.github/scripts/report_failed_tests.sh +++ b/.github/scripts/report_failed_tests.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + set -e MAX_TESTS=10 diff --git a/.github/scripts/verify_changes.sh b/.github/scripts/verify_changes.sh index ad5a03074847..c92474d20d2b 100755 --- a/.github/scripts/verify_changes.sh +++ b/.github/scripts/verify_changes.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + # This script validates if the git diff contains only docs/ui changes event_type=$1 # GH event type (pull_request) diff --git a/.github/workflows/copywrite.yml b/.github/workflows/copywrite.yml new file mode 100644 index 000000000000..5a897772dff1 --- /dev/null +++ b/.github/workflows/copywrite.yml @@ -0,0 +1,24 @@ +name: Check Copywrite Headers + +on: + pull_request: + types: [opened, synchronize, reopened, ready_for_review] + push: + branches: + - main + - release/** + +jobs: + copywrite: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2 + name: Setup Copywrite + with: + version: v0.16.4 + archive-checksum: c299f830e6eef7e126a3c6ef99ac6f43a3c132d830c769e0d36fa347fa1af254 + - name: Check Header Compliance + run: make ci-copywriteheaders +permissions: + contents: read diff --git a/LICENSE b/LICENSE index f4f97ee5853a..22b6b1e79702 100644 --- a/LICENSE +++ b/LICENSE @@ -1,365 +1,92 @@ -Copyright (c) 2015 HashiCorp, Inc. - -Mozilla Public License, version 2.0 - -1. Definitions - -1.1. "Contributor" - - means each individual or legal entity that creates, contributes to the - creation of, or owns Covered Software. - -1.2. "Contributor Version" - - means the combination of the Contributions of others (if any) used by a - Contributor and that particular Contributor's Contribution. - -1.3. "Contribution" - - means Covered Software of a particular Contributor. - -1.4. "Covered Software" - - means Source Code Form to which the initial Contributor has attached the - notice in Exhibit A, the Executable Form of such Source Code Form, and - Modifications of such Source Code Form, in each case including portions - thereof. - -1.5. "Incompatible With Secondary Licenses" - means - - a. that the initial Contributor has attached the notice described in - Exhibit B to the Covered Software; or - - b. that the Covered Software was made available under the terms of - version 1.1 or earlier of the License, but not also under the terms of - a Secondary License. - -1.6. "Executable Form" - - means any form of the work other than Source Code Form. - -1.7. "Larger Work" - - means a work that combines Covered Software with other material, in a - separate file or files, that is not Covered Software. - -1.8. "License" - - means this document. - -1.9. "Licensable" - - means having the right to grant, to the maximum extent possible, whether - at the time of the initial grant or subsequently, any and all of the - rights conveyed by this License. - -1.10. "Modifications" - - means any of the following: - - a. any file in Source Code Form that results from an addition to, - deletion from, or modification of the contents of Covered Software; or - - b. any new file in Source Code Form that contains any Covered Software. - -1.11. "Patent Claims" of a Contributor - - means any patent claim(s), including without limitation, method, - process, and apparatus claims, in any patent Licensable by such - Contributor that would be infringed, but for the grant of the License, - by the making, using, selling, offering for sale, having made, import, - or transfer of either its Contributions or its Contributor Version. - -1.12. "Secondary License" - - means either the GNU General Public License, Version 2.0, the GNU Lesser - General Public License, Version 2.1, the GNU Affero General Public - License, Version 3.0, or any later versions of those licenses. - -1.13. "Source Code Form" - - means the form of the work preferred for making modifications. - -1.14. "You" (or "Your") - - means an individual or a legal entity exercising rights under this - License. For legal entities, "You" includes any entity that controls, is - controlled by, or is under common control with You. For purposes of this - definition, "control" means (a) the power, direct or indirect, to cause - the direction or management of such entity, whether by contract or - otherwise, or (b) ownership of more than fifty percent (50%) of the - outstanding shares or beneficial ownership of such entity. - - -2. License Grants and Conditions - -2.1. Grants - - Each Contributor hereby grants You a world-wide, royalty-free, - non-exclusive license: - - a. under intellectual property rights (other than patent or trademark) - Licensable by such Contributor to use, reproduce, make available, - modify, display, perform, distribute, and otherwise exploit its - Contributions, either on an unmodified basis, with Modifications, or - as part of a Larger Work; and - - b. under Patent Claims of such Contributor to make, use, sell, offer for - sale, have made, import, and otherwise transfer either its - Contributions or its Contributor Version. - -2.2. Effective Date - - The licenses granted in Section 2.1 with respect to any Contribution - become effective for each Contribution on the date the Contributor first - distributes such Contribution. - -2.3. Limitations on Grant Scope - - The licenses granted in this Section 2 are the only rights granted under - this License. No additional rights or licenses will be implied from the - distribution or licensing of Covered Software under this License. - Notwithstanding Section 2.1(b) above, no patent license is granted by a - Contributor: - - a. for any code that a Contributor has removed from Covered Software; or - - b. for infringements caused by: (i) Your and any other third party's - modifications of Covered Software, or (ii) the combination of its - Contributions with other software (except as part of its Contributor - Version); or - - c. under Patent Claims infringed by Covered Software in the absence of - its Contributions. - - This License does not grant any rights in the trademarks, service marks, - or logos of any Contributor (except as may be necessary to comply with - the notice requirements in Section 3.4). - -2.4. Subsequent Licenses - - No Contributor makes additional grants as a result of Your choice to - distribute the Covered Software under a subsequent version of this - License (see Section 10.2) or under the terms of a Secondary License (if - permitted under the terms of Section 3.3). - -2.5. Representation - - Each Contributor represents that the Contributor believes its - Contributions are its original creation(s) or it has sufficient rights to - grant the rights to its Contributions conveyed by this License. - -2.6. Fair Use - - This License is not intended to limit any rights You have under - applicable copyright doctrines of fair use, fair dealing, or other - equivalents. - -2.7. Conditions - - Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in - Section 2.1. - - -3. Responsibilities - -3.1. Distribution of Source Form - - All distribution of Covered Software in Source Code Form, including any - Modifications that You create or to which You contribute, must be under - the terms of this License. You must inform recipients that the Source - Code Form of the Covered Software is governed by the terms of this - License, and how they can obtain a copy of this License. You may not - attempt to alter or restrict the recipients' rights in the Source Code - Form. - -3.2. Distribution of Executable Form - - If You distribute Covered Software in Executable Form then: - - a. such Covered Software must also be made available in Source Code Form, - as described in Section 3.1, and You must inform recipients of the - Executable Form how they can obtain a copy of such Source Code Form by - reasonable means in a timely manner, at a charge no more than the cost - of distribution to the recipient; and - - b. You may distribute such Executable Form under the terms of this - License, or sublicense it under different terms, provided that the - license for the Executable Form does not attempt to limit or alter the - recipients' rights in the Source Code Form under this License. - -3.3. Distribution of a Larger Work - - You may create and distribute a Larger Work under terms of Your choice, - provided that You also comply with the requirements of this License for - the Covered Software. If the Larger Work is a combination of Covered - Software with a work governed by one or more Secondary Licenses, and the - Covered Software is not Incompatible With Secondary Licenses, this - License permits You to additionally distribute such Covered Software - under the terms of such Secondary License(s), so that the recipient of - the Larger Work may, at their option, further distribute the Covered - Software under the terms of either this License or such Secondary - License(s). - -3.4. Notices - - You may not remove or alter the substance of any license notices - (including copyright notices, patent notices, disclaimers of warranty, or - limitations of liability) contained within the Source Code Form of the - Covered Software, except that You may alter any license notices to the - extent required to remedy known factual inaccuracies. - -3.5. Application of Additional Terms - - You may choose to offer, and to charge a fee for, warranty, support, - indemnity or liability obligations to one or more recipients of Covered - Software. However, You may do so only on Your own behalf, and not on - behalf of any Contributor. You must make it absolutely clear that any - such warranty, support, indemnity, or liability obligation is offered by - You alone, and You hereby agree to indemnify every Contributor for any - liability incurred by such Contributor as a result of warranty, support, - indemnity or liability terms You offer. You may include additional - disclaimers of warranty and limitations of liability specific to any - jurisdiction. - -4. Inability to Comply Due to Statute or Regulation - - If it is impossible for You to comply with any of the terms of this License - with respect to some or all of the Covered Software due to statute, - judicial order, or regulation then You must: (a) comply with the terms of - this License to the maximum extent possible; and (b) describe the - limitations and the code they affect. Such description must be placed in a - text file included with all distributions of the Covered Software under - this License. Except to the extent prohibited by statute or regulation, - such description must be sufficiently detailed for a recipient of ordinary - skill to be able to understand it. - -5. Termination - -5.1. The rights granted under this License will terminate automatically if You - fail to comply with any of its terms. However, if You become compliant, - then the rights granted under this License from a particular Contributor - are reinstated (a) provisionally, unless and until such Contributor - explicitly and finally terminates Your grants, and (b) on an ongoing - basis, if such Contributor fails to notify You of the non-compliance by - some reasonable means prior to 60 days after You have come back into - compliance. Moreover, Your grants from a particular Contributor are - reinstated on an ongoing basis if such Contributor notifies You of the - non-compliance by some reasonable means, this is the first time You have - received notice of non-compliance with this License from such - Contributor, and You become compliant prior to 30 days after Your receipt - of the notice. - -5.2. If You initiate litigation against any entity by asserting a patent - infringement claim (excluding declaratory judgment actions, - counter-claims, and cross-claims) alleging that a Contributor Version - directly or indirectly infringes any patent, then the rights granted to - You by any and all Contributors for the Covered Software under Section - 2.1 of this License shall terminate. - -5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user - license agreements (excluding distributors and resellers) which have been - validly granted by You or Your distributors under this License prior to - termination shall survive termination. - -6. Disclaimer of Warranty - - Covered Software is provided under this License on an "as is" basis, - without warranty of any kind, either expressed, implied, or statutory, - including, without limitation, warranties that the Covered Software is free - of defects, merchantable, fit for a particular purpose or non-infringing. - The entire risk as to the quality and performance of the Covered Software - is with You. Should any Covered Software prove defective in any respect, - You (not any Contributor) assume the cost of any necessary servicing, - repair, or correction. This disclaimer of warranty constitutes an essential - part of this License. No use of any Covered Software is authorized under - this License except under this disclaimer. - -7. Limitation of Liability - - Under no circumstances and under no legal theory, whether tort (including - negligence), contract, or otherwise, shall any Contributor, or anyone who - distributes Covered Software as permitted above, be liable to You for any - direct, indirect, special, incidental, or consequential damages of any - character including, without limitation, damages for lost profits, loss of - goodwill, work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses, even if such party shall have been - informed of the possibility of such damages. This limitation of liability - shall not apply to liability for death or personal injury resulting from - such party's negligence to the extent applicable law prohibits such - limitation. Some jurisdictions do not allow the exclusion or limitation of - incidental or consequential damages, so this exclusion and limitation may - not apply to You. - -8. Litigation - - Any litigation relating to this License may be brought only in the courts - of a jurisdiction where the defendant maintains its principal place of - business and such litigation shall be governed by laws of that - jurisdiction, without reference to its conflict-of-law provisions. Nothing - in this Section shall prevent a party's ability to bring cross-claims or - counter-claims. - -9. Miscellaneous - - This License represents the complete agreement concerning the subject - matter hereof. If any provision of this License is held to be - unenforceable, such provision shall be reformed only to the extent - necessary to make it enforceable. Any law or regulation which provides that - the language of a contract shall be construed against the drafter shall not - be used to construe this License against a Contributor. - - -10. Versions of the License - -10.1. New Versions - - Mozilla Foundation is the license steward. Except as provided in Section - 10.3, no one other than the license steward has the right to modify or - publish new versions of this License. Each version will be given a - distinguishing version number. - -10.2. Effect of New Versions - - You may distribute the Covered Software under the terms of the version - of the License under which You originally received the Covered Software, - or under the terms of any subsequent version published by the license - steward. - -10.3. Modified Versions - - If you create software not governed by this License, and you want to - create a new license for such software, you may create and use a - modified version of this License if you rename the license and remove - any references to the name of the license steward (except to note that - such modified license differs from this License). - -10.4. Distributing Source Code Form that is Incompatible With Secondary - Licenses If You choose to distribute Source Code Form that is - Incompatible With Secondary Licenses under the terms of this version of - the License, the notice described in Exhibit B of this License must be - attached. - -Exhibit A - Source Code Form License Notice - - This Source Code Form is subject to the - terms of the Mozilla Public License, v. - 2.0. If a copy of the MPL was not - distributed with this file, You can - obtain one at - http://mozilla.org/MPL/2.0/. - -If it is not possible or desirable to put the notice in a particular file, -then You may include the notice in a location (such as a LICENSE file in a -relevant directory) where a recipient would be likely to look for such a -notice. - -You may add additional accurate notices of copyright ownership. - -Exhibit B - "Incompatible With Secondary Licenses" Notice - - This Source Code Form is "Incompatible - With Secondary Licenses", as defined by - the Mozilla Public License, v. 2.0. - +License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved. +"Business Source License" is a trademark of MariaDB Corporation Ab. + +Parameters + +Licensor: HashiCorp, Inc. +Licensed Work: Vault Version 1.14.9 or later. The Licensed Work is (c) 2024 + HashiCorp, Inc. +Additional Use Grant: You may make production use of the Licensed Work, provided + Your use does not include offering the Licensed Work to third + parties on a hosted or embedded basis in order to compete with + HashiCorp's paid version(s) of the Licensed Work. For purposes + of this license: + + A "competitive offering" is a Product that is offered to third + parties on a paid basis, including through paid support + arrangements, that significantly overlaps with the capabilities + of HashiCorp's paid version(s) of the Licensed Work. If Your + Product is not a competitive offering when You first make it + generally available, it will not become a competitive offering + later due to HashiCorp releasing a new version of the Licensed + Work with additional capabilities. In addition, Products that + are not provided on a paid basis are not competitive. + + "Product" means software that is offered to end users to manage + in their own environments or offered as a service on a hosted + basis. + + "Embedded" means including the source code or executable code + from the Licensed Work in a competitive offering. "Embedded" + also means packaging the competitive offering in such a way + that the Licensed Work must be accessed or downloaded for the + competitive offering to operate. + + Hosting or using the Licensed Work(s) for internal purposes + within an organization is not considered a competitive + offering. HashiCorp considers your organization to include all + of your affiliates under common control. + + For binding interpretive guidance on using HashiCorp products + under the Business Source License, please visit our FAQ. + (https://www.hashicorp.com/license-faq) +Change Date: Four years from the date the Licensed Work is published. +Change License: MPL 2.0 + +For information about alternative licensing arrangements for the Licensed Work, +please contact licensing@hashicorp.com. + +Notice + +Business Source License 1.1 + +Terms + +The Licensor hereby grants you the right to copy, modify, create derivative +works, redistribute, and make non-production use of the Licensed Work. The +Licensor may make an Additional Use Grant, above, permitting limited production use. + +Effective on the Change Date, or the fourth anniversary of the first publicly +available distribution of a specific version of the Licensed Work under this +License, whichever comes first, the Licensor hereby grants you rights under +the terms of the Change License, and the rights granted in the paragraph +above terminate. + +If your use of the Licensed Work does not comply with the requirements +currently in effect as described in this License, you must purchase a +commercial license from the Licensor, its affiliated entities, or authorized +resellers, or you must refrain from using the Licensed Work. + +All copies of the original and modified Licensed Work, and derivative works +of the Licensed Work, are subject to this License. This License applies +separately for each version of the Licensed Work and the Change Date may vary +for each version of the Licensed Work released by Licensor. + +You must conspicuously display this License on each original or modified copy +of the Licensed Work. If you receive the Licensed Work in original or +modified form from a third party, the terms and conditions set forth in this +License apply to your use of that work. + +Any use of the Licensed Work in violation of this License will automatically +terminate your rights under this License for the current and all other +versions of the Licensed Work. + +This License does not grant you any right in any trademark or logo of +Licensor or its affiliates (provided that you may use a trademark or logo of +Licensor as expressly required by this License). + +TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON +AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, +EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND +TITLE. diff --git a/Makefile b/Makefile index eed53a4369c8..d91daada532e 100644 --- a/Makefile +++ b/Makefile @@ -323,3 +323,12 @@ ci-get-version-package: .PHONY: ci-prepare-legal ci-prepare-legal: @$(CURDIR)/scripts/ci-helper.sh prepare-legal + + +.PHONY: ci-copywriteheaders +ci-copywriteheaders: + copywrite headers --plan + # Special case for MPL headers in /api, /sdk, and /shamir + cd api && $(CURDIR)/scripts/copywrite-exceptions.sh + cd sdk && $(CURDIR)/scripts/copywrite-exceptions.sh + cd shamir && $(CURDIR)/scripts/copywrite-exceptions.sh diff --git a/api/.copywrite.hcl b/api/.copywrite.hcl new file mode 100644 index 000000000000..c4b09f33640c --- /dev/null +++ b/api/.copywrite.hcl @@ -0,0 +1,8 @@ +schema_version = 1 + +project { + license = "MPL-2.0" + copyright_year = 2024 + + header_ignore = [] +} diff --git a/api/secret_test.go b/api/secret_test.go index d089a24cafa1..9fa20e1a9cf1 100644 --- a/api/secret_test.go +++ b/api/secret_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package api import ( diff --git a/audit/audit.go b/audit/audit.go index 35a3d38a0558..0840d4b8833d 100644 --- a/audit/audit.go +++ b/audit/audit.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package audit diff --git a/audit/format.go b/audit/format.go index d595f2fd1740..d6a04460d317 100644 --- a/audit/format.go +++ b/audit/format.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package audit diff --git a/audit/format_json.go b/audit/format_json.go index 74f4138184a4..fd7117c96a43 100644 --- a/audit/format_json.go +++ b/audit/format_json.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package audit diff --git a/audit/format_json_test.go b/audit/format_json_test.go index fa31cde83bea..7d6410db68ae 100644 --- a/audit/format_json_test.go +++ b/audit/format_json_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package audit diff --git a/audit/format_jsonx.go b/audit/format_jsonx.go index 20352a2deade..93bfb163fc04 100644 --- a/audit/format_jsonx.go +++ b/audit/format_jsonx.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package audit diff --git a/audit/format_jsonx_test.go b/audit/format_jsonx_test.go index fb6046195187..ed72c56f5bf0 100644 --- a/audit/format_jsonx_test.go +++ b/audit/format_jsonx_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package audit diff --git a/audit/format_test.go b/audit/format_test.go index 5395d916cc81..3c0924c36438 100644 --- a/audit/format_test.go +++ b/audit/format_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package audit diff --git a/audit/formatter.go b/audit/formatter.go index 98c393c3b817..9fe1888c9bc8 100644 --- a/audit/formatter.go +++ b/audit/formatter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package audit diff --git a/audit/hashstructure.go b/audit/hashstructure.go index cd4f8085d13d..59f563ed724d 100644 --- a/audit/hashstructure.go +++ b/audit/hashstructure.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package audit diff --git a/audit/hashstructure_test.go b/audit/hashstructure_test.go index c65931f7c5be..0a1aef55866d 100644 --- a/audit/hashstructure_test.go +++ b/audit/hashstructure_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package audit diff --git a/builtin/audit/file/backend.go b/builtin/audit/file/backend.go index 2c3ef3f8e077..8b5eee72fcea 100644 --- a/builtin/audit/file/backend.go +++ b/builtin/audit/file/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package file diff --git a/builtin/audit/file/backend_test.go b/builtin/audit/file/backend_test.go index ad082ace5d43..010a6bf8b30d 100644 --- a/builtin/audit/file/backend_test.go +++ b/builtin/audit/file/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package file diff --git a/builtin/audit/socket/backend.go b/builtin/audit/socket/backend.go index 4c649e0e9c74..f9d6f66eb979 100644 --- a/builtin/audit/socket/backend.go +++ b/builtin/audit/socket/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package socket diff --git a/builtin/audit/syslog/backend.go b/builtin/audit/syslog/backend.go index 2da92fe2e40e..e0aee3cbfaa8 100644 --- a/builtin/audit/syslog/backend.go +++ b/builtin/audit/syslog/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package syslog diff --git a/builtin/credential/approle/backend.go b/builtin/credential/approle/backend.go index 4165fbbec47e..4afdd596078c 100644 --- a/builtin/credential/approle/backend.go +++ b/builtin/credential/approle/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/credential/approle/backend_test.go b/builtin/credential/approle/backend_test.go index 683249e316dc..a3dc68be0635 100644 --- a/builtin/credential/approle/backend_test.go +++ b/builtin/credential/approle/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/credential/approle/cmd/approle/main.go b/builtin/credential/approle/cmd/approle/main.go index 9000ea95810a..d28cea383beb 100644 --- a/builtin/credential/approle/cmd/approle/main.go +++ b/builtin/credential/approle/cmd/approle/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/credential/approle/path_login.go b/builtin/credential/approle/path_login.go index 1e21e793ebe0..72b7ac352f06 100644 --- a/builtin/credential/approle/path_login.go +++ b/builtin/credential/approle/path_login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/credential/approle/path_login_test.go b/builtin/credential/approle/path_login_test.go index efed4676b1e4..7dd8c7f0ff14 100644 --- a/builtin/credential/approle/path_login_test.go +++ b/builtin/credential/approle/path_login_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/credential/approle/path_role.go b/builtin/credential/approle/path_role.go index 112d2e0f13d9..ce365c80de22 100644 --- a/builtin/credential/approle/path_role.go +++ b/builtin/credential/approle/path_role.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/credential/approle/path_role_test.go b/builtin/credential/approle/path_role_test.go index a5ea9d1d5159..e0eba31f743e 100644 --- a/builtin/credential/approle/path_role_test.go +++ b/builtin/credential/approle/path_role_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/credential/approle/path_tidy_user_id.go b/builtin/credential/approle/path_tidy_user_id.go index b6c777b14961..0367a0940f29 100644 --- a/builtin/credential/approle/path_tidy_user_id.go +++ b/builtin/credential/approle/path_tidy_user_id.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/credential/approle/path_tidy_user_id_test.go b/builtin/credential/approle/path_tidy_user_id_test.go index c03686e89cbf..4b932cd11f5e 100644 --- a/builtin/credential/approle/path_tidy_user_id_test.go +++ b/builtin/credential/approle/path_tidy_user_id_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/credential/approle/validation.go b/builtin/credential/approle/validation.go index 70f2194aa678..b99af755d818 100644 --- a/builtin/credential/approle/validation.go +++ b/builtin/credential/approle/validation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/credential/approle/validation_test.go b/builtin/credential/approle/validation_test.go index 7f7366b67937..d3386aa35615 100644 --- a/builtin/credential/approle/validation_test.go +++ b/builtin/credential/approle/validation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/builtin/credential/aws/backend.go b/builtin/credential/aws/backend.go index e8424f2c4956..1a8b3f089332 100644 --- a/builtin/credential/aws/backend.go +++ b/builtin/credential/aws/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/backend_e2e_test.go b/builtin/credential/aws/backend_e2e_test.go index e8939b9d67af..f85ed5eebe4b 100644 --- a/builtin/credential/aws/backend_e2e_test.go +++ b/builtin/credential/aws/backend_e2e_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/backend_test.go b/builtin/credential/aws/backend_test.go index dea280c00262..d73749239105 100644 --- a/builtin/credential/aws/backend_test.go +++ b/builtin/credential/aws/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/certificates.go b/builtin/credential/aws/certificates.go index 4b97a952b6fa..a56b757521f5 100644 --- a/builtin/credential/aws/certificates.go +++ b/builtin/credential/aws/certificates.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/cli.go b/builtin/credential/aws/cli.go index a1695574f3b6..2cc228ac54b0 100644 --- a/builtin/credential/aws/cli.go +++ b/builtin/credential/aws/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/client.go b/builtin/credential/aws/client.go index 314c97ec395a..d5e2efa5d2a4 100644 --- a/builtin/credential/aws/client.go +++ b/builtin/credential/aws/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/cmd/aws/main.go b/builtin/credential/aws/cmd/aws/main.go index c7fce3e33fab..8a1ecff0bee9 100644 --- a/builtin/credential/aws/cmd/aws/main.go +++ b/builtin/credential/aws/cmd/aws/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/credential/aws/path_config_certificate.go b/builtin/credential/aws/path_config_certificate.go index 36dfe3c21393..1b15fcf3b574 100644 --- a/builtin/credential/aws/path_config_certificate.go +++ b/builtin/credential/aws/path_config_certificate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_config_client.go b/builtin/credential/aws/path_config_client.go index 979fac11a9d8..ae26d6cfe8ee 100644 --- a/builtin/credential/aws/path_config_client.go +++ b/builtin/credential/aws/path_config_client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_config_client_test.go b/builtin/credential/aws/path_config_client_test.go index 4c807d1b40f8..9dae9fc3a4d1 100644 --- a/builtin/credential/aws/path_config_client_test.go +++ b/builtin/credential/aws/path_config_client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_config_identity.go b/builtin/credential/aws/path_config_identity.go index 2512c9db39fd..0c6f8c3398ec 100644 --- a/builtin/credential/aws/path_config_identity.go +++ b/builtin/credential/aws/path_config_identity.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_config_identity_test.go b/builtin/credential/aws/path_config_identity_test.go index 8a7db09f2bbd..085cf18b4f7b 100644 --- a/builtin/credential/aws/path_config_identity_test.go +++ b/builtin/credential/aws/path_config_identity_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_config_rotate_root.go b/builtin/credential/aws/path_config_rotate_root.go index 141b7e2fbea5..0a0e64fcb000 100644 --- a/builtin/credential/aws/path_config_rotate_root.go +++ b/builtin/credential/aws/path_config_rotate_root.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_config_rotate_root_test.go b/builtin/credential/aws/path_config_rotate_root_test.go index 3fe5b29c0479..d457f9787faf 100644 --- a/builtin/credential/aws/path_config_rotate_root_test.go +++ b/builtin/credential/aws/path_config_rotate_root_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_config_sts.go b/builtin/credential/aws/path_config_sts.go index 50d986d20c84..21034f69feff 100644 --- a/builtin/credential/aws/path_config_sts.go +++ b/builtin/credential/aws/path_config_sts.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_config_tidy_identity_accesslist.go b/builtin/credential/aws/path_config_tidy_identity_accesslist.go index 686b0263c1aa..b9d194b5197d 100644 --- a/builtin/credential/aws/path_config_tidy_identity_accesslist.go +++ b/builtin/credential/aws/path_config_tidy_identity_accesslist.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_config_tidy_roletag_denylist.go b/builtin/credential/aws/path_config_tidy_roletag_denylist.go index fa82b77d25f2..7707ff7c1f85 100644 --- a/builtin/credential/aws/path_config_tidy_roletag_denylist.go +++ b/builtin/credential/aws/path_config_tidy_roletag_denylist.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_identity_accesslist.go b/builtin/credential/aws/path_identity_accesslist.go index 77ec5749496d..8c7462bd5f6b 100644 --- a/builtin/credential/aws/path_identity_accesslist.go +++ b/builtin/credential/aws/path_identity_accesslist.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_login.go b/builtin/credential/aws/path_login.go index 1e23500dc538..787bcc3b45f4 100644 --- a/builtin/credential/aws/path_login.go +++ b/builtin/credential/aws/path_login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_login_test.go b/builtin/credential/aws/path_login_test.go index 2c0262075ad3..f8d38f1a467c 100644 --- a/builtin/credential/aws/path_login_test.go +++ b/builtin/credential/aws/path_login_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_role.go b/builtin/credential/aws/path_role.go index 1c9ecf272832..40dd4bb9b307 100644 --- a/builtin/credential/aws/path_role.go +++ b/builtin/credential/aws/path_role.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_role_tag.go b/builtin/credential/aws/path_role_tag.go index 93322f68c546..3584f08f26a4 100644 --- a/builtin/credential/aws/path_role_tag.go +++ b/builtin/credential/aws/path_role_tag.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_role_test.go b/builtin/credential/aws/path_role_test.go index 3a63d4cd3555..80270f46244c 100644 --- a/builtin/credential/aws/path_role_test.go +++ b/builtin/credential/aws/path_role_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_roletag_denylist.go b/builtin/credential/aws/path_roletag_denylist.go index 82004363530b..131ea717058e 100644 --- a/builtin/credential/aws/path_roletag_denylist.go +++ b/builtin/credential/aws/path_roletag_denylist.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_tidy_identity_accesslist.go b/builtin/credential/aws/path_tidy_identity_accesslist.go index 3b907c43d378..acfff00b1a90 100644 --- a/builtin/credential/aws/path_tidy_identity_accesslist.go +++ b/builtin/credential/aws/path_tidy_identity_accesslist.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/aws/path_tidy_roletag_denylist.go b/builtin/credential/aws/path_tidy_roletag_denylist.go index ddd1f7944d57..665cb0319f1e 100644 --- a/builtin/credential/aws/path_tidy_roletag_denylist.go +++ b/builtin/credential/aws/path_tidy_roletag_denylist.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awsauth diff --git a/builtin/credential/cert/backend.go b/builtin/credential/cert/backend.go index 61dd88988e36..7bb0601f03d1 100644 --- a/builtin/credential/cert/backend.go +++ b/builtin/credential/cert/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/builtin/credential/cert/backend_test.go b/builtin/credential/cert/backend_test.go index 47d7ae05d544..9b38fee93567 100644 --- a/builtin/credential/cert/backend_test.go +++ b/builtin/credential/cert/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/builtin/credential/cert/cli.go b/builtin/credential/cert/cli.go index 3ba1e712d134..2e7a8b8e22e3 100644 --- a/builtin/credential/cert/cli.go +++ b/builtin/credential/cert/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/builtin/credential/cert/cmd/cert/main.go b/builtin/credential/cert/cmd/cert/main.go index 5b80a54cde77..45eb75d36caf 100644 --- a/builtin/credential/cert/cmd/cert/main.go +++ b/builtin/credential/cert/cmd/cert/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/credential/cert/path_certs.go b/builtin/credential/cert/path_certs.go index 03a3e5586210..4e8cdc274358 100644 --- a/builtin/credential/cert/path_certs.go +++ b/builtin/credential/cert/path_certs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/builtin/credential/cert/path_config.go b/builtin/credential/cert/path_config.go index 6f1f29037235..3eb052118fb0 100644 --- a/builtin/credential/cert/path_config.go +++ b/builtin/credential/cert/path_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/builtin/credential/cert/path_crls.go b/builtin/credential/cert/path_crls.go index 9dd710758cef..823aced99149 100644 --- a/builtin/credential/cert/path_crls.go +++ b/builtin/credential/cert/path_crls.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/builtin/credential/cert/path_crls_test.go b/builtin/credential/cert/path_crls_test.go index 24211f5cad5b..fff11d588aea 100644 --- a/builtin/credential/cert/path_crls_test.go +++ b/builtin/credential/cert/path_crls_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/builtin/credential/cert/path_login.go b/builtin/credential/cert/path_login.go index d59c5b4a9195..e6b0a38f3579 100644 --- a/builtin/credential/cert/path_login.go +++ b/builtin/credential/cert/path_login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/builtin/credential/cert/path_login_test.go b/builtin/credential/cert/path_login_test.go index d86bd31bd92e..53be24c3117a 100644 --- a/builtin/credential/cert/path_login_test.go +++ b/builtin/credential/cert/path_login_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/builtin/credential/cert/test_responder.go b/builtin/credential/cert/test_responder.go index d68ebe080e08..2052736d33cf 100644 --- a/builtin/credential/cert/test_responder.go +++ b/builtin/credential/cert/test_responder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package ocsp implements an OCSP responder based on a generic storage backend. // It provides a couple of sample implementations. diff --git a/builtin/credential/github/backend.go b/builtin/credential/github/backend.go index f8bbcc403c61..f560606e4f26 100644 --- a/builtin/credential/github/backend.go +++ b/builtin/credential/github/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package github diff --git a/builtin/credential/github/backend_test.go b/builtin/credential/github/backend_test.go index 6ea08ee58134..4f3dee078131 100644 --- a/builtin/credential/github/backend_test.go +++ b/builtin/credential/github/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package github diff --git a/builtin/credential/github/cli.go b/builtin/credential/github/cli.go index d40f1b56d9e7..177433bde49b 100644 --- a/builtin/credential/github/cli.go +++ b/builtin/credential/github/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package github diff --git a/builtin/credential/github/cmd/github/main.go b/builtin/credential/github/cmd/github/main.go index 499469a0f681..40a3a0002bfb 100644 --- a/builtin/credential/github/cmd/github/main.go +++ b/builtin/credential/github/cmd/github/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/credential/github/path_config.go b/builtin/credential/github/path_config.go index 83238f32c49b..abe78760fc1d 100644 --- a/builtin/credential/github/path_config.go +++ b/builtin/credential/github/path_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package github diff --git a/builtin/credential/github/path_config_test.go b/builtin/credential/github/path_config_test.go index 2f592b21f7b8..19338ff44d23 100644 --- a/builtin/credential/github/path_config_test.go +++ b/builtin/credential/github/path_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package github diff --git a/builtin/credential/github/path_login.go b/builtin/credential/github/path_login.go index 4ee94e5d5c67..181076a6587f 100644 --- a/builtin/credential/github/path_login.go +++ b/builtin/credential/github/path_login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package github diff --git a/builtin/credential/github/path_login_test.go b/builtin/credential/github/path_login_test.go index 282e3fa9401d..cfc47a984345 100644 --- a/builtin/credential/github/path_login_test.go +++ b/builtin/credential/github/path_login_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package github diff --git a/builtin/credential/ldap/backend.go b/builtin/credential/ldap/backend.go index ec4a0f29bd63..2c9f5f4ff03d 100644 --- a/builtin/credential/ldap/backend.go +++ b/builtin/credential/ldap/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/builtin/credential/ldap/backend_test.go b/builtin/credential/ldap/backend_test.go index beda248e4b09..0e4a0d1a3153 100644 --- a/builtin/credential/ldap/backend_test.go +++ b/builtin/credential/ldap/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/builtin/credential/ldap/cli.go b/builtin/credential/ldap/cli.go index 772603434940..f7f4a63156d3 100644 --- a/builtin/credential/ldap/cli.go +++ b/builtin/credential/ldap/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/builtin/credential/ldap/cmd/ldap/main.go b/builtin/credential/ldap/cmd/ldap/main.go index 2dcb802e2092..8594cc527e76 100644 --- a/builtin/credential/ldap/cmd/ldap/main.go +++ b/builtin/credential/ldap/cmd/ldap/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/credential/ldap/path_config.go b/builtin/credential/ldap/path_config.go index a06c6666f885..f6e7a152dfa4 100644 --- a/builtin/credential/ldap/path_config.go +++ b/builtin/credential/ldap/path_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/builtin/credential/ldap/path_groups.go b/builtin/credential/ldap/path_groups.go index 08ac00d7fd2c..645b6428fd8e 100644 --- a/builtin/credential/ldap/path_groups.go +++ b/builtin/credential/ldap/path_groups.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/builtin/credential/ldap/path_login.go b/builtin/credential/ldap/path_login.go index 782b32e261e8..a1c28dea02b8 100644 --- a/builtin/credential/ldap/path_login.go +++ b/builtin/credential/ldap/path_login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/builtin/credential/ldap/path_users.go b/builtin/credential/ldap/path_users.go index 1ce252d1df55..55326f640862 100644 --- a/builtin/credential/ldap/path_users.go +++ b/builtin/credential/ldap/path_users.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/builtin/credential/okta/backend.go b/builtin/credential/okta/backend.go index 04dba968ab36..96507f7879c1 100644 --- a/builtin/credential/okta/backend.go +++ b/builtin/credential/okta/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package okta diff --git a/builtin/credential/okta/backend_test.go b/builtin/credential/okta/backend_test.go index 85642e802a49..b347524656a8 100644 --- a/builtin/credential/okta/backend_test.go +++ b/builtin/credential/okta/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package okta diff --git a/builtin/credential/okta/cli.go b/builtin/credential/okta/cli.go index df252960a2c2..faa7f86f2faa 100644 --- a/builtin/credential/okta/cli.go +++ b/builtin/credential/okta/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package okta diff --git a/builtin/credential/okta/cmd/okta/main.go b/builtin/credential/okta/cmd/okta/main.go index e28b34a016c8..2b6c3e9496d8 100644 --- a/builtin/credential/okta/cmd/okta/main.go +++ b/builtin/credential/okta/cmd/okta/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/credential/okta/path_config.go b/builtin/credential/okta/path_config.go index 045d4fdb3779..6bdb241b2d2e 100644 --- a/builtin/credential/okta/path_config.go +++ b/builtin/credential/okta/path_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package okta diff --git a/builtin/credential/okta/path_groups.go b/builtin/credential/okta/path_groups.go index 753c1cacdd51..9ae9826d309f 100644 --- a/builtin/credential/okta/path_groups.go +++ b/builtin/credential/okta/path_groups.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package okta diff --git a/builtin/credential/okta/path_groups_test.go b/builtin/credential/okta/path_groups_test.go index 8e4ba8cc2d5d..7ca8a9415101 100644 --- a/builtin/credential/okta/path_groups_test.go +++ b/builtin/credential/okta/path_groups_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package okta diff --git a/builtin/credential/okta/path_login.go b/builtin/credential/okta/path_login.go index 1f2cb090a76c..5b86545d20ed 100644 --- a/builtin/credential/okta/path_login.go +++ b/builtin/credential/okta/path_login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package okta diff --git a/builtin/credential/okta/path_users.go b/builtin/credential/okta/path_users.go index 3c38e855548b..d66a5ed463e3 100644 --- a/builtin/credential/okta/path_users.go +++ b/builtin/credential/okta/path_users.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package okta diff --git a/builtin/credential/radius/backend.go b/builtin/credential/radius/backend.go index 3ec37a6fe634..40e680ebcc27 100644 --- a/builtin/credential/radius/backend.go +++ b/builtin/credential/radius/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package radius diff --git a/builtin/credential/radius/backend_test.go b/builtin/credential/radius/backend_test.go index c88faf0d0261..c00e2dc26cbb 100644 --- a/builtin/credential/radius/backend_test.go +++ b/builtin/credential/radius/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package radius diff --git a/builtin/credential/radius/cmd/radius/main.go b/builtin/credential/radius/cmd/radius/main.go index b3045a31a1a7..9adc5bfc78d2 100644 --- a/builtin/credential/radius/cmd/radius/main.go +++ b/builtin/credential/radius/cmd/radius/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/credential/radius/path_config.go b/builtin/credential/radius/path_config.go index 6bdc2967361d..1ed33ede6c10 100644 --- a/builtin/credential/radius/path_config.go +++ b/builtin/credential/radius/path_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package radius diff --git a/builtin/credential/radius/path_login.go b/builtin/credential/radius/path_login.go index 6feaf1bfcaf4..995b6a8177a0 100644 --- a/builtin/credential/radius/path_login.go +++ b/builtin/credential/radius/path_login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package radius diff --git a/builtin/credential/radius/path_users.go b/builtin/credential/radius/path_users.go index 63ac5bbc2e87..21ebd262f0d7 100644 --- a/builtin/credential/radius/path_users.go +++ b/builtin/credential/radius/path_users.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package radius diff --git a/builtin/credential/token/cli.go b/builtin/credential/token/cli.go index 853d6eade7c4..f3ecd97058cb 100644 --- a/builtin/credential/token/cli.go +++ b/builtin/credential/token/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package token diff --git a/builtin/credential/userpass/backend.go b/builtin/credential/userpass/backend.go index 428e8b25ca76..e361f08ca48b 100644 --- a/builtin/credential/userpass/backend.go +++ b/builtin/credential/userpass/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package userpass diff --git a/builtin/credential/userpass/backend_test.go b/builtin/credential/userpass/backend_test.go index 3df8cfa2a9bb..7280667c8a7b 100644 --- a/builtin/credential/userpass/backend_test.go +++ b/builtin/credential/userpass/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package userpass diff --git a/builtin/credential/userpass/cli.go b/builtin/credential/userpass/cli.go index e100ae9f244e..ab1f138e7806 100644 --- a/builtin/credential/userpass/cli.go +++ b/builtin/credential/userpass/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package userpass diff --git a/builtin/credential/userpass/cmd/userpass/main.go b/builtin/credential/userpass/cmd/userpass/main.go index 4747a56f4409..d8dfed7f5e10 100644 --- a/builtin/credential/userpass/cmd/userpass/main.go +++ b/builtin/credential/userpass/cmd/userpass/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/credential/userpass/path_login.go b/builtin/credential/userpass/path_login.go index 0565864471e0..b53953ee837a 100644 --- a/builtin/credential/userpass/path_login.go +++ b/builtin/credential/userpass/path_login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package userpass diff --git a/builtin/credential/userpass/path_user_password.go b/builtin/credential/userpass/path_user_password.go index 63b52ca0ca1a..48b127507901 100644 --- a/builtin/credential/userpass/path_user_password.go +++ b/builtin/credential/userpass/path_user_password.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package userpass diff --git a/builtin/credential/userpass/path_user_policies.go b/builtin/credential/userpass/path_user_policies.go index 8c5a9174ae96..1dd9b9675de4 100644 --- a/builtin/credential/userpass/path_user_policies.go +++ b/builtin/credential/userpass/path_user_policies.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package userpass diff --git a/builtin/credential/userpass/path_users.go b/builtin/credential/userpass/path_users.go index 221fc2c4fcbf..66687f6b02a1 100644 --- a/builtin/credential/userpass/path_users.go +++ b/builtin/credential/userpass/path_users.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package userpass diff --git a/builtin/credential/userpass/stepwise_test.go b/builtin/credential/userpass/stepwise_test.go index ab797ed200c9..241d7707b73f 100644 --- a/builtin/credential/userpass/stepwise_test.go +++ b/builtin/credential/userpass/stepwise_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package userpass diff --git a/builtin/logical/aws/backend.go b/builtin/logical/aws/backend.go index d93c394f98fd..c6a4a2796a0f 100644 --- a/builtin/logical/aws/backend.go +++ b/builtin/logical/aws/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/backend_test.go b/builtin/logical/aws/backend_test.go index 260bcc6d645b..0a886edad7a3 100644 --- a/builtin/logical/aws/backend_test.go +++ b/builtin/logical/aws/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/client.go b/builtin/logical/aws/client.go index 71d24f3abb2e..33dc86c51781 100644 --- a/builtin/logical/aws/client.go +++ b/builtin/logical/aws/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/cmd/aws/main.go b/builtin/logical/aws/cmd/aws/main.go index 28de1eb3f8d9..62c7efe6cf3a 100644 --- a/builtin/logical/aws/cmd/aws/main.go +++ b/builtin/logical/aws/cmd/aws/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/logical/aws/iam_policies.go b/builtin/logical/aws/iam_policies.go index 002a7389eb16..9735a2af81a6 100644 --- a/builtin/logical/aws/iam_policies.go +++ b/builtin/logical/aws/iam_policies.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/iam_policies_test.go b/builtin/logical/aws/iam_policies_test.go index 7f8f96adb87c..15d0ab801649 100644 --- a/builtin/logical/aws/iam_policies_test.go +++ b/builtin/logical/aws/iam_policies_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/path_config_lease.go b/builtin/logical/aws/path_config_lease.go index 09e878a54d64..0e2ad43afe80 100644 --- a/builtin/logical/aws/path_config_lease.go +++ b/builtin/logical/aws/path_config_lease.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/path_config_root.go b/builtin/logical/aws/path_config_root.go index bd6c09e0e5e3..5b5e3f1ce6fa 100644 --- a/builtin/logical/aws/path_config_root.go +++ b/builtin/logical/aws/path_config_root.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/path_config_root_test.go b/builtin/logical/aws/path_config_root_test.go index a00706490417..3de47fcca3ab 100644 --- a/builtin/logical/aws/path_config_root_test.go +++ b/builtin/logical/aws/path_config_root_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/path_config_rotate_root.go b/builtin/logical/aws/path_config_rotate_root.go index 0434d22e54c8..72f9c82e4d0f 100644 --- a/builtin/logical/aws/path_config_rotate_root.go +++ b/builtin/logical/aws/path_config_rotate_root.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/path_roles.go b/builtin/logical/aws/path_roles.go index 67545e641434..5d3b8bd54321 100644 --- a/builtin/logical/aws/path_roles.go +++ b/builtin/logical/aws/path_roles.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/path_roles_test.go b/builtin/logical/aws/path_roles_test.go index c5bf167866cc..32d65da7bb81 100644 --- a/builtin/logical/aws/path_roles_test.go +++ b/builtin/logical/aws/path_roles_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/path_static_creds.go b/builtin/logical/aws/path_static_creds.go index 119f5d0b3deb..14fca7cd6de4 100644 --- a/builtin/logical/aws/path_static_creds.go +++ b/builtin/logical/aws/path_static_creds.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package aws import ( diff --git a/builtin/logical/aws/path_static_creds_test.go b/builtin/logical/aws/path_static_creds_test.go index c478e3f74358..e4ef5b2636c1 100644 --- a/builtin/logical/aws/path_static_creds_test.go +++ b/builtin/logical/aws/path_static_creds_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package aws import ( diff --git a/builtin/logical/aws/path_static_roles.go b/builtin/logical/aws/path_static_roles.go index b0aa3b02c771..52f1eaf3efba 100644 --- a/builtin/logical/aws/path_static_roles.go +++ b/builtin/logical/aws/path_static_roles.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package aws import ( diff --git a/builtin/logical/aws/path_static_roles_test.go b/builtin/logical/aws/path_static_roles_test.go index 205b42cd0097..f46981d6cee1 100644 --- a/builtin/logical/aws/path_static_roles_test.go +++ b/builtin/logical/aws/path_static_roles_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package aws import ( diff --git a/builtin/logical/aws/path_user.go b/builtin/logical/aws/path_user.go index f368365c6024..ad996180f4bd 100644 --- a/builtin/logical/aws/path_user.go +++ b/builtin/logical/aws/path_user.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/rollback.go b/builtin/logical/aws/rollback.go index 847ecd1c258b..6136db9baae6 100644 --- a/builtin/logical/aws/rollback.go +++ b/builtin/logical/aws/rollback.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/rotation.go b/builtin/logical/aws/rotation.go index 446143762465..44e057127e3b 100644 --- a/builtin/logical/aws/rotation.go +++ b/builtin/logical/aws/rotation.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package aws import ( diff --git a/builtin/logical/aws/rotation_test.go b/builtin/logical/aws/rotation_test.go index 8f672efc6919..3c1856e9665f 100644 --- a/builtin/logical/aws/rotation_test.go +++ b/builtin/logical/aws/rotation_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package aws import ( diff --git a/builtin/logical/aws/secret_access_keys.go b/builtin/logical/aws/secret_access_keys.go index 2f1ac442bcbf..d79f288b2c73 100644 --- a/builtin/logical/aws/secret_access_keys.go +++ b/builtin/logical/aws/secret_access_keys.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/secret_access_keys_test.go b/builtin/logical/aws/secret_access_keys_test.go index 890bb57b0912..8c6804d94641 100644 --- a/builtin/logical/aws/secret_access_keys_test.go +++ b/builtin/logical/aws/secret_access_keys_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/aws/stepwise_test.go b/builtin/logical/aws/stepwise_test.go index b6f1ffea81d5..4ff3920edd93 100644 --- a/builtin/logical/aws/stepwise_test.go +++ b/builtin/logical/aws/stepwise_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/builtin/logical/consul/backend.go b/builtin/logical/consul/backend.go index 5e42a5197ed0..52aeb3cbceec 100644 --- a/builtin/logical/consul/backend.go +++ b/builtin/logical/consul/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/builtin/logical/consul/backend_test.go b/builtin/logical/consul/backend_test.go index 68c3472bd234..aa377f26e084 100644 --- a/builtin/logical/consul/backend_test.go +++ b/builtin/logical/consul/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/builtin/logical/consul/client.go b/builtin/logical/consul/client.go index 1e30c660271c..8a98200af17c 100644 --- a/builtin/logical/consul/client.go +++ b/builtin/logical/consul/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/builtin/logical/consul/cmd/consul/main.go b/builtin/logical/consul/cmd/consul/main.go index f42a535b9587..6f0dfe45c3a5 100644 --- a/builtin/logical/consul/cmd/consul/main.go +++ b/builtin/logical/consul/cmd/consul/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/logical/consul/path_config.go b/builtin/logical/consul/path_config.go index 2f925d5b24e9..11da1f222c66 100644 --- a/builtin/logical/consul/path_config.go +++ b/builtin/logical/consul/path_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/builtin/logical/consul/path_roles.go b/builtin/logical/consul/path_roles.go index 3e8c059f53d5..1341544ea34f 100644 --- a/builtin/logical/consul/path_roles.go +++ b/builtin/logical/consul/path_roles.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/builtin/logical/consul/path_token.go b/builtin/logical/consul/path_token.go index 9c8dbd1d4457..6cddd1fddc7c 100644 --- a/builtin/logical/consul/path_token.go +++ b/builtin/logical/consul/path_token.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/builtin/logical/consul/path_token_test.go b/builtin/logical/consul/path_token_test.go index 77e7f29ab128..7f5ac3d2b687 100644 --- a/builtin/logical/consul/path_token_test.go +++ b/builtin/logical/consul/path_token_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/builtin/logical/consul/secret_token.go b/builtin/logical/consul/secret_token.go index 8c56e0a44810..f2219f0790b6 100644 --- a/builtin/logical/consul/secret_token.go +++ b/builtin/logical/consul/secret_token.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/builtin/logical/database/backend.go b/builtin/logical/database/backend.go index 94091e201947..d521986047c0 100644 --- a/builtin/logical/database/backend.go +++ b/builtin/logical/database/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/backend_test.go b/builtin/logical/database/backend_test.go index 574bcd01af62..e6428b79d7d8 100644 --- a/builtin/logical/database/backend_test.go +++ b/builtin/logical/database/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/credentials.go b/builtin/logical/database/credentials.go index c43c2648f03d..790dde05a35b 100644 --- a/builtin/logical/database/credentials.go +++ b/builtin/logical/database/credentials.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/credentials_test.go b/builtin/logical/database/credentials_test.go index 5e113e3b2310..7f2c4eb3dbb0 100644 --- a/builtin/logical/database/credentials_test.go +++ b/builtin/logical/database/credentials_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/dbplugin/plugin_test.go b/builtin/logical/database/dbplugin/plugin_test.go index 2b5f7a981ec3..43f4e2d14462 100644 --- a/builtin/logical/database/dbplugin/plugin_test.go +++ b/builtin/logical/database/dbplugin/plugin_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dbplugin_test diff --git a/builtin/logical/database/mocks_test.go b/builtin/logical/database/mocks_test.go index afb1bbc79f68..4182affd2016 100644 --- a/builtin/logical/database/mocks_test.go +++ b/builtin/logical/database/mocks_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/mockv4.go b/builtin/logical/database/mockv4.go index a85f307ec49d..f3a753511967 100644 --- a/builtin/logical/database/mockv4.go +++ b/builtin/logical/database/mockv4.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/mockv5.go b/builtin/logical/database/mockv5.go index fecccfed209f..d532fed4bdf8 100644 --- a/builtin/logical/database/mockv5.go +++ b/builtin/logical/database/mockv5.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/path_config_connection.go b/builtin/logical/database/path_config_connection.go index b869facef0de..8c5588af50b4 100644 --- a/builtin/logical/database/path_config_connection.go +++ b/builtin/logical/database/path_config_connection.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/path_config_connection_test.go b/builtin/logical/database/path_config_connection_test.go index 8cf06062890f..bfdccd7f37e8 100644 --- a/builtin/logical/database/path_config_connection_test.go +++ b/builtin/logical/database/path_config_connection_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/path_creds_create.go b/builtin/logical/database/path_creds_create.go index a0fe6a38456c..d3e95876b501 100644 --- a/builtin/logical/database/path_creds_create.go +++ b/builtin/logical/database/path_creds_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/path_roles.go b/builtin/logical/database/path_roles.go index ba4aa7f20e4b..31708415af6b 100644 --- a/builtin/logical/database/path_roles.go +++ b/builtin/logical/database/path_roles.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/path_roles_test.go b/builtin/logical/database/path_roles_test.go index dc2eddeb1a04..f012df753546 100644 --- a/builtin/logical/database/path_roles_test.go +++ b/builtin/logical/database/path_roles_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/path_rotate_credentials.go b/builtin/logical/database/path_rotate_credentials.go index 49081a3c3f40..72ce644b8926 100644 --- a/builtin/logical/database/path_rotate_credentials.go +++ b/builtin/logical/database/path_rotate_credentials.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/rollback.go b/builtin/logical/database/rollback.go index 22ce6168663e..6e1b1dc48400 100644 --- a/builtin/logical/database/rollback.go +++ b/builtin/logical/database/rollback.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/rollback_test.go b/builtin/logical/database/rollback_test.go index 8f36fe26a795..0d80c2a9cfd7 100644 --- a/builtin/logical/database/rollback_test.go +++ b/builtin/logical/database/rollback_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/rotation.go b/builtin/logical/database/rotation.go index b7e84d46123a..98d1fe733de2 100644 --- a/builtin/logical/database/rotation.go +++ b/builtin/logical/database/rotation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/rotation_test.go b/builtin/logical/database/rotation_test.go index e0cb96dd67cf..e3df945990d0 100644 --- a/builtin/logical/database/rotation_test.go +++ b/builtin/logical/database/rotation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/secret_creds.go b/builtin/logical/database/secret_creds.go index fefa452a5d35..e2130c1cf7da 100644 --- a/builtin/logical/database/secret_creds.go +++ b/builtin/logical/database/secret_creds.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/version_wrapper.go b/builtin/logical/database/version_wrapper.go index daab17964d3e..f5280307c953 100644 --- a/builtin/logical/database/version_wrapper.go +++ b/builtin/logical/database/version_wrapper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/version_wrapper_test.go b/builtin/logical/database/version_wrapper_test.go index 95a5f7b6fa95..47840385966e 100644 --- a/builtin/logical/database/version_wrapper_test.go +++ b/builtin/logical/database/version_wrapper_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/database/versioning_large_test.go b/builtin/logical/database/versioning_large_test.go index b39ddb7e1ce4..482e5f353383 100644 --- a/builtin/logical/database/versioning_large_test.go +++ b/builtin/logical/database/versioning_large_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package database diff --git a/builtin/logical/nomad/backend.go b/builtin/logical/nomad/backend.go index 0becdae776b1..4c7e149185e8 100644 --- a/builtin/logical/nomad/backend.go +++ b/builtin/logical/nomad/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/logical/nomad/backend_test.go b/builtin/logical/nomad/backend_test.go index dc575832c13e..9dc00cdfb4b9 100644 --- a/builtin/logical/nomad/backend_test.go +++ b/builtin/logical/nomad/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/logical/nomad/cmd/nomad/main.go b/builtin/logical/nomad/cmd/nomad/main.go index 10f45aabb483..493e1be2d5da 100644 --- a/builtin/logical/nomad/cmd/nomad/main.go +++ b/builtin/logical/nomad/cmd/nomad/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/logical/nomad/path_config_access.go b/builtin/logical/nomad/path_config_access.go index cbb214002438..cde6f97edb8a 100644 --- a/builtin/logical/nomad/path_config_access.go +++ b/builtin/logical/nomad/path_config_access.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/logical/nomad/path_config_lease.go b/builtin/logical/nomad/path_config_lease.go index 05c83ff938f8..2569a07ade01 100644 --- a/builtin/logical/nomad/path_config_lease.go +++ b/builtin/logical/nomad/path_config_lease.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/logical/nomad/path_creds_create.go b/builtin/logical/nomad/path_creds_create.go index 29f84d136908..9c25bed07dd7 100644 --- a/builtin/logical/nomad/path_creds_create.go +++ b/builtin/logical/nomad/path_creds_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/logical/nomad/path_roles.go b/builtin/logical/nomad/path_roles.go index e3cebefb5232..4732dec5b8a4 100644 --- a/builtin/logical/nomad/path_roles.go +++ b/builtin/logical/nomad/path_roles.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/logical/nomad/secret_token.go b/builtin/logical/nomad/secret_token.go index 3c6b920681d3..2eaf19be2795 100644 --- a/builtin/logical/nomad/secret_token.go +++ b/builtin/logical/nomad/secret_token.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nomad diff --git a/builtin/logical/pki/acme_authorizations.go b/builtin/logical/pki/acme_authorizations.go index 82d439d88a54..64548ffed99e 100644 --- a/builtin/logical/pki/acme_authorizations.go +++ b/builtin/logical/pki/acme_authorizations.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_billing.go b/builtin/logical/pki/acme_billing.go index 642e0f4fcdd3..6c66ad447cf0 100644 --- a/builtin/logical/pki/acme_billing.go +++ b/builtin/logical/pki/acme_billing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_billing_test.go b/builtin/logical/pki/acme_billing_test.go index 72a58184cdd1..b17a3492ed13 100644 --- a/builtin/logical/pki/acme_billing_test.go +++ b/builtin/logical/pki/acme_billing_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_challenge_engine.go b/builtin/logical/pki/acme_challenge_engine.go index 7dae884ca785..330a55b1ccd7 100644 --- a/builtin/logical/pki/acme_challenge_engine.go +++ b/builtin/logical/pki/acme_challenge_engine.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_challenges.go b/builtin/logical/pki/acme_challenges.go index 54441e0bc634..290c8ec78c7f 100644 --- a/builtin/logical/pki/acme_challenges.go +++ b/builtin/logical/pki/acme_challenges.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_challenges_test.go b/builtin/logical/pki/acme_challenges_test.go index ed5dfa4cb7fc..591486d69677 100644 --- a/builtin/logical/pki/acme_challenges_test.go +++ b/builtin/logical/pki/acme_challenges_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_eab_policy.go b/builtin/logical/pki/acme_eab_policy.go index 9a96f3af269e..43af5d330055 100644 --- a/builtin/logical/pki/acme_eab_policy.go +++ b/builtin/logical/pki/acme_eab_policy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_errors.go b/builtin/logical/pki/acme_errors.go index 5b73d9d215e0..85326948ca65 100644 --- a/builtin/logical/pki/acme_errors.go +++ b/builtin/logical/pki/acme_errors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_jws.go b/builtin/logical/pki/acme_jws.go index 3f6ba6d27187..cc096c55c250 100644 --- a/builtin/logical/pki/acme_jws.go +++ b/builtin/logical/pki/acme_jws.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_state.go b/builtin/logical/pki/acme_state.go index 8d714c050ff3..0faca9c5d28e 100644 --- a/builtin/logical/pki/acme_state.go +++ b/builtin/logical/pki/acme_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_state_test.go b/builtin/logical/pki/acme_state_test.go index 8d4f12127ab2..ed9586e834e2 100644 --- a/builtin/logical/pki/acme_state_test.go +++ b/builtin/logical/pki/acme_state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_wrappers.go b/builtin/logical/pki/acme_wrappers.go index 13ba1c3fd0e8..c85c5c5f9486 100644 --- a/builtin/logical/pki/acme_wrappers.go +++ b/builtin/logical/pki/acme_wrappers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/acme_wrappers_test.go b/builtin/logical/pki/acme_wrappers_test.go index 4182066495c4..f3fb5ef4da89 100644 --- a/builtin/logical/pki/acme_wrappers_test.go +++ b/builtin/logical/pki/acme_wrappers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/backend.go b/builtin/logical/pki/backend.go index 5d525a2ad332..b188d8388c4b 100644 --- a/builtin/logical/pki/backend.go +++ b/builtin/logical/pki/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/backend_test.go b/builtin/logical/pki/backend_test.go index f4e53d14e5cb..b2d2ec892601 100644 --- a/builtin/logical/pki/backend_test.go +++ b/builtin/logical/pki/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/ca_test.go b/builtin/logical/pki/ca_test.go index 7dbffef24774..4517604f8a0d 100644 --- a/builtin/logical/pki/ca_test.go +++ b/builtin/logical/pki/ca_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/ca_util.go b/builtin/logical/pki/ca_util.go index 85dc243e58bd..ae084c1c7774 100644 --- a/builtin/logical/pki/ca_util.go +++ b/builtin/logical/pki/ca_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/cert_util.go b/builtin/logical/pki/cert_util.go index e6f49f1a3e51..d518b90671f6 100644 --- a/builtin/logical/pki/cert_util.go +++ b/builtin/logical/pki/cert_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/cert_util_test.go b/builtin/logical/pki/cert_util_test.go index 7fb811cb8fcf..cd44c8211f37 100644 --- a/builtin/logical/pki/cert_util_test.go +++ b/builtin/logical/pki/cert_util_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/chain_test.go b/builtin/logical/pki/chain_test.go index e76df359e9ed..3aebbcb7f6e0 100644 --- a/builtin/logical/pki/chain_test.go +++ b/builtin/logical/pki/chain_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/chain_util.go b/builtin/logical/pki/chain_util.go index e884f075588e..8726aabc6e2f 100644 --- a/builtin/logical/pki/chain_util.go +++ b/builtin/logical/pki/chain_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/cmd/pki/main.go b/builtin/logical/pki/cmd/pki/main.go index 7c804be23713..49bbe146e750 100644 --- a/builtin/logical/pki/cmd/pki/main.go +++ b/builtin/logical/pki/cmd/pki/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/logical/pki/config_util.go b/builtin/logical/pki/config_util.go index 80814550c753..b2bde288cecf 100644 --- a/builtin/logical/pki/config_util.go +++ b/builtin/logical/pki/config_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/crl_test.go b/builtin/logical/pki/crl_test.go index ebcb9a63ab31..a18d4bcb42d6 100644 --- a/builtin/logical/pki/crl_test.go +++ b/builtin/logical/pki/crl_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/crl_util.go b/builtin/logical/pki/crl_util.go index d3ff0e3d9ca8..8db8d4d92481 100644 --- a/builtin/logical/pki/crl_util.go +++ b/builtin/logical/pki/crl_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/dnstest/server.go b/builtin/logical/pki/dnstest/server.go index 4b7189c32094..751c0ae873fd 100644 --- a/builtin/logical/pki/dnstest/server.go +++ b/builtin/logical/pki/dnstest/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dnstest diff --git a/builtin/logical/pki/fields.go b/builtin/logical/pki/fields.go index b29353985e21..e637ac27fa90 100644 --- a/builtin/logical/pki/fields.go +++ b/builtin/logical/pki/fields.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/integration_test.go b/builtin/logical/pki/integration_test.go index 1c0eb25d21e1..81720fa2fe5f 100644 --- a/builtin/logical/pki/integration_test.go +++ b/builtin/logical/pki/integration_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/key_util.go b/builtin/logical/pki/key_util.go index 5f2d19c65dad..9420ff7abb4f 100644 --- a/builtin/logical/pki/key_util.go +++ b/builtin/logical/pki/key_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/managed_key_util.go b/builtin/logical/pki/managed_key_util.go index 42e031deceb3..f4b595c8a7ff 100644 --- a/builtin/logical/pki/managed_key_util.go +++ b/builtin/logical/pki/managed_key_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !enterprise diff --git a/builtin/logical/pki/path_acme_account.go b/builtin/logical/pki/path_acme_account.go index 3782197e348d..9a1ade3d31fa 100644 --- a/builtin/logical/pki/path_acme_account.go +++ b/builtin/logical/pki/path_acme_account.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_acme_authorizations.go b/builtin/logical/pki/path_acme_authorizations.go index 9914491f619e..0b41fb45eb07 100644 --- a/builtin/logical/pki/path_acme_authorizations.go +++ b/builtin/logical/pki/path_acme_authorizations.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_acme_challenges.go b/builtin/logical/pki/path_acme_challenges.go index cded9d32a3c9..4c9ab54a66c3 100644 --- a/builtin/logical/pki/path_acme_challenges.go +++ b/builtin/logical/pki/path_acme_challenges.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_acme_directory.go b/builtin/logical/pki/path_acme_directory.go index e556b35db5bd..4524d2876d18 100644 --- a/builtin/logical/pki/path_acme_directory.go +++ b/builtin/logical/pki/path_acme_directory.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_acme_eab.go b/builtin/logical/pki/path_acme_eab.go index b50077c93fbf..65f851bfdd53 100644 --- a/builtin/logical/pki/path_acme_eab.go +++ b/builtin/logical/pki/path_acme_eab.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_acme_nonce.go b/builtin/logical/pki/path_acme_nonce.go index e973039a2226..9ce9270f98f1 100644 --- a/builtin/logical/pki/path_acme_nonce.go +++ b/builtin/logical/pki/path_acme_nonce.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_acme_order.go b/builtin/logical/pki/path_acme_order.go index b4a646094a25..d9d8e4d74e2e 100644 --- a/builtin/logical/pki/path_acme_order.go +++ b/builtin/logical/pki/path_acme_order.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_acme_order_test.go b/builtin/logical/pki/path_acme_order_test.go index 5340bbd31cac..e6653ef25672 100644 --- a/builtin/logical/pki/path_acme_order_test.go +++ b/builtin/logical/pki/path_acme_order_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_acme_revoke.go b/builtin/logical/pki/path_acme_revoke.go index fe81eb2a3705..fa4f4168e075 100644 --- a/builtin/logical/pki/path_acme_revoke.go +++ b/builtin/logical/pki/path_acme_revoke.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_acme_test.go b/builtin/logical/pki/path_acme_test.go index 5a7b470e34af..a0663ad00bfc 100644 --- a/builtin/logical/pki/path_acme_test.go +++ b/builtin/logical/pki/path_acme_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_config_acme.go b/builtin/logical/pki/path_config_acme.go index c3fa53920a39..f1db3719dcdb 100644 --- a/builtin/logical/pki/path_config_acme.go +++ b/builtin/logical/pki/path_config_acme.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_config_acme_test.go b/builtin/logical/pki/path_config_acme_test.go index a044cc5cab1f..0137e2eacd28 100644 --- a/builtin/logical/pki/path_config_acme_test.go +++ b/builtin/logical/pki/path_config_acme_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_config_ca.go b/builtin/logical/pki/path_config_ca.go index e77386f4b187..6f72185a4b63 100644 --- a/builtin/logical/pki/path_config_ca.go +++ b/builtin/logical/pki/path_config_ca.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_config_cluster.go b/builtin/logical/pki/path_config_cluster.go index 4bdfb820576a..a97769831b1f 100644 --- a/builtin/logical/pki/path_config_cluster.go +++ b/builtin/logical/pki/path_config_cluster.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_config_crl.go b/builtin/logical/pki/path_config_crl.go index c06da8746e0d..334c17d83e0b 100644 --- a/builtin/logical/pki/path_config_crl.go +++ b/builtin/logical/pki/path_config_crl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_config_urls.go b/builtin/logical/pki/path_config_urls.go index 341f3db63557..4b232e02f6a9 100644 --- a/builtin/logical/pki/path_config_urls.go +++ b/builtin/logical/pki/path_config_urls.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_fetch.go b/builtin/logical/pki/path_fetch.go index b255cee51d38..e5f2c8e0923f 100644 --- a/builtin/logical/pki/path_fetch.go +++ b/builtin/logical/pki/path_fetch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_fetch_issuers.go b/builtin/logical/pki/path_fetch_issuers.go index 5c7f841917cd..e57fd781fab6 100644 --- a/builtin/logical/pki/path_fetch_issuers.go +++ b/builtin/logical/pki/path_fetch_issuers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_fetch_keys.go b/builtin/logical/pki/path_fetch_keys.go index 23b3bf58dcb2..886470b3e2d7 100644 --- a/builtin/logical/pki/path_fetch_keys.go +++ b/builtin/logical/pki/path_fetch_keys.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_intermediate.go b/builtin/logical/pki/path_intermediate.go index 1a685630e63b..26ee0da9ba7d 100644 --- a/builtin/logical/pki/path_intermediate.go +++ b/builtin/logical/pki/path_intermediate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_issue_sign.go b/builtin/logical/pki/path_issue_sign.go index 98336055840d..94dad674ae50 100644 --- a/builtin/logical/pki/path_issue_sign.go +++ b/builtin/logical/pki/path_issue_sign.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_manage_issuers.go b/builtin/logical/pki/path_manage_issuers.go index 2b6e108695cf..3582fb8cca94 100644 --- a/builtin/logical/pki/path_manage_issuers.go +++ b/builtin/logical/pki/path_manage_issuers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_manage_keys.go b/builtin/logical/pki/path_manage_keys.go index 3c10c32903d3..63e8ac668a58 100644 --- a/builtin/logical/pki/path_manage_keys.go +++ b/builtin/logical/pki/path_manage_keys.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_manage_keys_test.go b/builtin/logical/pki/path_manage_keys_test.go index 3c5708a8bb04..68d31ef862f2 100644 --- a/builtin/logical/pki/path_manage_keys_test.go +++ b/builtin/logical/pki/path_manage_keys_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_ocsp.go b/builtin/logical/pki/path_ocsp.go index 1c90ce4861fd..6dac24d5cd7f 100644 --- a/builtin/logical/pki/path_ocsp.go +++ b/builtin/logical/pki/path_ocsp.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_ocsp_test.go b/builtin/logical/pki/path_ocsp_test.go index a3d214041e39..20f706fa42f8 100644 --- a/builtin/logical/pki/path_ocsp_test.go +++ b/builtin/logical/pki/path_ocsp_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_resign_crls.go b/builtin/logical/pki/path_resign_crls.go index a82f94f32fbc..6113010dc8c5 100644 --- a/builtin/logical/pki/path_resign_crls.go +++ b/builtin/logical/pki/path_resign_crls.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_resign_crls_test.go b/builtin/logical/pki/path_resign_crls_test.go index f1ee1152c041..d586a23539e9 100644 --- a/builtin/logical/pki/path_resign_crls_test.go +++ b/builtin/logical/pki/path_resign_crls_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_revoke.go b/builtin/logical/pki/path_revoke.go index 2decd50cff05..ec370bdb97d6 100644 --- a/builtin/logical/pki/path_revoke.go +++ b/builtin/logical/pki/path_revoke.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_roles.go b/builtin/logical/pki/path_roles.go index 5b7d37e998a6..53d2edfe4b51 100644 --- a/builtin/logical/pki/path_roles.go +++ b/builtin/logical/pki/path_roles.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_roles_test.go b/builtin/logical/pki/path_roles_test.go index 98f5e277bbaf..544cafcc782d 100644 --- a/builtin/logical/pki/path_roles_test.go +++ b/builtin/logical/pki/path_roles_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_root.go b/builtin/logical/pki/path_root.go index fc5476bef05f..6e53412dcc50 100644 --- a/builtin/logical/pki/path_root.go +++ b/builtin/logical/pki/path_root.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_sign_issuers.go b/builtin/logical/pki/path_sign_issuers.go index 0b6b8334e418..9a47c2484c05 100644 --- a/builtin/logical/pki/path_sign_issuers.go +++ b/builtin/logical/pki/path_sign_issuers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_tidy.go b/builtin/logical/pki/path_tidy.go index 9064063265d3..dc066571e018 100644 --- a/builtin/logical/pki/path_tidy.go +++ b/builtin/logical/pki/path_tidy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/path_tidy_test.go b/builtin/logical/pki/path_tidy_test.go index 0f6c4dc9e4b8..1eb00c7f5bdb 100644 --- a/builtin/logical/pki/path_tidy_test.go +++ b/builtin/logical/pki/path_tidy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/periodic.go b/builtin/logical/pki/periodic.go index 77ff31212ef9..d1d216a7ee03 100644 --- a/builtin/logical/pki/periodic.go +++ b/builtin/logical/pki/periodic.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/secret_certs.go b/builtin/logical/pki/secret_certs.go index 11ebcd2ac7cb..da320d4c2708 100644 --- a/builtin/logical/pki/secret_certs.go +++ b/builtin/logical/pki/secret_certs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/storage.go b/builtin/logical/pki/storage.go index e329a2bcd6ee..c6eab993a96c 100644 --- a/builtin/logical/pki/storage.go +++ b/builtin/logical/pki/storage.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/storage_migrations.go b/builtin/logical/pki/storage_migrations.go index b89bb0e64bc9..c802e9440296 100644 --- a/builtin/logical/pki/storage_migrations.go +++ b/builtin/logical/pki/storage_migrations.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/storage_migrations_test.go b/builtin/logical/pki/storage_migrations_test.go index ef704476e832..e490bd75d116 100644 --- a/builtin/logical/pki/storage_migrations_test.go +++ b/builtin/logical/pki/storage_migrations_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/storage_test.go b/builtin/logical/pki/storage_test.go index 625c046d00c8..3955e47043e2 100644 --- a/builtin/logical/pki/storage_test.go +++ b/builtin/logical/pki/storage_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/storage_unified.go b/builtin/logical/pki/storage_unified.go index 28c656bb8bb6..d7f3b925ebb4 100644 --- a/builtin/logical/pki/storage_unified.go +++ b/builtin/logical/pki/storage_unified.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/test_helpers.go b/builtin/logical/pki/test_helpers.go index b2286e7b1fcd..1cdc98795e71 100644 --- a/builtin/logical/pki/test_helpers.go +++ b/builtin/logical/pki/test_helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pki/util.go b/builtin/logical/pki/util.go index d90e055e6cbc..089576ac24a2 100644 --- a/builtin/logical/pki/util.go +++ b/builtin/logical/pki/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pki diff --git a/builtin/logical/pkiext/nginx_test.go b/builtin/logical/pkiext/nginx_test.go index 1532f3e81f6c..e7d3ab42ed7e 100644 --- a/builtin/logical/pkiext/nginx_test.go +++ b/builtin/logical/pkiext/nginx_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pkiext diff --git a/builtin/logical/pkiext/pkiext_binary/acme_test.go b/builtin/logical/pkiext/pkiext_binary/acme_test.go index 22488ef44b11..e1a1d9a18942 100644 --- a/builtin/logical/pkiext/pkiext_binary/acme_test.go +++ b/builtin/logical/pkiext/pkiext_binary/acme_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pkiext_binary diff --git a/builtin/logical/pkiext/pkiext_binary/pki_cluster.go b/builtin/logical/pkiext/pkiext_binary/pki_cluster.go index 9f6a19f7bd36..4462f5103879 100644 --- a/builtin/logical/pkiext/pkiext_binary/pki_cluster.go +++ b/builtin/logical/pkiext/pkiext_binary/pki_cluster.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pkiext_binary diff --git a/builtin/logical/pkiext/pkiext_binary/pki_mount.go b/builtin/logical/pkiext/pkiext_binary/pki_mount.go index 770b7ac356db..15ce16b2a3c4 100644 --- a/builtin/logical/pkiext/pkiext_binary/pki_mount.go +++ b/builtin/logical/pkiext/pkiext_binary/pki_mount.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pkiext_binary diff --git a/builtin/logical/pkiext/test_helpers.go b/builtin/logical/pkiext/test_helpers.go index 38bbdfe112b5..7f6abe36c10b 100644 --- a/builtin/logical/pkiext/test_helpers.go +++ b/builtin/logical/pkiext/test_helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pkiext diff --git a/builtin/logical/pkiext/zlint_test.go b/builtin/logical/pkiext/zlint_test.go index 2f2015260582..206d23cb03a5 100644 --- a/builtin/logical/pkiext/zlint_test.go +++ b/builtin/logical/pkiext/zlint_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pkiext diff --git a/builtin/logical/rabbitmq/backend.go b/builtin/logical/rabbitmq/backend.go index 20ad1afd18f1..e6a093d54264 100644 --- a/builtin/logical/rabbitmq/backend.go +++ b/builtin/logical/rabbitmq/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/rabbitmq/backend_test.go b/builtin/logical/rabbitmq/backend_test.go index 61b18dac9d1c..21510b2f9881 100644 --- a/builtin/logical/rabbitmq/backend_test.go +++ b/builtin/logical/rabbitmq/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/rabbitmq/cmd/rabbitmq/main.go b/builtin/logical/rabbitmq/cmd/rabbitmq/main.go index 2cb62daca51a..942db13dc141 100644 --- a/builtin/logical/rabbitmq/cmd/rabbitmq/main.go +++ b/builtin/logical/rabbitmq/cmd/rabbitmq/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/logical/rabbitmq/passwords.go b/builtin/logical/rabbitmq/passwords.go index 8ba08a0afa4b..ee6b9d02fcac 100644 --- a/builtin/logical/rabbitmq/passwords.go +++ b/builtin/logical/rabbitmq/passwords.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/rabbitmq/path_config_connection.go b/builtin/logical/rabbitmq/path_config_connection.go index 897945512338..d586ffc035a7 100644 --- a/builtin/logical/rabbitmq/path_config_connection.go +++ b/builtin/logical/rabbitmq/path_config_connection.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/rabbitmq/path_config_connection_test.go b/builtin/logical/rabbitmq/path_config_connection_test.go index 55e6b2cd042c..8e7de881c07a 100644 --- a/builtin/logical/rabbitmq/path_config_connection_test.go +++ b/builtin/logical/rabbitmq/path_config_connection_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/rabbitmq/path_config_lease.go b/builtin/logical/rabbitmq/path_config_lease.go index 9436f3f4924f..cf82a2024cc1 100644 --- a/builtin/logical/rabbitmq/path_config_lease.go +++ b/builtin/logical/rabbitmq/path_config_lease.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/rabbitmq/path_config_lease_test.go b/builtin/logical/rabbitmq/path_config_lease_test.go index 9e565c56f69b..542a5d284e79 100644 --- a/builtin/logical/rabbitmq/path_config_lease_test.go +++ b/builtin/logical/rabbitmq/path_config_lease_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/rabbitmq/path_role_create.go b/builtin/logical/rabbitmq/path_role_create.go index fd3f256ffbfc..956a01672086 100644 --- a/builtin/logical/rabbitmq/path_role_create.go +++ b/builtin/logical/rabbitmq/path_role_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/rabbitmq/path_role_create_test.go b/builtin/logical/rabbitmq/path_role_create_test.go index ecb974687251..0f2591caf7dc 100644 --- a/builtin/logical/rabbitmq/path_role_create_test.go +++ b/builtin/logical/rabbitmq/path_role_create_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/rabbitmq/path_roles.go b/builtin/logical/rabbitmq/path_roles.go index 98c2f3d1f487..9164d5780b68 100644 --- a/builtin/logical/rabbitmq/path_roles.go +++ b/builtin/logical/rabbitmq/path_roles.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/rabbitmq/secret_creds.go b/builtin/logical/rabbitmq/secret_creds.go index 2d0cce30858b..eaaf2afd0a62 100644 --- a/builtin/logical/rabbitmq/secret_creds.go +++ b/builtin/logical/rabbitmq/secret_creds.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rabbitmq diff --git a/builtin/logical/ssh/backend.go b/builtin/logical/ssh/backend.go index 0606b3eae56f..f750e79fac56 100644 --- a/builtin/logical/ssh/backend.go +++ b/builtin/logical/ssh/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/backend_test.go b/builtin/logical/ssh/backend_test.go index 02224e0ef625..3d5bcaa7e41c 100644 --- a/builtin/logical/ssh/backend_test.go +++ b/builtin/logical/ssh/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/cmd/ssh/main.go b/builtin/logical/ssh/cmd/ssh/main.go index a9cf8b269696..4a2163d99b68 100644 --- a/builtin/logical/ssh/cmd/ssh/main.go +++ b/builtin/logical/ssh/cmd/ssh/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/logical/ssh/path_cleanup_dynamic_host_keys.go b/builtin/logical/ssh/path_cleanup_dynamic_host_keys.go index 5ae2afc8e88d..7d028def309a 100644 --- a/builtin/logical/ssh/path_cleanup_dynamic_host_keys.go +++ b/builtin/logical/ssh/path_cleanup_dynamic_host_keys.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_config_ca.go b/builtin/logical/ssh/path_config_ca.go index 3fa890c29358..f33c98d8a3c6 100644 --- a/builtin/logical/ssh/path_config_ca.go +++ b/builtin/logical/ssh/path_config_ca.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_config_ca_test.go b/builtin/logical/ssh/path_config_ca_test.go index 4c33fc80892d..a096073c6963 100644 --- a/builtin/logical/ssh/path_config_ca_test.go +++ b/builtin/logical/ssh/path_config_ca_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_config_zeroaddress.go b/builtin/logical/ssh/path_config_zeroaddress.go index 773e9b36fbe0..2d463ab1bde3 100644 --- a/builtin/logical/ssh/path_config_zeroaddress.go +++ b/builtin/logical/ssh/path_config_zeroaddress.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_creds_create.go b/builtin/logical/ssh/path_creds_create.go index b95c1f3752e1..781ce056f9dc 100644 --- a/builtin/logical/ssh/path_creds_create.go +++ b/builtin/logical/ssh/path_creds_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_fetch.go b/builtin/logical/ssh/path_fetch.go index 3a1fa5f297d4..da5935bbd44c 100644 --- a/builtin/logical/ssh/path_fetch.go +++ b/builtin/logical/ssh/path_fetch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_issue.go b/builtin/logical/ssh/path_issue.go index b50e03ed7771..422f6621ee0b 100644 --- a/builtin/logical/ssh/path_issue.go +++ b/builtin/logical/ssh/path_issue.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_issue_sign.go b/builtin/logical/ssh/path_issue_sign.go index c4e68e4721f0..91fca5a40855 100644 --- a/builtin/logical/ssh/path_issue_sign.go +++ b/builtin/logical/ssh/path_issue_sign.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_lookup.go b/builtin/logical/ssh/path_lookup.go index 8ea0b53ac127..f3a6b58ecc3e 100644 --- a/builtin/logical/ssh/path_lookup.go +++ b/builtin/logical/ssh/path_lookup.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_roles.go b/builtin/logical/ssh/path_roles.go index b16c1d762cde..5e1a00194a95 100644 --- a/builtin/logical/ssh/path_roles.go +++ b/builtin/logical/ssh/path_roles.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_sign.go b/builtin/logical/ssh/path_sign.go index 36971ebf4933..20bd2259a34d 100644 --- a/builtin/logical/ssh/path_sign.go +++ b/builtin/logical/ssh/path_sign.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/path_verify.go b/builtin/logical/ssh/path_verify.go index 906272281e56..323fecd02791 100644 --- a/builtin/logical/ssh/path_verify.go +++ b/builtin/logical/ssh/path_verify.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/secret_otp.go b/builtin/logical/ssh/secret_otp.go index a70cf601cfe5..522c60e2dfdb 100644 --- a/builtin/logical/ssh/secret_otp.go +++ b/builtin/logical/ssh/secret_otp.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/ssh/util.go b/builtin/logical/ssh/util.go index b88675067907..89980ada0132 100644 --- a/builtin/logical/ssh/util.go +++ b/builtin/logical/ssh/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/builtin/logical/totp/backend.go b/builtin/logical/totp/backend.go index 5f0cb52c5175..08cbe385a01d 100644 --- a/builtin/logical/totp/backend.go +++ b/builtin/logical/totp/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package totp diff --git a/builtin/logical/totp/backend_test.go b/builtin/logical/totp/backend_test.go index 12600427f27f..1d3ba4d4f9ca 100644 --- a/builtin/logical/totp/backend_test.go +++ b/builtin/logical/totp/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package totp diff --git a/builtin/logical/totp/cmd/totp/main.go b/builtin/logical/totp/cmd/totp/main.go index 9a2a49bd2755..c051e133a4c6 100644 --- a/builtin/logical/totp/cmd/totp/main.go +++ b/builtin/logical/totp/cmd/totp/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/logical/totp/path_code.go b/builtin/logical/totp/path_code.go index c792a2905ef0..7e7278c10f87 100644 --- a/builtin/logical/totp/path_code.go +++ b/builtin/logical/totp/path_code.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package totp diff --git a/builtin/logical/totp/path_keys.go b/builtin/logical/totp/path_keys.go index 05e8e5aecf5b..049ddddad3e5 100644 --- a/builtin/logical/totp/path_keys.go +++ b/builtin/logical/totp/path_keys.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package totp diff --git a/builtin/logical/transit/backend.go b/builtin/logical/transit/backend.go index 4b4d4a27a168..15dbdc63f1b4 100644 --- a/builtin/logical/transit/backend.go +++ b/builtin/logical/transit/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/backend_test.go b/builtin/logical/transit/backend_test.go index 2ee9e9b6baf1..b7d5cc8b4bf7 100644 --- a/builtin/logical/transit/backend_test.go +++ b/builtin/logical/transit/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/cmd/transit/main.go b/builtin/logical/transit/cmd/transit/main.go index 7e2ae8777bdc..701f7f00e763 100644 --- a/builtin/logical/transit/cmd/transit/main.go +++ b/builtin/logical/transit/cmd/transit/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/builtin/logical/transit/managed_key_util.go b/builtin/logical/transit/managed_key_util.go index c4dc1e9fe0d3..ccc1c324f2ec 100644 --- a/builtin/logical/transit/managed_key_util.go +++ b/builtin/logical/transit/managed_key_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !enterprise diff --git a/builtin/logical/transit/path_backup.go b/builtin/logical/transit/path_backup.go index 93833423387d..019a28408e67 100644 --- a/builtin/logical/transit/path_backup.go +++ b/builtin/logical/transit/path_backup.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_backup_test.go b/builtin/logical/transit/path_backup_test.go index 3627d6b702a7..05d7a10f600b 100644 --- a/builtin/logical/transit/path_backup_test.go +++ b/builtin/logical/transit/path_backup_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_byok.go b/builtin/logical/transit/path_byok.go index 40f7cac1a472..4826203352cc 100644 --- a/builtin/logical/transit/path_byok.go +++ b/builtin/logical/transit/path_byok.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_byok_test.go b/builtin/logical/transit/path_byok_test.go index a05a719ea4f2..44dbafa18be8 100644 --- a/builtin/logical/transit/path_byok_test.go +++ b/builtin/logical/transit/path_byok_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_cache_config.go b/builtin/logical/transit/path_cache_config.go index f8f0cea551ee..6c4ddfefd501 100644 --- a/builtin/logical/transit/path_cache_config.go +++ b/builtin/logical/transit/path_cache_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_cache_config_test.go b/builtin/logical/transit/path_cache_config_test.go index f5c8316d8789..0141f6a32def 100644 --- a/builtin/logical/transit/path_cache_config_test.go +++ b/builtin/logical/transit/path_cache_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_config_keys.go b/builtin/logical/transit/path_config_keys.go index bbf2cc4c07a8..45c38ac49f83 100644 --- a/builtin/logical/transit/path_config_keys.go +++ b/builtin/logical/transit/path_config_keys.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_config_keys_test.go b/builtin/logical/transit/path_config_keys_test.go index dde7c58a0a94..d5aa12b9cfdf 100644 --- a/builtin/logical/transit/path_config_keys_test.go +++ b/builtin/logical/transit/path_config_keys_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_datakey.go b/builtin/logical/transit/path_datakey.go index ddb5c7612de3..53aff54690bb 100644 --- a/builtin/logical/transit/path_datakey.go +++ b/builtin/logical/transit/path_datakey.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_decrypt.go b/builtin/logical/transit/path_decrypt.go index 116732b7f457..72c055bb67f6 100644 --- a/builtin/logical/transit/path_decrypt.go +++ b/builtin/logical/transit/path_decrypt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_decrypt_bench_test.go b/builtin/logical/transit/path_decrypt_bench_test.go index c4dc72837ab6..d0816fdb6444 100644 --- a/builtin/logical/transit/path_decrypt_bench_test.go +++ b/builtin/logical/transit/path_decrypt_bench_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_decrypt_test.go b/builtin/logical/transit/path_decrypt_test.go index e69402c7d514..a61d85ddc2aa 100644 --- a/builtin/logical/transit/path_decrypt_test.go +++ b/builtin/logical/transit/path_decrypt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_encrypt.go b/builtin/logical/transit/path_encrypt.go index f7bdf9c68f50..0b6c98e3aa63 100644 --- a/builtin/logical/transit/path_encrypt.go +++ b/builtin/logical/transit/path_encrypt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_encrypt_bench_test.go b/builtin/logical/transit/path_encrypt_bench_test.go index 8aef39dd4b72..a57c90fa7d63 100644 --- a/builtin/logical/transit/path_encrypt_bench_test.go +++ b/builtin/logical/transit/path_encrypt_bench_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_encrypt_test.go b/builtin/logical/transit/path_encrypt_test.go index c0e0f9c01c06..4f5088e8e669 100644 --- a/builtin/logical/transit/path_encrypt_test.go +++ b/builtin/logical/transit/path_encrypt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_export.go b/builtin/logical/transit/path_export.go index 6cfd7d0ed2c3..a694b30fa72d 100644 --- a/builtin/logical/transit/path_export.go +++ b/builtin/logical/transit/path_export.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_hash.go b/builtin/logical/transit/path_hash.go index ecf619a52e44..dfebe7e6a3c0 100644 --- a/builtin/logical/transit/path_hash.go +++ b/builtin/logical/transit/path_hash.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_hash_test.go b/builtin/logical/transit/path_hash_test.go index 084012dd4baf..9ded6721a8d5 100644 --- a/builtin/logical/transit/path_hash_test.go +++ b/builtin/logical/transit/path_hash_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_hmac.go b/builtin/logical/transit/path_hmac.go index 704a1b866cff..b589122550f7 100644 --- a/builtin/logical/transit/path_hmac.go +++ b/builtin/logical/transit/path_hmac.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_hmac_test.go b/builtin/logical/transit/path_hmac_test.go index af98dd2ca081..4fa0fbce318c 100644 --- a/builtin/logical/transit/path_hmac_test.go +++ b/builtin/logical/transit/path_hmac_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_import.go b/builtin/logical/transit/path_import.go index 45cb4dd108f2..355c4e7b83fe 100644 --- a/builtin/logical/transit/path_import.go +++ b/builtin/logical/transit/path_import.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_import_test.go b/builtin/logical/transit/path_import_test.go index cb59e8de27d7..ab471f0ff38b 100644 --- a/builtin/logical/transit/path_import_test.go +++ b/builtin/logical/transit/path_import_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_keys.go b/builtin/logical/transit/path_keys.go index 89334a6f8f3f..2ed2b433f956 100644 --- a/builtin/logical/transit/path_keys.go +++ b/builtin/logical/transit/path_keys.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_keys_config.go b/builtin/logical/transit/path_keys_config.go index 7b8516172c2f..ed91d236dc92 100644 --- a/builtin/logical/transit/path_keys_config.go +++ b/builtin/logical/transit/path_keys_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_keys_config_test.go b/builtin/logical/transit/path_keys_config_test.go index 335607c3b0e1..98bcbe448539 100644 --- a/builtin/logical/transit/path_keys_config_test.go +++ b/builtin/logical/transit/path_keys_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_keys_test.go b/builtin/logical/transit/path_keys_test.go index 4b3303988eed..3a0abfeb0bb3 100644 --- a/builtin/logical/transit/path_keys_test.go +++ b/builtin/logical/transit/path_keys_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit_test diff --git a/builtin/logical/transit/path_random.go b/builtin/logical/transit/path_random.go index 3fc5abef286c..6e057a975fd8 100644 --- a/builtin/logical/transit/path_random.go +++ b/builtin/logical/transit/path_random.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_random_test.go b/builtin/logical/transit/path_random_test.go index 35782ec3eadc..a58820b987b3 100644 --- a/builtin/logical/transit/path_random_test.go +++ b/builtin/logical/transit/path_random_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_restore.go b/builtin/logical/transit/path_restore.go index 4df9d69226ed..1b3b34599909 100644 --- a/builtin/logical/transit/path_restore.go +++ b/builtin/logical/transit/path_restore.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_restore_test.go b/builtin/logical/transit/path_restore_test.go index 3dcc552d98b8..1cd0dcd61eb4 100644 --- a/builtin/logical/transit/path_restore_test.go +++ b/builtin/logical/transit/path_restore_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_rewrap.go b/builtin/logical/transit/path_rewrap.go index ced28d3cfc95..15a213748c4b 100644 --- a/builtin/logical/transit/path_rewrap.go +++ b/builtin/logical/transit/path_rewrap.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_rewrap_test.go b/builtin/logical/transit/path_rewrap_test.go index 097626c1c28a..55f28874656e 100644 --- a/builtin/logical/transit/path_rewrap_test.go +++ b/builtin/logical/transit/path_rewrap_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_rotate.go b/builtin/logical/transit/path_rotate.go index 0035dcfbb976..c024aede4bc0 100644 --- a/builtin/logical/transit/path_rotate.go +++ b/builtin/logical/transit/path_rotate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_sign_verify.go b/builtin/logical/transit/path_sign_verify.go index dd48c3c69b0f..8e80723d10c9 100644 --- a/builtin/logical/transit/path_sign_verify.go +++ b/builtin/logical/transit/path_sign_verify.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_sign_verify_test.go b/builtin/logical/transit/path_sign_verify_test.go index 63aef9c80b6f..a7abf6be45ba 100644 --- a/builtin/logical/transit/path_sign_verify_test.go +++ b/builtin/logical/transit/path_sign_verify_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_trim.go b/builtin/logical/transit/path_trim.go index 71f4181db859..3f0a4df0ad24 100644 --- a/builtin/logical/transit/path_trim.go +++ b/builtin/logical/transit/path_trim.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_trim_test.go b/builtin/logical/transit/path_trim_test.go index b63d644cba8c..448d0fba34b0 100644 --- a/builtin/logical/transit/path_trim_test.go +++ b/builtin/logical/transit/path_trim_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_wrapping_key.go b/builtin/logical/transit/path_wrapping_key.go index f27a32ade504..42ccb888a245 100644 --- a/builtin/logical/transit/path_wrapping_key.go +++ b/builtin/logical/transit/path_wrapping_key.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/path_wrapping_key_test.go b/builtin/logical/transit/path_wrapping_key_test.go index 468c3f4de7ee..9ed58e45c284 100644 --- a/builtin/logical/transit/path_wrapping_key_test.go +++ b/builtin/logical/transit/path_wrapping_key_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/logical/transit/stepwise_test.go b/builtin/logical/transit/stepwise_test.go index 2b40cea21322..77cf093b991a 100644 --- a/builtin/logical/transit/stepwise_test.go +++ b/builtin/logical/transit/stepwise_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transit diff --git a/builtin/plugin/backend.go b/builtin/plugin/backend.go index 04606bcbd288..4ab5c593df68 100644 --- a/builtin/plugin/backend.go +++ b/builtin/plugin/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/builtin/plugin/backend_lazyLoad_test.go b/builtin/plugin/backend_lazyLoad_test.go index b2f6303ba6ac..094047c03f1c 100644 --- a/builtin/plugin/backend_lazyLoad_test.go +++ b/builtin/plugin/backend_lazyLoad_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/builtin/plugin/backend_test.go b/builtin/plugin/backend_test.go index 28dd1e348331..2d06c2b31831 100644 --- a/builtin/plugin/backend_test.go +++ b/builtin/plugin/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin_test diff --git a/builtin/plugin/mock_plugin_test.go b/builtin/plugin/mock_plugin_test.go index 9279c828f1da..6c189a846a89 100644 --- a/builtin/plugin/mock_plugin_test.go +++ b/builtin/plugin/mock_plugin_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/builtin/plugin/v5/backend.go b/builtin/plugin/v5/backend.go index eac311b4ad60..e9ed038abe56 100644 --- a/builtin/plugin/v5/backend.go +++ b/builtin/plugin/v5/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/command/agent.go b/command/agent.go index dff9f398636e..5be5ad327a6a 100644 --- a/command/agent.go +++ b/command/agent.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/agent/alicloud_end_to_end_test.go b/command/agent/alicloud_end_to_end_test.go index 0f5cdfbe4ecb..31555fd57b72 100644 --- a/command/agent/alicloud_end_to_end_test.go +++ b/command/agent/alicloud_end_to_end_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent/approle_end_to_end_test.go b/command/agent/approle_end_to_end_test.go index 515a13ec52f8..aca68de9ce60 100644 --- a/command/agent/approle_end_to_end_test.go +++ b/command/agent/approle_end_to_end_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent/auto_auth_preload_token_end_to_end_test.go b/command/agent/auto_auth_preload_token_end_to_end_test.go index 004e817dac12..5630d9cb9885 100644 --- a/command/agent/auto_auth_preload_token_end_to_end_test.go +++ b/command/agent/auto_auth_preload_token_end_to_end_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent/aws_end_to_end_test.go b/command/agent/aws_end_to_end_test.go index 08644bdc1d2e..1c7c2d08726a 100644 --- a/command/agent/aws_end_to_end_test.go +++ b/command/agent/aws_end_to_end_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent/cache_end_to_end_test.go b/command/agent/cache_end_to_end_test.go index a2a359abc9bd..e1425e5c626a 100644 --- a/command/agent/cache_end_to_end_test.go +++ b/command/agent/cache_end_to_end_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent/cert_end_to_end_test.go b/command/agent/cert_end_to_end_test.go index 12ea933ed60e..3afb11454e65 100644 --- a/command/agent/cert_end_to_end_test.go +++ b/command/agent/cert_end_to_end_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent/cf_end_to_end_test.go b/command/agent/cf_end_to_end_test.go index e143223af1d9..7a3a9416aba6 100644 --- a/command/agent/cf_end_to_end_test.go +++ b/command/agent/cf_end_to_end_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent/config/config.go b/command/agent/config/config.go index eea108b9fab3..a6dd769b071c 100644 --- a/command/agent/config/config.go +++ b/command/agent/config/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/command/agent/config/config_test.go b/command/agent/config/config_test.go index 3be1ab33ab3e..4b1ad875605f 100644 --- a/command/agent/config/config_test.go +++ b/command/agent/config/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/command/agent/config/test-fixtures/bad-config-env-templates-disalowed-fields.hcl b/command/agent/config/test-fixtures/bad-config-env-templates-disalowed-fields.hcl index 22ad96c5cf93..4355fd078f9e 100644 --- a/command/agent/config/test-fixtures/bad-config-env-templates-disalowed-fields.hcl +++ b/command/agent/config/test-fixtures/bad-config-env-templates-disalowed-fields.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + auto_auth { method { diff --git a/command/agent/config/test-fixtures/bad-config-env-templates-invalid-signal.hcl b/command/agent/config/test-fixtures/bad-config-env-templates-invalid-signal.hcl index e8d822d64b0d..7cbbc09318bb 100644 --- a/command/agent/config/test-fixtures/bad-config-env-templates-invalid-signal.hcl +++ b/command/agent/config/test-fixtures/bad-config-env-templates-invalid-signal.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + auto_auth { method { diff --git a/command/agent/config/test-fixtures/bad-config-env-templates-missing-exec.hcl b/command/agent/config/test-fixtures/bad-config-env-templates-missing-exec.hcl index 6283e56a9a46..8fbbd83bae5c 100644 --- a/command/agent/config/test-fixtures/bad-config-env-templates-missing-exec.hcl +++ b/command/agent/config/test-fixtures/bad-config-env-templates-missing-exec.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + auto_auth { method { diff --git a/command/agent/config/test-fixtures/bad-config-env-templates-no-name.hcl b/command/agent/config/test-fixtures/bad-config-env-templates-no-name.hcl index f77f20c11227..7c7363a46548 100644 --- a/command/agent/config/test-fixtures/bad-config-env-templates-no-name.hcl +++ b/command/agent/config/test-fixtures/bad-config-env-templates-no-name.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + auto_auth { method { diff --git a/command/agent/config/test-fixtures/bad-config-env-templates-with-file-templates.hcl b/command/agent/config/test-fixtures/bad-config-env-templates-with-file-templates.hcl index 811b10d5208f..ace9410bd0b8 100644 --- a/command/agent/config/test-fixtures/bad-config-env-templates-with-file-templates.hcl +++ b/command/agent/config/test-fixtures/bad-config-env-templates-with-file-templates.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + auto_auth { method { diff --git a/command/agent/config/test-fixtures/bad-config-env-templates-with-proxy.hcl b/command/agent/config/test-fixtures/bad-config-env-templates-with-proxy.hcl index 3c6095ddeae8..ac0824441af0 100644 --- a/command/agent/config/test-fixtures/bad-config-env-templates-with-proxy.hcl +++ b/command/agent/config/test-fixtures/bad-config-env-templates-with-proxy.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + auto_auth { method { diff --git a/command/agent/config/test-fixtures/config-env-templates-complex.hcl b/command/agent/config/test-fixtures/config-env-templates-complex.hcl index 639b1288f24c..adcd4b0dccc0 100644 --- a/command/agent/config/test-fixtures/config-env-templates-complex.hcl +++ b/command/agent/config/test-fixtures/config-env-templates-complex.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + auto_auth { method { diff --git a/command/agent/config/test-fixtures/config-env-templates-simple.hcl b/command/agent/config/test-fixtures/config-env-templates-simple.hcl index 441563b1e9f0..3ca1a190980e 100644 --- a/command/agent/config/test-fixtures/config-env-templates-simple.hcl +++ b/command/agent/config/test-fixtures/config-env-templates-simple.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + auto_auth { method { diff --git a/command/agent/config/test-fixtures/config-env-templates-with-source.hcl b/command/agent/config/test-fixtures/config-env-templates-with-source.hcl index d51cb5553a91..7643ff28d826 100644 --- a/command/agent/config/test-fixtures/config-env-templates-with-source.hcl +++ b/command/agent/config/test-fixtures/config-env-templates-with-source.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + auto_auth { method { type = "token_file" diff --git a/command/agent/doc.go b/command/agent/doc.go index e9f0f0b98fe3..785fe94060a5 100644 --- a/command/agent/doc.go +++ b/command/agent/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 /* Package agent implements a daemon mode of Vault designed to provide helper diff --git a/command/agent/exec/exec.go b/command/agent/exec/exec.go index b22e5eb9302a..7ff3a92eda28 100644 --- a/command/agent/exec/exec.go +++ b/command/agent/exec/exec.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package exec import ( diff --git a/command/agent/exec/exec_test.go b/command/agent/exec/exec_test.go index 3c13c34a9f51..d5f9eed6b00c 100644 --- a/command/agent/exec/exec_test.go +++ b/command/agent/exec/exec_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package exec import ( diff --git a/command/agent/exec/test-app/main.go b/command/agent/exec/test-app/main.go index 311ac7eb657b..5c42cf71c337 100644 --- a/command/agent/exec/test-app/main.go +++ b/command/agent/exec/test-app/main.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package main // This is a test application that is used by TestExecServer_Run to verify diff --git a/command/agent/internal/ctmanager/runner_config.go b/command/agent/internal/ctmanager/runner_config.go index b5a58aac94cf..408602998df5 100644 --- a/command/agent/internal/ctmanager/runner_config.go +++ b/command/agent/internal/ctmanager/runner_config.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package ctmanager import ( diff --git a/command/agent/jwt_end_to_end_test.go b/command/agent/jwt_end_to_end_test.go index 4739a65c314a..2fb058ea1d8c 100644 --- a/command/agent/jwt_end_to_end_test.go +++ b/command/agent/jwt_end_to_end_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent/oci_end_to_end_test.go b/command/agent/oci_end_to_end_test.go index 2349f09abe8d..e07d7ad092ec 100644 --- a/command/agent/oci_end_to_end_test.go +++ b/command/agent/oci_end_to_end_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent/template/template.go b/command/agent/template/template.go index be3ccc4eab64..b0fa9326ab0d 100644 --- a/command/agent/template/template.go +++ b/command/agent/template/template.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package template is responsible for rendering user supplied templates to // disk. The Server type accepts configuration to communicate to a Vault server diff --git a/command/agent/template/template_test.go b/command/agent/template/template_test.go index 61822bc5bd3b..e03460ec826e 100644 --- a/command/agent/template/template_test.go +++ b/command/agent/template/template_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package template diff --git a/command/agent/testing.go b/command/agent/testing.go index 04a2f0608a6c..f3260c14833e 100644 --- a/command/agent/testing.go +++ b/command/agent/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent/token_file_end_to_end_test.go b/command/agent/token_file_end_to_end_test.go index dc7115cb18f4..1784d8cf9ac6 100644 --- a/command/agent/token_file_end_to_end_test.go +++ b/command/agent/token_file_end_to_end_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agent diff --git a/command/agent_generate_config.go b/command/agent_generate_config.go index 9fa660af33fe..f2ff1abf9559 100644 --- a/command/agent_generate_config.go +++ b/command/agent_generate_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/agent_generate_config_test.go b/command/agent_generate_config_test.go index f225a7c9e8cb..6e7df6ec31cf 100644 --- a/command/agent_generate_config_test.go +++ b/command/agent_generate_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/agent_test.go b/command/agent_test.go index 91bdddeabf91..c49f9db9e8a7 100644 --- a/command/agent_test.go +++ b/command/agent_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/agentproxyshared/auth/alicloud/alicloud.go b/command/agentproxyshared/auth/alicloud/alicloud.go index 724597682a1f..db5aca623c0b 100644 --- a/command/agentproxyshared/auth/alicloud/alicloud.go +++ b/command/agentproxyshared/auth/alicloud/alicloud.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package alicloud diff --git a/command/agentproxyshared/auth/approle/approle.go b/command/agentproxyshared/auth/approle/approle.go index 9f33980a9f54..ef32d493cd0a 100644 --- a/command/agentproxyshared/auth/approle/approle.go +++ b/command/agentproxyshared/auth/approle/approle.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package approle diff --git a/command/agentproxyshared/auth/auth.go b/command/agentproxyshared/auth/auth.go index fdcf12f947e2..6cfcd74e32fe 100644 --- a/command/agentproxyshared/auth/auth.go +++ b/command/agentproxyshared/auth/auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/command/agentproxyshared/auth/auth_test.go b/command/agentproxyshared/auth/auth_test.go index 5729435020fb..b4be3c48026b 100644 --- a/command/agentproxyshared/auth/auth_test.go +++ b/command/agentproxyshared/auth/auth_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package auth diff --git a/command/agentproxyshared/auth/aws/aws.go b/command/agentproxyshared/auth/aws/aws.go index 53d1623be8a4..7d6927428a0d 100644 --- a/command/agentproxyshared/auth/aws/aws.go +++ b/command/agentproxyshared/auth/aws/aws.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aws diff --git a/command/agentproxyshared/auth/azure/azure.go b/command/agentproxyshared/auth/azure/azure.go index 8d9d094eb1e0..c32e34385b9e 100644 --- a/command/agentproxyshared/auth/azure/azure.go +++ b/command/agentproxyshared/auth/azure/azure.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/command/agentproxyshared/auth/cert/cert.go b/command/agentproxyshared/auth/cert/cert.go index 5270dcb1b4a2..fabe9a6365fb 100644 --- a/command/agentproxyshared/auth/cert/cert.go +++ b/command/agentproxyshared/auth/cert/cert.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/command/agentproxyshared/auth/cert/cert_test.go b/command/agentproxyshared/auth/cert/cert_test.go index 43a5f83f4c29..6a7e4f779e9c 100644 --- a/command/agentproxyshared/auth/cert/cert_test.go +++ b/command/agentproxyshared/auth/cert/cert_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cert diff --git a/command/agentproxyshared/auth/cf/cf.go b/command/agentproxyshared/auth/cf/cf.go index 3ee2077fb713..27396be20af7 100644 --- a/command/agentproxyshared/auth/cf/cf.go +++ b/command/agentproxyshared/auth/cf/cf.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cf diff --git a/command/agentproxyshared/auth/gcp/gcp.go b/command/agentproxyshared/auth/gcp/gcp.go index bb7c6bab6d57..5d913581bca5 100644 --- a/command/agentproxyshared/auth/gcp/gcp.go +++ b/command/agentproxyshared/auth/gcp/gcp.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gcp diff --git a/command/agentproxyshared/auth/jwt/jwt.go b/command/agentproxyshared/auth/jwt/jwt.go index fa878274344f..fce03ad7d76d 100644 --- a/command/agentproxyshared/auth/jwt/jwt.go +++ b/command/agentproxyshared/auth/jwt/jwt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jwt diff --git a/command/agentproxyshared/auth/jwt/jwt_test.go b/command/agentproxyshared/auth/jwt/jwt_test.go index 3e0db4090247..62fbc24e8110 100644 --- a/command/agentproxyshared/auth/jwt/jwt_test.go +++ b/command/agentproxyshared/auth/jwt/jwt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jwt diff --git a/command/agentproxyshared/auth/kerberos/kerberos.go b/command/agentproxyshared/auth/kerberos/kerberos.go index 67a3109f5f5e..566fa222a47f 100644 --- a/command/agentproxyshared/auth/kerberos/kerberos.go +++ b/command/agentproxyshared/auth/kerberos/kerberos.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kerberos diff --git a/command/agentproxyshared/auth/kerberos/kerberos_test.go b/command/agentproxyshared/auth/kerberos/kerberos_test.go index 070893d75876..819cb7dff4ec 100644 --- a/command/agentproxyshared/auth/kerberos/kerberos_test.go +++ b/command/agentproxyshared/auth/kerberos/kerberos_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kerberos diff --git a/command/agentproxyshared/auth/kubernetes/kubernetes.go b/command/agentproxyshared/auth/kubernetes/kubernetes.go index acbb8c044cb5..639226505f25 100644 --- a/command/agentproxyshared/auth/kubernetes/kubernetes.go +++ b/command/agentproxyshared/auth/kubernetes/kubernetes.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/command/agentproxyshared/auth/kubernetes/kubernetes_test.go b/command/agentproxyshared/auth/kubernetes/kubernetes_test.go index cbf617029c6a..93b348c7f521 100644 --- a/command/agentproxyshared/auth/kubernetes/kubernetes_test.go +++ b/command/agentproxyshared/auth/kubernetes/kubernetes_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/command/agentproxyshared/auth/oci/oci.go b/command/agentproxyshared/auth/oci/oci.go index ec4d9ebf750b..c31cafbb9a2f 100644 --- a/command/agentproxyshared/auth/oci/oci.go +++ b/command/agentproxyshared/auth/oci/oci.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oci diff --git a/command/agentproxyshared/auth/token-file/token_file.go b/command/agentproxyshared/auth/token-file/token_file.go index 4c7eaa22aba4..c2154f7ab960 100644 --- a/command/agentproxyshared/auth/token-file/token_file.go +++ b/command/agentproxyshared/auth/token-file/token_file.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package token_file diff --git a/command/agentproxyshared/auth/token-file/token_file_test.go b/command/agentproxyshared/auth/token-file/token_file_test.go index eb89fc02350e..7e6e8982b245 100644 --- a/command/agentproxyshared/auth/token-file/token_file_test.go +++ b/command/agentproxyshared/auth/token-file/token_file_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package token_file diff --git a/command/agentproxyshared/cache/api_proxy.go b/command/agentproxyshared/cache/api_proxy.go index e03bc1570b3c..7b992ff75993 100644 --- a/command/agentproxyshared/cache/api_proxy.go +++ b/command/agentproxyshared/cache/api_proxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/command/agentproxyshared/cache/api_proxy_test.go b/command/agentproxyshared/cache/api_proxy_test.go index 6671b17fdaa8..fa53c27d1dde 100644 --- a/command/agentproxyshared/cache/api_proxy_test.go +++ b/command/agentproxyshared/cache/api_proxy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/command/agentproxyshared/cache/cache_test.go b/command/agentproxyshared/cache/cache_test.go index 4786950bd5a0..0ec9f22050cf 100644 --- a/command/agentproxyshared/cache/cache_test.go +++ b/command/agentproxyshared/cache/cache_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/command/agentproxyshared/cache/cacheboltdb/bolt.go b/command/agentproxyshared/cache/cacheboltdb/bolt.go index 434b4116542a..a6740861a1b6 100644 --- a/command/agentproxyshared/cache/cacheboltdb/bolt.go +++ b/command/agentproxyshared/cache/cacheboltdb/bolt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cacheboltdb diff --git a/command/agentproxyshared/cache/cacheboltdb/bolt_test.go b/command/agentproxyshared/cache/cacheboltdb/bolt_test.go index 95aacd27cef0..c2959fc9f622 100644 --- a/command/agentproxyshared/cache/cacheboltdb/bolt_test.go +++ b/command/agentproxyshared/cache/cacheboltdb/bolt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cacheboltdb diff --git a/command/agentproxyshared/cache/cachememdb/cache_memdb.go b/command/agentproxyshared/cache/cachememdb/cache_memdb.go index 93aa2bf78faf..ffc7b858efcc 100644 --- a/command/agentproxyshared/cache/cachememdb/cache_memdb.go +++ b/command/agentproxyshared/cache/cachememdb/cache_memdb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachememdb diff --git a/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go b/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go index 87b8eee798b2..0a08e9a701dd 100644 --- a/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go +++ b/command/agentproxyshared/cache/cachememdb/cache_memdb_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachememdb diff --git a/command/agentproxyshared/cache/cachememdb/index.go b/command/agentproxyshared/cache/cachememdb/index.go index a7da2edc2514..c4b079aef758 100644 --- a/command/agentproxyshared/cache/cachememdb/index.go +++ b/command/agentproxyshared/cache/cachememdb/index.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachememdb diff --git a/command/agentproxyshared/cache/cachememdb/index_test.go b/command/agentproxyshared/cache/cachememdb/index_test.go index c59ec5cba334..871ac023e452 100644 --- a/command/agentproxyshared/cache/cachememdb/index_test.go +++ b/command/agentproxyshared/cache/cachememdb/index_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachememdb diff --git a/command/agentproxyshared/cache/handler.go b/command/agentproxyshared/cache/handler.go index bfb4434dc22f..25acaee01cb8 100644 --- a/command/agentproxyshared/cache/handler.go +++ b/command/agentproxyshared/cache/handler.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/command/agentproxyshared/cache/keymanager/manager.go b/command/agentproxyshared/cache/keymanager/manager.go index 0cecc03a11f7..46fc499d2e14 100644 --- a/command/agentproxyshared/cache/keymanager/manager.go +++ b/command/agentproxyshared/cache/keymanager/manager.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package keymanager diff --git a/command/agentproxyshared/cache/keymanager/passthrough.go b/command/agentproxyshared/cache/keymanager/passthrough.go index cda6b6e5db34..f88d2787a725 100644 --- a/command/agentproxyshared/cache/keymanager/passthrough.go +++ b/command/agentproxyshared/cache/keymanager/passthrough.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package keymanager diff --git a/command/agentproxyshared/cache/keymanager/passthrough_test.go b/command/agentproxyshared/cache/keymanager/passthrough_test.go index 9327ee3f0ec6..b3dc9b72525c 100644 --- a/command/agentproxyshared/cache/keymanager/passthrough_test.go +++ b/command/agentproxyshared/cache/keymanager/passthrough_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package keymanager diff --git a/command/agentproxyshared/cache/lease_cache.go b/command/agentproxyshared/cache/lease_cache.go index 3bcb58002a6d..589376ffed22 100644 --- a/command/agentproxyshared/cache/lease_cache.go +++ b/command/agentproxyshared/cache/lease_cache.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/command/agentproxyshared/cache/lease_cache_test.go b/command/agentproxyshared/cache/lease_cache_test.go index 2de4c56b09bb..cbd46bf92a63 100644 --- a/command/agentproxyshared/cache/lease_cache_test.go +++ b/command/agentproxyshared/cache/lease_cache_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/command/agentproxyshared/cache/listener.go b/command/agentproxyshared/cache/listener.go index c8ed72219148..c962a2c8c370 100644 --- a/command/agentproxyshared/cache/listener.go +++ b/command/agentproxyshared/cache/listener.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/command/agentproxyshared/cache/proxy.go b/command/agentproxyshared/cache/proxy.go index 4dcd1803389f..503d981d60e3 100644 --- a/command/agentproxyshared/cache/proxy.go +++ b/command/agentproxyshared/cache/proxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/command/agentproxyshared/cache/testing.go b/command/agentproxyshared/cache/testing.go index 9fe9e6f1345c..8bc2239cdfca 100644 --- a/command/agentproxyshared/cache/testing.go +++ b/command/agentproxyshared/cache/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cache diff --git a/command/agentproxyshared/helpers.go b/command/agentproxyshared/helpers.go index d1487174bdf1..855a105545e1 100644 --- a/command/agentproxyshared/helpers.go +++ b/command/agentproxyshared/helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agentproxyshared diff --git a/command/agentproxyshared/helpers_test.go b/command/agentproxyshared/helpers_test.go index 24fdf1d9db53..2e5244f52509 100644 --- a/command/agentproxyshared/helpers_test.go +++ b/command/agentproxyshared/helpers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agentproxyshared diff --git a/command/agentproxyshared/sink/file/file_sink.go b/command/agentproxyshared/sink/file/file_sink.go index c25d99169aa0..bf26a86b3c7b 100644 --- a/command/agentproxyshared/sink/file/file_sink.go +++ b/command/agentproxyshared/sink/file/file_sink.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package file diff --git a/command/agentproxyshared/sink/file/file_sink_test.go b/command/agentproxyshared/sink/file/file_sink_test.go index 95db8df19b72..e603c6a32d3d 100644 --- a/command/agentproxyshared/sink/file/file_sink_test.go +++ b/command/agentproxyshared/sink/file/file_sink_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package file diff --git a/command/agentproxyshared/sink/file/sink_test.go b/command/agentproxyshared/sink/file/sink_test.go index de074003bfd3..d061342af979 100644 --- a/command/agentproxyshared/sink/file/sink_test.go +++ b/command/agentproxyshared/sink/file/sink_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package file diff --git a/command/agentproxyshared/sink/inmem/inmem_sink.go b/command/agentproxyshared/sink/inmem/inmem_sink.go index e5804d884bad..a9e7ee9a3036 100644 --- a/command/agentproxyshared/sink/inmem/inmem_sink.go +++ b/command/agentproxyshared/sink/inmem/inmem_sink.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inmem diff --git a/command/agentproxyshared/sink/mock/mock_sink.go b/command/agentproxyshared/sink/mock/mock_sink.go index c39baf9c8b28..c660da790624 100644 --- a/command/agentproxyshared/sink/mock/mock_sink.go +++ b/command/agentproxyshared/sink/mock/mock_sink.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mock diff --git a/command/agentproxyshared/sink/sink.go b/command/agentproxyshared/sink/sink.go index 2b64c1762781..571153cd5f0b 100644 --- a/command/agentproxyshared/sink/sink.go +++ b/command/agentproxyshared/sink/sink.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sink diff --git a/command/agentproxyshared/winsvc/service.go b/command/agentproxyshared/winsvc/service.go index edd234e0c57d..df15971c9ab8 100644 --- a/command/agentproxyshared/winsvc/service.go +++ b/command/agentproxyshared/winsvc/service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package winsvc diff --git a/command/agentproxyshared/winsvc/service_windows.go b/command/agentproxyshared/winsvc/service_windows.go index bb16bf97aeea..f3807d9ec7db 100644 --- a/command/agentproxyshared/winsvc/service_windows.go +++ b/command/agentproxyshared/winsvc/service_windows.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build windows diff --git a/command/approle_concurrency_integ_test.go b/command/approle_concurrency_integ_test.go index 934f8b33fd45..1686701cccba 100644 --- a/command/approle_concurrency_integ_test.go +++ b/command/approle_concurrency_integ_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/audit.go b/command/audit.go index 606de73eef81..67f5b194daaa 100644 --- a/command/audit.go +++ b/command/audit.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/audit_disable.go b/command/audit_disable.go index ef9288b0859c..0e99da438d7b 100644 --- a/command/audit_disable.go +++ b/command/audit_disable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/audit_disable_test.go b/command/audit_disable_test.go index 44b782f4dbe6..ec28f70ddfc0 100644 --- a/command/audit_disable_test.go +++ b/command/audit_disable_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/audit_enable.go b/command/audit_enable.go index 652c3c27efef..c77fe277d1f3 100644 --- a/command/audit_enable.go +++ b/command/audit_enable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/audit_enable_test.go b/command/audit_enable_test.go index e7dc4ae78604..58dca872e640 100644 --- a/command/audit_enable_test.go +++ b/command/audit_enable_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/audit_list.go b/command/audit_list.go index e5af8525eef3..a7793fcee493 100644 --- a/command/audit_list.go +++ b/command/audit_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/audit_list_test.go b/command/audit_list_test.go index c2e6eacf47b6..bc41c13d603c 100644 --- a/command/audit_list_test.go +++ b/command/audit_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth.go b/command/auth.go index e2bdb81c1ea2..76919ed2084f 100644 --- a/command/auth.go +++ b/command/auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_disable.go b/command/auth_disable.go index 735103bdab60..775f7fabc7fd 100644 --- a/command/auth_disable.go +++ b/command/auth_disable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_disable_test.go b/command/auth_disable_test.go index 385bc4ec73ac..1cf429876070 100644 --- a/command/auth_disable_test.go +++ b/command/auth_disable_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_enable.go b/command/auth_enable.go index 7c7af550dbad..cd47d2f35f92 100644 --- a/command/auth_enable.go +++ b/command/auth_enable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_enable_test.go b/command/auth_enable_test.go index 4a4292ce80b5..44265852836a 100644 --- a/command/auth_enable_test.go +++ b/command/auth_enable_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_help.go b/command/auth_help.go index 34b6b9ffa930..5e971ebbac41 100644 --- a/command/auth_help.go +++ b/command/auth_help.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_help_test.go b/command/auth_help_test.go index a83695ee3e8f..d87832c8920f 100644 --- a/command/auth_help_test.go +++ b/command/auth_help_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_list.go b/command/auth_list.go index 25103a14dc5a..e1a8771d7f5b 100644 --- a/command/auth_list.go +++ b/command/auth_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_list_test.go b/command/auth_list_test.go index 2e96f9f2ca07..8e019f1b8fa9 100644 --- a/command/auth_list_test.go +++ b/command/auth_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_move.go b/command/auth_move.go index 2af5ab65130a..e91d9d82fb83 100644 --- a/command/auth_move.go +++ b/command/auth_move.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_move_test.go b/command/auth_move_test.go index 877afd27bfee..095c3ae9daab 100644 --- a/command/auth_move_test.go +++ b/command/auth_move_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_test.go b/command/auth_test.go index dd8abb07f7e6..4eb7d4ee3e07 100644 --- a/command/auth_test.go +++ b/command/auth_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_tune.go b/command/auth_tune.go index a7a09797f906..65b3070666d9 100644 --- a/command/auth_tune.go +++ b/command/auth_tune.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/auth_tune_test.go b/command/auth_tune_test.go index aabcd8396020..ea0449b9d5c2 100644 --- a/command/auth_tune_test.go +++ b/command/auth_tune_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/base.go b/command/base.go index 641fcb34e945..55eb3962f213 100644 --- a/command/base.go +++ b/command/base.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/base_flags.go b/command/base_flags.go index d2acf2911678..3f3fc1abdad1 100644 --- a/command/base_flags.go +++ b/command/base_flags.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/base_flags_test.go b/command/base_flags_test.go index 580e163de1f9..ea3561ef8f10 100644 --- a/command/base_flags_test.go +++ b/command/base_flags_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/base_helpers.go b/command/base_helpers.go index 2595dc56a6a5..41289ebf095c 100644 --- a/command/base_helpers.go +++ b/command/base_helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/base_helpers_test.go b/command/base_helpers_test.go index 50cd26441ffa..6fdbc08f45aa 100644 --- a/command/base_helpers_test.go +++ b/command/base_helpers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/base_predict.go b/command/base_predict.go index ee2a771c7a96..72ba402fe97f 100644 --- a/command/base_predict.go +++ b/command/base_predict.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/base_predict_test.go b/command/base_predict_test.go index 20af0f68810f..2d752ed63503 100644 --- a/command/base_predict_test.go +++ b/command/base_predict_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/base_test.go b/command/base_test.go index af4f0a4d3b62..4d53310d833e 100644 --- a/command/base_test.go +++ b/command/base_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/command_test.go b/command/command_test.go index f1a5269b9f5f..edc7509131e4 100644 --- a/command/command_test.go +++ b/command/command_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/commands.go b/command/commands.go index 997c79e57c93..f61486cc58f1 100644 --- a/command/commands.go +++ b/command/commands.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/commands_nonwindows.go b/command/commands_nonwindows.go index f8d128c3fd42..90cfa253a2bc 100644 --- a/command/commands_nonwindows.go +++ b/command/commands_nonwindows.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !windows diff --git a/command/commands_windows.go b/command/commands_windows.go index 541a6e4aea8e..016a2d2cb50e 100644 --- a/command/commands_windows.go +++ b/command/commands_windows.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build windows diff --git a/command/config.go b/command/config.go index 3fbc53a96670..9a5ee7ac5700 100644 --- a/command/config.go +++ b/command/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/config/config.go b/command/config/config.go index 71f9127887d7..4421226f24ce 100644 --- a/command/config/config.go +++ b/command/config/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/command/config/config_test.go b/command/config/config_test.go index fef151622259..04cb1be9863f 100644 --- a/command/config/config_test.go +++ b/command/config/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/command/config/util.go b/command/config/util.go index f295f462ae50..3c6f7ca6239d 100644 --- a/command/config/util.go +++ b/command/config/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/command/config/validate_listener.go b/command/config/validate_listener.go index e2d27166a04d..09123bdc75b3 100644 --- a/command/config/validate_listener.go +++ b/command/config/validate_listener.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !fips_140_3 diff --git a/command/config_test.go b/command/config_test.go index 787c6795765a..187d4ce8b4be 100644 --- a/command/config_test.go +++ b/command/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/debug.go b/command/debug.go index e5440b3b8888..941249657a94 100644 --- a/command/debug.go +++ b/command/debug.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/debug_test.go b/command/debug_test.go index e63e1ebed058..80576311dde8 100644 --- a/command/debug_test.go +++ b/command/debug_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/delete.go b/command/delete.go index 7da6dd2d9847..58005e95b261 100644 --- a/command/delete.go +++ b/command/delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/delete_test.go b/command/delete_test.go index 629be7abb42c..3c08bc685b0b 100644 --- a/command/delete_test.go +++ b/command/delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/events.go b/command/events.go index 353c97947d96..4aa312b07783 100644 --- a/command/events.go +++ b/command/events.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/events_test.go b/command/events_test.go index bb2aef0b37ba..336dc0a34225 100644 --- a/command/events_test.go +++ b/command/events_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/format.go b/command/format.go index 5e42d31d1f9a..7fc98566664d 100644 --- a/command/format.go +++ b/command/format.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/format_test.go b/command/format_test.go index 2bdc45ebe57a..94db7414a222 100644 --- a/command/format_test.go +++ b/command/format_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/healthcheck/healthcheck.go b/command/healthcheck/healthcheck.go index a6fb2040eedb..81829cdc1d7a 100644 --- a/command/healthcheck/healthcheck.go +++ b/command/healthcheck/healthcheck.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 /* * The healthcheck package attempts to allow generic checks of arbitrary diff --git a/command/healthcheck/pki.go b/command/healthcheck/pki.go index 42f4fc485865..6522cdbc83a7 100644 --- a/command/healthcheck/pki.go +++ b/command/healthcheck/pki.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_allow_acme_headers.go b/command/healthcheck/pki_allow_acme_headers.go index 2015ac276c02..186cc40af966 100644 --- a/command/healthcheck/pki_allow_acme_headers.go +++ b/command/healthcheck/pki_allow_acme_headers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_allow_if_modified_since.go b/command/healthcheck/pki_allow_if_modified_since.go index bb5306e05418..38eaee9aab65 100644 --- a/command/healthcheck/pki_allow_if_modified_since.go +++ b/command/healthcheck/pki_allow_if_modified_since.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_audit_visibility.go b/command/healthcheck/pki_audit_visibility.go index 6b3834fb0c9e..e58543cb6f12 100644 --- a/command/healthcheck/pki_audit_visibility.go +++ b/command/healthcheck/pki_audit_visibility.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_ca_validity_period.go b/command/healthcheck/pki_ca_validity_period.go index 511de757061d..d18e0881efcd 100644 --- a/command/healthcheck/pki_ca_validity_period.go +++ b/command/healthcheck/pki_ca_validity_period.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_crl_validity_period.go b/command/healthcheck/pki_crl_validity_period.go index 8450a058f994..c4d6fd8edb34 100644 --- a/command/healthcheck/pki_crl_validity_period.go +++ b/command/healthcheck/pki_crl_validity_period.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_enable_acme_issuance.go b/command/healthcheck/pki_enable_acme_issuance.go index 986165d0e253..2f6b6b212e3c 100644 --- a/command/healthcheck/pki_enable_acme_issuance.go +++ b/command/healthcheck/pki_enable_acme_issuance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_enable_auto_tidy.go b/command/healthcheck/pki_enable_auto_tidy.go index 1734d1adcbf1..cabab17a6b16 100644 --- a/command/healthcheck/pki_enable_auto_tidy.go +++ b/command/healthcheck/pki_enable_auto_tidy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_hardware_backed_root.go b/command/healthcheck/pki_hardware_backed_root.go index 2fdda6e4a62f..7fbe306ee746 100644 --- a/command/healthcheck/pki_hardware_backed_root.go +++ b/command/healthcheck/pki_hardware_backed_root.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_role_allows_glob_wildcards.go b/command/healthcheck/pki_role_allows_glob_wildcards.go index 83c55c23856d..f3edd8bd8a12 100644 --- a/command/healthcheck/pki_role_allows_glob_wildcards.go +++ b/command/healthcheck/pki_role_allows_glob_wildcards.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_role_allows_localhost.go b/command/healthcheck/pki_role_allows_localhost.go index 0c9b780abef7..aec00dc7942e 100644 --- a/command/healthcheck/pki_role_allows_localhost.go +++ b/command/healthcheck/pki_role_allows_localhost.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_role_no_store_false.go b/command/healthcheck/pki_role_no_store_false.go index 882955e2bd57..30db9dce1284 100644 --- a/command/healthcheck/pki_role_no_store_false.go +++ b/command/healthcheck/pki_role_no_store_false.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_root_issued_leaves.go b/command/healthcheck/pki_root_issued_leaves.go index 615684b0df49..85359b2e59a9 100644 --- a/command/healthcheck/pki_root_issued_leaves.go +++ b/command/healthcheck/pki_root_issued_leaves.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_tidy_last_run.go b/command/healthcheck/pki_tidy_last_run.go index 9d07369c877d..a3f1c929ca0c 100644 --- a/command/healthcheck/pki_tidy_last_run.go +++ b/command/healthcheck/pki_tidy_last_run.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/pki_too_many_certs.go b/command/healthcheck/pki_too_many_certs.go index 59722ab2eff0..f7873e640e00 100644 --- a/command/healthcheck/pki_too_many_certs.go +++ b/command/healthcheck/pki_too_many_certs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/shared.go b/command/healthcheck/shared.go index 4097704da2c4..611b5337e618 100644 --- a/command/healthcheck/shared.go +++ b/command/healthcheck/shared.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/healthcheck/util.go b/command/healthcheck/util.go index dd5d66e88573..d8a7ba945e33 100644 --- a/command/healthcheck/util.go +++ b/command/healthcheck/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package healthcheck diff --git a/command/kv.go b/command/kv.go index b0834c78c71d..9a7e9eaee15d 100644 --- a/command/kv.go +++ b/command/kv.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_delete.go b/command/kv_delete.go index a365c8916308..acb4abecaf41 100644 --- a/command/kv_delete.go +++ b/command/kv_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_destroy.go b/command/kv_destroy.go index 1167ec814838..bc73021fff82 100644 --- a/command/kv_destroy.go +++ b/command/kv_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_enable_versioning.go b/command/kv_enable_versioning.go index 8282dd296ff5..1b522269034b 100644 --- a/command/kv_enable_versioning.go +++ b/command/kv_enable_versioning.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_get.go b/command/kv_get.go index 1d0e330e71c4..d852a722b48e 100644 --- a/command/kv_get.go +++ b/command/kv_get.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_helpers.go b/command/kv_helpers.go index adf2ec3fdced..844af21848d2 100644 --- a/command/kv_helpers.go +++ b/command/kv_helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_helpers_test.go b/command/kv_helpers_test.go index ca5f7e8c5ac6..06a1bb8ee9ab 100644 --- a/command/kv_helpers_test.go +++ b/command/kv_helpers_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package command import ( diff --git a/command/kv_list.go b/command/kv_list.go index 25ad4d2a7058..d4733a137f59 100644 --- a/command/kv_list.go +++ b/command/kv_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_metadata.go b/command/kv_metadata.go index 4350311aff32..8c0d2ca59274 100644 --- a/command/kv_metadata.go +++ b/command/kv_metadata.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_metadata_delete.go b/command/kv_metadata_delete.go index 6217506f23b0..8163cc6bde8e 100644 --- a/command/kv_metadata_delete.go +++ b/command/kv_metadata_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_metadata_get.go b/command/kv_metadata_get.go index 8d17210741f9..54d73c0b3a22 100644 --- a/command/kv_metadata_get.go +++ b/command/kv_metadata_get.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_metadata_patch.go b/command/kv_metadata_patch.go index 60d1a3e8b20f..74c46476d0de 100644 --- a/command/kv_metadata_patch.go +++ b/command/kv_metadata_patch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_metadata_patch_test.go b/command/kv_metadata_patch_test.go index 58f4f9152332..a8dc583780c5 100644 --- a/command/kv_metadata_patch_test.go +++ b/command/kv_metadata_patch_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_metadata_put.go b/command/kv_metadata_put.go index 9ec43e0baec1..1cd8375320a1 100644 --- a/command/kv_metadata_put.go +++ b/command/kv_metadata_put.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_metadata_put_test.go b/command/kv_metadata_put_test.go index 008ded9fdb8d..a4068e23c886 100644 --- a/command/kv_metadata_put_test.go +++ b/command/kv_metadata_put_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_patch.go b/command/kv_patch.go index d7d287c40620..da96088d112f 100644 --- a/command/kv_patch.go +++ b/command/kv_patch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_put.go b/command/kv_put.go index 92d68f95359b..d450b4415ccc 100644 --- a/command/kv_put.go +++ b/command/kv_put.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_rollback.go b/command/kv_rollback.go index c54d7bc2f635..798e4a898846 100644 --- a/command/kv_rollback.go +++ b/command/kv_rollback.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_test.go b/command/kv_test.go index 6564208ed335..1471b009a138 100644 --- a/command/kv_test.go +++ b/command/kv_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/kv_undelete.go b/command/kv_undelete.go index 25de58835f0b..838f8cb21111 100644 --- a/command/kv_undelete.go +++ b/command/kv_undelete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/lease.go b/command/lease.go index 29ef79fc2d8c..5e8f46afe1bb 100644 --- a/command/lease.go +++ b/command/lease.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/lease_lookup.go b/command/lease_lookup.go index ef53ce528635..8c38c1cfd7df 100644 --- a/command/lease_lookup.go +++ b/command/lease_lookup.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/lease_lookup_test.go b/command/lease_lookup_test.go index 536c29c58eee..bc0019428097 100644 --- a/command/lease_lookup_test.go +++ b/command/lease_lookup_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/lease_renew.go b/command/lease_renew.go index aad41d66b795..0918d8ed4b75 100644 --- a/command/lease_renew.go +++ b/command/lease_renew.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/lease_renew_test.go b/command/lease_renew_test.go index c24b812b911a..40719d1f0a55 100644 --- a/command/lease_renew_test.go +++ b/command/lease_renew_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/lease_revoke.go b/command/lease_revoke.go index 5efd5ecf198b..751cce97449d 100644 --- a/command/lease_revoke.go +++ b/command/lease_revoke.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/lease_revoke_test.go b/command/lease_revoke_test.go index 261041e2331a..ece8d31f0601 100644 --- a/command/lease_revoke_test.go +++ b/command/lease_revoke_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/list.go b/command/list.go index 028f0d391c6c..1f300cb459e6 100644 --- a/command/list.go +++ b/command/list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/list_test.go b/command/list_test.go index 070184bd91b4..60467647a055 100644 --- a/command/list_test.go +++ b/command/list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/log_flags.go b/command/log_flags.go index 2cbaa0e723c0..cbde95d33088 100644 --- a/command/log_flags.go +++ b/command/log_flags.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/log_flags_test.go b/command/log_flags_test.go index 38bfa52e95a3..1e54397f87fc 100644 --- a/command/log_flags_test.go +++ b/command/log_flags_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/login.go b/command/login.go index c8bc23254c29..6252b7219df8 100644 --- a/command/login.go +++ b/command/login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/login_test.go b/command/login_test.go index 3d41d8e88147..deb96be18871 100644 --- a/command/login_test.go +++ b/command/login_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/main.go b/command/main.go index 13fbe2181822..22dde07fa745 100644 --- a/command/main.go +++ b/command/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/monitor.go b/command/monitor.go index 7545b82da71a..acfbc24be761 100644 --- a/command/monitor.go +++ b/command/monitor.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/monitor_test.go b/command/monitor_test.go index 0cc722c98d91..8c2c288d841a 100644 --- a/command/monitor_test.go +++ b/command/monitor_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/namespace.go b/command/namespace.go index 18bc6e92eb55..4bc6cfa1c776 100644 --- a/command/namespace.go +++ b/command/namespace.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/namespace_api_lock.go b/command/namespace_api_lock.go index 57b196992c94..22a3169304e7 100644 --- a/command/namespace_api_lock.go +++ b/command/namespace_api_lock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/namespace_api_unlock.go b/command/namespace_api_unlock.go index 77e829147afb..fa05d43ca561 100644 --- a/command/namespace_api_unlock.go +++ b/command/namespace_api_unlock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/namespace_create.go b/command/namespace_create.go index 60df834d739a..20dc639ad605 100644 --- a/command/namespace_create.go +++ b/command/namespace_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/namespace_delete.go b/command/namespace_delete.go index 5c79c35b1050..f034ec4771af 100644 --- a/command/namespace_delete.go +++ b/command/namespace_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/namespace_list.go b/command/namespace_list.go index 6394daedf36c..8bb30ed9bb3a 100644 --- a/command/namespace_list.go +++ b/command/namespace_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/namespace_lookup.go b/command/namespace_lookup.go index ee18736633a5..480da0b914fa 100644 --- a/command/namespace_lookup.go +++ b/command/namespace_lookup.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/namespace_patch.go b/command/namespace_patch.go index 2a4a6dc699a8..40c1d05f9d73 100644 --- a/command/namespace_patch.go +++ b/command/namespace_patch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator.go b/command/operator.go index a79f7bff8406..94b02994d807 100644 --- a/command/operator.go +++ b/command/operator.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_diagnose.go b/command/operator_diagnose.go index 5abddb7c980d..cad3676a3a96 100644 --- a/command/operator_diagnose.go +++ b/command/operator_diagnose.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_diagnose_test.go b/command/operator_diagnose_test.go index 2c9a1a0363e3..11b00b0f1774 100644 --- a/command/operator_diagnose_test.go +++ b/command/operator_diagnose_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !race diff --git a/command/operator_generate_root.go b/command/operator_generate_root.go index 6665e8bdbf8c..9abb32ba0c26 100644 --- a/command/operator_generate_root.go +++ b/command/operator_generate_root.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_generate_root_test.go b/command/operator_generate_root_test.go index 1436ab2ddfae..4db2262cad1b 100644 --- a/command/operator_generate_root_test.go +++ b/command/operator_generate_root_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !race diff --git a/command/operator_init.go b/command/operator_init.go index 080f5853def5..4b0f26bb4aa8 100644 --- a/command/operator_init.go +++ b/command/operator_init.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_init_test.go b/command/operator_init_test.go index 06647d727824..917686543223 100644 --- a/command/operator_init_test.go +++ b/command/operator_init_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !race diff --git a/command/operator_key_status.go b/command/operator_key_status.go index 412a00cd20e6..866b7d7e7eb8 100644 --- a/command/operator_key_status.go +++ b/command/operator_key_status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_key_status_test.go b/command/operator_key_status_test.go index 9f8fbb0f6dc4..db92eb9e9b70 100644 --- a/command/operator_key_status_test.go +++ b/command/operator_key_status_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_members.go b/command/operator_members.go index 986313a3201b..c280f315bf9c 100644 --- a/command/operator_members.go +++ b/command/operator_members.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_migrate.go b/command/operator_migrate.go index 01e8bbb21322..2e956046f3f7 100644 --- a/command/operator_migrate.go +++ b/command/operator_migrate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_migrate_test.go b/command/operator_migrate_test.go index 3d2843091484..9a6c27196ebb 100644 --- a/command/operator_migrate_test.go +++ b/command/operator_migrate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_raft.go b/command/operator_raft.go index 8720b78ce7cb..9e02371dcbd6 100644 --- a/command/operator_raft.go +++ b/command/operator_raft.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_raft_autopilot_get_config.go b/command/operator_raft_autopilot_get_config.go index 736469bbc601..81ee3b6b885a 100644 --- a/command/operator_raft_autopilot_get_config.go +++ b/command/operator_raft_autopilot_get_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_raft_autopilot_set_config.go b/command/operator_raft_autopilot_set_config.go index 384667028b43..3ac287cc7494 100644 --- a/command/operator_raft_autopilot_set_config.go +++ b/command/operator_raft_autopilot_set_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_raft_autopilot_state.go b/command/operator_raft_autopilot_state.go index 8e7b67086618..a5b31a34139b 100644 --- a/command/operator_raft_autopilot_state.go +++ b/command/operator_raft_autopilot_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_raft_join.go b/command/operator_raft_join.go index 57e14a827edc..74fc7f487f7f 100644 --- a/command/operator_raft_join.go +++ b/command/operator_raft_join.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_raft_listpeers.go b/command/operator_raft_listpeers.go index 4e82c15da98e..434fcc0eecd7 100644 --- a/command/operator_raft_listpeers.go +++ b/command/operator_raft_listpeers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_raft_remove_peer.go b/command/operator_raft_remove_peer.go index 84b516cf6294..1f9c33ba1ce3 100644 --- a/command/operator_raft_remove_peer.go +++ b/command/operator_raft_remove_peer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_raft_snapshot.go b/command/operator_raft_snapshot.go index 500b4428f8c8..c78ef8d4e74e 100644 --- a/command/operator_raft_snapshot.go +++ b/command/operator_raft_snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_raft_snapshot_restore.go b/command/operator_raft_snapshot_restore.go index 6067adca7904..56c24b61b58f 100644 --- a/command/operator_raft_snapshot_restore.go +++ b/command/operator_raft_snapshot_restore.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_raft_snapshot_save.go b/command/operator_raft_snapshot_save.go index 2abbb0ad2234..95ecae87c09d 100644 --- a/command/operator_raft_snapshot_save.go +++ b/command/operator_raft_snapshot_save.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_rekey.go b/command/operator_rekey.go index dde0e5800528..415b634a07ad 100644 --- a/command/operator_rekey.go +++ b/command/operator_rekey.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_rekey_test.go b/command/operator_rekey_test.go index 570cfe447e69..f06ac561346e 100644 --- a/command/operator_rekey_test.go +++ b/command/operator_rekey_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !race diff --git a/command/operator_seal.go b/command/operator_seal.go index f52665fd08b1..e8f55805b0c8 100644 --- a/command/operator_seal.go +++ b/command/operator_seal.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_seal_test.go b/command/operator_seal_test.go index 43e150f7e37f..7a8e5c35ed78 100644 --- a/command/operator_seal_test.go +++ b/command/operator_seal_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_step_down.go b/command/operator_step_down.go index bfa2d893f18f..b9350ee08817 100644 --- a/command/operator_step_down.go +++ b/command/operator_step_down.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_step_down_test.go b/command/operator_step_down_test.go index fbe07794d297..376f4ef2e6ae 100644 --- a/command/operator_step_down_test.go +++ b/command/operator_step_down_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_unseal.go b/command/operator_unseal.go index 32d9140900a5..18bd5f4a02a5 100644 --- a/command/operator_unseal.go +++ b/command/operator_unseal.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_unseal_test.go b/command/operator_unseal_test.go index cb4d19603ba4..8e45978c0beb 100644 --- a/command/operator_unseal_test.go +++ b/command/operator_unseal_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/operator_usage.go b/command/operator_usage.go index 8db538a298c5..fda1caf29a82 100644 --- a/command/operator_usage.go +++ b/command/operator_usage.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/patch.go b/command/patch.go index 9a4cd5886287..f2092f3eba4a 100644 --- a/command/patch.go +++ b/command/patch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/patch_test.go b/command/patch_test.go index 410e64465618..a8476722e28a 100644 --- a/command/patch_test.go +++ b/command/patch_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/path_help.go b/command/path_help.go index 41f3bcee66a6..3525f2ededc5 100644 --- a/command/path_help.go +++ b/command/path_help.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/path_help_test.go b/command/path_help_test.go index eaf4fe8a9f23..0bce2c788f81 100644 --- a/command/path_help_test.go +++ b/command/path_help_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pgp_test.go b/command/pgp_test.go index f37e488ed686..2211cbed56b6 100644 --- a/command/pgp_test.go +++ b/command/pgp_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki.go b/command/pki.go index 89770fa44851..63655da5ca6f 100644 --- a/command/pki.go +++ b/command/pki.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki_health_check.go b/command/pki_health_check.go index 188c95c99e93..a06a8eccf8fc 100644 --- a/command/pki_health_check.go +++ b/command/pki_health_check.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki_health_check_test.go b/command/pki_health_check_test.go index 93d231593ee7..b3b2dfb8c830 100644 --- a/command/pki_health_check_test.go +++ b/command/pki_health_check_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki_issue_intermediate.go b/command/pki_issue_intermediate.go index fe16fdaaca91..7545b22cc7dc 100644 --- a/command/pki_issue_intermediate.go +++ b/command/pki_issue_intermediate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki_issue_intermediate_test.go b/command/pki_issue_intermediate_test.go index 58f9e6271105..cb66d45e7c5c 100644 --- a/command/pki_issue_intermediate_test.go +++ b/command/pki_issue_intermediate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki_list_intermediate.go b/command/pki_list_intermediate.go index c62c58080691..d756d610f1aa 100644 --- a/command/pki_list_intermediate.go +++ b/command/pki_list_intermediate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki_list_intermediate_test.go b/command/pki_list_intermediate_test.go index d494c193387a..5abfabd55994 100644 --- a/command/pki_list_intermediate_test.go +++ b/command/pki_list_intermediate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki_reissue_intermediate.go b/command/pki_reissue_intermediate.go index 852c0c0f1d24..43df23e03b3a 100644 --- a/command/pki_reissue_intermediate.go +++ b/command/pki_reissue_intermediate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki_reissue_intermediate_test.go b/command/pki_reissue_intermediate_test.go index e485f04d322b..45657fe11990 100644 --- a/command/pki_reissue_intermediate_test.go +++ b/command/pki_reissue_intermediate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki_verify_sign.go b/command/pki_verify_sign.go index b5a864f12c9f..31d693e5ae72 100644 --- a/command/pki_verify_sign.go +++ b/command/pki_verify_sign.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/pki_verify_sign_test.go b/command/pki_verify_sign_test.go index 3f8986a5b6b1..4001aadbc92d 100644 --- a/command/pki_verify_sign_test.go +++ b/command/pki_verify_sign_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin.go b/command/plugin.go index ca55a4bf7317..49e5635db1ba 100644 --- a/command/plugin.go +++ b/command/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_deregister.go b/command/plugin_deregister.go index 86b329f1063d..4b9de504db84 100644 --- a/command/plugin_deregister.go +++ b/command/plugin_deregister.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_deregister_test.go b/command/plugin_deregister_test.go index b05644e46d4f..f23c8b6c433c 100644 --- a/command/plugin_deregister_test.go +++ b/command/plugin_deregister_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_info.go b/command/plugin_info.go index 1fa9555ba9c2..0960f94dbcda 100644 --- a/command/plugin_info.go +++ b/command/plugin_info.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_info_test.go b/command/plugin_info_test.go index 921014cec538..367124301671 100644 --- a/command/plugin_info_test.go +++ b/command/plugin_info_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_list.go b/command/plugin_list.go index f1b0e5ebfa04..ccc09640c8b3 100644 --- a/command/plugin_list.go +++ b/command/plugin_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_list_test.go b/command/plugin_list_test.go index edae76558f37..395167e45f12 100644 --- a/command/plugin_list_test.go +++ b/command/plugin_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_register.go b/command/plugin_register.go index e9d2e5b7c677..8350e5a3ec7f 100644 --- a/command/plugin_register.go +++ b/command/plugin_register.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_register_test.go b/command/plugin_register_test.go index eccd5c1f0014..e585839cb7d2 100644 --- a/command/plugin_register_test.go +++ b/command/plugin_register_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_reload.go b/command/plugin_reload.go index 2e95fdd1430d..4ec7acb99c83 100644 --- a/command/plugin_reload.go +++ b/command/plugin_reload.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_reload_status.go b/command/plugin_reload_status.go index e527a07d1bfb..83c8f8a86a91 100644 --- a/command/plugin_reload_status.go +++ b/command/plugin_reload_status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_reload_test.go b/command/plugin_reload_test.go index 646fda924505..cf9f2d149c54 100644 --- a/command/plugin_reload_test.go +++ b/command/plugin_reload_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/plugin_test.go b/command/plugin_test.go index 08c350cbd088..2e72bb7c1898 100644 --- a/command/plugin_test.go +++ b/command/plugin_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy.go b/command/policy.go index 289aae134a4f..64fe14a75ebb 100644 --- a/command/policy.go +++ b/command/policy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy_delete.go b/command/policy_delete.go index 199fb74a9663..c4ee61059bd9 100644 --- a/command/policy_delete.go +++ b/command/policy_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy_delete_test.go b/command/policy_delete_test.go index 008cd59766da..7c96d241571c 100644 --- a/command/policy_delete_test.go +++ b/command/policy_delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy_fmt.go b/command/policy_fmt.go index 75a91791327c..219ce1f75b9f 100644 --- a/command/policy_fmt.go +++ b/command/policy_fmt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy_fmt_test.go b/command/policy_fmt_test.go index 89ed5215b6da..25a1565df541 100644 --- a/command/policy_fmt_test.go +++ b/command/policy_fmt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy_list.go b/command/policy_list.go index 7b5bfc12c98e..3800b584627a 100644 --- a/command/policy_list.go +++ b/command/policy_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy_list_test.go b/command/policy_list_test.go index 19766978c733..0626f3a1b678 100644 --- a/command/policy_list_test.go +++ b/command/policy_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy_read.go b/command/policy_read.go index 4f226444bea8..d8b749ee784c 100644 --- a/command/policy_read.go +++ b/command/policy_read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy_read_test.go b/command/policy_read_test.go index f091749176b5..84ec9f9cf64b 100644 --- a/command/policy_read_test.go +++ b/command/policy_read_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy_write.go b/command/policy_write.go index 81ff2b3e1993..d4b5256b0cac 100644 --- a/command/policy_write.go +++ b/command/policy_write.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/policy_write_test.go b/command/policy_write_test.go index 8294ef1934db..57ace717ddab 100644 --- a/command/policy_write_test.go +++ b/command/policy_write_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/print.go b/command/print.go index 19ac0a674dbc..72e653855c4e 100644 --- a/command/print.go +++ b/command/print.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/print_token.go b/command/print_token.go index 862af23e0b2d..904a41f240a2 100644 --- a/command/print_token.go +++ b/command/print_token.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/proxy.go b/command/proxy.go index eaeaf5f91adb..7cd24681c3f7 100644 --- a/command/proxy.go +++ b/command/proxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/proxy/config/config.go b/command/proxy/config/config.go index f760f1eb0473..2aebe3609a94 100644 --- a/command/proxy/config/config.go +++ b/command/proxy/config/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/command/proxy/config/config_test.go b/command/proxy/config/config_test.go index 612d7a686508..c6b631df2f1f 100644 --- a/command/proxy/config/config_test.go +++ b/command/proxy/config/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package config diff --git a/command/proxy_test.go b/command/proxy_test.go index 9b30af922cde..83103ce637d5 100644 --- a/command/proxy_test.go +++ b/command/proxy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/read.go b/command/read.go index 17b85529e12d..c205718f89e7 100644 --- a/command/read.go +++ b/command/read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/read_test.go b/command/read_test.go index fbe7ab414fa5..6f33a1ef2b74 100644 --- a/command/read_test.go +++ b/command/read_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/rotate.go b/command/rotate.go index 7a174f34eb9c..5ed97354c95d 100644 --- a/command/rotate.go +++ b/command/rotate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/rotate_test.go b/command/rotate_test.go index bfd48f7b026c..b591b5f73e15 100644 --- a/command/rotate_test.go +++ b/command/rotate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets.go b/command/secrets.go index 320167226c20..f3a6d9074327 100644 --- a/command/secrets.go +++ b/command/secrets.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets_disable.go b/command/secrets_disable.go index 8d782a524577..b99e3c7193ef 100644 --- a/command/secrets_disable.go +++ b/command/secrets_disable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets_disable_test.go b/command/secrets_disable_test.go index d7c7da713bd7..40058ec2f0fa 100644 --- a/command/secrets_disable_test.go +++ b/command/secrets_disable_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets_enable.go b/command/secrets_enable.go index 39ce3bf1b880..2388234c5f4c 100644 --- a/command/secrets_enable.go +++ b/command/secrets_enable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets_enable_test.go b/command/secrets_enable_test.go index 93984b3c33dd..99c8573775b3 100644 --- a/command/secrets_enable_test.go +++ b/command/secrets_enable_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets_list.go b/command/secrets_list.go index 90a8fe8ed973..7ce6dde457be 100644 --- a/command/secrets_list.go +++ b/command/secrets_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets_list_test.go b/command/secrets_list_test.go index 95b60e34071a..544e7196c8de 100644 --- a/command/secrets_list_test.go +++ b/command/secrets_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets_move.go b/command/secrets_move.go index b74adcd6af7b..c3d8d730a7b2 100644 --- a/command/secrets_move.go +++ b/command/secrets_move.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets_move_test.go b/command/secrets_move_test.go index 3aabaa179bbe..6e7a0d796e54 100644 --- a/command/secrets_move_test.go +++ b/command/secrets_move_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets_tune.go b/command/secrets_tune.go index 74753e29d333..66a409fc9602 100644 --- a/command/secrets_tune.go +++ b/command/secrets_tune.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/secrets_tune_test.go b/command/secrets_tune_test.go index 25b8a7ce791f..8146dec92467 100644 --- a/command/secrets_tune_test.go +++ b/command/secrets_tune_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/server.go b/command/server.go index 517bc8a84619..e2ed54c1a714 100644 --- a/command/server.go +++ b/command/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/server/config.go b/command/server/config.go index 2075b6e10d08..625eb6f08600 100644 --- a/command/server/config.go +++ b/command/server/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/config_custom_response_headers_test.go b/command/server/config_custom_response_headers_test.go index 11c4300b4160..8db646bfd128 100644 --- a/command/server/config_custom_response_headers_test.go +++ b/command/server/config_custom_response_headers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/config_oss_test.go b/command/server/config_oss_test.go index 4a08ddf78ad0..20e97c1cfe7e 100644 --- a/command/server/config_oss_test.go +++ b/command/server/config_oss_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !enterprise diff --git a/command/server/config_telemetry_test.go b/command/server/config_telemetry_test.go index 54245d05151a..18870558cd02 100644 --- a/command/server/config_telemetry_test.go +++ b/command/server/config_telemetry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/config_test.go b/command/server/config_test.go index c6ff96525fe2..1afb083d065b 100644 --- a/command/server/config_test.go +++ b/command/server/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/config_test_helpers.go b/command/server/config_test_helpers.go index ce33c090eead..fdcdefe2930b 100644 --- a/command/server/config_test_helpers.go +++ b/command/server/config_test_helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/config_test_helpers_util.go b/command/server/config_test_helpers_util.go index 7f8c02e1c6a0..f3d77cb9e054 100644 --- a/command/server/config_test_helpers_util.go +++ b/command/server/config_test_helpers_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !enterprise diff --git a/command/server/config_util.go b/command/server/config_util.go index 3570b9a59bb2..eba4846efcbc 100644 --- a/command/server/config_util.go +++ b/command/server/config_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !enterprise diff --git a/command/server/hcp_link_config_test.go b/command/server/hcp_link_config_test.go index 121b855138c3..c038e9b99062 100644 --- a/command/server/hcp_link_config_test.go +++ b/command/server/hcp_link_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/listener.go b/command/server/listener.go index 19b89565ab5c..1e2133dc395b 100644 --- a/command/server/listener.go +++ b/command/server/listener.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/listener_tcp.go b/command/server/listener_tcp.go index 29b601c4bfaa..11c145b3eec4 100644 --- a/command/server/listener_tcp.go +++ b/command/server/listener_tcp.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/listener_tcp_test.go b/command/server/listener_tcp_test.go index 6d73cf2cb32d..fe96548317fe 100644 --- a/command/server/listener_tcp_test.go +++ b/command/server/listener_tcp_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/listener_test.go b/command/server/listener_test.go index f4d555c5c2ca..b1c6be73f7f8 100644 --- a/command/server/listener_test.go +++ b/command/server/listener_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/listener_unix.go b/command/server/listener_unix.go index d5ea772eb476..0b70a046935d 100644 --- a/command/server/listener_unix.go +++ b/command/server/listener_unix.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/listener_unix_test.go b/command/server/listener_unix_test.go index 91eaf121ccde..9d156bbc1350 100644 --- a/command/server/listener_unix_test.go +++ b/command/server/listener_unix_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/server_seal_transit_acc_test.go b/command/server/server_seal_transit_acc_test.go index 074893fcfb88..45e4e9b5165a 100644 --- a/command/server/server_seal_transit_acc_test.go +++ b/command/server/server_seal_transit_acc_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server/tls_util.go b/command/server/tls_util.go index a038c2ae6290..3782370df6a9 100644 --- a/command/server/tls_util.go +++ b/command/server/tls_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package server diff --git a/command/server_noprofile.go b/command/server_noprofile.go index 1cf516a1aaf3..07a9a3902e2a 100644 --- a/command/server_noprofile.go +++ b/command/server_noprofile.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !memprofiler diff --git a/command/server_profile.go b/command/server_profile.go index 42f07d2e8519..fe5cbf7087dc 100644 --- a/command/server_profile.go +++ b/command/server_profile.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build memprofiler diff --git a/command/server_test.go b/command/server_test.go index bfe5b14ddebf..9436fdfa8a9a 100644 --- a/command/server_test.go +++ b/command/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !race && !hsm && !fips_140_3 diff --git a/command/server_util.go b/command/server_util.go index 7bf3196fc8d5..166c5767d9f4 100644 --- a/command/server_util.go +++ b/command/server_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/ssh.go b/command/ssh.go index 90bb03080118..edc8b4cd6637 100644 --- a/command/ssh.go +++ b/command/ssh.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/ssh_test.go b/command/ssh_test.go index 137e541a8681..32f16f79e6e5 100644 --- a/command/ssh_test.go +++ b/command/ssh_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/status.go b/command/status.go index 0b7c61974256..5a979e7c7780 100644 --- a/command/status.go +++ b/command/status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/status_test.go b/command/status_test.go index 5731945ae78f..b423edb6840a 100644 --- a/command/status_test.go +++ b/command/status_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/test-backend/main.go b/command/test-backend/main.go index 90ffa4e77270..69a6fcd0aa5f 100644 --- a/command/test-backend/main.go +++ b/command/test-backend/main.go @@ -1 +1,4 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package test_backend diff --git a/command/token.go b/command/token.go index 7b15275283bc..5ccec004a885 100644 --- a/command/token.go +++ b/command/token.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/token/helper.go b/command/token/helper.go index c8ce76326a7b..a4bf1fa0f866 100644 --- a/command/token/helper.go +++ b/command/token/helper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package token diff --git a/command/token/helper_external.go b/command/token/helper_external.go index 12557a4b3060..26e7f44ee8e9 100644 --- a/command/token/helper_external.go +++ b/command/token/helper_external.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package token diff --git a/command/token/helper_external_test.go b/command/token/helper_external_test.go index d95c8890eaf3..d7b03236022d 100644 --- a/command/token/helper_external_test.go +++ b/command/token/helper_external_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package token diff --git a/command/token/helper_internal.go b/command/token/helper_internal.go index aeb4faa9bef3..866ff1880e10 100644 --- a/command/token/helper_internal.go +++ b/command/token/helper_internal.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package token diff --git a/command/token/helper_internal_test.go b/command/token/helper_internal_test.go index e68359c82008..10a7a0cc974f 100644 --- a/command/token/helper_internal_test.go +++ b/command/token/helper_internal_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package token diff --git a/command/token/helper_testing.go b/command/token/helper_testing.go index e95ff3558047..e948092f4506 100644 --- a/command/token/helper_testing.go +++ b/command/token/helper_testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package token diff --git a/command/token/testing.go b/command/token/testing.go index 85da0840c84a..acfc84338e7a 100644 --- a/command/token/testing.go +++ b/command/token/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package token diff --git a/command/token_capabilities.go b/command/token_capabilities.go index f7e359c06f13..246619011f74 100644 --- a/command/token_capabilities.go +++ b/command/token_capabilities.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/token_capabilities_test.go b/command/token_capabilities_test.go index 14b0f2765834..6dffae53f58d 100644 --- a/command/token_capabilities_test.go +++ b/command/token_capabilities_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/token_create.go b/command/token_create.go index 1efee5ebff06..56e182b73903 100644 --- a/command/token_create.go +++ b/command/token_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/token_create_test.go b/command/token_create_test.go index 31bbd244b2e6..9991afb3625a 100644 --- a/command/token_create_test.go +++ b/command/token_create_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/token_lookup.go b/command/token_lookup.go index 24161399a2c9..78bfd0f98f2e 100644 --- a/command/token_lookup.go +++ b/command/token_lookup.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/token_lookup_test.go b/command/token_lookup_test.go index 3f5636527661..db6807300e66 100644 --- a/command/token_lookup_test.go +++ b/command/token_lookup_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/token_renew.go b/command/token_renew.go index 7a61487b5a25..488ff76364bf 100644 --- a/command/token_renew.go +++ b/command/token_renew.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/token_renew_test.go b/command/token_renew_test.go index 29d9292018cf..70ec46e99e4b 100644 --- a/command/token_renew_test.go +++ b/command/token_renew_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/token_revoke.go b/command/token_revoke.go index 48ccc27ac261..0aa9d0abd851 100644 --- a/command/token_revoke.go +++ b/command/token_revoke.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/token_revoke_test.go b/command/token_revoke_test.go index 6ff8898301a1..70aa8a08c6a1 100644 --- a/command/token_revoke_test.go +++ b/command/token_revoke_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/transform.go b/command/transform.go index 27345a441171..a85229bddbf4 100644 --- a/command/transform.go +++ b/command/transform.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package command import ( diff --git a/command/transform_import_key.go b/command/transform_import_key.go index e41fa625ed05..e582abd28ac3 100644 --- a/command/transform_import_key.go +++ b/command/transform_import_key.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package command import ( diff --git a/command/transform_import_key_version.go b/command/transform_import_key_version.go index 6ed8cb18bd02..38e677b30b05 100644 --- a/command/transform_import_key_version.go +++ b/command/transform_import_key_version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/transit.go b/command/transit.go index a48fef785263..a74ff505881c 100644 --- a/command/transit.go +++ b/command/transit.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/transit_import_key.go b/command/transit_import_key.go index 3eea70093bc1..8d9076bdc733 100644 --- a/command/transit_import_key.go +++ b/command/transit_import_key.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/transit_import_key_test.go b/command/transit_import_key_test.go index e01c03fa00bb..6bcf0237df5c 100644 --- a/command/transit_import_key_test.go +++ b/command/transit_import_key_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/transit_import_key_version.go b/command/transit_import_key_version.go index 1a25078923bb..364481fd36ae 100644 --- a/command/transit_import_key_version.go +++ b/command/transit_import_key_version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/unwrap.go b/command/unwrap.go index 1f920e7806eb..f852845cfb58 100644 --- a/command/unwrap.go +++ b/command/unwrap.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/unwrap_test.go b/command/unwrap_test.go index 608edff51778..41b03095ab27 100644 --- a/command/unwrap_test.go +++ b/command/unwrap_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/util.go b/command/util.go index e24d65d7259f..9393d624df94 100644 --- a/command/util.go +++ b/command/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/version.go b/command/version.go index e9b17227b0bf..1e3dce16a759 100644 --- a/command/version.go +++ b/command/version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/version_history.go b/command/version_history.go index b2dfbae425d9..8f7fe1318d93 100644 --- a/command/version_history.go +++ b/command/version_history.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/version_history_test.go b/command/version_history_test.go index c011a4bf4d7b..b6467b8fcb97 100644 --- a/command/version_history_test.go +++ b/command/version_history_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/version_test.go b/command/version_test.go index ede21e62a9cf..be40377c1c75 100644 --- a/command/version_test.go +++ b/command/version_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/write.go b/command/write.go index 2cc93b8a3504..85c251d1f5a0 100644 --- a/command/write.go +++ b/command/write.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/command/write_test.go b/command/write_test.go index 9b76d391c854..c7c6f68da038 100644 --- a/command/write_test.go +++ b/command/write_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/helper/benchhelpers/benchhelpers.go b/helper/benchhelpers/benchhelpers.go index 06dcde604e61..afb0d4a88a49 100644 --- a/helper/benchhelpers/benchhelpers.go +++ b/helper/benchhelpers/benchhelpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package benchhelpers diff --git a/helper/builtinplugins/registry.go b/helper/builtinplugins/registry.go index b4d3da5937f0..906494e8ab94 100644 --- a/helper/builtinplugins/registry.go +++ b/helper/builtinplugins/registry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package builtinplugins diff --git a/helper/builtinplugins/registry_test.go b/helper/builtinplugins/registry_test.go index 55acdd9859e2..77012886ee27 100644 --- a/helper/builtinplugins/registry_test.go +++ b/helper/builtinplugins/registry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package builtinplugins diff --git a/helper/builtinplugins/registry_util.go b/helper/builtinplugins/registry_util.go index 948092e44433..257bc855628d 100644 --- a/helper/builtinplugins/registry_util.go +++ b/helper/builtinplugins/registry_util.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + //go:build !enterprise package builtinplugins diff --git a/helper/constants/constants_oss.go b/helper/constants/constants_oss.go index 8675f7030658..ac1179cc22e7 100644 --- a/helper/constants/constants_oss.go +++ b/helper/constants/constants_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !enterprise diff --git a/helper/constants/fips.go b/helper/constants/fips.go index 9632d014a549..f5ecc66ce47e 100644 --- a/helper/constants/fips.go +++ b/helper/constants/fips.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !fips diff --git a/helper/constants/fips_build_check.go b/helper/constants/fips_build_check.go index 10e07e583f98..cb2bf5edc836 100644 --- a/helper/constants/fips_build_check.go +++ b/helper/constants/fips_build_check.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build (!fips && (fips_140_2 || fips_140_3)) || (fips && !fips_140_2 && !fips_140_3) || (fips_140_2 && fips_140_3) diff --git a/helper/constants/fips_cgo_check.go b/helper/constants/fips_cgo_check.go index 6de7d9f0d031..409b713afdc9 100644 --- a/helper/constants/fips_cgo_check.go +++ b/helper/constants/fips_cgo_check.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build (fips || fips_140_2 || fips_140_3) && !cgo diff --git a/helper/dhutil/dhutil.go b/helper/dhutil/dhutil.go index 97552d4cc4c6..364fc3c14ace 100644 --- a/helper/dhutil/dhutil.go +++ b/helper/dhutil/dhutil.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dhutil diff --git a/helper/dhutil/dhutil_test.go b/helper/dhutil/dhutil_test.go index 4b94f601d92d..18cd2c064f8e 100644 --- a/helper/dhutil/dhutil_test.go +++ b/helper/dhutil/dhutil_test.go @@ -1,4 +1,4 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dhutil diff --git a/helper/experiments/experiments.go b/helper/experiments/experiments.go index 538430e64ccc..81509b9f6c29 100644 --- a/helper/experiments/experiments.go +++ b/helper/experiments/experiments.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package experiments diff --git a/helper/fairshare/fairshare_testing_util.go b/helper/fairshare/fairshare_testing_util.go index 8061795947d8..5aae025f5e92 100644 --- a/helper/fairshare/fairshare_testing_util.go +++ b/helper/fairshare/fairshare_testing_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fairshare diff --git a/helper/fairshare/jobmanager.go b/helper/fairshare/jobmanager.go index dc9a6198af25..9057159eb1aa 100644 --- a/helper/fairshare/jobmanager.go +++ b/helper/fairshare/jobmanager.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fairshare diff --git a/helper/fairshare/jobmanager_test.go b/helper/fairshare/jobmanager_test.go index 3d6638a4a766..3d903d6aee22 100644 --- a/helper/fairshare/jobmanager_test.go +++ b/helper/fairshare/jobmanager_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fairshare diff --git a/helper/fairshare/workerpool.go b/helper/fairshare/workerpool.go index e655a9084dd6..ef6ee3ad7b5f 100644 --- a/helper/fairshare/workerpool.go +++ b/helper/fairshare/workerpool.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fairshare diff --git a/helper/fairshare/workerpool_test.go b/helper/fairshare/workerpool_test.go index eb563140374b..d347c6734662 100644 --- a/helper/fairshare/workerpool_test.go +++ b/helper/fairshare/workerpool_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fairshare diff --git a/helper/flag-kv/flag.go b/helper/flag-kv/flag.go index a3b04cec11ae..f09332c3ff2c 100644 --- a/helper/flag-kv/flag.go +++ b/helper/flag-kv/flag.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kvFlag diff --git a/helper/flag-kv/flag_test.go b/helper/flag-kv/flag_test.go index b083d52e74e3..91a344403975 100644 --- a/helper/flag-kv/flag_test.go +++ b/helper/flag-kv/flag_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kvFlag diff --git a/helper/flag-slice/flag.go b/helper/flag-slice/flag.go index b8234385ef03..1824fc8477f2 100644 --- a/helper/flag-slice/flag.go +++ b/helper/flag-slice/flag.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sliceflag diff --git a/helper/flag-slice/flag_test.go b/helper/flag-slice/flag_test.go index 7973d57926a2..6662446df7d7 100644 --- a/helper/flag-slice/flag_test.go +++ b/helper/flag-slice/flag_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sliceflag diff --git a/helper/forwarding/types.pb.go b/helper/forwarding/types.pb.go index bf579d0382c2..d239865def24 100644 --- a/helper/forwarding/types.pb.go +++ b/helper/forwarding/types.pb.go @@ -1,5 +1,3 @@ -// Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/helper/forwarding/util.go b/helper/forwarding/util.go index 0df733fdac2f..e9d06de04854 100644 --- a/helper/forwarding/util.go +++ b/helper/forwarding/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package forwarding diff --git a/helper/forwarding/util_test.go b/helper/forwarding/util_test.go index 192646a15f4d..0bf4be76945e 100644 --- a/helper/forwarding/util_test.go +++ b/helper/forwarding/util_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package forwarding diff --git a/helper/hostutil/hostinfo.go b/helper/hostutil/hostinfo.go index 25c11e0b0753..e892ae8a6292 100644 --- a/helper/hostutil/hostinfo.go +++ b/helper/hostutil/hostinfo.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !openbsd diff --git a/helper/hostutil/hostinfo_error.go b/helper/hostutil/hostinfo_error.go index afbec28fa262..2cce22cb7d52 100644 --- a/helper/hostutil/hostinfo_error.go +++ b/helper/hostutil/hostinfo_error.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hostutil diff --git a/helper/hostutil/hostinfo_openbsd.go b/helper/hostutil/hostinfo_openbsd.go index dbe1655e90dc..a73bb2df16f1 100644 --- a/helper/hostutil/hostinfo_openbsd.go +++ b/helper/hostutil/hostinfo_openbsd.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build openbsd diff --git a/helper/hostutil/hostinfo_test.go b/helper/hostutil/hostinfo_test.go index 0f53744adc1e..6862cacf790d 100644 --- a/helper/hostutil/hostinfo_test.go +++ b/helper/hostutil/hostinfo_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hostutil diff --git a/helper/identity/identity.go b/helper/identity/identity.go index a7769f08e018..2d625c4bcc6c 100644 --- a/helper/identity/identity.go +++ b/helper/identity/identity.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package identity diff --git a/helper/identity/mfa/mfa.go b/helper/identity/mfa/mfa.go index 1f8af4f4c20b..a040563b502b 100644 --- a/helper/identity/mfa/mfa.go +++ b/helper/identity/mfa/mfa.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mfa diff --git a/helper/identity/mfa/sentinel.go b/helper/identity/mfa/sentinel.go index a587aa70b699..02bc857ceb03 100644 --- a/helper/identity/mfa/sentinel.go +++ b/helper/identity/mfa/sentinel.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mfa diff --git a/helper/identity/mfa/types.pb.go b/helper/identity/mfa/types.pb.go index 57dbab0da60c..9d16644dd72d 100644 --- a/helper/identity/mfa/types.pb.go +++ b/helper/identity/mfa/types.pb.go @@ -1,5 +1,3 @@ -// Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/helper/identity/sentinel.go b/helper/identity/sentinel.go index 4f65e62c848d..a7ff44c91d79 100644 --- a/helper/identity/sentinel.go +++ b/helper/identity/sentinel.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package identity diff --git a/helper/identity/types.pb.go b/helper/identity/types.pb.go index 91b4c0ff20d7..4fa1dd559979 100644 --- a/helper/identity/types.pb.go +++ b/helper/identity/types.pb.go @@ -1,5 +1,3 @@ -// Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/helper/locking/lock.go b/helper/locking/lock.go index a9bff4c0f06c..cc2e50345229 100644 --- a/helper/locking/lock.go +++ b/helper/locking/lock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package locking diff --git a/helper/logging/logfile.go b/helper/logging/logfile.go index 2ea9764b9f28..2f2eb8fbc46d 100644 --- a/helper/logging/logfile.go +++ b/helper/logging/logfile.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logging diff --git a/helper/logging/logfile_test.go b/helper/logging/logfile_test.go index a0cae986aadc..8cb66693d8ee 100644 --- a/helper/logging/logfile_test.go +++ b/helper/logging/logfile_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logging diff --git a/helper/logging/logger.go b/helper/logging/logger.go index 8768ab552768..b37134b93cb4 100644 --- a/helper/logging/logger.go +++ b/helper/logging/logger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logging diff --git a/helper/logging/logger_test.go b/helper/logging/logger_test.go index 323c761e03d4..c5f7ec50d9bc 100644 --- a/helper/logging/logger_test.go +++ b/helper/logging/logger_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logging diff --git a/helper/metricsutil/bucket.go b/helper/metricsutil/bucket.go index 0f602e22ad15..f25df4d28178 100644 --- a/helper/metricsutil/bucket.go +++ b/helper/metricsutil/bucket.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metricsutil diff --git a/helper/metricsutil/bucket_test.go b/helper/metricsutil/bucket_test.go index 1179e4dbdcef..19b6636ed404 100644 --- a/helper/metricsutil/bucket_test.go +++ b/helper/metricsutil/bucket_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metricsutil diff --git a/helper/metricsutil/gauge_process.go b/helper/metricsutil/gauge_process.go index c6fcd56639a2..bb61f24ddc09 100644 --- a/helper/metricsutil/gauge_process.go +++ b/helper/metricsutil/gauge_process.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metricsutil diff --git a/helper/metricsutil/gauge_process_test.go b/helper/metricsutil/gauge_process_test.go index efd74e707df8..e5e1c6145b5c 100644 --- a/helper/metricsutil/gauge_process_test.go +++ b/helper/metricsutil/gauge_process_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metricsutil diff --git a/helper/metricsutil/metricsutil.go b/helper/metricsutil/metricsutil.go index cfc2e1109655..9654d5234277 100644 --- a/helper/metricsutil/metricsutil.go +++ b/helper/metricsutil/metricsutil.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metricsutil diff --git a/helper/metricsutil/metricsutil_test.go b/helper/metricsutil/metricsutil_test.go index f8f17fedb361..ffe77b56cb0a 100644 --- a/helper/metricsutil/metricsutil_test.go +++ b/helper/metricsutil/metricsutil_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metricsutil diff --git a/helper/metricsutil/wrapped_metrics.go b/helper/metricsutil/wrapped_metrics.go index e3df058e1165..c21f8d831734 100644 --- a/helper/metricsutil/wrapped_metrics.go +++ b/helper/metricsutil/wrapped_metrics.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metricsutil diff --git a/helper/metricsutil/wrapped_metrics_test.go b/helper/metricsutil/wrapped_metrics_test.go index b65809b46109..34c5cdda8c87 100644 --- a/helper/metricsutil/wrapped_metrics_test.go +++ b/helper/metricsutil/wrapped_metrics_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metricsutil diff --git a/helper/monitor/monitor.go b/helper/monitor/monitor.go index 28ecf0eee571..ea4799ff09f5 100644 --- a/helper/monitor/monitor.go +++ b/helper/monitor/monitor.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package monitor diff --git a/helper/monitor/monitor_test.go b/helper/monitor/monitor_test.go index 06e1e0177782..e281952fe686 100644 --- a/helper/monitor/monitor_test.go +++ b/helper/monitor/monitor_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package monitor diff --git a/helper/namespace/namespace.go b/helper/namespace/namespace.go index 04a5b79dbec8..1a2346511dd5 100644 --- a/helper/namespace/namespace.go +++ b/helper/namespace/namespace.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package namespace diff --git a/helper/namespace/namespace_test.go b/helper/namespace/namespace_test.go index fd4c4c2f9988..10ee981b91d7 100644 --- a/helper/namespace/namespace_test.go +++ b/helper/namespace/namespace_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package namespace diff --git a/helper/osutil/fileinfo.go b/helper/osutil/fileinfo.go index f14db6b9c8bf..dffcc0f05917 100644 --- a/helper/osutil/fileinfo.go +++ b/helper/osutil/fileinfo.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package osutil diff --git a/helper/osutil/fileinfo_test.go b/helper/osutil/fileinfo_test.go index 8c3316bc91ab..edf7c50c9d85 100644 --- a/helper/osutil/fileinfo_test.go +++ b/helper/osutil/fileinfo_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package osutil diff --git a/helper/osutil/fileinfo_unix.go b/helper/osutil/fileinfo_unix.go index bb60c498797d..da7b58d61c0d 100644 --- a/helper/osutil/fileinfo_unix.go +++ b/helper/osutil/fileinfo_unix.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !windows diff --git a/helper/osutil/fileinfo_unix_test.go b/helper/osutil/fileinfo_unix_test.go index 302bd9e16847..65ed863febb2 100644 --- a/helper/osutil/fileinfo_unix_test.go +++ b/helper/osutil/fileinfo_unix_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !windows diff --git a/helper/osutil/fileinfo_windows.go b/helper/osutil/fileinfo_windows.go index 193fe3ff8420..9292b4613af1 100644 --- a/helper/osutil/fileinfo_windows.go +++ b/helper/osutil/fileinfo_windows.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build windows diff --git a/helper/parseip/parseip.go b/helper/parseip/parseip.go index 95579633b509..f4e6e0fc3e4d 100644 --- a/helper/parseip/parseip.go +++ b/helper/parseip/parseip.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package parseip diff --git a/helper/parseip/parseip_test.go b/helper/parseip/parseip_test.go index e26c810be677..fd8169a55311 100644 --- a/helper/parseip/parseip_test.go +++ b/helper/parseip/parseip_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package parseip diff --git a/helper/pgpkeys/encrypt_decrypt.go b/helper/pgpkeys/encrypt_decrypt.go index c7a8027cd2ce..861ebf619af9 100644 --- a/helper/pgpkeys/encrypt_decrypt.go +++ b/helper/pgpkeys/encrypt_decrypt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pgpkeys diff --git a/helper/pgpkeys/flag.go b/helper/pgpkeys/flag.go index 79d114b4d9cc..7749e5c8bffb 100644 --- a/helper/pgpkeys/flag.go +++ b/helper/pgpkeys/flag.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pgpkeys diff --git a/helper/pgpkeys/flag_test.go b/helper/pgpkeys/flag_test.go index 9ea25d44d589..f8447b61c588 100644 --- a/helper/pgpkeys/flag_test.go +++ b/helper/pgpkeys/flag_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pgpkeys diff --git a/helper/pgpkeys/keybase.go b/helper/pgpkeys/keybase.go index b24e4bf231c8..541841720f5d 100644 --- a/helper/pgpkeys/keybase.go +++ b/helper/pgpkeys/keybase.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pgpkeys diff --git a/helper/pgpkeys/keybase_test.go b/helper/pgpkeys/keybase_test.go index 7d59899fd9e5..2c8c229cc8cb 100644 --- a/helper/pgpkeys/keybase_test.go +++ b/helper/pgpkeys/keybase_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pgpkeys diff --git a/helper/pgpkeys/test_keys.go b/helper/pgpkeys/test_keys.go index be97698d1216..cccda6e2536b 100644 --- a/helper/pgpkeys/test_keys.go +++ b/helper/pgpkeys/test_keys.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pgpkeys diff --git a/helper/policies/policies.go b/helper/policies/policies.go index 2a3460205798..ea180b4e90e4 100644 --- a/helper/policies/policies.go +++ b/helper/policies/policies.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policies diff --git a/helper/policies/policies_test.go b/helper/policies/policies_test.go index 6356dee18a04..09c104d21ea4 100644 --- a/helper/policies/policies_test.go +++ b/helper/policies/policies_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policies diff --git a/helper/proxyutil/proxyutil.go b/helper/proxyutil/proxyutil.go index b0f06d6b9f26..7724dde2fd3a 100644 --- a/helper/proxyutil/proxyutil.go +++ b/helper/proxyutil/proxyutil.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxyutil diff --git a/helper/random/parser.go b/helper/random/parser.go index c5e82c8c1e5a..f3523226eafd 100644 --- a/helper/random/parser.go +++ b/helper/random/parser.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/random/parser_test.go b/helper/random/parser_test.go index f8af5a5eb920..7ca05fd00b14 100644 --- a/helper/random/parser_test.go +++ b/helper/random/parser_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/random/random_api.go b/helper/random/random_api.go index 5bb9316b15be..0dea4a0a6566 100644 --- a/helper/random/random_api.go +++ b/helper/random/random_api.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/random/registry.go b/helper/random/registry.go index 334df734e24e..59393561a0fb 100644 --- a/helper/random/registry.go +++ b/helper/random/registry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/random/registry_test.go b/helper/random/registry_test.go index 21297aaf21f5..10e6af0de2c8 100644 --- a/helper/random/registry_test.go +++ b/helper/random/registry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/random/rules.go b/helper/random/rules.go index 05cc800c91e8..240437a2f865 100644 --- a/helper/random/rules.go +++ b/helper/random/rules.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/random/rules_test.go b/helper/random/rules_test.go index e85df503b0a1..535bac80670e 100644 --- a/helper/random/rules_test.go +++ b/helper/random/rules_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/random/serializing.go b/helper/random/serializing.go index 5b68d3275874..d3a51ca2d079 100644 --- a/helper/random/serializing.go +++ b/helper/random/serializing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/random/serializing_test.go b/helper/random/serializing_test.go index bfa17ae266e7..b05afd66029e 100644 --- a/helper/random/serializing_test.go +++ b/helper/random/serializing_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/random/string_generator.go b/helper/random/string_generator.go index 48f08ed8924a..62a5ab9061d5 100644 --- a/helper/random/string_generator.go +++ b/helper/random/string_generator.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/random/string_generator_test.go b/helper/random/string_generator_test.go index 8307ff73a485..c8ab3b6ace35 100644 --- a/helper/random/string_generator_test.go +++ b/helper/random/string_generator_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package random diff --git a/helper/storagepacker/storagepacker.go b/helper/storagepacker/storagepacker.go index 2e69f3a27d7a..219049b1bb0a 100644 --- a/helper/storagepacker/storagepacker.go +++ b/helper/storagepacker/storagepacker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package storagepacker diff --git a/helper/storagepacker/storagepacker_test.go b/helper/storagepacker/storagepacker_test.go index ad76107afbf4..e4799e40ef75 100644 --- a/helper/storagepacker/storagepacker_test.go +++ b/helper/storagepacker/storagepacker_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package storagepacker diff --git a/helper/storagepacker/types.pb.go b/helper/storagepacker/types.pb.go index 6dd58b96d37d..d6c7f320869a 100644 --- a/helper/storagepacker/types.pb.go +++ b/helper/storagepacker/types.pb.go @@ -1,5 +1,3 @@ -// Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/helper/testhelpers/azurite/azurite.go b/helper/testhelpers/azurite/azurite.go index a538e5c87eb0..a9b291744a7d 100644 --- a/helper/testhelpers/azurite/azurite.go +++ b/helper/testhelpers/azurite/azurite.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azurite diff --git a/helper/testhelpers/cassandra/cassandrahelper.go b/helper/testhelpers/cassandra/cassandrahelper.go index 64f9df1d0a34..f6ee1f2c2367 100644 --- a/helper/testhelpers/cassandra/cassandrahelper.go +++ b/helper/testhelpers/cassandra/cassandrahelper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cassandra diff --git a/helper/testhelpers/certhelpers/cert_helpers.go b/helper/testhelpers/certhelpers/cert_helpers.go index 42692d01f6a6..d9c89735c618 100644 --- a/helper/testhelpers/certhelpers/cert_helpers.go +++ b/helper/testhelpers/certhelpers/cert_helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package certhelpers diff --git a/helper/testhelpers/consul/consulhelper.go b/helper/testhelpers/consul/consulhelper.go index 9b3f488247c5..d6ab5d72b5c1 100644 --- a/helper/testhelpers/consul/consulhelper.go +++ b/helper/testhelpers/consul/consulhelper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/helper/testhelpers/corehelpers/corehelpers.go b/helper/testhelpers/corehelpers/corehelpers.go index 1771489d63a7..c79e1f7683ff 100644 --- a/helper/testhelpers/corehelpers/corehelpers.go +++ b/helper/testhelpers/corehelpers/corehelpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package corehelpers contains testhelpers that don't depend on package vault, // and thus can be used within vault (as well as elsewhere.) diff --git a/helper/testhelpers/etcd/etcdhelper.go b/helper/testhelpers/etcd/etcdhelper.go index a5b2578439c9..dc8f796e1564 100644 --- a/helper/testhelpers/etcd/etcdhelper.go +++ b/helper/testhelpers/etcd/etcdhelper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package etcd diff --git a/helper/testhelpers/fakegcsserver/fake-gcs-server.go b/helper/testhelpers/fakegcsserver/fake-gcs-server.go index 503824e99e2d..e3f6c7021e96 100644 --- a/helper/testhelpers/fakegcsserver/fake-gcs-server.go +++ b/helper/testhelpers/fakegcsserver/fake-gcs-server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fakegcsserver diff --git a/helper/testhelpers/ldap/ldaphelper.go b/helper/testhelpers/ldap/ldaphelper.go index b0da61464907..3125516a64a4 100644 --- a/helper/testhelpers/ldap/ldaphelper.go +++ b/helper/testhelpers/ldap/ldaphelper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ldap diff --git a/helper/testhelpers/logical/testing.go b/helper/testhelpers/logical/testing.go index f634be2f39b8..ad8149c1ec18 100644 --- a/helper/testhelpers/logical/testing.go +++ b/helper/testhelpers/logical/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testing diff --git a/helper/testhelpers/logical/testing_test.go b/helper/testhelpers/logical/testing_test.go index 9f2d74b72f10..a73b91ecd05a 100644 --- a/helper/testhelpers/logical/testing_test.go +++ b/helper/testhelpers/logical/testing_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testing diff --git a/helper/testhelpers/minio/miniohelper.go b/helper/testhelpers/minio/miniohelper.go index 5550a12106a3..67d611e40a4c 100644 --- a/helper/testhelpers/minio/miniohelper.go +++ b/helper/testhelpers/minio/miniohelper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package minio diff --git a/helper/testhelpers/mongodb/mongodbhelper.go b/helper/testhelpers/mongodb/mongodbhelper.go index 1f7afe30c313..7ca214fcc081 100644 --- a/helper/testhelpers/mongodb/mongodbhelper.go +++ b/helper/testhelpers/mongodb/mongodbhelper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mongodb diff --git a/helper/testhelpers/mssql/mssqlhelper.go b/helper/testhelpers/mssql/mssqlhelper.go index e4a19e10b48c..c91a86cfdfd3 100644 --- a/helper/testhelpers/mssql/mssqlhelper.go +++ b/helper/testhelpers/mssql/mssqlhelper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mssqlhelper diff --git a/helper/testhelpers/mysql/mysqlhelper.go b/helper/testhelpers/mysql/mysqlhelper.go index 31490dc91eed..9c7d50b2248c 100644 --- a/helper/testhelpers/mysql/mysqlhelper.go +++ b/helper/testhelpers/mysql/mysqlhelper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mysqlhelper diff --git a/helper/testhelpers/pluginhelpers/pluginhelpers.go b/helper/testhelpers/pluginhelpers/pluginhelpers.go index e9a006704492..457159f420d9 100644 --- a/helper/testhelpers/pluginhelpers/pluginhelpers.go +++ b/helper/testhelpers/pluginhelpers/pluginhelpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package pluginhelpers contains testhelpers that don't depend on package // vault, and thus can be used within vault (as well as elsewhere.) diff --git a/helper/testhelpers/postgresql/postgresqlhelper.go b/helper/testhelpers/postgresql/postgresqlhelper.go index 4f90177cc2cb..7e5f25c626af 100644 --- a/helper/testhelpers/postgresql/postgresqlhelper.go +++ b/helper/testhelpers/postgresql/postgresqlhelper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package postgresql diff --git a/helper/testhelpers/seal/sealhelper.go b/helper/testhelpers/seal/sealhelper.go index b05401f1cdbf..93f46315d0af 100644 --- a/helper/testhelpers/seal/sealhelper.go +++ b/helper/testhelpers/seal/sealhelper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sealhelper diff --git a/helper/testhelpers/testhelpers.go b/helper/testhelpers/testhelpers.go index 6ae51602bfdd..261e03b6fcb9 100644 --- a/helper/testhelpers/testhelpers.go +++ b/helper/testhelpers/testhelpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testhelpers diff --git a/helper/testhelpers/testhelpers_oss.go b/helper/testhelpers/testhelpers_oss.go index fc55e9b52c73..8965ed9169a3 100644 --- a/helper/testhelpers/testhelpers_oss.go +++ b/helper/testhelpers/testhelpers_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !enterprise diff --git a/helper/testhelpers/teststorage/consul/consul.go b/helper/testhelpers/teststorage/consul/consul.go index d16e4f5b774a..26a2175dac2e 100644 --- a/helper/testhelpers/teststorage/consul/consul.go +++ b/helper/testhelpers/teststorage/consul/consul.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/helper/testhelpers/teststorage/teststorage.go b/helper/testhelpers/teststorage/teststorage.go index edbc26e67dc7..9c588078fab1 100644 --- a/helper/testhelpers/teststorage/teststorage.go +++ b/helper/testhelpers/teststorage/teststorage.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package teststorage diff --git a/helper/testhelpers/teststorage/teststorage_reusable.go b/helper/testhelpers/teststorage/teststorage_reusable.go index ff9fd2b55668..1a1ba8b76ef2 100644 --- a/helper/testhelpers/teststorage/teststorage_reusable.go +++ b/helper/testhelpers/teststorage/teststorage_reusable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package teststorage diff --git a/helper/timeutil/timeutil.go b/helper/timeutil/timeutil.go index 16f8343513e9..6904b6751779 100644 --- a/helper/timeutil/timeutil.go +++ b/helper/timeutil/timeutil.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package timeutil diff --git a/helper/timeutil/timeutil_test.go b/helper/timeutil/timeutil_test.go index b9ccdbd5ba22..f4098e4675eb 100644 --- a/helper/timeutil/timeutil_test.go +++ b/helper/timeutil/timeutil_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package timeutil diff --git a/helper/useragent/useragent.go b/helper/useragent/useragent.go index a16b8716e352..0becfe9e9fd6 100644 --- a/helper/useragent/useragent.go +++ b/helper/useragent/useragent.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package useragent diff --git a/helper/useragent/useragent_test.go b/helper/useragent/useragent_test.go index af5e2f062274..f58363a8e913 100644 --- a/helper/useragent/useragent_test.go +++ b/helper/useragent/useragent_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package useragent diff --git a/helper/versions/version.go b/helper/versions/version.go index 9eb8077b8923..590e25ec0ada 100644 --- a/helper/versions/version.go +++ b/helper/versions/version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package versions diff --git a/helper/versions/version_test.go b/helper/versions/version_test.go index 85b46cdd3fbf..c6d31f4dc00e 100644 --- a/helper/versions/version_test.go +++ b/helper/versions/version_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package versions diff --git a/http/assets.go b/http/assets.go index b60a594942c7..f1f080c27284 100644 --- a/http/assets.go +++ b/http/assets.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build ui diff --git a/http/assets_stub.go b/http/assets_stub.go index e1b4daf3991e..de29ee972100 100644 --- a/http/assets_stub.go +++ b/http/assets_stub.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !ui diff --git a/http/auth_token_test.go b/http/auth_token_test.go index d96e18383ac7..37903a418583 100644 --- a/http/auth_token_test.go +++ b/http/auth_token_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/cors.go b/http/cors.go index 7e8c311e624f..7381962073e2 100644 --- a/http/cors.go +++ b/http/cors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/custom_header_test.go b/http/custom_header_test.go index 289379a84cb6..36227cc781dc 100644 --- a/http/custom_header_test.go +++ b/http/custom_header_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/events.go b/http/events.go index 072fcd60ea04..16bca15571c2 100644 --- a/http/events.go +++ b/http/events.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/events_test.go b/http/events_test.go index b5ce0a1a3581..4d90367e51e7 100644 --- a/http/events_test.go +++ b/http/events_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/forwarded_for_test.go b/http/forwarded_for_test.go index 89bc62acc265..c0409bab30f0 100644 --- a/http/forwarded_for_test.go +++ b/http/forwarded_for_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/forwarding_bench_test.go b/http/forwarding_bench_test.go index 0c3f5e2a286d..8d933ac2c46b 100644 --- a/http/forwarding_bench_test.go +++ b/http/forwarding_bench_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/forwarding_test.go b/http/forwarding_test.go index 51cc2c0e0181..f3b81fd834aa 100644 --- a/http/forwarding_test.go +++ b/http/forwarding_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/handler.go b/http/handler.go index 6aaf92c43ab4..94d5dd90238e 100644 --- a/http/handler.go +++ b/http/handler.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/handler_test.go b/http/handler_test.go index 0a15b22b4a76..d4a07b3d4b89 100644 --- a/http/handler_test.go +++ b/http/handler_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/help.go b/http/help.go index 64085f1e38b6..e4d03b261c9f 100644 --- a/http/help.go +++ b/http/help.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/help_test.go b/http/help_test.go index d02c26a9521e..5fa96e50ddad 100644 --- a/http/help_test.go +++ b/http/help_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/http_test.go b/http/http_test.go index 5e51ce7d0fe3..f2283eec98af 100644 --- a/http/http_test.go +++ b/http/http_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/logical.go b/http/logical.go index 8a681d9107d4..36e3f9c8a3e3 100644 --- a/http/logical.go +++ b/http/logical.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/logical_test.go b/http/logical_test.go index a9ccdff0525f..83a96c4a3c6f 100644 --- a/http/logical_test.go +++ b/http/logical_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/plugin_test.go b/http/plugin_test.go index b0d85be6d173..5e612e098036 100644 --- a/http/plugin_test.go +++ b/http/plugin_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_audit_test.go b/http/sys_audit_test.go index 2ec4ffc30c51..d5975909eaf0 100644 --- a/http/sys_audit_test.go +++ b/http/sys_audit_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_auth_test.go b/http/sys_auth_test.go index 3bd0a009dda8..03cc8aad2a69 100644 --- a/http/sys_auth_test.go +++ b/http/sys_auth_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_config_cors_test.go b/http/sys_config_cors_test.go index 2f4a29a49e06..8df6f3194bcf 100644 --- a/http/sys_config_cors_test.go +++ b/http/sys_config_cors_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_config_state_test.go b/http/sys_config_state_test.go index 5dfdf27f5011..0d28c9a1c2f0 100644 --- a/http/sys_config_state_test.go +++ b/http/sys_config_state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_feature_flags.go b/http/sys_feature_flags.go index 9f654b7febda..9e7244da750b 100644 --- a/http/sys_feature_flags.go +++ b/http/sys_feature_flags.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_generate_root.go b/http/sys_generate_root.go index 7f953e4d449a..ffe0c14ec154 100644 --- a/http/sys_generate_root.go +++ b/http/sys_generate_root.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_generate_root_test.go b/http/sys_generate_root_test.go index dbd7796315a6..8358d18a537a 100644 --- a/http/sys_generate_root_test.go +++ b/http/sys_generate_root_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_health.go b/http/sys_health.go index b3f29d4dd5e6..65dbb051f43d 100644 --- a/http/sys_health.go +++ b/http/sys_health.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_health_test.go b/http/sys_health_test.go index 9761ec16c98c..48caa6e1ca41 100644 --- a/http/sys_health_test.go +++ b/http/sys_health_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_hostinfo_test.go b/http/sys_hostinfo_test.go index 756841e724f7..2df641ea8403 100644 --- a/http/sys_hostinfo_test.go +++ b/http/sys_hostinfo_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_in_flight_requests.go b/http/sys_in_flight_requests.go index bdf3ebaf9d20..a31ae2ffc2f8 100644 --- a/http/sys_in_flight_requests.go +++ b/http/sys_in_flight_requests.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_in_flight_requests_test.go b/http/sys_in_flight_requests_test.go index 93c92c539835..880a9ad61560 100644 --- a/http/sys_in_flight_requests_test.go +++ b/http/sys_in_flight_requests_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_init.go b/http/sys_init.go index 905916bef628..23279580a697 100644 --- a/http/sys_init.go +++ b/http/sys_init.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_init_test.go b/http/sys_init_test.go index 79dd275824bd..e6cd8825dfea 100644 --- a/http/sys_init_test.go +++ b/http/sys_init_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_internal_test.go b/http/sys_internal_test.go index 11d9376248c5..0303a8c7ff02 100644 --- a/http/sys_internal_test.go +++ b/http/sys_internal_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_leader.go b/http/sys_leader.go index 6b39c4401af3..7a14164f4be7 100644 --- a/http/sys_leader.go +++ b/http/sys_leader.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_leader_test.go b/http/sys_leader_test.go index 3292b7f2407b..e495e118703a 100644 --- a/http/sys_leader_test.go +++ b/http/sys_leader_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_lease_test.go b/http/sys_lease_test.go index 6b069ca37ced..9db9cb0d02a2 100644 --- a/http/sys_lease_test.go +++ b/http/sys_lease_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_metrics.go b/http/sys_metrics.go index 2bb819b34fd8..27cb45f2560d 100644 --- a/http/sys_metrics.go +++ b/http/sys_metrics.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_metrics_test.go b/http/sys_metrics_test.go index 167347b4f700..1198815a5533 100644 --- a/http/sys_metrics_test.go +++ b/http/sys_metrics_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_monitor_test.go b/http/sys_monitor_test.go index 5d428c419a9c..5e6b49d0d14d 100644 --- a/http/sys_monitor_test.go +++ b/http/sys_monitor_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_mount_test.go b/http/sys_mount_test.go index 384f5bf810bf..33da48d80a2a 100644 --- a/http/sys_mount_test.go +++ b/http/sys_mount_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_mounts_test.go b/http/sys_mounts_test.go index 5f2218514ec0..4f597f474a26 100644 --- a/http/sys_mounts_test.go +++ b/http/sys_mounts_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_policy_test.go b/http/sys_policy_test.go index 1ab1e85bb7ac..777bd9b91bc4 100644 --- a/http/sys_policy_test.go +++ b/http/sys_policy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_raft.go b/http/sys_raft.go index 1e00ebe5d90c..e209f0a6f4ea 100644 --- a/http/sys_raft.go +++ b/http/sys_raft.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_rekey.go b/http/sys_rekey.go index c05dc8397653..0968076246c9 100644 --- a/http/sys_rekey.go +++ b/http/sys_rekey.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_rekey_test.go b/http/sys_rekey_test.go index eaef4dd7a1f3..e39664447693 100644 --- a/http/sys_rekey_test.go +++ b/http/sys_rekey_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_rotate_test.go b/http/sys_rotate_test.go index dfc28a257c55..3ceb167c1cd7 100644 --- a/http/sys_rotate_test.go +++ b/http/sys_rotate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_seal.go b/http/sys_seal.go index c4f4c4f2d8b1..8d74f33215db 100644 --- a/http/sys_seal.go +++ b/http/sys_seal.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_seal_test.go b/http/sys_seal_test.go index ef5922d52220..f11335bac523 100644 --- a/http/sys_seal_test.go +++ b/http/sys_seal_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/sys_wrapping_test.go b/http/sys_wrapping_test.go index c991bd230480..d059e5830f4b 100644 --- a/http/sys_wrapping_test.go +++ b/http/sys_wrapping_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/testing.go b/http/testing.go index 95153991e766..5797e4dc5b86 100644 --- a/http/testing.go +++ b/http/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/unwrapping_raw_body_test.go b/http/unwrapping_raw_body_test.go index e1ad0df9c297..de145486dbaa 100644 --- a/http/unwrapping_raw_body_test.go +++ b/http/unwrapping_raw_body_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/http/util.go b/http/util.go index 87b593ba2572..8909ac2bf965 100644 --- a/http/util.go +++ b/http/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/internal/go118_sha1_patch.go b/internal/go118_sha1_patch.go index fc2ccf238266..bce531889681 100644 --- a/internal/go118_sha1_patch.go +++ b/internal/go118_sha1_patch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package internal diff --git a/internalshared/configutil/config.go b/internalshared/configutil/config.go index 04f94a8544a5..ffbf7b5f15be 100644 --- a/internalshared/configutil/config.go +++ b/internalshared/configutil/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/config_test.go b/internalshared/configutil/config_test.go index e44bf7f99161..4362f92284e5 100644 --- a/internalshared/configutil/config_test.go +++ b/internalshared/configutil/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/config_util.go b/internalshared/configutil/config_util.go index 3fd4bb948713..76e2b198a60e 100644 --- a/internalshared/configutil/config_util.go +++ b/internalshared/configutil/config_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !enterprise diff --git a/internalshared/configutil/encrypt_decrypt.go b/internalshared/configutil/encrypt_decrypt.go index f0e5fcc04270..84ad39fb6a24 100644 --- a/internalshared/configutil/encrypt_decrypt.go +++ b/internalshared/configutil/encrypt_decrypt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/encrypt_decrypt_test.go b/internalshared/configutil/encrypt_decrypt_test.go index 19bf6858338b..7f2679afd3b9 100644 --- a/internalshared/configutil/encrypt_decrypt_test.go +++ b/internalshared/configutil/encrypt_decrypt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/hcp_link.go b/internalshared/configutil/hcp_link.go index fd8d6b6ca853..0f130961d1af 100644 --- a/internalshared/configutil/hcp_link.go +++ b/internalshared/configutil/hcp_link.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/http_response_headers.go b/internalshared/configutil/http_response_headers.go index b808f9e6522c..cbc71bccfac3 100644 --- a/internalshared/configutil/http_response_headers.go +++ b/internalshared/configutil/http_response_headers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/kms.go b/internalshared/configutil/kms.go index 025018124984..ab6c59463c10 100644 --- a/internalshared/configutil/kms.go +++ b/internalshared/configutil/kms.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/lint.go b/internalshared/configutil/lint.go index 24b968e6b96b..3831564549c7 100644 --- a/internalshared/configutil/lint.go +++ b/internalshared/configutil/lint.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/listener.go b/internalshared/configutil/listener.go index 5e9373a169c7..0db3b1e5798b 100644 --- a/internalshared/configutil/listener.go +++ b/internalshared/configutil/listener.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/listener_test.go b/internalshared/configutil/listener_test.go index da7d76596b6f..4678ee4dfe5a 100644 --- a/internalshared/configutil/listener_test.go +++ b/internalshared/configutil/listener_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/merge.go b/internalshared/configutil/merge.go index 940e8bfcfb2c..5068be556c24 100644 --- a/internalshared/configutil/merge.go +++ b/internalshared/configutil/merge.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/telemetry.go b/internalshared/configutil/telemetry.go index 270eb493d5ee..eb9bdd00c42e 100644 --- a/internalshared/configutil/telemetry.go +++ b/internalshared/configutil/telemetry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/telemetry_test.go b/internalshared/configutil/telemetry_test.go index aaeb808171ab..285278eeaeba 100644 --- a/internalshared/configutil/telemetry_test.go +++ b/internalshared/configutil/telemetry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/userlockout.go b/internalshared/configutil/userlockout.go index df76308ddb5a..5e7d4e209b97 100644 --- a/internalshared/configutil/userlockout.go +++ b/internalshared/configutil/userlockout.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/configutil/userlockout_test.go b/internalshared/configutil/userlockout_test.go index db05441c684d..0bc5f0dce10e 100644 --- a/internalshared/configutil/userlockout_test.go +++ b/internalshared/configutil/userlockout_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configutil diff --git a/internalshared/listenerutil/bufconn.go b/internalshared/listenerutil/bufconn.go index 54af0a783e20..d471ee118fce 100644 --- a/internalshared/listenerutil/bufconn.go +++ b/internalshared/listenerutil/bufconn.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package listenerutil diff --git a/internalshared/listenerutil/listener.go b/internalshared/listenerutil/listener.go index 9a4edb45dcdc..76b80860e4fd 100644 --- a/internalshared/listenerutil/listener.go +++ b/internalshared/listenerutil/listener.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package listenerutil diff --git a/internalshared/listenerutil/listener_test.go b/internalshared/listenerutil/listener_test.go index 6219727e1907..c315fd24326a 100644 --- a/internalshared/listenerutil/listener_test.go +++ b/internalshared/listenerutil/listener_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package listenerutil diff --git a/main.go b/main.go index 0417bd98773b..a48e21b6942c 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main // import "github.com/hashicorp/vault" diff --git a/main_test.go b/main_test.go index 36398339dfcf..78b0e69a6cb0 100644 --- a/main_test.go +++ b/main_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main // import "github.com/hashicorp/vault" diff --git a/physical/aerospike/aerospike.go b/physical/aerospike/aerospike.go index 81aab224ac24..4e8aeb782afb 100644 --- a/physical/aerospike/aerospike.go +++ b/physical/aerospike/aerospike.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aerospike diff --git a/physical/aerospike/aerospike_test.go b/physical/aerospike/aerospike_test.go index 6887610eaffc..54d3ddb9ef74 100644 --- a/physical/aerospike/aerospike_test.go +++ b/physical/aerospike/aerospike_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aerospike diff --git a/physical/alicloudoss/alicloudoss.go b/physical/alicloudoss/alicloudoss.go index d32d14b3b00a..d82287e20268 100644 --- a/physical/alicloudoss/alicloudoss.go +++ b/physical/alicloudoss/alicloudoss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package alicloudoss diff --git a/physical/alicloudoss/alicloudoss_test.go b/physical/alicloudoss/alicloudoss_test.go index 1b098bd34405..b7a94db3a818 100644 --- a/physical/alicloudoss/alicloudoss_test.go +++ b/physical/alicloudoss/alicloudoss_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package alicloudoss diff --git a/physical/azure/azure.go b/physical/azure/azure.go index fe884491dbf5..251d2301c0f5 100644 --- a/physical/azure/azure.go +++ b/physical/azure/azure.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/physical/azure/azure_test.go b/physical/azure/azure_test.go index a004c8335763..97b2bbce8822 100644 --- a/physical/azure/azure_test.go +++ b/physical/azure/azure_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/physical/cassandra/cassandra.go b/physical/cassandra/cassandra.go index fc9261a55027..1c592ee33a3f 100644 --- a/physical/cassandra/cassandra.go +++ b/physical/cassandra/cassandra.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cassandra diff --git a/physical/cassandra/cassandra_test.go b/physical/cassandra/cassandra_test.go index 9466d0a70845..3370c3947960 100644 --- a/physical/cassandra/cassandra_test.go +++ b/physical/cassandra/cassandra_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cassandra diff --git a/physical/cockroachdb/cockroachdb.go b/physical/cockroachdb/cockroachdb.go index 38f935cdebd5..3258ecb940de 100644 --- a/physical/cockroachdb/cockroachdb.go +++ b/physical/cockroachdb/cockroachdb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cockroachdb diff --git a/physical/cockroachdb/cockroachdb_ha.go b/physical/cockroachdb/cockroachdb_ha.go index 39b617546a87..03728d63c236 100644 --- a/physical/cockroachdb/cockroachdb_ha.go +++ b/physical/cockroachdb/cockroachdb_ha.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cockroachdb diff --git a/physical/cockroachdb/cockroachdb_test.go b/physical/cockroachdb/cockroachdb_test.go index da1da96fd7ed..f7ba9e0f2d2a 100644 --- a/physical/cockroachdb/cockroachdb_test.go +++ b/physical/cockroachdb/cockroachdb_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cockroachdb diff --git a/physical/cockroachdb/keywords.go b/physical/cockroachdb/keywords.go index f44089f9f76f..c57c9eae1a59 100644 --- a/physical/cockroachdb/keywords.go +++ b/physical/cockroachdb/keywords.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cockroachdb diff --git a/physical/consul/consul.go b/physical/consul/consul.go index d26c729dd2ea..d7c5e6505e11 100644 --- a/physical/consul/consul.go +++ b/physical/consul/consul.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/physical/consul/consul_test.go b/physical/consul/consul_test.go index 7de69b6c7788..b01ddd210363 100644 --- a/physical/consul/consul_test.go +++ b/physical/consul/consul_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/physical/consul/helpers.go b/physical/consul/helpers.go index ce7c47fdcc9d..2f6ac574b0b7 100644 --- a/physical/consul/helpers.go +++ b/physical/consul/helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/physical/couchdb/couchdb.go b/physical/couchdb/couchdb.go index 9c54b0494ae7..0a1c379c6ee9 100644 --- a/physical/couchdb/couchdb.go +++ b/physical/couchdb/couchdb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package couchdb diff --git a/physical/couchdb/couchdb_test.go b/physical/couchdb/couchdb_test.go index 359b20561309..724e1348543b 100644 --- a/physical/couchdb/couchdb_test.go +++ b/physical/couchdb/couchdb_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package couchdb diff --git a/physical/dynamodb/dynamodb.go b/physical/dynamodb/dynamodb.go index 591c65cf710a..b09116f7c7ec 100644 --- a/physical/dynamodb/dynamodb.go +++ b/physical/dynamodb/dynamodb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dynamodb diff --git a/physical/dynamodb/dynamodb_test.go b/physical/dynamodb/dynamodb_test.go index a0b60461b0c4..eb0e8da0c81a 100644 --- a/physical/dynamodb/dynamodb_test.go +++ b/physical/dynamodb/dynamodb_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dynamodb diff --git a/physical/etcd/etcd.go b/physical/etcd/etcd.go index f17a552b54c9..1d332dc9c43b 100644 --- a/physical/etcd/etcd.go +++ b/physical/etcd/etcd.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package etcd diff --git a/physical/etcd/etcd3.go b/physical/etcd/etcd3.go index 8501a8b40faa..62781f01180c 100644 --- a/physical/etcd/etcd3.go +++ b/physical/etcd/etcd3.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package etcd diff --git a/physical/etcd/etcd3_test.go b/physical/etcd/etcd3_test.go index 9156fc136f4e..7af1ecd7163e 100644 --- a/physical/etcd/etcd3_test.go +++ b/physical/etcd/etcd3_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package etcd diff --git a/physical/foundationdb/foundationdb.go b/physical/foundationdb/foundationdb.go index 03f984f56039..0f18650c1d42 100644 --- a/physical/foundationdb/foundationdb.go +++ b/physical/foundationdb/foundationdb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build foundationdb diff --git a/physical/foundationdb/foundationdb_test.go b/physical/foundationdb/foundationdb_test.go index ecd6aa8234e7..2ced4742c0f2 100644 --- a/physical/foundationdb/foundationdb_test.go +++ b/physical/foundationdb/foundationdb_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build foundationdb diff --git a/physical/foundationdb/foundationdbstub.go b/physical/foundationdb/foundationdbstub.go index 283ca0969f0f..d8669fb6464b 100644 --- a/physical/foundationdb/foundationdbstub.go +++ b/physical/foundationdb/foundationdbstub.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !foundationdb diff --git a/physical/gcs/gcs.go b/physical/gcs/gcs.go index 4a3f5bdf4961..eea7a515ac8d 100644 --- a/physical/gcs/gcs.go +++ b/physical/gcs/gcs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gcs diff --git a/physical/gcs/gcs_ha.go b/physical/gcs/gcs_ha.go index 2e4e762a7469..279b79ab1f08 100644 --- a/physical/gcs/gcs_ha.go +++ b/physical/gcs/gcs_ha.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gcs diff --git a/physical/gcs/gcs_ha_test.go b/physical/gcs/gcs_ha_test.go index cdd59e731da9..ab6ca888a698 100644 --- a/physical/gcs/gcs_ha_test.go +++ b/physical/gcs/gcs_ha_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gcs diff --git a/physical/gcs/gcs_test.go b/physical/gcs/gcs_test.go index 332ba35d79ba..6ee9ab432c81 100644 --- a/physical/gcs/gcs_test.go +++ b/physical/gcs/gcs_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gcs diff --git a/physical/manta/manta.go b/physical/manta/manta.go index cfb0770144ab..5ab1c4e05791 100644 --- a/physical/manta/manta.go +++ b/physical/manta/manta.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package manta diff --git a/physical/manta/manta_test.go b/physical/manta/manta_test.go index 67d50fe71b14..11b024dd918c 100644 --- a/physical/manta/manta_test.go +++ b/physical/manta/manta_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package manta diff --git a/physical/mssql/mssql.go b/physical/mssql/mssql.go index 2859a65ef324..357e3134d4a5 100644 --- a/physical/mssql/mssql.go +++ b/physical/mssql/mssql.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mssql diff --git a/physical/mssql/mssql_test.go b/physical/mssql/mssql_test.go index 2324ff5c03f2..6b794f10bfb4 100644 --- a/physical/mssql/mssql_test.go +++ b/physical/mssql/mssql_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mssql diff --git a/physical/mysql/mysql.go b/physical/mysql/mysql.go index 225882f7575b..40d9611a9d4f 100644 --- a/physical/mysql/mysql.go +++ b/physical/mysql/mysql.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mysql diff --git a/physical/mysql/mysql_test.go b/physical/mysql/mysql_test.go index b13c7e4a57c4..30d8372caa1f 100644 --- a/physical/mysql/mysql_test.go +++ b/physical/mysql/mysql_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mysql diff --git a/physical/postgresql/postgresql.go b/physical/postgresql/postgresql.go index a70133066750..911dfa18f3e2 100644 --- a/physical/postgresql/postgresql.go +++ b/physical/postgresql/postgresql.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package postgresql diff --git a/physical/postgresql/postgresql_test.go b/physical/postgresql/postgresql_test.go index 5dec40aba5d9..70d39ebedbef 100644 --- a/physical/postgresql/postgresql_test.go +++ b/physical/postgresql/postgresql_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package postgresql diff --git a/physical/raft/bolt_32bit_test.go b/physical/raft/bolt_32bit_test.go index 7694d82f5cab..4e6aaccacd3a 100644 --- a/physical/raft/bolt_32bit_test.go +++ b/physical/raft/bolt_32bit_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build 386 || arm diff --git a/physical/raft/bolt_64bit_test.go b/physical/raft/bolt_64bit_test.go index c4b89b8cdc14..f6f1bbd2dee3 100644 --- a/physical/raft/bolt_64bit_test.go +++ b/physical/raft/bolt_64bit_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !386 && !arm diff --git a/physical/raft/bolt_linux.go b/physical/raft/bolt_linux.go index b7774c61eaa8..811c148a1050 100644 --- a/physical/raft/bolt_linux.go +++ b/physical/raft/bolt_linux.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/chunking_test.go b/physical/raft/chunking_test.go index 64f83e6b8daa..035ccc2458f2 100644 --- a/physical/raft/chunking_test.go +++ b/physical/raft/chunking_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/fsm.go b/physical/raft/fsm.go index a8882812665e..abc5e87a0fc8 100644 --- a/physical/raft/fsm.go +++ b/physical/raft/fsm.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/fsm_test.go b/physical/raft/fsm_test.go index ba0e382f0977..44557048bd2b 100644 --- a/physical/raft/fsm_test.go +++ b/physical/raft/fsm_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/msgpack.go b/physical/raft/msgpack.go index 88ac74d59498..b9b4f110486b 100644 --- a/physical/raft/msgpack.go +++ b/physical/raft/msgpack.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/raft.go b/physical/raft/raft.go index bfb4139b23b9..223f982e2888 100644 --- a/physical/raft/raft.go +++ b/physical/raft/raft.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/raft_autopilot.go b/physical/raft/raft_autopilot.go index 3d8878a951a7..d1a9de6b6795 100644 --- a/physical/raft/raft_autopilot.go +++ b/physical/raft/raft_autopilot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/raft_test.go b/physical/raft/raft_test.go index 73d0ce32c543..cc3594f0f12d 100644 --- a/physical/raft/raft_test.go +++ b/physical/raft/raft_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/raft_util.go b/physical/raft/raft_util.go index bd496dfac64b..722f8e2fc8d0 100644 --- a/physical/raft/raft_util.go +++ b/physical/raft/raft_util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !enterprise diff --git a/physical/raft/snapshot.go b/physical/raft/snapshot.go index 68d9c953f819..3eb818574958 100644 --- a/physical/raft/snapshot.go +++ b/physical/raft/snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/snapshot_test.go b/physical/raft/snapshot_test.go index 3472c8d53981..d85af4da5f73 100644 --- a/physical/raft/snapshot_test.go +++ b/physical/raft/snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/streamlayer.go b/physical/raft/streamlayer.go index 90d8e495cbaf..861f4f60488c 100644 --- a/physical/raft/streamlayer.go +++ b/physical/raft/streamlayer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/streamlayer_test.go b/physical/raft/streamlayer_test.go index d826eaadca75..bc35eb66ffe4 100644 --- a/physical/raft/streamlayer_test.go +++ b/physical/raft/streamlayer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/testing.go b/physical/raft/testing.go index ea6847911f2b..632924950081 100644 --- a/physical/raft/testing.go +++ b/physical/raft/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft diff --git a/physical/raft/types.pb.go b/physical/raft/types.pb.go index 2835e1f17d96..9cc5e948c6e4 100644 --- a/physical/raft/types.pb.go +++ b/physical/raft/types.pb.go @@ -1,5 +1,3 @@ -// Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/physical/raft/vars_32bit.go b/physical/raft/vars_32bit.go index 6e5c51fe9352..1b43384726d6 100644 --- a/physical/raft/vars_32bit.go +++ b/physical/raft/vars_32bit.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build 386 || arm || windows diff --git a/physical/raft/vars_64bit.go b/physical/raft/vars_64bit.go index a1eea0febc08..4c728e23630d 100644 --- a/physical/raft/vars_64bit.go +++ b/physical/raft/vars_64bit.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !386 && !arm && !windows diff --git a/physical/s3/s3.go b/physical/s3/s3.go index 0cb8e0af3552..da82acccd3ca 100644 --- a/physical/s3/s3.go +++ b/physical/s3/s3.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package s3 diff --git a/physical/s3/s3_test.go b/physical/s3/s3_test.go index 139e41dfad98..68b23f129841 100644 --- a/physical/s3/s3_test.go +++ b/physical/s3/s3_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package s3 diff --git a/physical/spanner/spanner.go b/physical/spanner/spanner.go index b84e0d4637b4..4151d93ba1b8 100644 --- a/physical/spanner/spanner.go +++ b/physical/spanner/spanner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package spanner diff --git a/physical/spanner/spanner_ha.go b/physical/spanner/spanner_ha.go index d116be0ba34e..377704d571be 100644 --- a/physical/spanner/spanner_ha.go +++ b/physical/spanner/spanner_ha.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package spanner diff --git a/physical/spanner/spanner_ha_test.go b/physical/spanner/spanner_ha_test.go index dad39ad4c95b..c6afbd001bc5 100644 --- a/physical/spanner/spanner_ha_test.go +++ b/physical/spanner/spanner_ha_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package spanner diff --git a/physical/spanner/spanner_test.go b/physical/spanner/spanner_test.go index 4b7c1c46b114..fc761f1e3235 100644 --- a/physical/spanner/spanner_test.go +++ b/physical/spanner/spanner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package spanner diff --git a/physical/swift/swift.go b/physical/swift/swift.go index d616bfe35b32..b19b58bda8ca 100644 --- a/physical/swift/swift.go +++ b/physical/swift/swift.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package swift diff --git a/physical/swift/swift_test.go b/physical/swift/swift_test.go index 8f8af160fefd..a17b15515ecb 100644 --- a/physical/swift/swift_test.go +++ b/physical/swift/swift_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package swift diff --git a/physical/zookeeper/zookeeper.go b/physical/zookeeper/zookeeper.go index e52ac9b63033..32a560472b25 100644 --- a/physical/zookeeper/zookeeper.go +++ b/physical/zookeeper/zookeeper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package zookeeper diff --git a/physical/zookeeper/zookeeper_test.go b/physical/zookeeper/zookeeper_test.go index e4448bf73ab7..019044c330d6 100644 --- a/physical/zookeeper/zookeeper_test.go +++ b/physical/zookeeper/zookeeper_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package zookeeper diff --git a/plugins/database/cassandra/cassandra-database-plugin/main.go b/plugins/database/cassandra/cassandra-database-plugin/main.go index 8a91d1b50c7f..6f9f7af954f4 100644 --- a/plugins/database/cassandra/cassandra-database-plugin/main.go +++ b/plugins/database/cassandra/cassandra-database-plugin/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/database/cassandra/cassandra.go b/plugins/database/cassandra/cassandra.go index 8118fa06171b..01a4c406cbcf 100644 --- a/plugins/database/cassandra/cassandra.go +++ b/plugins/database/cassandra/cassandra.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cassandra diff --git a/plugins/database/cassandra/cassandra_test.go b/plugins/database/cassandra/cassandra_test.go index 7a3260935b7c..9162c467a2a8 100644 --- a/plugins/database/cassandra/cassandra_test.go +++ b/plugins/database/cassandra/cassandra_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cassandra diff --git a/plugins/database/cassandra/connection_producer.go b/plugins/database/cassandra/connection_producer.go index a63ed27d5eb3..78f8311fbeee 100644 --- a/plugins/database/cassandra/connection_producer.go +++ b/plugins/database/cassandra/connection_producer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cassandra diff --git a/plugins/database/cassandra/connection_producer_test.go b/plugins/database/cassandra/connection_producer_test.go index e2f4ba0fc59f..306b444f4568 100644 --- a/plugins/database/cassandra/connection_producer_test.go +++ b/plugins/database/cassandra/connection_producer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cassandra diff --git a/plugins/database/cassandra/tls.go b/plugins/database/cassandra/tls.go index 17e148d7496d..e8ad907235c0 100644 --- a/plugins/database/cassandra/tls.go +++ b/plugins/database/cassandra/tls.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cassandra diff --git a/plugins/database/hana/hana-database-plugin/main.go b/plugins/database/hana/hana-database-plugin/main.go index 9ec568b66db4..8e4311eeb327 100644 --- a/plugins/database/hana/hana-database-plugin/main.go +++ b/plugins/database/hana/hana-database-plugin/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/database/hana/hana.go b/plugins/database/hana/hana.go index 987cc1af2f81..314505c15f1e 100644 --- a/plugins/database/hana/hana.go +++ b/plugins/database/hana/hana.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hana diff --git a/plugins/database/hana/hana_test.go b/plugins/database/hana/hana_test.go index 6a3c1dbe07d4..894d3a4da164 100644 --- a/plugins/database/hana/hana_test.go +++ b/plugins/database/hana/hana_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hana diff --git a/plugins/database/influxdb/connection_producer.go b/plugins/database/influxdb/connection_producer.go index b9f18c543386..24d03951e01e 100644 --- a/plugins/database/influxdb/connection_producer.go +++ b/plugins/database/influxdb/connection_producer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package influxdb diff --git a/plugins/database/influxdb/influxdb-database-plugin/main.go b/plugins/database/influxdb/influxdb-database-plugin/main.go index bfc94f75fd31..41ed199556cc 100644 --- a/plugins/database/influxdb/influxdb-database-plugin/main.go +++ b/plugins/database/influxdb/influxdb-database-plugin/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/database/influxdb/influxdb.go b/plugins/database/influxdb/influxdb.go index f216319a6c13..4df308997639 100644 --- a/plugins/database/influxdb/influxdb.go +++ b/plugins/database/influxdb/influxdb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package influxdb diff --git a/plugins/database/influxdb/influxdb_test.go b/plugins/database/influxdb/influxdb_test.go index a7a825841a9f..c7584960f0f6 100644 --- a/plugins/database/influxdb/influxdb_test.go +++ b/plugins/database/influxdb/influxdb_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package influxdb diff --git a/plugins/database/mongodb/cert_helpers_test.go b/plugins/database/mongodb/cert_helpers_test.go index 9f9388b1cf2b..3a8f3afcb84f 100644 --- a/plugins/database/mongodb/cert_helpers_test.go +++ b/plugins/database/mongodb/cert_helpers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mongodb diff --git a/plugins/database/mongodb/connection_producer.go b/plugins/database/mongodb/connection_producer.go index 4686c3b13f11..ca6244aa494a 100644 --- a/plugins/database/mongodb/connection_producer.go +++ b/plugins/database/mongodb/connection_producer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mongodb diff --git a/plugins/database/mongodb/connection_producer_test.go b/plugins/database/mongodb/connection_producer_test.go index 2ce3872c597f..e29332b6092e 100644 --- a/plugins/database/mongodb/connection_producer_test.go +++ b/plugins/database/mongodb/connection_producer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mongodb diff --git a/plugins/database/mongodb/mongodb-database-plugin/main.go b/plugins/database/mongodb/mongodb-database-plugin/main.go index fe68659eca63..ab0ff80c3bc9 100644 --- a/plugins/database/mongodb/mongodb-database-plugin/main.go +++ b/plugins/database/mongodb/mongodb-database-plugin/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/database/mongodb/mongodb.go b/plugins/database/mongodb/mongodb.go index a2911545c96e..7d285b24c5d4 100644 --- a/plugins/database/mongodb/mongodb.go +++ b/plugins/database/mongodb/mongodb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mongodb diff --git a/plugins/database/mongodb/mongodb_test.go b/plugins/database/mongodb/mongodb_test.go index a0b513e6e3e1..43a3e8d3c242 100644 --- a/plugins/database/mongodb/mongodb_test.go +++ b/plugins/database/mongodb/mongodb_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mongodb diff --git a/plugins/database/mongodb/util.go b/plugins/database/mongodb/util.go index be5842136bb6..ebeebb3f433d 100644 --- a/plugins/database/mongodb/util.go +++ b/plugins/database/mongodb/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mongodb diff --git a/plugins/database/mssql/mssql-database-plugin/main.go b/plugins/database/mssql/mssql-database-plugin/main.go index 2a57b5746ec6..1ed6f5d0e3ce 100644 --- a/plugins/database/mssql/mssql-database-plugin/main.go +++ b/plugins/database/mssql/mssql-database-plugin/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/database/mssql/mssql.go b/plugins/database/mssql/mssql.go index 7c7a4c27b3b7..33162dc407a9 100644 --- a/plugins/database/mssql/mssql.go +++ b/plugins/database/mssql/mssql.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mssql diff --git a/plugins/database/mssql/mssql_test.go b/plugins/database/mssql/mssql_test.go index 385c5f0b69ff..bf9d0be20d7f 100644 --- a/plugins/database/mssql/mssql_test.go +++ b/plugins/database/mssql/mssql_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mssql diff --git a/plugins/database/mysql/connection_producer.go b/plugins/database/mysql/connection_producer.go index 5c5979213166..dddc712ffa45 100644 --- a/plugins/database/mysql/connection_producer.go +++ b/plugins/database/mysql/connection_producer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mysql diff --git a/plugins/database/mysql/connection_producer_test.go b/plugins/database/mysql/connection_producer_test.go index a3f0bc7ef56e..ae6014906f02 100644 --- a/plugins/database/mysql/connection_producer_test.go +++ b/plugins/database/mysql/connection_producer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mysql diff --git a/plugins/database/mysql/mysql-database-plugin/main.go b/plugins/database/mysql/mysql-database-plugin/main.go index 56640b2f7b13..2735e082b866 100644 --- a/plugins/database/mysql/mysql-database-plugin/main.go +++ b/plugins/database/mysql/mysql-database-plugin/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/database/mysql/mysql-legacy-database-plugin/main.go b/plugins/database/mysql/mysql-legacy-database-plugin/main.go index 8aeba0b36bdc..6818cccbf0ce 100644 --- a/plugins/database/mysql/mysql-legacy-database-plugin/main.go +++ b/plugins/database/mysql/mysql-legacy-database-plugin/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/database/mysql/mysql.go b/plugins/database/mysql/mysql.go index 0260ec20d216..c938d2be9a70 100644 --- a/plugins/database/mysql/mysql.go +++ b/plugins/database/mysql/mysql.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mysql diff --git a/plugins/database/mysql/mysql_test.go b/plugins/database/mysql/mysql_test.go index 07e0165ffe49..1a3c5b1d1959 100644 --- a/plugins/database/mysql/mysql_test.go +++ b/plugins/database/mysql/mysql_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mysql diff --git a/plugins/database/postgresql/passwordauthentication.go b/plugins/database/postgresql/passwordauthentication.go index ec94bafba118..a20214dae4d1 100644 --- a/plugins/database/postgresql/passwordauthentication.go +++ b/plugins/database/postgresql/passwordauthentication.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package postgresql import "fmt" diff --git a/plugins/database/postgresql/postgresql-database-plugin/main.go b/plugins/database/postgresql/postgresql-database-plugin/main.go index f543167d4a3b..3efc801e9ed4 100644 --- a/plugins/database/postgresql/postgresql-database-plugin/main.go +++ b/plugins/database/postgresql/postgresql-database-plugin/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/database/postgresql/postgresql.go b/plugins/database/postgresql/postgresql.go index 66c44cc34a08..0bdd91641240 100644 --- a/plugins/database/postgresql/postgresql.go +++ b/plugins/database/postgresql/postgresql.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package postgresql diff --git a/plugins/database/postgresql/postgresql_test.go b/plugins/database/postgresql/postgresql_test.go index 5e89ee912c18..06f1e61b4340 100644 --- a/plugins/database/postgresql/postgresql_test.go +++ b/plugins/database/postgresql/postgresql_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package postgresql diff --git a/plugins/database/redshift/redshift-database-plugin/main.go b/plugins/database/redshift/redshift-database-plugin/main.go index 7fcd9b0b6487..010ddb036276 100644 --- a/plugins/database/redshift/redshift-database-plugin/main.go +++ b/plugins/database/redshift/redshift-database-plugin/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins/database/redshift/redshift.go b/plugins/database/redshift/redshift.go index 11ce30a73f33..1e658edbcf58 100644 --- a/plugins/database/redshift/redshift.go +++ b/plugins/database/redshift/redshift.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package redshift diff --git a/plugins/database/redshift/redshift_test.go b/plugins/database/redshift/redshift_test.go index af264587b6cd..9bc83564e609 100644 --- a/plugins/database/redshift/redshift_test.go +++ b/plugins/database/redshift/redshift_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package redshift diff --git a/scripts/copywrite-exceptions.sh b/scripts/copywrite-exceptions.sh new file mode 100755 index 000000000000..0e55acb400d1 --- /dev/null +++ b/scripts/copywrite-exceptions.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +# Used as a stopgap for copywrite bot in MPL-licensed subdirs, detects BUSL licensed +# headers and deletes them, then runs the copywrite bot to utilize local subdir config +# to inject correct headers. + +find . -type f -name '*.go' | while read line; do + if grep "SPDX-License-Identifier: BUSL-1.1" $line; then + sed -i '/SPDX-License-Identifier: BUSL-1.1/d' $line + sed -i '/Copyright (c) HashiCorp, Inc./d' $line + fi +done + +copywrite headers --plan diff --git a/sdk/.copywrite.hcl b/sdk/.copywrite.hcl new file mode 100644 index 000000000000..c4b09f33640c --- /dev/null +++ b/sdk/.copywrite.hcl @@ -0,0 +1,8 @@ +schema_version = 1 + +project { + license = "MPL-2.0" + copyright_year = 2024 + + header_ignore = [] +} diff --git a/sdk/helper/testcluster/consts.go b/sdk/helper/testcluster/consts.go index e85ef196a221..b736b5f88f7f 100644 --- a/sdk/helper/testcluster/consts.go +++ b/sdk/helper/testcluster/consts.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package testcluster const ( diff --git a/sdk/helper/testcluster/replication.go b/sdk/helper/testcluster/replication.go index 72c8bc67c3c4..009593121bc2 100644 --- a/sdk/helper/testcluster/replication.go +++ b/sdk/helper/testcluster/replication.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package testcluster import ( diff --git a/sdk/helper/testhelpers/output.go b/sdk/helper/testhelpers/output.go index 769a63a18949..c18b1bb6deb1 100644 --- a/sdk/helper/testhelpers/output.go +++ b/sdk/helper/testhelpers/output.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package testhelpers import ( diff --git a/sdk/helper/testhelpers/output_test.go b/sdk/helper/testhelpers/output_test.go index 257d9480942f..ada51a1fe119 100644 --- a/sdk/helper/testhelpers/output_test.go +++ b/sdk/helper/testhelpers/output_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package testhelpers import ( diff --git a/serviceregistration/consul/consul_service_registration.go b/serviceregistration/consul/consul_service_registration.go index a49ab4ff63f7..f0d0d4fa39d4 100644 --- a/serviceregistration/consul/consul_service_registration.go +++ b/serviceregistration/consul/consul_service_registration.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/serviceregistration/consul/consul_service_registration_test.go b/serviceregistration/consul/consul_service_registration_test.go index 0ced651e0242..4457cb45df51 100644 --- a/serviceregistration/consul/consul_service_registration_test.go +++ b/serviceregistration/consul/consul_service_registration_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/serviceregistration/kubernetes/client/client.go b/serviceregistration/kubernetes/client/client.go index 96d195272453..0fbef7267b0b 100644 --- a/serviceregistration/kubernetes/client/client.go +++ b/serviceregistration/kubernetes/client/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/serviceregistration/kubernetes/client/client_test.go b/serviceregistration/kubernetes/client/client_test.go index de11dad37e23..a02749e39155 100644 --- a/serviceregistration/kubernetes/client/client_test.go +++ b/serviceregistration/kubernetes/client/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/serviceregistration/kubernetes/client/cmd/kubeclient/main.go b/serviceregistration/kubernetes/client/cmd/kubeclient/main.go index 7060a063e2d7..3110facc8098 100644 --- a/serviceregistration/kubernetes/client/cmd/kubeclient/main.go +++ b/serviceregistration/kubernetes/client/cmd/kubeclient/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/serviceregistration/kubernetes/client/config.go b/serviceregistration/kubernetes/client/config.go index be98240e2195..e8210964826c 100644 --- a/serviceregistration/kubernetes/client/config.go +++ b/serviceregistration/kubernetes/client/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package client diff --git a/serviceregistration/kubernetes/retry_handler.go b/serviceregistration/kubernetes/retry_handler.go index 46ac18eafddd..3a4397c3b70b 100644 --- a/serviceregistration/kubernetes/retry_handler.go +++ b/serviceregistration/kubernetes/retry_handler.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/serviceregistration/kubernetes/retry_handler_test.go b/serviceregistration/kubernetes/retry_handler_test.go index 0dd61113923e..19f1c5b31ce6 100644 --- a/serviceregistration/kubernetes/retry_handler_test.go +++ b/serviceregistration/kubernetes/retry_handler_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/serviceregistration/kubernetes/service_registration.go b/serviceregistration/kubernetes/service_registration.go index f377cbb9874e..1c22888016a3 100644 --- a/serviceregistration/kubernetes/service_registration.go +++ b/serviceregistration/kubernetes/service_registration.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/serviceregistration/kubernetes/service_registration_test.go b/serviceregistration/kubernetes/service_registration_test.go index a6a93c9ceeee..808807d1a9dc 100644 --- a/serviceregistration/kubernetes/service_registration_test.go +++ b/serviceregistration/kubernetes/service_registration_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/serviceregistration/kubernetes/testing/testserver.go b/serviceregistration/kubernetes/testing/testserver.go index 6ceb94018625..225431fc1fae 100644 --- a/serviceregistration/kubernetes/testing/testserver.go +++ b/serviceregistration/kubernetes/testing/testserver.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testing diff --git a/serviceregistration/service_registration.go b/serviceregistration/service_registration.go index 79f5b20d1883..4eb560793d42 100644 --- a/serviceregistration/service_registration.go +++ b/serviceregistration/service_registration.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serviceregistration diff --git a/shamir/.copywrite.hcl b/shamir/.copywrite.hcl new file mode 100644 index 000000000000..c4b09f33640c --- /dev/null +++ b/shamir/.copywrite.hcl @@ -0,0 +1,8 @@ +schema_version = 1 + +project { + license = "MPL-2.0" + copyright_year = 2024 + + header_ignore = [] +} diff --git a/tools/codechecker/main.go b/tools/codechecker/main.go index 94d80482bbd7..e9c761c369cd 100644 --- a/tools/codechecker/main.go +++ b/tools/codechecker/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/tools/codechecker/pkg/godoctests/analyzer.go b/tools/codechecker/pkg/godoctests/analyzer.go index e771f9c8f94c..98b17a111be9 100644 --- a/tools/codechecker/pkg/godoctests/analyzer.go +++ b/tools/codechecker/pkg/godoctests/analyzer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package godoctests diff --git a/tools/codechecker/pkg/godoctests/analyzer_test.go b/tools/codechecker/pkg/godoctests/analyzer_test.go index 81af24d3cc76..65bf6af1ddcd 100644 --- a/tools/codechecker/pkg/godoctests/analyzer_test.go +++ b/tools/codechecker/pkg/godoctests/analyzer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package godoctests diff --git a/tools/codechecker/pkg/godoctests/testdata/funcs.go b/tools/codechecker/pkg/godoctests/testdata/funcs.go index e9d5fead6744..ddaf56bfd2a4 100644 --- a/tools/codechecker/pkg/godoctests/testdata/funcs.go +++ b/tools/codechecker/pkg/godoctests/testdata/funcs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testdata diff --git a/tools/codechecker/pkg/gonilnilfunctions/analyzer.go b/tools/codechecker/pkg/gonilnilfunctions/analyzer.go index 5f4dd1dd84d3..fbb32dcf1f0e 100644 --- a/tools/codechecker/pkg/gonilnilfunctions/analyzer.go +++ b/tools/codechecker/pkg/gonilnilfunctions/analyzer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gonilnilfunctions diff --git a/tools/codechecker/pkg/gonilnilfunctions/analyzer_test.go b/tools/codechecker/pkg/gonilnilfunctions/analyzer_test.go index b4c8cf29718a..4cfac4af4825 100644 --- a/tools/codechecker/pkg/gonilnilfunctions/analyzer_test.go +++ b/tools/codechecker/pkg/gonilnilfunctions/analyzer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gonilnilfunctions diff --git a/tools/codechecker/pkg/gonilnilfunctions/testdata/funcs.go b/tools/codechecker/pkg/gonilnilfunctions/testdata/funcs.go index f783f01219b1..73f3ee9f589b 100644 --- a/tools/codechecker/pkg/gonilnilfunctions/testdata/funcs.go +++ b/tools/codechecker/pkg/gonilnilfunctions/testdata/funcs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testdata diff --git a/tools/tools.go b/tools/tools.go index a3f743244ffa..1f7237a9d9a7 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build tools diff --git a/ui/.yarn/releases/yarn-3.5.0.cjs b/ui/.yarn/releases/yarn-3.5.0.cjs index 093e64a9fe46..9568253ed9ae 100755 --- a/ui/.yarn/releases/yarn-3.5.0.cjs +++ b/ui/.yarn/releases/yarn-3.5.0.cjs @@ -1,4 +1,9 @@ #!/usr/bin/env node +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: BUSL-1.1 + */ + /* eslint-disable */ //prettier-ignore (()=>{var Qge=Object.create;var AS=Object.defineProperty;var bge=Object.getOwnPropertyDescriptor;var Sge=Object.getOwnPropertyNames;var vge=Object.getPrototypeOf,xge=Object.prototype.hasOwnProperty;var J=(r=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(r,{get:(e,t)=>(typeof require<"u"?require:e)[t]}):r)(function(r){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+r+'" is not supported')});var Pge=(r,e)=>()=>(r&&(e=r(r=0)),e);var w=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),ut=(r,e)=>{for(var t in e)AS(r,t,{get:e[t],enumerable:!0})},Dge=(r,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Sge(e))!xge.call(r,n)&&n!==t&&AS(r,n,{get:()=>e[n],enumerable:!(i=bge(e,n))||i.enumerable});return r};var Pe=(r,e,t)=>(t=r!=null?Qge(vge(r)):{},Dge(e||!r||!r.__esModule?AS(t,"default",{value:r,enumerable:!0}):t,r));var QK=w((GXe,BK)=>{BK.exports=wK;wK.sync=Zge;var IK=J("fs");function Xge(r,e){var t=e.pathExt!==void 0?e.pathExt:process.env.PATHEXT;if(!t||(t=t.split(";"),t.indexOf("")!==-1))return!0;for(var i=0;i{xK.exports=SK;SK.sync=_ge;var bK=J("fs");function SK(r,e,t){bK.stat(r,function(i,n){t(i,i?!1:vK(n,e))})}function _ge(r,e){return vK(bK.statSync(r),e)}function vK(r,e){return r.isFile()&&$ge(r,e)}function $ge(r,e){var t=r.mode,i=r.uid,n=r.gid,s=e.uid!==void 0?e.uid:process.getuid&&process.getuid(),o=e.gid!==void 0?e.gid:process.getgid&&process.getgid(),a=parseInt("100",8),l=parseInt("010",8),c=parseInt("001",8),u=a|l,g=t&c||t&l&&n===o||t&a&&i===s||t&u&&s===0;return g}});var kK=w((qXe,DK)=>{var jXe=J("fs"),sI;process.platform==="win32"||global.TESTING_WINDOWS?sI=QK():sI=PK();DK.exports=SS;SS.sync=efe;function SS(r,e,t){if(typeof e=="function"&&(t=e,e={}),!t){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(i,n){SS(r,e||{},function(s,o){s?n(s):i(o)})})}sI(r,e||{},function(i,n){i&&(i.code==="EACCES"||e&&e.ignoreErrors)&&(i=null,n=!1),t(i,n)})}function efe(r,e){try{return sI.sync(r,e||{})}catch(t){if(e&&e.ignoreErrors||t.code==="EACCES")return!1;throw t}}});var MK=w((JXe,OK)=>{var vg=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",RK=J("path"),tfe=vg?";":":",FK=kK(),NK=r=>Object.assign(new Error(`not found: ${r}`),{code:"ENOENT"}),LK=(r,e)=>{let t=e.colon||tfe,i=r.match(/\//)||vg&&r.match(/\\/)?[""]:[...vg?[process.cwd()]:[],...(e.path||process.env.PATH||"").split(t)],n=vg?e.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",s=vg?n.split(t):[""];return vg&&r.indexOf(".")!==-1&&s[0]!==""&&s.unshift(""),{pathEnv:i,pathExt:s,pathExtExe:n}},TK=(r,e,t)=>{typeof e=="function"&&(t=e,e={}),e||(e={});let{pathEnv:i,pathExt:n,pathExtExe:s}=LK(r,e),o=[],a=c=>new Promise((u,g)=>{if(c===i.length)return e.all&&o.length?u(o):g(NK(r));let f=i[c],h=/^".*"$/.test(f)?f.slice(1,-1):f,p=RK.join(h,r),C=!h&&/^\.[\\\/]/.test(r)?r.slice(0,2)+p:p;u(l(C,c,0))}),l=(c,u,g)=>new Promise((f,h)=>{if(g===n.length)return f(a(u+1));let p=n[g];FK(c+p,{pathExt:s},(C,y)=>{if(!C&&y)if(e.all)o.push(c+p);else return f(c+p);return f(l(c,u,g+1))})});return t?a(0).then(c=>t(null,c),t):a(0)},rfe=(r,e)=>{e=e||{};let{pathEnv:t,pathExt:i,pathExtExe:n}=LK(r,e),s=[];for(let o=0;o{"use strict";var KK=(r={})=>{let e=r.env||process.env;return(r.platform||process.platform)!=="win32"?"PATH":Object.keys(e).reverse().find(i=>i.toUpperCase()==="PATH")||"Path"};vS.exports=KK;vS.exports.default=KK});var jK=w((zXe,YK)=>{"use strict";var HK=J("path"),ife=MK(),nfe=UK();function GK(r,e){let t=r.options.env||process.env,i=process.cwd(),n=r.options.cwd!=null,s=n&&process.chdir!==void 0&&!process.chdir.disabled;if(s)try{process.chdir(r.options.cwd)}catch{}let o;try{o=ife.sync(r.command,{path:t[nfe({env:t})],pathExt:e?HK.delimiter:void 0})}catch{}finally{s&&process.chdir(i)}return o&&(o=HK.resolve(n?r.options.cwd:"",o)),o}function sfe(r){return GK(r)||GK(r,!0)}YK.exports=sfe});var qK=w((VXe,PS)=>{"use strict";var xS=/([()\][%!^"`<>&|;, *?])/g;function ofe(r){return r=r.replace(xS,"^$1"),r}function afe(r,e){return r=`${r}`,r=r.replace(/(\\*)"/g,'$1$1\\"'),r=r.replace(/(\\*)$/,"$1$1"),r=`"${r}"`,r=r.replace(xS,"^$1"),e&&(r=r.replace(xS,"^$1")),r}PS.exports.command=ofe;PS.exports.argument=afe});var WK=w((XXe,JK)=>{"use strict";JK.exports=/^#!(.*)/});var VK=w((ZXe,zK)=>{"use strict";var Afe=WK();zK.exports=(r="")=>{let e=r.match(Afe);if(!e)return null;let[t,i]=e[0].replace(/#! ?/,"").split(" "),n=t.split("/").pop();return n==="env"?i:i?`${n} ${i}`:n}});var ZK=w((_Xe,XK)=>{"use strict";var DS=J("fs"),lfe=VK();function cfe(r){let t=Buffer.alloc(150),i;try{i=DS.openSync(r,"r"),DS.readSync(i,t,0,150,0),DS.closeSync(i)}catch{}return lfe(t.toString())}XK.exports=cfe});var tU=w(($Xe,eU)=>{"use strict";var ufe=J("path"),_K=jK(),$K=qK(),gfe=ZK(),ffe=process.platform==="win32",hfe=/\.(?:com|exe)$/i,pfe=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function dfe(r){r.file=_K(r);let e=r.file&&gfe(r.file);return e?(r.args.unshift(r.file),r.command=e,_K(r)):r.file}function Cfe(r){if(!ffe)return r;let e=dfe(r),t=!hfe.test(e);if(r.options.forceShell||t){let i=pfe.test(e);r.command=ufe.normalize(r.command),r.command=$K.command(r.command),r.args=r.args.map(s=>$K.argument(s,i));let n=[r.command].concat(r.args).join(" ");r.args=["/d","/s","/c",`"${n}"`],r.command=process.env.comspec||"cmd.exe",r.options.windowsVerbatimArguments=!0}return r}function mfe(r,e,t){e&&!Array.isArray(e)&&(t=e,e=null),e=e?e.slice(0):[],t=Object.assign({},t);let i={command:r,args:e,options:t,file:void 0,original:{command:r,args:e}};return t.shell?i:Cfe(i)}eU.exports=mfe});var nU=w((eZe,iU)=>{"use strict";var kS=process.platform==="win32";function RS(r,e){return Object.assign(new Error(`${e} ${r.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${e} ${r.command}`,path:r.command,spawnargs:r.args})}function Efe(r,e){if(!kS)return;let t=r.emit;r.emit=function(i,n){if(i==="exit"){let s=rU(n,e,"spawn");if(s)return t.call(r,"error",s)}return t.apply(r,arguments)}}function rU(r,e){return kS&&r===1&&!e.file?RS(e.original,"spawn"):null}function Ife(r,e){return kS&&r===1&&!e.file?RS(e.original,"spawnSync"):null}iU.exports={hookChildProcess:Efe,verifyENOENT:rU,verifyENOENTSync:Ife,notFoundError:RS}});var LS=w((tZe,xg)=>{"use strict";var sU=J("child_process"),FS=tU(),NS=nU();function oU(r,e,t){let i=FS(r,e,t),n=sU.spawn(i.command,i.args,i.options);return NS.hookChildProcess(n,i),n}function yfe(r,e,t){let i=FS(r,e,t),n=sU.spawnSync(i.command,i.args,i.options);return n.error=n.error||NS.verifyENOENTSync(n.status,i),n}xg.exports=oU;xg.exports.spawn=oU;xg.exports.sync=yfe;xg.exports._parse=FS;xg.exports._enoent=NS});var AU=w((rZe,aU)=>{"use strict";function wfe(r,e){function t(){this.constructor=r}t.prototype=e.prototype,r.prototype=new t}function Wl(r,e,t,i){this.message=r,this.expected=e,this.found=t,this.location=i,this.name="SyntaxError",typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(this,Wl)}wfe(Wl,Error);Wl.buildMessage=function(r,e){var t={literal:function(c){return'"'+n(c.text)+'"'},class:function(c){var u="",g;for(g=0;g0){for(g=1,f=1;g>",ie=me(">>",!1),de=">&",_e=me(">&",!1),Pt=">",It=me(">",!1),Or="<<<",ii=me("<<<",!1),gi="<&",hr=me("<&",!1),fi="<",ni=me("<",!1),Os=function(m){return{type:"argument",segments:[].concat(...m)}},pr=function(m){return m},Ii="$'",es=me("$'",!1),ua="'",pA=me("'",!1),ag=function(m){return[{type:"text",text:m}]},ts='""',dA=me('""',!1),ga=function(){return{type:"text",text:""}},yp='"',CA=me('"',!1),mA=function(m){return m},wr=function(m){return{type:"arithmetic",arithmetic:m,quoted:!0}},kl=function(m){return{type:"shell",shell:m,quoted:!0}},Ag=function(m){return{type:"variable",...m,quoted:!0}},Io=function(m){return{type:"text",text:m}},lg=function(m){return{type:"arithmetic",arithmetic:m,quoted:!1}},wp=function(m){return{type:"shell",shell:m,quoted:!1}},Bp=function(m){return{type:"variable",...m,quoted:!1}},vr=function(m){return{type:"glob",pattern:m}},se=/^[^']/,yo=Je(["'"],!0,!1),kn=function(m){return m.join("")},cg=/^[^$"]/,Qt=Je(["$",'"'],!0,!1),Rl=`\\ diff --git a/ui/.yarnrc.yml b/ui/.yarnrc.yml index 07e7cc8737ce..ce7cb418e8fe 100644 --- a/ui/.yarnrc.yml +++ b/ui/.yarnrc.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + nodeLinker: node-modules yarnPath: .yarn/releases/yarn-3.5.0.cjs diff --git a/ui/app/components/modal-form/oidc-assignment-template.hbs b/ui/app/components/modal-form/oidc-assignment-template.hbs index 8af71a03f647..14e1d612aa49 100644 --- a/ui/app/components/modal-form/oidc-assignment-template.hbs +++ b/ui/app/components/modal-form/oidc-assignment-template.hbs @@ -1 +1,6 @@ +{{! + Copyright (c) HashiCorp, Inc. + SPDX-License-Identifier: BUSL-1.1 +~}} + \ No newline at end of file diff --git a/ui/app/components/modal-form/policy-template.hbs b/ui/app/components/modal-form/policy-template.hbs index 177b7cce0f2a..00be8737bfe8 100644 --- a/ui/app/components/modal-form/policy-template.hbs +++ b/ui/app/components/modal-form/policy-template.hbs @@ -1,3 +1,8 @@ +{{! + Copyright (c) HashiCorp, Inc. + SPDX-License-Identifier: BUSL-1.1 +~}} + {{#if this.policy.policyType}}