From 5fb9df1640cfa1aaf96228da1f44b31ecd6b825a Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:12:13 -0400 Subject: [PATCH] [COMPLIANCE] License changes (#18443) * Adding explicit MPL license for sub-package This directory and its subdirectories (packages) contain files licensed with the MPLv2 `LICENSE` file in this directory and are intentionally licensed separately from the BSL `LICENSE` file at the root of this repository. * Adding explicit MPL license for sub-package This directory and its subdirectories (packages) contain files licensed with the MPLv2 `LICENSE` file in this directory and are intentionally licensed separately from the BSL `LICENSE` file at the root of this repository. * Updating the license from MPL to Business Source License Going forward, this project will be licensed under the Business Source License v1.1. Please see our blog post for more details at , FAQ at www.hashicorp.com/licensing-faq, and details of the license at www.hashicorp.com/bsl. * add missing license headers * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 --------- Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- .copywrite.hcl | 6 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/dependabot.yml | 2 +- .github/pr-labeler.yml | 2 +- .github/scripts/changelog_checker.sh | 2 +- .github/scripts/get_runner_classes.sh | 2 +- .github/scripts/get_runner_classes_windows.sh | 2 +- .github/scripts/metrics_checker.sh | 2 +- .github/scripts/notify_slack.sh | 2 +- .github/scripts/rerun_fails_report.sh | 2 +- .github/scripts/set_test_package_matrix.sh | 2 +- .github/scripts/verify_artifact.sh | 2 +- .github/scripts/verify_bin.sh | 2 +- .github/scripts/verify_deb.sh | 2 +- .github/scripts/verify_docker.sh | 2 +- .github/scripts/verify_envoy_version.sh | 2 +- .github/scripts/verify_rpm.sh | 2 +- .golangci.yml | 2 +- .release/ci.hcl | 2 +- .release/docker/docker-entrypoint-ubi.sh | 2 +- .release/docker/docker-entrypoint-windows.sh | 3 + .release/docker/docker-entrypoint.sh | 2 +- .../linux/package/etc/consul.d/consul.hcl | 2 +- .release/release-metadata.hcl | 2 +- .release/security-scan.hcl | 2 +- Dockerfile | 2 +- LICENSE | 417 +++--------------- acl/MockAuthorizer.go | 2 +- acl/acl.go | 2 +- acl/acl_oss.go | 2 +- acl/acl_test.go | 2 +- acl/authorizer.go | 2 +- acl/authorizer_oss.go | 2 +- acl/authorizer_test.go | 2 +- acl/chained_authorizer.go | 2 +- acl/chained_authorizer_test.go | 2 +- acl/enterprisemeta_oss.go | 2 +- acl/errors.go | 2 +- acl/errors_oss.go | 2 +- acl/errors_test.go | 2 +- acl/policy.go | 2 +- acl/policy_authorizer.go | 2 +- acl/policy_authorizer_oss.go | 2 +- acl/policy_authorizer_test.go | 2 +- acl/policy_merger.go | 2 +- acl/policy_merger_oss.go | 2 +- acl/policy_oss.go | 2 +- acl/policy_test.go | 2 +- acl/resolver/danger.go | 2 +- acl/resolver/result.go | 2 +- acl/static_authorizer.go | 2 +- acl/static_authorizer_test.go | 2 +- acl/testing.go | 2 +- acl/validation.go | 2 +- acl/validation_test.go | 2 +- agent/acl.go | 2 +- agent/acl_endpoint.go | 2 +- agent/acl_endpoint_test.go | 2 +- agent/acl_oss.go | 2 +- agent/acl_test.go | 2 +- agent/ae/ae.go | 2 +- agent/ae/ae_test.go | 2 +- agent/ae/trigger.go | 2 +- agent/agent.go | 2 +- agent/agent_endpoint.go | 2 +- agent/agent_endpoint_oss.go | 2 +- agent/agent_endpoint_oss_test.go | 2 +- agent/agent_endpoint_test.go | 2 +- agent/agent_oss.go | 2 +- agent/agent_oss_test.go | 2 +- agent/agent_test.go | 2 +- agent/apiserver.go | 2 +- agent/apiserver_test.go | 2 +- agent/auto-config/auto_config.go | 2 +- agent/auto-config/auto_config_oss.go | 2 +- agent/auto-config/auto_config_oss_test.go | 2 +- agent/auto-config/auto_config_test.go | 2 +- agent/auto-config/auto_encrypt.go | 2 +- agent/auto-config/auto_encrypt_test.go | 2 +- agent/auto-config/config.go | 2 +- agent/auto-config/config_oss.go | 2 +- agent/auto-config/config_translate.go | 2 +- agent/auto-config/config_translate_test.go | 2 +- agent/auto-config/mock_oss_test.go | 2 +- agent/auto-config/mock_test.go | 2 +- agent/auto-config/persist.go | 2 +- agent/auto-config/run.go | 2 +- agent/auto-config/server_addr.go | 2 +- agent/auto-config/tls.go | 2 +- agent/auto-config/tls_test.go | 2 +- agent/blockingquery/blockingquery.go | 3 + agent/blockingquery/blockingquery_test.go | 3 + agent/cache-types/catalog_datacenters.go | 2 +- agent/cache-types/catalog_datacenters_test.go | 2 +- agent/cache-types/catalog_list_services.go | 2 +- .../cache-types/catalog_list_services_test.go | 2 +- agent/cache-types/catalog_service_list.go | 2 +- .../cache-types/catalog_service_list_test.go | 2 +- agent/cache-types/catalog_services.go | 2 +- agent/cache-types/catalog_services_test.go | 2 +- agent/cache-types/config_entry.go | 2 +- agent/cache-types/config_entry_test.go | 2 +- agent/cache-types/connect_ca_root.go | 2 +- agent/cache-types/connect_ca_root_test.go | 2 +- agent/cache-types/discovery_chain.go | 2 +- agent/cache-types/discovery_chain_test.go | 2 +- agent/cache-types/exported_peered_services.go | 2 +- .../exported_peered_services_test.go | 2 +- .../federation_state_list_gateways.go | 2 +- .../federation_state_list_gateways_test.go | 2 +- agent/cache-types/gateway_services.go | 2 +- agent/cache-types/gateway_services_test.go | 2 +- agent/cache-types/health_services.go | 2 +- agent/cache-types/health_services_test.go | 2 +- agent/cache-types/intention_match.go | 2 +- agent/cache-types/intention_match_test.go | 2 +- agent/cache-types/intention_upstreams.go | 2 +- .../intention_upstreams_destination.go | 2 +- .../intention_upstreams_destination_test.go | 2 +- agent/cache-types/intention_upstreams_test.go | 2 +- agent/cache-types/node_services.go | 2 +- agent/cache-types/node_services_test.go | 2 +- agent/cache-types/options.go | 2 +- agent/cache-types/peered_upstreams.go | 2 +- agent/cache-types/peered_upstreams_test.go | 2 +- agent/cache-types/peerings.go | 2 +- agent/cache-types/peerings_test.go | 2 +- agent/cache-types/prepared_query.go | 2 +- agent/cache-types/prepared_query_test.go | 2 +- agent/cache-types/resolved_service_config.go | 2 +- .../resolved_service_config_test.go | 2 +- agent/cache-types/rpc.go | 2 +- agent/cache-types/service_checks.go | 2 +- agent/cache-types/service_checks_test.go | 2 +- agent/cache-types/service_dump.go | 2 +- agent/cache-types/service_dump_test.go | 2 +- agent/cache-types/service_gateways.go | 2 +- agent/cache-types/service_gateways_test.go | 2 +- agent/cache-types/testing.go | 2 +- agent/cache-types/trust_bundle.go | 2 +- agent/cache-types/trust_bundle_test.go | 2 +- agent/cache-types/trust_bundles.go | 2 +- agent/cache-types/trust_bundles_test.go | 2 +- agent/cache/cache.go | 2 +- agent/cache/cache_test.go | 2 +- agent/cache/entry.go | 2 +- agent/cache/request.go | 2 +- agent/cache/testing.go | 2 +- agent/cache/type.go | 2 +- agent/cache/watch.go | 2 +- agent/cache/watch_test.go | 2 +- agent/catalog_endpoint.go | 2 +- agent/catalog_endpoint_oss.go | 2 +- agent/catalog_endpoint_test.go | 2 +- agent/check.go | 2 +- agent/checks/alias.go | 2 +- agent/checks/alias_test.go | 2 +- agent/checks/check.go | 2 +- agent/checks/check_test.go | 2 +- agent/checks/check_windows_test.go | 2 +- agent/checks/docker.go | 2 +- agent/checks/docker_unix.go | 2 +- agent/checks/docker_windows.go | 2 +- agent/checks/grpc.go | 2 +- agent/checks/grpc_test.go | 2 +- agent/checks/os_service.go | 2 +- agent/checks/os_service_unix.go | 2 +- agent/checks/os_service_windows.go | 2 +- agent/config/agent_limits.go | 2 +- agent/config/builder.go | 2 +- agent/config/builder_oss.go | 2 +- agent/config/builder_oss_test.go | 2 +- agent/config/builder_test.go | 2 +- agent/config/config.go | 2 +- agent/config/config_oss.go | 2 +- agent/config/default.go | 2 +- agent/config/default_oss.go | 2 +- agent/config/deprecated.go | 2 +- agent/config/deprecated_test.go | 2 +- agent/config/doc.go | 2 +- agent/config/file_watcher.go | 2 +- agent/config/file_watcher_test.go | 2 +- agent/config/flags.go | 2 +- agent/config/flags_test.go | 2 +- agent/config/flagset.go | 2 +- agent/config/golden_test.go | 2 +- agent/config/limits.go | 2 +- agent/config/limits_windows.go | 2 +- agent/config/merge.go | 2 +- agent/config/merge_test.go | 2 +- agent/config/ratelimited_file_watcher.go | 2 +- agent/config/ratelimited_file_watcher_test.go | 2 +- agent/config/runtime.go | 2 +- agent/config/runtime_oss.go | 2 +- agent/config/runtime_oss_test.go | 2 +- agent/config/runtime_test.go | 2 +- agent/config/segment_oss.go | 2 +- agent/config/segment_oss_test.go | 2 +- agent/config/testdata/full-config.hcl | 2 +- agent/config_endpoint.go | 2 +- agent/config_endpoint_test.go | 2 +- agent/configentry/compare.go | 3 + agent/configentry/compare_test.go | 3 + agent/configentry/config_entry.go | 2 +- agent/configentry/discoverychain.go | 2 +- agent/configentry/doc.go | 2 +- agent/configentry/merge_service_config.go | 2 +- .../configentry/merge_service_config_test.go | 2 +- agent/configentry/resolve.go | 2 +- agent/configentry/resolve_test.go | 2 +- agent/configentry/service_config.go | 2 +- agent/connect/authz.go | 2 +- agent/connect/authz_test.go | 2 +- agent/connect/ca/common.go | 2 +- agent/connect/ca/provider.go | 2 +- agent/connect/ca/provider_aws.go | 2 +- agent/connect/ca/provider_aws_test.go | 2 +- agent/connect/ca/provider_consul.go | 2 +- agent/connect/ca/provider_consul_config.go | 2 +- agent/connect/ca/provider_consul_test.go | 2 +- agent/connect/ca/provider_test.go | 2 +- agent/connect/ca/provider_vault.go | 2 +- agent/connect/ca/provider_vault_auth.go | 2 +- .../ca/provider_vault_auth_alicloud.go | 2 +- .../connect/ca/provider_vault_auth_approle.go | 2 +- agent/connect/ca/provider_vault_auth_aws.go | 2 +- agent/connect/ca/provider_vault_auth_azure.go | 2 +- agent/connect/ca/provider_vault_auth_gcp.go | 2 +- agent/connect/ca/provider_vault_auth_jwt.go | 2 +- agent/connect/ca/provider_vault_auth_k8s.go | 2 +- agent/connect/ca/provider_vault_auth_test.go | 2 +- agent/connect/ca/provider_vault_test.go | 2 +- agent/connect/ca/testing.go | 2 +- agent/connect/common_names.go | 2 +- agent/connect/csr.go | 2 +- agent/connect/csr_test.go | 2 +- agent/connect/generate.go | 2 +- agent/connect/generate_test.go | 2 +- agent/connect/parsing.go | 2 +- agent/connect/sni.go | 2 +- agent/connect/sni_test.go | 2 +- agent/connect/testing_ca.go | 2 +- agent/connect/testing_ca_test.go | 2 +- agent/connect/testing_spiffe.go | 2 +- agent/connect/uri.go | 2 +- agent/connect/uri_agent.go | 2 +- agent/connect/uri_agent_oss.go | 2 +- agent/connect/uri_agent_oss_test.go | 2 +- agent/connect/uri_mesh_gateway.go | 2 +- agent/connect/uri_mesh_gateway_oss.go | 2 +- agent/connect/uri_mesh_gateway_oss_test.go | 2 +- agent/connect/uri_server.go | 2 +- agent/connect/uri_service.go | 2 +- agent/connect/uri_service_oss.go | 2 +- agent/connect/uri_service_oss_test.go | 2 +- agent/connect/uri_signing.go | 2 +- agent/connect/uri_signing_test.go | 2 +- agent/connect/uri_test.go | 2 +- agent/connect/x509_patch.go | 2 +- agent/connect/x509_patch_test.go | 2 +- agent/connect_auth.go | 2 +- agent/connect_ca_endpoint.go | 2 +- agent/connect_ca_endpoint_test.go | 2 +- agent/consul/acl.go | 2 +- agent/consul/acl_authmethod.go | 2 +- agent/consul/acl_authmethod_oss.go | 2 +- agent/consul/acl_client.go | 2 +- agent/consul/acl_endpoint.go | 2 +- agent/consul/acl_endpoint_oss.go | 2 +- agent/consul/acl_endpoint_test.go | 2 +- agent/consul/acl_oss.go | 2 +- agent/consul/acl_oss_test.go | 2 +- agent/consul/acl_replication.go | 2 +- agent/consul/acl_replication_test.go | 2 +- agent/consul/acl_replication_types.go | 2 +- agent/consul/acl_server.go | 2 +- agent/consul/acl_server_oss.go | 2 +- agent/consul/acl_test.go | 2 +- agent/consul/acl_token_exp.go | 2 +- agent/consul/acl_token_exp_test.go | 2 +- agent/consul/auth/binder.go | 2 +- agent/consul/auth/binder_oss.go | 2 +- agent/consul/auth/binder_test.go | 2 +- agent/consul/auth/login.go | 2 +- agent/consul/auth/token_writer.go | 2 +- agent/consul/auth/token_writer_oss.go | 2 +- agent/consul/auth/token_writer_test.go | 2 +- agent/consul/authmethod/authmethods.go | 2 +- agent/consul/authmethod/authmethods_oss.go | 2 +- agent/consul/authmethod/awsauth/aws.go | 2 +- agent/consul/authmethod/awsauth/aws_test.go | 2 +- agent/consul/authmethod/kubeauth/k8s.go | 2 +- agent/consul/authmethod/kubeauth/k8s_oss.go | 2 +- agent/consul/authmethod/kubeauth/k8s_test.go | 2 +- agent/consul/authmethod/kubeauth/testing.go | 2 +- agent/consul/authmethod/ssoauth/sso.go | 2 +- agent/consul/authmethod/ssoauth/sso_oss.go | 2 +- agent/consul/authmethod/ssoauth/sso_test.go | 2 +- agent/consul/authmethod/testauth/testing.go | 2 +- .../consul/authmethod/testauth/testing_oss.go | 2 +- agent/consul/authmethod/testing.go | 2 +- agent/consul/auto_config_backend.go | 2 +- agent/consul/auto_config_backend_test.go | 2 +- agent/consul/auto_config_endpoint.go | 2 +- agent/consul/auto_config_endpoint_test.go | 2 +- agent/consul/auto_encrypt_endpoint.go | 2 +- agent/consul/auto_encrypt_endpoint_test.go | 2 +- agent/consul/autopilot.go | 2 +- agent/consul/autopilot_oss.go | 2 +- agent/consul/autopilot_test.go | 2 +- .../autopilotevents/ready_servers_events.go | 2 +- .../ready_servers_events_test.go | 2 +- agent/consul/catalog_endpoint.go | 2 +- agent/consul/catalog_endpoint_test.go | 2 +- agent/consul/client.go | 2 +- agent/consul/client_serf.go | 2 +- agent/consul/client_test.go | 2 +- agent/consul/cluster_test.go | 2 +- agent/consul/config.go | 2 +- agent/consul/config_cloud.go | 3 + agent/consul/config_endpoint.go | 2 +- agent/consul/config_endpoint_test.go | 2 +- agent/consul/config_oss.go | 2 +- agent/consul/config_replication.go | 2 +- agent/consul/config_replication_test.go | 2 +- agent/consul/config_test.go | 2 +- agent/consul/connect_ca_endpoint.go | 2 +- agent/consul/connect_ca_endpoint_test.go | 2 +- agent/consul/context.go | 2 +- agent/consul/context_test.go | 2 +- agent/consul/controller/controller.go | 2 +- agent/consul/controller/controller_test.go | 2 +- agent/consul/controller/doc.go | 2 +- agent/consul/controller/queue/defer.go | 2 +- agent/consul/controller/queue/queue.go | 2 +- agent/consul/controller/queue/rate.go | 2 +- agent/consul/controller/queue/rate_test.go | 2 +- agent/consul/controller/queue_test.go | 2 +- agent/consul/controller/reconciler.go | 2 +- agent/consul/controller/reconciler_test.go | 2 +- agent/consul/coordinate_endpoint.go | 2 +- agent/consul/coordinate_endpoint_test.go | 2 +- agent/consul/discovery_chain_endpoint.go | 2 +- agent/consul/discovery_chain_endpoint_test.go | 2 +- agent/consul/discoverychain/compile.go | 2 +- agent/consul/discoverychain/compile_oss.go | 2 +- agent/consul/discoverychain/compile_test.go | 2 +- agent/consul/discoverychain/gateway.go | 2 +- .../discoverychain/gateway_httproute.go | 2 +- .../consul/discoverychain/gateway_tcproute.go | 2 +- agent/consul/discoverychain/gateway_test.go | 2 +- agent/consul/discoverychain/string_stack.go | 2 +- .../discoverychain/string_stack_test.go | 2 +- agent/consul/discoverychain/testing.go | 2 +- agent/consul/enterprise_client_oss.go | 2 +- agent/consul/enterprise_config_oss.go | 2 +- agent/consul/enterprise_server_oss.go | 2 +- agent/consul/enterprise_server_oss_test.go | 2 +- agent/consul/federation_state_endpoint.go | 2 +- .../consul/federation_state_endpoint_test.go | 2 +- agent/consul/federation_state_replication.go | 2 +- .../federation_state_replication_test.go | 2 +- agent/consul/filter.go | 2 +- agent/consul/filter_test.go | 2 +- agent/consul/flood.go | 2 +- agent/consul/fsm/commands_oss.go | 2 +- agent/consul/fsm/commands_oss_test.go | 2 +- agent/consul/fsm/fsm.go | 2 +- agent/consul/fsm/fsm_test.go | 2 +- .../fsm/log_verification_chunking_shim.go | 2 +- agent/consul/fsm/snapshot.go | 2 +- agent/consul/fsm/snapshot_oss.go | 2 +- agent/consul/fsm/snapshot_oss_test.go | 2 +- agent/consul/fsm/snapshot_test.go | 2 +- agent/consul/gateway_locator.go | 2 +- agent/consul/gateway_locator_test.go | 2 +- agent/consul/gateways/controller_gateways.go | 2 +- .../gateways/controller_gateways_test.go | 2 +- agent/consul/grpc_integration_test.go | 2 +- agent/consul/health_endpoint.go | 2 +- agent/consul/health_endpoint_test.go | 2 +- agent/consul/helper_test.go | 2 +- agent/consul/intention_endpoint.go | 2 +- agent/consul/intention_endpoint_test.go | 2 +- agent/consul/internal_endpoint.go | 2 +- agent/consul/internal_endpoint_test.go | 2 +- agent/consul/issue_test.go | 2 +- agent/consul/kvs_endpoint.go | 2 +- agent/consul/kvs_endpoint_test.go | 2 +- agent/consul/leader.go | 2 +- agent/consul/leader_connect.go | 2 +- agent/consul/leader_connect_ca.go | 2 +- agent/consul/leader_connect_ca_test.go | 2 +- agent/consul/leader_connect_test.go | 2 +- agent/consul/leader_federation_state_ae.go | 2 +- .../consul/leader_federation_state_ae_test.go | 2 +- agent/consul/leader_intentions.go | 2 +- agent/consul/leader_intentions_oss.go | 2 +- agent/consul/leader_intentions_oss_test.go | 2 +- agent/consul/leader_intentions_test.go | 2 +- agent/consul/leader_log_verification.go | 2 +- agent/consul/leader_metrics.go | 2 +- agent/consul/leader_metrics_test.go | 2 +- agent/consul/leader_oss_test.go | 2 +- agent/consul/leader_peering.go | 2 +- agent/consul/leader_peering_test.go | 2 +- agent/consul/leader_test.go | 2 +- agent/consul/logging.go | 2 +- agent/consul/logging_test.go | 2 +- agent/consul/merge.go | 2 +- agent/consul/merge_oss.go | 2 +- agent/consul/merge_oss_test.go | 2 +- agent/consul/merge_test.go | 2 +- agent/consul/multilimiter/multilimiter.go | 2 +- .../consul/multilimiter/multilimiter_test.go | 2 +- agent/consul/operator_autopilot_endpoint.go | 2 +- .../operator_autopilot_endpoint_test.go | 2 +- agent/consul/operator_backend.go | 2 +- agent/consul/operator_backend_test.go | 2 +- agent/consul/operator_endpoint.go | 2 +- agent/consul/operator_raft_endpoint.go | 2 +- agent/consul/operator_raft_endpoint_test.go | 2 +- agent/consul/operator_usage_endpoint.go | 2 +- agent/consul/options.go | 2 +- agent/consul/options_oss.go | 2 +- agent/consul/peering_backend.go | 2 +- agent/consul/peering_backend_oss.go | 2 +- agent/consul/peering_backend_oss_test.go | 2 +- agent/consul/peering_backend_test.go | 2 +- agent/consul/prepared_query/template.go | 2 +- agent/consul/prepared_query/template_test.go | 2 +- agent/consul/prepared_query/walk.go | 2 +- agent/consul/prepared_query/walk_oss_test.go | 2 +- agent/consul/prepared_query/walk_test.go | 2 +- agent/consul/prepared_query_endpoint.go | 2 +- agent/consul/prepared_query_endpoint_oss.go | 2 +- .../prepared_query_endpoint_oss_test.go | 2 +- agent/consul/prepared_query_endpoint_test.go | 2 +- agent/consul/raft_handle.go | 2 +- agent/consul/raft_rpc.go | 2 +- agent/consul/rate/handler.go | 2 +- agent/consul/rate/handler_oss.go | 2 +- agent/consul/rate/handler_test.go | 2 +- agent/consul/rate/metrics.go | 2 +- agent/consul/replication.go | 2 +- agent/consul/replication_test.go | 2 +- agent/consul/reporting/reporting.go | 2 +- agent/consul/reporting/reporting_oss.go | 2 +- agent/consul/rpc.go | 2 +- agent/consul/rpc_test.go | 2 +- agent/consul/rtt.go | 2 +- agent/consul/rtt_test.go | 2 +- agent/consul/segment_oss.go | 2 +- agent/consul/serf_filter.go | 2 +- agent/consul/serf_test.go | 2 +- agent/consul/server.go | 2 +- agent/consul/server_connect.go | 2 +- agent/consul/server_log_verification.go | 2 +- agent/consul/server_lookup.go | 2 +- agent/consul/server_lookup_test.go | 2 +- agent/consul/server_metadata.go | 2 +- agent/consul/server_metadata_test.go | 2 +- agent/consul/server_oss.go | 2 +- agent/consul/server_oss_test.go | 2 +- agent/consul/server_overview.go | 2 +- agent/consul/server_overview_test.go | 2 +- agent/consul/server_register.go | 2 +- agent/consul/server_serf.go | 2 +- agent/consul/server_test.go | 2 +- agent/consul/servercert/manager.go | 2 +- agent/consul/servercert/manager_test.go | 2 +- agent/consul/session_endpoint.go | 2 +- agent/consul/session_endpoint_test.go | 2 +- agent/consul/session_timers.go | 2 +- agent/consul/session_timers_test.go | 2 +- agent/consul/session_ttl.go | 2 +- agent/consul/session_ttl_test.go | 2 +- agent/consul/snapshot_endpoint.go | 2 +- agent/consul/snapshot_endpoint_test.go | 2 +- agent/consul/state/acl.go | 2 +- agent/consul/state/acl_events.go | 2 +- agent/consul/state/acl_events_test.go | 2 +- agent/consul/state/acl_oss.go | 2 +- agent/consul/state/acl_oss_test.go | 2 +- agent/consul/state/acl_schema.go | 2 +- agent/consul/state/acl_test.go | 2 +- agent/consul/state/autopilot.go | 2 +- agent/consul/state/autopilot_test.go | 2 +- agent/consul/state/catalog.go | 2 +- agent/consul/state/catalog_events.go | 2 +- agent/consul/state/catalog_events_oss.go | 2 +- agent/consul/state/catalog_events_oss_test.go | 2 +- agent/consul/state/catalog_events_test.go | 2 +- agent/consul/state/catalog_oss.go | 2 +- agent/consul/state/catalog_oss_test.go | 2 +- agent/consul/state/catalog_schema.deepcopy.go | 3 + agent/consul/state/catalog_schema.go | 2 +- agent/consul/state/catalog_test.go | 2 +- agent/consul/state/config_entry.go | 2 +- agent/consul/state/config_entry_events.go | 2 +- .../consul/state/config_entry_events_test.go | 2 +- .../state/config_entry_exported_services.go | 2 +- .../config_entry_exported_services_oss.go | 2 +- agent/consul/state/config_entry_intention.go | 2 +- .../state/config_entry_intention_oss.go | 2 +- agent/consul/state/config_entry_oss.go | 2 +- agent/consul/state/config_entry_oss_test.go | 2 +- .../state/config_entry_sameness_group.go | 3 + .../state/config_entry_sameness_group_oss.go | 2 +- .../config_entry_sameness_group_oss_test.go | 2 +- agent/consul/state/config_entry_schema.go | 2 +- agent/consul/state/config_entry_test.go | 2 +- agent/consul/state/connect_ca.go | 2 +- agent/consul/state/connect_ca_events.go | 2 +- agent/consul/state/connect_ca_events_test.go | 2 +- agent/consul/state/connect_ca_test.go | 2 +- agent/consul/state/coordinate.go | 2 +- agent/consul/state/coordinate_oss.go | 2 +- agent/consul/state/coordinate_oss_test.go | 2 +- agent/consul/state/coordinate_test.go | 2 +- agent/consul/state/deep-copy.sh | 3 + agent/consul/state/delay_oss.go | 2 +- agent/consul/state/delay_test.go | 2 +- agent/consul/state/events.go | 2 +- agent/consul/state/events_test.go | 2 +- agent/consul/state/federation_state.go | 2 +- agent/consul/state/graveyard.go | 2 +- agent/consul/state/graveyard_oss.go | 2 +- agent/consul/state/graveyard_test.go | 2 +- agent/consul/state/index_connect_test.go | 2 +- agent/consul/state/indexer.go | 2 +- agent/consul/state/intention.go | 2 +- agent/consul/state/intention_oss.go | 2 +- agent/consul/state/intention_test.go | 2 +- agent/consul/state/kvs.go | 2 +- agent/consul/state/kvs_oss.go | 2 +- agent/consul/state/kvs_oss_test.go | 2 +- agent/consul/state/kvs_test.go | 2 +- agent/consul/state/memdb.go | 2 +- agent/consul/state/memdb_test.go | 2 +- agent/consul/state/operations_oss.go | 2 +- agent/consul/state/peering.go | 2 +- agent/consul/state/peering_oss.go | 2 +- agent/consul/state/peering_oss_test.go | 2 +- agent/consul/state/peering_test.go | 2 +- agent/consul/state/prepared_query.go | 2 +- agent/consul/state/prepared_query_index.go | 2 +- .../consul/state/prepared_query_index_test.go | 2 +- agent/consul/state/prepared_query_test.go | 2 +- agent/consul/state/query.go | 2 +- agent/consul/state/query_oss.go | 2 +- agent/consul/state/schema.go | 2 +- agent/consul/state/schema_oss.go | 2 +- agent/consul/state/schema_oss_test.go | 2 +- agent/consul/state/schema_test.go | 2 +- agent/consul/state/session.go | 2 +- agent/consul/state/session_oss.go | 2 +- agent/consul/state/session_test.go | 2 +- agent/consul/state/state_store.go | 2 +- agent/consul/state/state_store_oss_test.go | 2 +- agent/consul/state/state_store_test.go | 2 +- agent/consul/state/store_integration_test.go | 2 +- agent/consul/state/system_metadata.go | 2 +- agent/consul/state/system_metadata_test.go | 2 +- agent/consul/state/tombstone_gc.go | 2 +- agent/consul/state/tombstone_gc_test.go | 2 +- agent/consul/state/txn.go | 2 +- agent/consul/state/txn_test.go | 2 +- agent/consul/state/usage.go | 2 +- agent/consul/state/usage_oss.go | 2 +- agent/consul/state/usage_test.go | 2 +- agent/consul/stats_fetcher.go | 2 +- agent/consul/stats_fetcher_test.go | 2 +- agent/consul/status_endpoint.go | 2 +- agent/consul/status_endpoint_test.go | 2 +- agent/consul/stream/event.go | 2 +- agent/consul/stream/event_buffer.go | 2 +- agent/consul/stream/event_buffer_test.go | 2 +- agent/consul/stream/event_publisher.go | 2 +- agent/consul/stream/event_publisher_test.go | 2 +- agent/consul/stream/event_snapshot.go | 2 +- agent/consul/stream/event_snapshot_test.go | 2 +- agent/consul/stream/event_test.go | 2 +- agent/consul/stream/noop.go | 2 +- agent/consul/stream/string_types.go | 2 +- agent/consul/stream/subscription.go | 2 +- agent/consul/stream/subscription_test.go | 2 +- agent/consul/subscribe_backend.go | 2 +- agent/consul/subscribe_backend_test.go | 2 +- agent/consul/system_metadata.go | 2 +- agent/consul/system_metadata_test.go | 2 +- agent/consul/tenancy_bridge.go | 2 +- agent/consul/tenancy_bridge_oss.go | 2 +- agent/consul/txn_endpoint.go | 2 +- agent/consul/txn_endpoint_test.go | 2 +- agent/consul/type_registry.go | 3 + agent/consul/usagemetrics/usagemetrics.go | 2 +- agent/consul/usagemetrics/usagemetrics_oss.go | 2 +- .../usagemetrics/usagemetrics_oss_test.go | 2 +- .../consul/usagemetrics/usagemetrics_test.go | 2 +- agent/consul/util.go | 2 +- agent/consul/util_test.go | 2 +- agent/consul/wanfed/pool.go | 2 +- agent/consul/wanfed/wanfed.go | 2 +- agent/consul/wanfed/wanfed_test.go | 2 +- agent/consul/watch/server_local.go | 2 +- agent/consul/watch/server_local_test.go | 2 +- agent/consul/xdscapacity/capacity.go | 2 +- agent/consul/xdscapacity/capacity_test.go | 2 +- agent/coordinate_endpoint.go | 2 +- agent/coordinate_endpoint_test.go | 2 +- agent/debug/host.go | 2 +- agent/debug/host_test.go | 2 +- agent/delegate_mock_test.go | 2 +- agent/denylist.go | 2 +- agent/denylist_test.go | 2 +- agent/discovery_chain_endpoint.go | 2 +- agent/discovery_chain_endpoint_test.go | 2 +- agent/dns.go | 2 +- agent/dns/dns.go | 2 +- agent/dns/dns_test.go | 2 +- agent/dns/validation.go | 2 +- agent/dns/validation_test.go | 2 +- agent/dns_oss.go | 2 +- agent/dns_oss_test.go | 2 +- agent/dns_test.go | 2 +- agent/enterprise_delegate_oss.go | 2 +- .../builtin/aws-lambda/aws_lambda.go | 2 +- .../builtin/aws-lambda/aws_lambda_test.go | 2 +- .../builtin/ext-authz/ext_authz.go | 2 +- .../builtin/ext-authz/ext_authz_test.go | 2 +- .../builtin/ext-authz/structs.go | 2 +- agent/envoyextensions/builtin/lua/lua.go | 2 +- agent/envoyextensions/builtin/lua/lua_test.go | 2 +- .../property-override/property_override.go | 3 + .../property_override_test.go | 3 + .../property-override/structpatcher.go | 3 + .../property-override/structpatcher_test.go | 3 + agent/envoyextensions/builtin/wasm/structs.go | 2 +- agent/envoyextensions/builtin/wasm/wasm.go | 2 +- .../envoyextensions/builtin/wasm/wasm_test.go | 2 +- .../envoyextensions/registered_extensions.go | 2 +- .../registered_extensions_test.go | 2 +- agent/event_endpoint.go | 2 +- agent/event_endpoint_test.go | 2 +- agent/exec/exec.go | 2 +- agent/exec/exec_unix.go | 2 +- agent/exec/exec_windows.go | 2 +- agent/federation_state_endpoint.go | 2 +- agent/grpc-external/forward.go | 2 +- agent/grpc-external/limiter/limiter.go | 2 +- agent/grpc-external/limiter/limiter_test.go | 2 +- agent/grpc-external/options.go | 2 +- agent/grpc-external/options_test.go | 2 +- agent/grpc-external/querymeta.go | 3 + agent/grpc-external/querymeta_test.go | 3 + agent/grpc-external/server.go | 2 +- agent/grpc-external/services/acl/login.go | 2 +- .../grpc-external/services/acl/login_test.go | 2 +- agent/grpc-external/services/acl/logout.go | 2 +- .../grpc-external/services/acl/logout_test.go | 2 +- agent/grpc-external/services/acl/server.go | 2 +- .../grpc-external/services/acl/server_test.go | 2 +- .../services/connectca/server.go | 2 +- .../services/connectca/server_test.go | 2 +- .../grpc-external/services/connectca/sign.go | 2 +- .../services/connectca/sign_test.go | 2 +- .../services/connectca/watch_roots.go | 2 +- .../services/connectca/watch_roots_test.go | 2 +- .../dataplane/get_envoy_bootstrap_params.go | 2 +- .../get_envoy_bootstrap_params_test.go | 2 +- .../dataplane/get_supported_features.go | 2 +- .../dataplane/get_supported_features_test.go | 2 +- .../services/dataplane/server.go | 2 +- .../services/dataplane/server_test.go | 2 +- agent/grpc-external/services/dns/server.go | 2 +- .../grpc-external/services/dns/server_test.go | 2 +- .../services/peerstream/health_snapshot.go | 2 +- .../peerstream/health_snapshot_test.go | 2 +- .../services/peerstream/replication.go | 2 +- .../services/peerstream/server.go | 2 +- .../services/peerstream/server_test.go | 2 +- .../services/peerstream/stream_resources.go | 2 +- .../services/peerstream/stream_test.go | 2 +- .../services/peerstream/stream_tracker.go | 2 +- .../peerstream/stream_tracker_test.go | 2 +- .../peerstream/subscription_blocking.go | 2 +- .../peerstream/subscription_manager.go | 2 +- .../peerstream/subscription_manager_test.go | 2 +- .../services/peerstream/subscription_state.go | 2 +- .../peerstream/subscription_state_test.go | 2 +- .../services/peerstream/subscription_view.go | 2 +- .../peerstream/subscription_view_test.go | 2 +- .../services/peerstream/testing.go | 2 +- .../grpc-external/services/resource/delete.go | 2 +- .../services/resource/delete_test.go | 2 +- agent/grpc-external/services/resource/list.go | 2 +- .../services/resource/list_by_owner.go | 2 +- .../services/resource/list_by_owner_test.go | 2 +- .../services/resource/list_test.go | 2 +- agent/grpc-external/services/resource/read.go | 2 +- .../services/resource/read_test.go | 2 +- .../grpc-external/services/resource/server.go | 2 +- .../services/resource/server_oss.go | 2 +- .../services/resource/server_oss_test.go | 2 +- .../services/resource/server_test.go | 2 +- .../services/resource/testing/testing.go | 3 + .../grpc-external/services/resource/watch.go | 2 +- .../services/resource/watch_test.go | 2 +- .../grpc-external/services/resource/write.go | 2 +- .../services/resource/write_status.go | 2 +- .../services/resource/write_status_test.go | 2 +- .../services/resource/write_test.go | 2 +- .../services/serverdiscovery/server.go | 2 +- .../services/serverdiscovery/server_test.go | 2 +- .../services/serverdiscovery/watch_servers.go | 2 +- .../serverdiscovery/watch_servers_test.go | 2 +- agent/grpc-external/stats_test.go | 2 +- agent/grpc-external/testutils/acl.go | 2 +- agent/grpc-external/testutils/fsm.go | 2 +- agent/grpc-external/testutils/server.go | 2 +- agent/grpc-external/utils.go | 2 +- agent/grpc-internal/balancer/balancer.go | 2 +- agent/grpc-internal/balancer/balancer_test.go | 2 +- agent/grpc-internal/balancer/registry.go | 2 +- agent/grpc-internal/client.go | 2 +- agent/grpc-internal/client_test.go | 2 +- agent/grpc-internal/handler.go | 2 +- agent/grpc-internal/handler_test.go | 2 +- agent/grpc-internal/listener.go | 2 +- agent/grpc-internal/pipe.go | 2 +- agent/grpc-internal/pipe_test.go | 2 +- agent/grpc-internal/resolver/registry.go | 2 +- agent/grpc-internal/resolver/resolver.go | 2 +- agent/grpc-internal/resolver/resolver_test.go | 3 + agent/grpc-internal/server_test.go | 2 +- .../services/subscribe/logger.go | 2 +- .../services/subscribe/subscribe.go | 2 +- .../services/subscribe/subscribe_test.go | 2 +- agent/grpc-internal/stats_test.go | 2 +- agent/grpc-internal/tracker.go | 2 +- agent/grpc-middleware/auth_interceptor.go | 2 +- .../grpc-middleware/auth_interceptor_test.go | 2 +- agent/grpc-middleware/handshake.go | 2 +- agent/grpc-middleware/handshake_test.go | 2 +- agent/grpc-middleware/rate.go | 2 +- agent/grpc-middleware/rate_test.go | 2 +- agent/grpc-middleware/recovery.go | 2 +- agent/grpc-middleware/stats.go | 2 +- agent/grpc-middleware/testutil/fake_sink.go | 2 +- .../testutil/testservice/buf.gen.yaml | 2 +- .../testutil/testservice/fake_service.go | 2 +- .../testutil/testservice/simple.pb.go | 2 +- .../testutil/testservice/simple.proto | 2 +- agent/hcp/bootstrap/bootstrap.go | 2 +- agent/hcp/bootstrap/bootstrap_test.go | 3 + agent/hcp/bootstrap/testing.go | 2 +- agent/hcp/client/client.go | 2 +- agent/hcp/client/client_test.go | 3 + agent/hcp/client/metrics_client.go | 3 + agent/hcp/client/metrics_client_test.go | 3 + agent/hcp/client/mock_CloudConfig.go | 3 + agent/hcp/client/telemetry_config.go | 3 + agent/hcp/client/telemetry_config_test.go | 3 + agent/hcp/config/config.go | 2 +- agent/hcp/deps.go | 2 +- agent/hcp/deps_test.go | 3 + agent/hcp/discover/discover.go | 2 +- agent/hcp/manager.go | 2 +- agent/hcp/manager_test.go | 2 +- agent/hcp/scada/capabilities.go | 2 +- agent/hcp/scada/scada.go | 2 +- agent/hcp/telemetry/custom_metrics.go | 3 + agent/hcp/telemetry/doc.go | 3 + agent/hcp/telemetry/gauge_store.go | 3 + agent/hcp/telemetry/gauge_store_test.go | 3 + agent/hcp/telemetry/otel_exporter.go | 3 + agent/hcp/telemetry/otel_exporter_test.go | 3 + agent/hcp/telemetry/otel_sink.go | 3 + agent/hcp/telemetry/otel_sink_test.go | 3 + agent/hcp/telemetry/otlp_transform.go | 3 + agent/hcp/telemetry/otlp_transform_test.go | 3 + agent/hcp/telemetry_provider.go | 3 + agent/hcp/telemetry_provider_test.go | 3 + agent/hcp/testing.go | 2 +- agent/hcp/testserver/main.go | 2 +- agent/health_endpoint.go | 2 +- agent/health_endpoint_test.go | 2 +- agent/http.go | 2 +- agent/http_decode_test.go | 2 +- agent/http_oss.go | 2 +- agent/http_oss_test.go | 2 +- agent/http_register.go | 2 +- agent/http_test.go | 2 +- agent/intentions_endpoint.go | 2 +- agent/intentions_endpoint_oss_test.go | 2 +- agent/intentions_endpoint_test.go | 2 +- agent/keyring.go | 2 +- agent/keyring_test.go | 2 +- agent/kvs_endpoint.go | 2 +- agent/kvs_endpoint_test.go | 2 +- agent/leafcert/cached_roots.go | 3 + agent/leafcert/cert.go | 3 + agent/leafcert/generate.go | 3 + agent/leafcert/leafcert.go | 3 + agent/leafcert/leafcert_test.go | 3 + agent/leafcert/roots.go | 3 + agent/leafcert/signer_netrpc.go | 3 + agent/leafcert/signer_test.go | 3 + agent/leafcert/structs.go | 3 + agent/leafcert/structs_test.go | 3 + agent/leafcert/util.go | 3 + agent/leafcert/util_test.go | 3 + agent/leafcert/watch.go | 3 + agent/local/state.go | 2 +- agent/local/state_internal_test.go | 2 +- agent/local/state_test.go | 2 +- agent/local/testing.go | 2 +- agent/log-drop/log-drop.go | 2 +- agent/log-drop/log-drop_test.go | 2 +- agent/metadata/build.go | 2 +- agent/metadata/build_test.go | 2 +- agent/metadata/server.go | 2 +- agent/metadata/server_internal_test.go | 2 +- agent/metadata/server_test.go | 2 +- agent/metrics.go | 2 +- agent/metrics/testing.go | 2 +- agent/metrics_test.go | 2 +- agent/mock/notify.go | 2 +- agent/nodeid.go | 2 +- agent/nodeid_test.go | 2 +- agent/notify.go | 2 +- agent/notify_test.go | 2 +- agent/operator_endpoint.go | 2 +- agent/operator_endpoint_oss.go | 2 +- agent/operator_endpoint_oss_test.go | 2 +- agent/operator_endpoint_test.go | 2 +- agent/peering_endpoint.go | 2 +- agent/peering_endpoint_oss_test.go | 2 +- agent/peering_endpoint_test.go | 2 +- agent/pool/conn.go | 2 +- agent/pool/peek.go | 2 +- agent/pool/peek_test.go | 2 +- agent/pool/pool.go | 2 +- agent/prepared_query_endpoint.go | 2 +- agent/prepared_query_endpoint_test.go | 2 +- agent/proxycfg-glue/config_entry.go | 2 +- agent/proxycfg-glue/discovery_chain.go | 2 +- agent/proxycfg-glue/discovery_chain_test.go | 2 +- .../proxycfg-glue/exported_peered_services.go | 2 +- .../exported_peered_services_test.go | 2 +- .../federation_state_list_mesh_gateways.go | 2 +- ...ederation_state_list_mesh_gateways_test.go | 2 +- agent/proxycfg-glue/gateway_services.go | 2 +- agent/proxycfg-glue/gateway_services_test.go | 2 +- agent/proxycfg-glue/glue.go | 2 +- agent/proxycfg-glue/health.go | 2 +- agent/proxycfg-glue/health_blocking.go | 2 +- agent/proxycfg-glue/health_blocking_test.go | 3 + agent/proxycfg-glue/health_test.go | 2 +- agent/proxycfg-glue/helpers_test.go | 2 +- agent/proxycfg-glue/intention_upstreams.go | 2 +- .../proxycfg-glue/intention_upstreams_test.go | 2 +- agent/proxycfg-glue/intentions.go | 2 +- agent/proxycfg-glue/intentions_oss.go | 2 +- agent/proxycfg-glue/intentions_test.go | 2 +- agent/proxycfg-glue/internal_service_dump.go | 2 +- .../internal_service_dump_test.go | 2 +- agent/proxycfg-glue/leafcerts.go | 2 +- agent/proxycfg-glue/peered_upstreams.go | 2 +- agent/proxycfg-glue/peered_upstreams_test.go | 2 +- agent/proxycfg-glue/peering_list.go | 2 +- agent/proxycfg-glue/peering_list_test.go | 2 +- .../proxycfg-glue/resolved_service_config.go | 2 +- .../resolved_service_config_test.go | 2 +- agent/proxycfg-glue/service_http_checks.go | 2 +- .../proxycfg-glue/service_http_checks_test.go | 2 +- agent/proxycfg-glue/service_list.go | 2 +- agent/proxycfg-glue/service_list_test.go | 2 +- agent/proxycfg-glue/trust_bundle.go | 2 +- agent/proxycfg-glue/trust_bundle_test.go | 2 +- .../proxycfg-sources/catalog/config_source.go | 2 +- .../catalog/config_source_test.go | 2 +- agent/proxycfg-sources/local/config_source.go | 2 +- agent/proxycfg-sources/local/local.go | 2 +- agent/proxycfg-sources/local/sync.go | 2 +- agent/proxycfg-sources/local/sync_test.go | 2 +- agent/proxycfg/api_gateway.go | 2 +- agent/proxycfg/connect_proxy.go | 2 +- agent/proxycfg/data_sources.go | 2 +- agent/proxycfg/data_sources_oss.go | 2 +- agent/proxycfg/deep-copy.sh | 2 +- agent/proxycfg/ingress_gateway.go | 2 +- agent/proxycfg/internal/watch/watchmap.go | 2 +- .../proxycfg/internal/watch/watchmap_test.go | 2 +- agent/proxycfg/manager.go | 2 +- agent/proxycfg/manager_test.go | 2 +- agent/proxycfg/mesh_gateway.go | 2 +- agent/proxycfg/mesh_gateway_oss.go | 2 +- agent/proxycfg/naming.go | 2 +- agent/proxycfg/naming_oss.go | 2 +- agent/proxycfg/naming_test.go | 2 +- agent/proxycfg/proxycfg.go | 2 +- agent/proxycfg/snapshot.go | 2 +- agent/proxycfg/snapshot_test.go | 2 +- agent/proxycfg/state.go | 2 +- agent/proxycfg/state_oss_test.go | 2 +- agent/proxycfg/state_test.go | 2 +- agent/proxycfg/terminating_gateway.go | 2 +- agent/proxycfg/testing.go | 2 +- agent/proxycfg/testing_api_gateway.go | 2 +- agent/proxycfg/testing_connect_proxy.go | 2 +- agent/proxycfg/testing_ingress_gateway.go | 2 +- agent/proxycfg/testing_mesh_gateway.go | 2 +- agent/proxycfg/testing_oss.go | 2 +- agent/proxycfg/testing_peering.go | 2 +- agent/proxycfg/testing_terminating_gateway.go | 2 +- agent/proxycfg/testing_tproxy.go | 2 +- agent/proxycfg/testing_upstreams.go | 2 +- agent/proxycfg/testing_upstreams_oss.go | 2 +- agent/proxycfg/upstreams.go | 2 +- agent/proxycfg_test.go | 2 +- agent/reload.go | 2 +- agent/remote_exec.go | 2 +- agent/remote_exec_test.go | 2 +- agent/retry_join.go | 2 +- agent/retry_join_test.go | 2 +- agent/router/grpc.go | 2 +- agent/router/manager.go | 2 +- agent/router/manager_internal_test.go | 2 +- agent/router/manager_test.go | 2 +- agent/router/router.go | 2 +- agent/router/router_test.go | 2 +- agent/router/serf_adapter.go | 2 +- agent/router/serf_flooder.go | 2 +- agent/routine-leak-checker/leak_test.go | 2 +- agent/rpc/middleware/interceptors.go | 2 +- agent/rpc/middleware/interceptors_test.go | 2 +- agent/rpc/middleware/rate_limit_mappings.go | 2 +- agent/rpc/middleware/recovery.go | 2 +- agent/rpc/operator/service.go | 2 +- agent/rpc/operator/service_test.go | 2 +- agent/rpc/peering/service.go | 2 +- agent/rpc/peering/service_oss_test.go | 2 +- agent/rpc/peering/service_test.go | 2 +- agent/rpc/peering/testing.go | 2 +- agent/rpc/peering/testutil_oss_test.go | 2 +- agent/rpc/peering/validate.go | 2 +- agent/rpc/peering/validate_test.go | 2 +- agent/rpcclient/common.go | 2 +- agent/rpcclient/configentry/configentry.go | 2 +- .../rpcclient/configentry/configentry_test.go | 2 +- agent/rpcclient/configentry/view.go | 2 +- agent/rpcclient/configentry/view_test.go | 2 +- agent/rpcclient/health/health.go | 2 +- agent/rpcclient/health/health_test.go | 2 +- agent/rpcclient/health/streaming_test.go | 2 +- agent/rpcclient/health/view.go | 2 +- agent/rpcclient/health/view_test.go | 2 +- agent/service_checks_test.go | 2 +- agent/service_manager.go | 2 +- agent/service_manager_test.go | 2 +- agent/session_endpoint.go | 2 +- agent/session_endpoint_test.go | 2 +- agent/setup.go | 2 +- agent/setup_oss.go | 2 +- agent/sidecar_service.go | 2 +- agent/sidecar_service_test.go | 2 +- agent/signal_unix.go | 2 +- agent/signal_windows.go | 2 +- agent/snapshot_endpoint.go | 2 +- agent/snapshot_endpoint_test.go | 2 +- agent/status_endpoint.go | 2 +- agent/status_endpoint_test.go | 2 +- agent/streaming_test.go | 2 +- agent/structs/acl.go | 2 +- agent/structs/acl_cache.go | 2 +- agent/structs/acl_cache_test.go | 2 +- agent/structs/acl_oss.go | 2 +- agent/structs/acl_test.go | 2 +- agent/structs/aclfilter/filter.go | 2 +- agent/structs/aclfilter/filter_test.go | 2 +- agent/structs/auto_encrypt.go | 2 +- agent/structs/autopilot.go | 2 +- agent/structs/autopilot_oss.go | 2 +- agent/structs/catalog.go | 2 +- agent/structs/catalog_oss.go | 2 +- agent/structs/check_definition.go | 2 +- agent/structs/check_definition_test.go | 2 +- agent/structs/check_type.go | 2 +- agent/structs/config_entry.go | 2 +- agent/structs/config_entry_apigw_jwt_oss.go | 2 +- agent/structs/config_entry_discoverychain.go | 2 +- .../config_entry_discoverychain_oss.go | 2 +- .../config_entry_discoverychain_oss_test.go | 2 +- .../config_entry_discoverychain_test.go | 2 +- agent/structs/config_entry_exports.go | 2 +- agent/structs/config_entry_exports_oss.go | 2 +- .../structs/config_entry_exports_oss_test.go | 2 +- agent/structs/config_entry_exports_test.go | 2 +- agent/structs/config_entry_gateways.go | 2 +- agent/structs/config_entry_gateways_test.go | 2 +- .../config_entry_inline_certificate.go | 2 +- .../config_entry_inline_certificate_test.go | 2 +- agent/structs/config_entry_intentions.go | 2 +- agent/structs/config_entry_intentions_oss.go | 2 +- .../config_entry_intentions_oss_test.go | 2 +- agent/structs/config_entry_intentions_test.go | 2 +- agent/structs/config_entry_jwt_provider.go | 2 +- .../structs/config_entry_jwt_provider_oss.go | 2 +- .../structs/config_entry_jwt_provider_test.go | 2 +- agent/structs/config_entry_mesh.go | 2 +- agent/structs/config_entry_mesh_oss.go | 2 +- agent/structs/config_entry_mesh_test.go | 2 +- agent/structs/config_entry_oss.go | 2 +- agent/structs/config_entry_oss_test.go | 2 +- agent/structs/config_entry_routes.go | 2 +- agent/structs/config_entry_routes_test.go | 2 +- agent/structs/config_entry_sameness_group.go | 2 +- .../config_entry_sameness_group_oss.go | 2 +- agent/structs/config_entry_status.go | 2 +- agent/structs/config_entry_test.go | 2 +- agent/structs/connect.go | 2 +- agent/structs/connect_ca.go | 2 +- agent/structs/connect_ca_test.go | 2 +- agent/structs/connect_oss.go | 2 +- agent/structs/connect_proxy_config.go | 2 +- agent/structs/connect_proxy_config_oss.go | 2 +- agent/structs/connect_proxy_config_test.go | 2 +- agent/structs/deep-copy.sh | 2 +- agent/structs/discovery_chain.go | 2 +- agent/structs/discovery_chain_oss.go | 2 +- agent/structs/envoy_extension.go | 2 +- agent/structs/errors.go | 2 +- agent/structs/federation_state.go | 2 +- agent/structs/identity.go | 2 +- agent/structs/intention.go | 2 +- agent/structs/intention_oss.go | 2 +- agent/structs/intention_test.go | 2 +- agent/structs/operator.go | 2 +- agent/structs/peering.go | 2 +- agent/structs/prepared_query.go | 2 +- agent/structs/prepared_query_test.go | 2 +- agent/structs/protobuf_compat.go | 2 +- agent/structs/service_definition.go | 2 +- agent/structs/service_definition_test.go | 2 +- agent/structs/snapshot.go | 2 +- agent/structs/structs.deepcopy_oss.go | 2 +- agent/structs/structs.go | 2 +- agent/structs/structs_ext_test.go | 2 +- agent/structs/structs_filtering_test.go | 2 +- agent/structs/structs_oss.go | 2 +- agent/structs/structs_oss_test.go | 2 +- agent/structs/structs_test.go | 2 +- agent/structs/system_metadata.go | 2 +- agent/structs/testing.go | 2 +- agent/structs/testing_catalog.go | 2 +- agent/structs/testing_connect_proxy_config.go | 2 +- agent/structs/testing_intention.go | 2 +- agent/structs/testing_service_definition.go | 2 +- agent/structs/txn.go | 2 +- agent/submatview/handler.go | 2 +- agent/submatview/local_materializer.go | 2 +- agent/submatview/local_materializer_test.go | 2 +- agent/submatview/materializer.go | 2 +- agent/submatview/rpc_materializer.go | 2 +- agent/submatview/store.go | 2 +- agent/submatview/store_integration_test.go | 2 +- agent/submatview/store_test.go | 2 +- agent/submatview/streaming_test.go | 2 +- agent/systemd/notify.go | 2 +- agent/testagent.go | 2 +- agent/testagent_test.go | 2 +- agent/token/persistence.go | 2 +- agent/token/persistence_test.go | 2 +- agent/token/store.go | 2 +- agent/token/store_oss.go | 2 +- agent/token/store_test.go | 2 +- agent/translate_addr.go | 2 +- agent/txn_endpoint.go | 2 +- agent/txn_endpoint_test.go | 2 +- agent/ui_endpoint.go | 2 +- agent/ui_endpoint_oss_test.go | 2 +- agent/ui_endpoint_test.go | 2 +- agent/uiserver/buf_index_fs.go | 2 +- agent/uiserver/buffered_file.go | 2 +- agent/uiserver/redirect_fs.go | 2 +- agent/uiserver/ui_template_data.go | 2 +- agent/uiserver/uiserver.go | 2 +- agent/uiserver/uiserver_test.go | 2 +- agent/user_event.go | 2 +- agent/user_event_test.go | 2 +- agent/util.go | 2 +- agent/util_test.go | 2 +- agent/watch_handler.go | 2 +- agent/watch_handler_test.go | 2 +- agent/xds/accesslogs/accesslogs.go | 2 +- agent/xds/clusters.go | 2 +- agent/xds/clusters_test.go | 2 +- agent/xds/config.go | 2 +- agent/xds/config_test.go | 2 +- agent/xds/delta.go | 2 +- agent/xds/delta_envoy_extender_oss_test.go | 2 +- agent/xds/delta_envoy_extender_test.go | 2 +- agent/xds/delta_test.go | 2 +- agent/xds/endpoints.go | 2 +- agent/xds/endpoints_test.go | 2 +- agent/xds/extensionruntime/runtime_config.go | 2 +- .../runtime_config_oss_test.go | 2 +- agent/xds/failover_policy.go | 2 +- agent/xds/failover_policy_oss.go | 2 +- agent/xds/golden_test.go | 2 +- agent/xds/jwt_authn.go | 2 +- agent/xds/jwt_authn_test.go | 2 +- agent/xds/listeners.go | 2 +- agent/xds/listeners_apigateway.go | 2 +- agent/xds/listeners_ingress.go | 2 +- agent/xds/listeners_test.go | 2 +- agent/xds/locality_policy.go | 2 +- agent/xds/locality_policy_oss.go | 2 +- agent/xds/naming.go | 2 +- agent/xds/net_fallback.go | 2 +- agent/xds/net_linux.go | 2 +- agent/xds/protocol_trace.go | 2 +- agent/xds/rbac.go | 2 +- agent/xds/rbac_test.go | 2 +- agent/xds/resources.go | 2 +- agent/xds/resources_oss_test.go | 2 +- agent/xds/resources_test.go | 2 +- agent/xds/response.go | 2 +- agent/xds/routes.go | 2 +- agent/xds/routes_test.go | 2 +- agent/xds/secrets.go | 2 +- agent/xds/server.go | 2 +- agent/xds/server_oss.go | 2 +- agent/xds/testcommon/testcommon.go | 2 +- agent/xds/testing.go | 2 +- .../validateupstream_test.go | 2 +- agent/xds/xds.go | 2 +- agent/xds/xds_protocol_helpers_test.go | 2 +- agent/xds/z_xds_packages_test.go | 2 +- api/LICENSE | 365 +++++++++++++++ buf.work.yaml | 2 +- build-support/docker/Build-Go.dockerfile | 2 +- build-support/docker/Build-UI.dockerfile | 2 +- .../docker/Consul-Dev-Dbg.dockerfile | 2 +- .../docker/Consul-Dev-Multiarch.dockerfile | 2 +- build-support/docker/Consul-Dev.dockerfile | 2 +- build-support/functions/00-vars.sh | 2 +- build-support/functions/10-util.sh | 2 +- build-support/functions/20-build.sh | 2 +- build-support/functions/30-release.sh | 2 +- build-support/scripts/build-date.sh | 2 +- build-support/scripts/build-docker.sh | 2 +- .../scripts/check-allowed-imports.sh | 2 +- build-support/scripts/devtools.sh | 2 +- build-support/scripts/functions.sh | 2 +- build-support/scripts/protobuf.sh | 2 +- build-support/scripts/release.sh | 2 +- build-support/scripts/version.sh | 2 +- .../windows/build-consul-dev-image.sh | 3 + .../windows/build-consul-local-images.sh | 3 + .../windows/build-test-sds-server-image.sh | 3 + command/acl/acl.go | 2 +- command/acl/acl_helpers.go | 2 +- command/acl/acl_test.go | 2 +- command/acl/agenttokens/agent_tokens.go | 2 +- command/acl/agenttokens/agent_tokens_test.go | 2 +- command/acl/authmethod/authmethod.go | 2 +- .../authmethod/create/authmethod_create.go | 2 +- .../create/authmethod_create_oss.go | 2 +- .../create/authmethod_create_test.go | 2 +- .../authmethod/delete/authmethod_delete.go | 2 +- .../delete/authmethod_delete_test.go | 2 +- command/acl/authmethod/formatter.go | 2 +- .../acl/authmethod/list/authmethod_list.go | 2 +- .../authmethod/list/authmethod_list_test.go | 2 +- .../acl/authmethod/read/authmethod_read.go | 2 +- .../authmethod/read/authmethod_read_test.go | 2 +- .../authmethod/update/authmethod_update.go | 2 +- .../update/authmethod_update_oss.go | 2 +- .../update/authmethod_update_test.go | 2 +- command/acl/bindingrule/bindingrule.go | 2 +- .../bindingrule/create/bindingrule_create.go | 2 +- .../create/bindingrule_create_test.go | 2 +- .../bindingrule/delete/bindingrule_delete.go | 2 +- .../delete/bindingrule_delete_test.go | 2 +- command/acl/bindingrule/formatter.go | 2 +- .../acl/bindingrule/list/bindingrule_list.go | 2 +- .../bindingrule/list/bindingrule_list_test.go | 2 +- .../acl/bindingrule/read/bindingrule_read.go | 2 +- .../bindingrule/read/bindingrule_read_test.go | 2 +- .../bindingrule/update/bindingrule_update.go | 2 +- .../update/bindingrule_update_test.go | 2 +- command/acl/bootstrap/bootstrap.go | 2 +- command/acl/bootstrap/bootstrap_test.go | 2 +- command/acl/policy/create/policy_create.go | 2 +- .../acl/policy/create/policy_create_test.go | 2 +- command/acl/policy/delete/policy_delete.go | 2 +- .../acl/policy/delete/policy_delete_test.go | 2 +- command/acl/policy/formatter.go | 2 +- command/acl/policy/list/policy_list.go | 2 +- command/acl/policy/list/policy_list_test.go | 2 +- command/acl/policy/policy.go | 2 +- command/acl/policy/read/policy_read.go | 2 +- command/acl/policy/read/policy_read_test.go | 2 +- command/acl/policy/update/policy_update.go | 2 +- .../acl/policy/update/policy_update_test.go | 2 +- command/acl/role/create/role_create.go | 2 +- command/acl/role/create/role_create_test.go | 2 +- command/acl/role/delete/role_delete.go | 2 +- command/acl/role/delete/role_delete_test.go | 2 +- command/acl/role/formatter.go | 2 +- command/acl/role/formatter_test.go | 2 +- command/acl/role/list/role_list.go | 2 +- command/acl/role/list/role_list_test.go | 2 +- command/acl/role/read/role_read.go | 2 +- command/acl/role/read/role_read_test.go | 2 +- command/acl/role/role.go | 2 +- command/acl/role/update/role_update.go | 2 +- command/acl/role/update/role_update_test.go | 2 +- command/acl/token/clone/token_clone.go | 2 +- command/acl/token/clone/token_clone_test.go | 2 +- command/acl/token/create/token_create.go | 2 +- command/acl/token/create/token_create_test.go | 2 +- command/acl/token/delete/token_delete.go | 2 +- command/acl/token/delete/token_delete_test.go | 2 +- command/acl/token/formatter.go | 2 +- command/acl/token/formatter_oss_test.go | 2 +- command/acl/token/formatter_test.go | 2 +- command/acl/token/list/token_list.go | 2 +- command/acl/token/list/token_list_test.go | 2 +- command/acl/token/read/token_read.go | 2 +- command/acl/token/read/token_read_test.go | 2 +- command/acl/token/token.go | 2 +- command/acl/token/update/token_update.go | 2 +- command/acl/token/update/token_update_test.go | 2 +- command/agent/agent.go | 2 +- command/agent/agent_test.go | 2 +- command/agent/startup_logger.go | 2 +- command/catalog/catalog.go | 2 +- command/catalog/catalog_test.go | 2 +- command/catalog/helpers.go | 2 +- command/catalog/helpers_oss.go | 2 +- .../list/dc/catalog_list_datacenters.go | 2 +- .../list/dc/catalog_list_datacenters_test.go | 2 +- .../catalog/list/nodes/catalog_list_nodes.go | 2 +- .../list/nodes/catalog_list_nodes_test.go | 2 +- .../list/services/catalog_list_services.go | 2 +- .../services/catalog_list_services_test.go | 2 +- command/cli/cli.go | 2 +- command/cli/formatting.go | 2 +- command/config/config.go | 2 +- command/config/delete/config_delete.go | 2 +- command/config/delete/config_delete_test.go | 2 +- command/config/list/config_list.go | 2 +- command/config/list/config_list_test.go | 2 +- command/config/read/config_read.go | 2 +- command/config/read/config_read_test.go | 2 +- command/config/write/config_write.go | 2 +- command/config/write/config_write_test.go | 2 +- command/connect/ca/ca.go | 2 +- command/connect/ca/ca_test.go | 2 +- command/connect/ca/get/connect_ca_get.go | 2 +- command/connect/ca/get/connect_ca_get_test.go | 2 +- command/connect/ca/set/connect_ca_set.go | 2 +- command/connect/ca/set/connect_ca_set_test.go | 2 +- command/connect/connect.go | 2 +- command/connect/connect_test.go | 2 +- command/connect/envoy/bootstrap_config.go | 2 +- .../connect/envoy/bootstrap_config_test.go | 2 +- command/connect/envoy/bootstrap_tpl.go | 2 +- command/connect/envoy/envoy.go | 2 +- command/connect/envoy/envoy_oss_test.go | 2 +- command/connect/envoy/envoy_test.go | 2 +- command/connect/envoy/exec.go | 2 +- command/connect/envoy/exec_supported.go | 3 + command/connect/envoy/exec_test.go | 2 +- command/connect/envoy/exec_unix.go | 2 +- command/connect/envoy/exec_unsupported.go | 2 +- command/connect/envoy/exec_windows.go | 3 + command/connect/envoy/flags.go | 2 +- command/connect/envoy/flags_test.go | 2 +- .../connect_envoy_pipe-bootstrap.go | 2 +- .../connect_envoy_pipe-bootstrap_test.go | 2 +- command/connect/expose/expose.go | 2 +- command/connect/expose/expose_test.go | 2 +- command/connect/proxy/flag_upstreams.go | 2 +- command/connect/proxy/flag_upstreams_test.go | 2 +- command/connect/proxy/proxy.go | 2 +- command/connect/proxy/proxy_test.go | 2 +- command/connect/proxy/register.go | 2 +- command/connect/proxy/register_test.go | 2 +- .../redirecttraffic/redirect_traffic.go | 2 +- .../redirecttraffic/redirect_traffic_test.go | 2 +- command/debug/debug.go | 2 +- command/debug/debug_test.go | 2 +- command/event/event.go | 2 +- command/event/event_test.go | 2 +- command/exec/exec.go | 2 +- command/exec/exec_test.go | 2 +- command/flags/config.go | 2 +- command/flags/config_test.go | 2 +- command/flags/flag_map_value.go | 2 +- command/flags/flag_map_value_test.go | 2 +- command/flags/flag_slice_value.go | 2 +- command/flags/flag_slice_value_test.go | 2 +- command/flags/http.go | 2 +- command/flags/http_test.go | 2 +- command/flags/merge.go | 2 +- command/flags/usage.go | 2 +- command/forceleave/forceleave.go | 2 +- command/forceleave/forceleave_test.go | 2 +- command/helpers/decode_shim.go | 2 +- command/helpers/helpers.go | 2 +- command/helpers/helpers_test.go | 2 +- command/info/info.go | 2 +- command/info/info_test.go | 2 +- command/intention/check/check.go | 2 +- command/intention/check/check_test.go | 2 +- command/intention/create/create.go | 2 +- command/intention/create/create_test.go | 2 +- command/intention/delete/delete.go | 2 +- command/intention/delete/delete_test.go | 2 +- command/intention/format.go | 2 +- command/intention/get/get.go | 2 +- command/intention/get/get_test.go | 2 +- command/intention/helpers.go | 2 +- command/intention/helpers_test.go | 2 +- command/intention/intention.go | 2 +- command/intention/intention_test.go | 2 +- command/intention/list/intention_list.go | 2 +- command/intention/list/intention_list_test.go | 2 +- command/intention/match/match.go | 2 +- command/intention/match/match_test.go | 2 +- command/join/join.go | 2 +- command/join/join_test.go | 2 +- command/keygen/keygen.go | 2 +- command/keygen/keygen_test.go | 2 +- command/keyring/keyring.go | 2 +- command/keyring/keyring_test.go | 2 +- command/kv/del/kv_delete.go | 2 +- command/kv/del/kv_delete_test.go | 2 +- command/kv/exp/kv_export.go | 2 +- command/kv/exp/kv_export_test.go | 2 +- command/kv/get/kv_get.go | 2 +- command/kv/get/kv_get_test.go | 2 +- command/kv/imp/kv_import.go | 2 +- command/kv/imp/kv_import_test.go | 2 +- command/kv/impexp/kvimpexp.go | 2 +- command/kv/kv.go | 2 +- command/kv/kv_test.go | 2 +- command/kv/put/kv_put.go | 2 +- command/kv/put/kv_put_test.go | 2 +- command/leave/leave.go | 2 +- command/leave/leave_test.go | 2 +- command/lock/lock.go | 2 +- command/lock/lock_test.go | 2 +- command/lock/util_unix.go | 2 +- command/lock/util_windows.go | 2 +- command/login/aws.go | 2 +- command/login/login.go | 2 +- command/login/login_oss.go | 2 +- command/login/login_test.go | 2 +- command/logout/logout.go | 2 +- command/logout/logout_test.go | 2 +- command/maint/maint.go | 2 +- command/maint/maint_test.go | 2 +- command/members/members.go | 2 +- command/members/members_test.go | 2 +- command/monitor/monitor.go | 2 +- command/monitor/monitor_test.go | 2 +- .../autopilot/get/operator_autopilot_get.go | 2 +- .../get/operator_autopilot_get_test.go | 2 +- .../operator/autopilot/operator_autopilot.go | 2 +- .../autopilot/operator_autopilot_test.go | 2 +- .../autopilot/set/operator_autopilot_set.go | 2 +- .../set/operator_autopilot_set_test.go | 2 +- command/operator/autopilot/state/formatter.go | 2 +- .../state/operator_autopilot_state.go | 2 +- .../state/operator_autopilot_state_test.go | 2 +- command/operator/operator.go | 2 +- command/operator/operator_test.go | 2 +- .../raft/listpeers/operator_raft_list.go | 2 +- .../raft/listpeers/operator_raft_list_test.go | 2 +- command/operator/raft/operator_raft.go | 2 +- command/operator/raft/operator_raft_test.go | 2 +- .../raft/removepeer/operator_raft_remove.go | 2 +- .../removepeer/operator_raft_remove_test.go | 2 +- .../raft/transferleader/transfer_leader.go | 2 +- .../transferleader/transfer_leader_test.go | 2 +- .../usage/instances/usage_instances.go | 2 +- .../usage/instances/usage_instances_oss.go | 2 +- .../instances/usage_instances_oss_test.go | 2 +- .../usage/instances/usage_instances_test.go | 2 +- command/operator/usage/usage.go | 2 +- command/peering/delete/delete.go | 2 +- command/peering/delete/delete_test.go | 2 +- command/peering/establish/establish.go | 2 +- command/peering/establish/establish_test.go | 2 +- command/peering/generate/generate.go | 2 +- command/peering/generate/generate_test.go | 2 +- command/peering/list/list.go | 2 +- command/peering/list/list_test.go | 2 +- command/peering/peering.go | 2 +- command/peering/read/read.go | 2 +- command/peering/read/read_test.go | 2 +- command/registry.go | 2 +- command/registry_oss.go | 2 +- command/reload/reload.go | 2 +- command/reload/reload_test.go | 2 +- command/rtt/rtt.go | 2 +- command/rtt/rtt_test.go | 2 +- command/services/config.go | 2 +- command/services/config_test.go | 2 +- command/services/deregister/deregister.go | 2 +- .../services/deregister/deregister_test.go | 2 +- command/services/export/export.go | 3 + command/services/export/export_test.go | 3 + command/services/register/register.go | 2 +- command/services/register/register_test.go | 2 +- command/services/services.go | 2 +- command/services/services_test.go | 2 +- command/snapshot/inspect/formatter.go | 2 +- command/snapshot/inspect/formatter_test.go | 2 +- command/snapshot/inspect/snapshot_inspect.go | 2 +- .../snapshot/inspect/snapshot_inspect_test.go | 2 +- command/snapshot/restore/snapshot_restore.go | 2 +- .../snapshot/restore/snapshot_restore_test.go | 2 +- command/snapshot/save/snapshot_save.go | 2 +- command/snapshot/save/snapshot_save_test.go | 2 +- command/snapshot/snapshot_command.go | 2 +- command/snapshot/snapshot_command_test.go | 2 +- command/tls/ca/create/tls_ca_create.go | 2 +- command/tls/ca/create/tls_ca_create_test.go | 2 +- command/tls/ca/tls_ca.go | 2 +- command/tls/ca/tls_ca_test.go | 2 +- command/tls/cert/create/tls_cert_create.go | 2 +- .../tls/cert/create/tls_cert_create_test.go | 2 +- command/tls/cert/tls_cert.go | 2 +- command/tls/cert/tls_cert_test.go | 2 +- command/tls/tls.go | 2 +- command/tls/tls_test.go | 2 +- .../troubleshoot/proxy/troubleshoot_proxy.go | 2 +- command/troubleshoot/troubleshoot.go | 2 +- command/troubleshoot/troubleshoot_test.go | 2 +- .../upstreams/troubleshoot_upstreams.go | 2 +- command/validate/validate.go | 2 +- command/validate/validate_test.go | 2 +- command/version/formatter.go | 2 +- command/version/formatter_test.go | 2 +- command/version/version.go | 2 +- command/version/version_test.go | 2 +- command/watch/watch.go | 2 +- command/watch/watch_test.go | 2 +- connect/certgen/certgen.go | 2 +- connect/example_test.go | 2 +- connect/proxy/config.go | 2 +- connect/proxy/config_test.go | 2 +- connect/proxy/conn.go | 2 +- connect/proxy/conn_test.go | 2 +- connect/proxy/listener.go | 2 +- connect/proxy/listener_test.go | 2 +- connect/proxy/proxy.go | 2 +- connect/proxy/proxy_test.go | 2 +- connect/proxy/testing.go | 2 +- connect/resolver.go | 2 +- connect/resolver_test.go | 2 +- connect/service.go | 2 +- connect/service_test.go | 2 +- connect/testing.go | 2 +- connect/tls.go | 2 +- connect/tls_test.go | 2 +- .../extensioncommon/basic_envoy_extender.go | 2 +- .../basic_extension_adapter.go | 2 +- .../extensioncommon/envoy_extender.go | 2 +- .../extensioncommon/envoy_extender_test.go | 3 + envoyextensions/extensioncommon/resources.go | 2 +- .../extensioncommon/resources_test.go | 2 +- .../extensioncommon/runtime_config.go | 2 +- .../extensioncommon/runtime_config_test.go | 2 +- .../upstream_envoy_extender.go | 2 +- envoyextensions/xdscommon/envoy_versioning.go | 2 +- .../xdscommon/envoy_versioning_test.go | 2 +- envoyextensions/xdscommon/proxysupport.go | 2 +- .../xdscommon/proxysupport_test.go | 2 +- envoyextensions/xdscommon/xdscommon.go | 2 +- envoyextensions/xdscommon/xdscommon_test.go | 3 + fixup_acl_move.sh | 2 +- internal/catalog/catalogtest/run_test.go | 3 + .../catalogtest/test_integration_v1alpha1.go | 3 + .../catalogtest/test_lifecycle_v1alpha1.go | 3 + internal/catalog/exports.go | 2 +- .../controllers/endpoints/controller.go | 2 +- .../controllers/endpoints/controller_test.go | 3 + .../endpoints/reconciliation_data.go | 3 + .../endpoints/reconciliation_data_test.go | 3 + .../internal/controllers/endpoints/status.go | 2 +- .../controllers/failover/controller.go | 2 +- .../controllers/failover/controller_test.go | 2 +- .../internal/controllers/failover/status.go | 2 +- .../controllers/nodehealth/controller.go | 2 +- .../controllers/nodehealth/controller_test.go | 2 +- .../internal/controllers/nodehealth/status.go | 2 +- .../catalog/internal/controllers/register.go | 2 +- .../controllers/workloadhealth/controller.go | 3 + .../workloadhealth/controller_test.go | 2 +- .../controllers/workloadhealth/status.go | 3 + .../mappers/failovermapper/failover_mapper.go | 2 +- .../failovermapper/failover_mapper_test.go | 2 +- .../mappers/nodemapper/node_mapper.go | 3 + .../mappers/nodemapper/node_mapper_test.go | 3 + .../selectiontracker/selection_tracker.go | 2 +- .../selection_tracker_test.go | 3 + internal/catalog/internal/types/dns_policy.go | 2 +- .../catalog/internal/types/dns_policy_test.go | 2 +- internal/catalog/internal/types/errors.go | 2 +- .../catalog/internal/types/errors_test.go | 2 +- .../catalog/internal/types/failover_policy.go | 2 +- .../internal/types/failover_policy_test.go | 2 +- .../catalog/internal/types/health_checks.go | 2 +- .../internal/types/health_checks_test.go | 2 +- .../catalog/internal/types/health_status.go | 2 +- .../internal/types/health_status_test.go | 2 +- internal/catalog/internal/types/node.go | 2 +- internal/catalog/internal/types/node_test.go | 2 +- internal/catalog/internal/types/service.go | 2 +- .../internal/types/service_endpoints.go | 2 +- .../internal/types/service_endpoints_test.go | 2 +- .../catalog/internal/types/service_test.go | 2 +- internal/catalog/internal/types/types.go | 2 +- internal/catalog/internal/types/types_test.go | 2 +- internal/catalog/internal/types/validators.go | 2 +- .../catalog/internal/types/validators_test.go | 2 +- .../catalog/internal/types/virtual_ips.go | 2 +- .../internal/types/virtual_ips_test.go | 2 +- internal/catalog/internal/types/workload.go | 2 +- .../catalog/internal/types/workload_test.go | 2 +- internal/controller/api.go | 2 +- internal/controller/api_test.go | 2 +- internal/controller/controller.go | 2 +- internal/controller/dependency_mappers.go | 3 + .../controller/dependency_mappers_test.go | 3 + internal/controller/doc.go | 2 +- internal/controller/lease.go | 3 + internal/controller/manager.go | 3 + internal/controller/supervisor.go | 3 + internal/controller/supervisor_test.go | 3 + internal/go-sso/oidcauth/auth.go | 2 +- internal/go-sso/oidcauth/config.go | 2 +- internal/go-sso/oidcauth/config_test.go | 2 +- .../go-sso/oidcauth/internal/strutil/util.go | 2 +- .../oidcauth/internal/strutil/util_test.go | 2 +- internal/go-sso/oidcauth/jwt.go | 2 +- internal/go-sso/oidcauth/jwt_test.go | 2 +- internal/go-sso/oidcauth/oidc.go | 2 +- internal/go-sso/oidcauth/oidc_test.go | 2 +- .../go-sso/oidcauth/oidcauthtest/testing.go | 2 +- internal/go-sso/oidcauth/oidcjwt.go | 2 +- internal/go-sso/oidcauth/oidcjwt_test.go | 2 +- internal/go-sso/oidcauth/util.go | 2 +- internal/go-sso/oidcauth/util_test.go | 2 +- internal/mesh/exports.go | 2 +- .../mesh/internal/types/computed_routes.go | 2 +- .../mesh/internal/types/destination_policy.go | 2 +- internal/mesh/internal/types/grpc_route.go | 2 +- internal/mesh/internal/types/http_route.go | 2 +- .../internal/types/proxy_configuration.go | 2 +- .../internal/types/proxy_state_template.go | 3 + internal/mesh/internal/types/tcp_route.go | 2 +- internal/mesh/internal/types/types.go | 2 +- internal/mesh/internal/types/types_test.go | 2 +- internal/mesh/internal/types/upstreams.go | 2 +- .../internal/types/upstreams_configuration.go | 2 +- internal/radix/doc.go | 3 + internal/radix/radix.go | 3 + internal/radix/radix_test.go | 3 + internal/resource/authz_oss.go | 2 +- internal/resource/decode.go | 2 +- internal/resource/decode_test.go | 2 +- internal/resource/demo/controller.go | 2 +- internal/resource/demo/controller_test.go | 2 +- internal/resource/demo/demo.go | 2 +- internal/resource/equality.go | 2 +- internal/resource/equality_test.go | 2 +- internal/resource/errors.go | 2 +- internal/resource/errors_test.go | 2 +- internal/resource/http/http.go | 3 + internal/resource/http/http_test.go | 3 + .../resource/mappers/bimapper/bimapper.go | 2 +- .../mappers/bimapper/bimapper_test.go | 2 +- internal/resource/reaper/controller.go | 2 +- internal/resource/reaper/controller_test.go | 2 +- internal/resource/reference.go | 2 +- internal/resource/refkey.go | 2 +- internal/resource/refkey_test.go | 2 +- internal/resource/registry.go | 2 +- internal/resource/registry_test.go | 2 +- internal/resource/resourcetest/builder.go | 2 +- internal/resource/resourcetest/client.go | 2 +- internal/resource/resourcetest/decode.go | 2 +- internal/resource/resourcetest/fs.go | 3 + internal/resource/resourcetest/require.go | 3 + internal/resource/resourcetest/testing.go | 3 + internal/resource/resourcetest/validation.go | 2 +- internal/resource/stringer.go | 2 +- internal/resource/tenancy.go | 2 +- internal/resource/tombstone.go | 3 + internal/storage/conformance/conformance.go | 2 +- internal/storage/inmem/backend.go | 2 +- internal/storage/inmem/backend_test.go | 2 +- internal/storage/inmem/event_index.go | 2 +- internal/storage/inmem/schema.go | 2 +- internal/storage/inmem/snapshot.go | 2 +- internal/storage/inmem/snapshot_test.go | 2 +- internal/storage/inmem/store.go | 2 +- internal/storage/inmem/watch.go | 2 +- internal/storage/raft/backend.go | 2 +- internal/storage/raft/conformance_test.go | 2 +- internal/storage/raft/forwarding.go | 2 +- internal/storage/storage.go | 2 +- internal/testing/golden/golden.go | 2 +- .../e2e/consul/agent/structs/structs.go | 2 +- .../e2e/consul/proto/pbcommon/common.go | 2 +- .../tools/proto-gen-rpc-glue/e2e/source.pb.go | 2 +- internal/tools/proto-gen-rpc-glue/main.go | 2 +- .../tools/proto-gen-rpc-glue/main_test.go | 2 +- .../protoc-gen-consul-rate-limit/main.go | 2 +- .../postprocess/main.go | 2 +- ipaddr/detect.go | 2 +- ipaddr/detect_test.go | 2 +- ipaddr/ipaddr.go | 2 +- ipaddr/ipaddr_test.go | 2 +- lib/cluster.go | 2 +- lib/cluster_test.go | 2 +- lib/decode/decode.go | 2 +- lib/decode/decode_test.go | 2 +- lib/eof.go | 2 +- lib/eof_test.go | 2 +- lib/file/atomic.go | 2 +- lib/file/atomic_test.go | 2 +- lib/hoststats/collector.go | 3 + lib/hoststats/cpu.go | 3 + lib/hoststats/cpu_test.go | 3 + lib/hoststats/host.go | 3 + lib/hoststats/metrics.go | 3 + lib/json.go | 2 +- lib/map_walker.go | 2 +- lib/map_walker_test.go | 2 +- lib/maps/maps.go | 2 +- lib/maps/maps_test.go | 2 +- lib/math.go | 2 +- lib/math_test.go | 2 +- lib/mutex/mutex.go | 2 +- lib/mutex/mutex_test.go | 2 +- lib/path.go | 2 +- lib/retry/retry.go | 2 +- lib/retry/retry_test.go | 2 +- lib/routine/routine.go | 2 +- lib/routine/routine_test.go | 2 +- lib/rtt.go | 2 +- lib/rtt_test.go | 2 +- lib/semaphore/semaphore.go | 2 +- lib/semaphore/semaphore_test.go | 2 +- lib/serf/serf.go | 2 +- lib/stop_context.go | 2 +- lib/stop_context_test.go | 2 +- lib/strings.go | 2 +- lib/stringslice/stringslice.go | 2 +- lib/stringslice/stringslice_test.go | 2 +- lib/telemetry.go | 2 +- lib/telemetry_test.go | 2 +- lib/template/hil.go | 2 +- lib/template/hil_test.go | 2 +- lib/translate.go | 2 +- lib/translate_test.go | 2 +- lib/ttlcache/eviction.go | 2 +- lib/ttlcache/eviction_test.go | 2 +- lib/useragent.go | 2 +- lib/useragent_test.go | 2 +- lib/uuid.go | 2 +- logging/gated_writer.go | 2 +- logging/gated_writer_test.go | 2 +- logging/grpc.go | 2 +- logging/grpc_test.go | 2 +- logging/log_levels.go | 2 +- logging/logfile.go | 2 +- logging/logfile_test.go | 2 +- logging/logger.go | 2 +- logging/logger_test.go | 2 +- logging/monitor/monitor.go | 2 +- logging/monitor/monitor_test.go | 2 +- logging/names.go | 2 +- logging/syslog.go | 2 +- logging/syslog_test.go | 2 +- logging/syslog_unsupported_test.go | 2 +- main.go | 2 +- .../annotations/ratelimit/ratelimit.pb.go | 2 +- .../annotations/ratelimit/ratelimit.proto | 2 +- proto-public/buf.gen.yaml | 2 +- proto-public/buf.yaml | 2 +- proto-public/pbacl/acl.pb.go | 2 +- proto-public/pbacl/acl.proto | 2 +- proto-public/pbcatalog/v1alpha1/dns.pb.go | 2 +- proto-public/pbcatalog/v1alpha1/dns.proto | 2 +- .../pbcatalog/v1alpha1/failover_policy.pb.go | 2 +- .../pbcatalog/v1alpha1/failover_policy.proto | 2 +- .../v1alpha1/failover_policy_extras.go | 2 +- .../v1alpha1/failover_policy_extras_test.go | 2 +- proto-public/pbcatalog/v1alpha1/health.pb.go | 2 +- proto-public/pbcatalog/v1alpha1/health.proto | 2 +- proto-public/pbcatalog/v1alpha1/node.pb.go | 2 +- proto-public/pbcatalog/v1alpha1/node.proto | 2 +- .../pbcatalog/v1alpha1/protocol.pb.go | 2 +- .../pbcatalog/v1alpha1/protocol.proto | 2 +- .../pbcatalog/v1alpha1/selector.pb.go | 2 +- .../pbcatalog/v1alpha1/selector.proto | 2 +- proto-public/pbcatalog/v1alpha1/service.pb.go | 2 +- proto-public/pbcatalog/v1alpha1/service.proto | 2 +- .../v1alpha1/service_endpoints.pb.go | 2 +- .../v1alpha1/service_endpoints.proto | 2 +- proto-public/pbcatalog/v1alpha1/vip.pb.go | 2 +- proto-public/pbcatalog/v1alpha1/vip.proto | 2 +- .../pbcatalog/v1alpha1/workload.pb.go | 2 +- .../pbcatalog/v1alpha1/workload.proto | 2 +- proto-public/pbconnectca/ca.pb.go | 2 +- proto-public/pbconnectca/ca.proto | 2 +- proto-public/pbdataplane/dataplane.pb.go | 2 +- proto-public/pbdataplane/dataplane.proto | 2 +- proto-public/pbdns/dns.pb.go | 2 +- proto-public/pbdns/dns.proto | 2 +- proto-public/pbmesh/v1alpha1/common.pb.go | 2 +- proto-public/pbmesh/v1alpha1/common.proto | 2 +- .../pbmesh/v1alpha1/computed_routes.pb.go | 2 +- .../pbmesh/v1alpha1/computed_routes.proto | 2 +- proto-public/pbmesh/v1alpha1/connection.pb.go | 2 +- proto-public/pbmesh/v1alpha1/connection.proto | 2 +- .../pbmesh/v1alpha1/destination_policy.pb.go | 2 +- .../pbmesh/v1alpha1/destination_policy.proto | 2 +- proto-public/pbmesh/v1alpha1/expose.pb.go | 2 +- proto-public/pbmesh/v1alpha1/expose.proto | 2 +- proto-public/pbmesh/v1alpha1/grpc_route.pb.go | 2 +- proto-public/pbmesh/v1alpha1/grpc_route.proto | 2 +- proto-public/pbmesh/v1alpha1/http_route.pb.go | 2 +- proto-public/pbmesh/v1alpha1/http_route.proto | 2 +- .../pbmesh/v1alpha1/http_route_retries.pb.go | 2 +- .../pbmesh/v1alpha1/http_route_retries.proto | 2 +- .../pbmesh/v1alpha1/http_route_timeouts.pb.go | 2 +- .../pbmesh/v1alpha1/http_route_timeouts.proto | 2 +- .../v1alpha1/pbproxystate/access_logs.pb.go | 2 +- .../v1alpha1/pbproxystate/access_logs.proto | 2 +- .../v1alpha1/pbproxystate/address.pb.go | 2 +- .../v1alpha1/pbproxystate/address.proto | 2 +- .../v1alpha1/pbproxystate/cluster.pb.go | 2 +- .../v1alpha1/pbproxystate/cluster.proto | 2 +- .../v1alpha1/pbproxystate/endpoints.pb.go | 2 +- .../v1alpha1/pbproxystate/endpoints.proto | 2 +- .../pbproxystate/escape_hatches.pb.go | 2 +- .../pbproxystate/escape_hatches.proto | 2 +- .../pbproxystate/header_mutations.pb.go | 2 +- .../pbproxystate/header_mutations.proto | 2 +- .../v1alpha1/pbproxystate/intentions.pb.go | 2 +- .../v1alpha1/pbproxystate/intentions.proto | 2 +- .../v1alpha1/pbproxystate/listener.pb.go | 2 +- .../v1alpha1/pbproxystate/listener.proto | 2 +- .../v1alpha1/pbproxystate/references.pb.go | 2 +- .../v1alpha1/pbproxystate/references.proto | 2 +- .../pbmesh/v1alpha1/pbproxystate/route.pb.go | 2 +- .../pbmesh/v1alpha1/pbproxystate/route.proto | 2 +- .../pbproxystate/transport_socket.pb.go | 2 +- .../pbproxystate/transport_socket.proto | 2 +- .../pbmesh/v1alpha1/proxy_configuration.pb.go | 2 +- .../pbmesh/v1alpha1/proxy_configuration.proto | 2 +- .../pbmesh/v1alpha1/proxy_state.pb.go | 2 +- .../pbmesh/v1alpha1/proxy_state.proto | 2 +- proto-public/pbmesh/v1alpha1/routing.pb.go | 2 +- proto-public/pbmesh/v1alpha1/routing.proto | 2 +- proto-public/pbmesh/v1alpha1/tcp_route.pb.go | 2 +- proto-public/pbmesh/v1alpha1/tcp_route.proto | 2 +- proto-public/pbmesh/v1alpha1/upstreams.pb.go | 2 +- proto-public/pbmesh/v1alpha1/upstreams.proto | 2 +- .../v1alpha1/upstreams_configuration.pb.go | 2 +- .../v1alpha1/upstreams_configuration.proto | 2 +- proto-public/pbresource/resource.pb.go | 2 +- proto-public/pbresource/resource.proto | 2 +- .../pbserverdiscovery/serverdiscovery.pb.go | 2 +- .../pbserverdiscovery/serverdiscovery.proto | 2 +- proto/buf.gen.yaml | 2 +- proto/buf.yaml | 2 +- proto/private/pbacl/acl.go | 2 +- proto/private/pbacl/acl.pb.go | 2 +- proto/private/pbacl/acl.proto | 2 +- proto/private/pbautoconf/auto_config.go | 2 +- proto/private/pbautoconf/auto_config.pb.go | 2 +- proto/private/pbautoconf/auto_config.proto | 2 +- proto/private/pbautoconf/auto_config_oss.go | 2 +- proto/private/pbcommon/common.go | 2 +- proto/private/pbcommon/common.pb.go | 2 +- proto/private/pbcommon/common.proto | 2 +- proto/private/pbcommon/common_oss.go | 2 +- proto/private/pbcommon/convert_pbstruct.go | 2 +- .../private/pbcommon/convert_pbstruct_test.go | 2 +- proto/private/pbconfig/config.pb.go | 2 +- proto/private/pbconfig/config.proto | 2 +- proto/private/pbconfigentry/config_entry.go | 2 +- .../private/pbconfigentry/config_entry.pb.go | 2 +- .../private/pbconfigentry/config_entry.proto | 2 +- .../private/pbconfigentry/config_entry_oss.go | 2 +- proto/private/pbconnect/connect.go | 2 +- proto/private/pbconnect/connect.pb.go | 2 +- proto/private/pbconnect/connect.proto | 2 +- proto/private/pbdemo/v1/demo.pb.go | 2 +- proto/private/pbdemo/v1/demo.proto | 2 +- proto/private/pbdemo/v2/demo.pb.go | 2 +- proto/private/pbdemo/v2/demo.proto | 2 +- proto/private/pboperator/operator.pb.go | 2 +- proto/private/pboperator/operator.proto | 2 +- proto/private/pbpeering/peering.go | 2 +- proto/private/pbpeering/peering.pb.go | 2 +- proto/private/pbpeering/peering.proto | 2 +- proto/private/pbpeering/peering_oss.go | 2 +- proto/private/pbpeerstream/convert.go | 2 +- proto/private/pbpeerstream/peerstream.go | 2 +- proto/private/pbpeerstream/peerstream.pb.go | 2 +- proto/private/pbpeerstream/peerstream.proto | 2 +- proto/private/pbpeerstream/types.go | 2 +- proto/private/pbservice/convert.go | 2 +- proto/private/pbservice/convert_oss.go | 2 +- proto/private/pbservice/convert_oss_test.go | 2 +- proto/private/pbservice/convert_test.go | 2 +- proto/private/pbservice/healthcheck.pb.go | 2 +- proto/private/pbservice/healthcheck.proto | 2 +- proto/private/pbservice/ids.go | 2 +- proto/private/pbservice/ids_test.go | 2 +- proto/private/pbservice/node.pb.go | 2 +- proto/private/pbservice/node.proto | 2 +- proto/private/pbservice/service.pb.go | 2 +- proto/private/pbservice/service.proto | 2 +- proto/private/pbstorage/raft.pb.go | 2 +- proto/private/pbstorage/raft.proto | 2 +- proto/private/pbsubscribe/subscribe.go | 2 +- proto/private/pbsubscribe/subscribe.pb.go | 2 +- proto/private/pbsubscribe/subscribe.proto | 2 +- proto/private/prototest/testing.go | 2 +- proto/private/prototest/testing_test.go | 3 + sdk/LICENSE | 365 +++++++++++++++ sentinel/evaluator.go | 2 +- sentinel/scope.go | 2 +- sentinel/sentinel_oss.go | 2 +- service_os/service.go | 2 +- service_os/service_windows.go | 2 +- snapshot/archive.go | 2 +- snapshot/archive_test.go | 2 +- snapshot/snapshot.go | 2 +- snapshot/snapshot_test.go | 2 +- .../peering_commontopo/ac1_basic_test.go | 3 + .../ac2_disco_chain_test.go | 3 + .../ac3_service_defaults_upstream_test.go | 3 + .../ac4_proxy_defaults_test.go | 3 + .../ac5_1_no_svc_mesh_test.go | 3 + .../ac5_2_pq_failover_test.go | 3 + .../peering_commontopo/ac6_failovers_test.go | 3 + .../ac7_1_rotate_gw_test.go | 3 + .../ac7_2_rotate_leader_test.go | 3 + test-integ/peering_commontopo/asserter.go | 3 + test-integ/peering_commontopo/commontopo.go | 3 + .../peering_commontopo/sharedtopology_test.go | 3 + test/bin/cluster.bash | 2 +- test/ca/generate.sh | 2 +- test/client_certs/generate.sh | 2 +- test/hostname/generate.sh | 2 +- .../capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../case-api-gateway-http-hostnames/setup.sh | 2 +- .../case-api-gateway-http-hostnames/vars.sh | 2 +- .../case-api-gateway-http-simple/capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../case-api-gateway-http-simple/setup.sh | 2 +- .../case-api-gateway-http-simple/vars.sh | 2 +- .../capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../service_s3.hcl | 2 +- .../setup.sh | 2 +- .../vars.sh | 2 +- .../capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../setup.sh | 2 +- .../vars.sh | 2 +- .../capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../case-api-gateway-tcp-conflicted/setup.sh | 2 +- .../case-api-gateway-tcp-conflicted/vars.sh | 2 +- .../case-api-gateway-tcp-simple/capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../case-api-gateway-tcp-simple/setup.sh | 2 +- .../envoy/case-api-gateway-tcp-simple/vars.sh | 2 +- .../capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../setup.sh | 2 +- .../vars.sh | 2 +- .../connect/envoy/case-badauthz/capture.sh | 2 +- .../connect/envoy/case-badauthz/setup.sh | 2 +- .../connect/envoy/case-basic/capture.sh | 2 +- .../connect/envoy/case-basic/setup.sh | 2 +- .../connect/envoy/case-centralconf/capture.sh | 2 +- .../envoy/case-centralconf/service_s1.hcl | 2 +- .../envoy/case-centralconf/service_s2.hcl | 2 +- .../connect/envoy/case-centralconf/setup.sh | 2 +- .../alpha/base.hcl | 2 +- .../alpha/service_gateway.hcl | 2 +- .../alpha/service_s1.hcl | 2 +- .../alpha/service_s2.hcl | 2 +- .../alpha/setup.sh | 2 +- .../bind.hcl | 2 +- .../capture.sh | 2 +- .../primary/base.hcl | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../primary/setup.sh | 2 +- .../vars.sh | 2 +- .../bind.hcl | 2 +- .../capture.sh | 2 +- .../primary/setup.sh | 2 +- .../secondary/join.hcl | 2 +- .../secondary/service_gateway.hcl | 2 +- .../secondary/service_s1.hcl | 2 +- .../secondary/setup.sh | 2 +- .../vars.sh | 2 +- .../bind.hcl | 2 +- .../capture.sh | 2 +- .../primary/setup.sh | 2 +- .../secondary/join.hcl | 2 +- .../secondary/service_gateway.hcl | 2 +- .../secondary/service_s1.hcl | 2 +- .../secondary/setup.sh | 2 +- .../vars.sh | 2 +- .../service_s2-v1.hcl | 2 +- .../service_s2-v2.hcl | 2 +- .../case-cfg-resolver-defaultsubset/setup.sh | 2 +- .../case-cfg-resolver-defaultsubset/vars.sh | 2 +- .../case-cfg-resolver-features/capture.sh | 2 +- .../service_s2-v1.hcl | 2 +- .../service_s2-v2.hcl | 2 +- .../envoy/case-cfg-resolver-features/setup.sh | 2 +- .../envoy/case-cfg-resolver-features/vars.sh | 2 +- .../service_s2-v1.hcl | 2 +- .../setup.sh | 2 +- .../vars.sh | 2 +- .../service_s3-v1.hcl | 2 +- .../service_s3-v2.hcl | 2 +- .../service_s3.hcl | 2 +- .../setup.sh | 2 +- .../case-cfg-resolver-subset-redirect/vars.sh | 2 +- .../service_s3-v1.hcl | 2 +- .../service_s3-v2.hcl | 2 +- .../service_s3.hcl | 2 +- .../case-cfg-resolver-svc-failover/setup.sh | 2 +- .../case-cfg-resolver-svc-failover/vars.sh | 2 +- .../service_s3.hcl | 2 +- .../setup.sh | 2 +- .../vars.sh | 2 +- .../service_s3.hcl | 2 +- .../setup.sh | 2 +- .../vars.sh | 2 +- .../envoy/case-cfg-router-features/capture.sh | 2 +- .../service_s2-v1.hcl | 2 +- .../service_s2-v2.hcl | 2 +- .../envoy/case-cfg-router-features/setup.sh | 2 +- .../envoy/case-cfg-router-features/vars.sh | 2 +- .../alpha/base.hcl | 2 +- .../alpha/service_gateway.hcl | 2 +- .../alpha/service_s1.hcl | 2 +- .../alpha/service_s2.hcl | 2 +- .../alpha/setup.sh | 2 +- .../bind.hcl | 2 +- .../capture.sh | 2 +- .../primary/base.hcl | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../primary/setup.sh | 2 +- .../case-cfg-splitter-cluster-peering/vars.sh | 2 +- .../case-cfg-splitter-features/capture.sh | 2 +- .../service_s2-v1.hcl | 2 +- .../service_s2-v2.hcl | 2 +- .../envoy/case-cfg-splitter-features/setup.sh | 2 +- .../envoy/case-cfg-splitter-features/vars.sh | 2 +- .../alpha/base.hcl | 2 +- .../alpha/service_gateway.hcl | 2 +- .../alpha/service_s1.hcl | 2 +- .../alpha/service_s2.hcl | 2 +- .../alpha/setup.sh | 2 +- .../bind.hcl | 2 +- .../capture.sh | 2 +- .../primary/base.hcl | 2 +- .../primary/service_ingress.hcl | 2 +- .../primary/setup.sh | 2 +- .../vars.sh | 2 +- .../connect/envoy/case-consul-exec/setup.sh | 2 +- .../connect/envoy/case-consul-exec/vars.sh | 2 +- .../alpha/base.hcl | 2 +- .../alpha/service_gateway.hcl | 2 +- .../alpha/service_s1.hcl | 2 +- .../alpha/service_s2.hcl | 2 +- .../alpha/setup.sh | 2 +- .../bind.hcl | 2 +- .../capture.sh | 2 +- .../primary/base.hcl | 2 +- .../primary/service_gateway.hcl | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../primary/setup.sh | 2 +- .../case-cross-peer-control-plane-mgw/vars.sh | 2 +- .../alpha/base.hcl | 2 +- .../alpha/service_gateway.hcl | 2 +- .../alpha/service_s1.hcl | 2 +- .../alpha/service_s2.hcl | 2 +- .../alpha/service_s3.hcl | 2 +- .../alpha/setup.sh | 2 +- .../case-cross-peers-http-router/bind.hcl | 2 +- .../case-cross-peers-http-router/capture.sh | 2 +- .../primary/base.hcl | 2 +- .../primary/service_gateway.hcl | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../primary/setup.sh | 2 +- .../case-cross-peers-http-router/vars.sh | 2 +- .../case-cross-peers-http/alpha/base.hcl | 2 +- .../alpha/service_gateway.hcl | 2 +- .../alpha/service_s1.hcl | 2 +- .../alpha/service_s2.hcl | 2 +- .../case-cross-peers-http/alpha/setup.sh | 2 +- .../envoy/case-cross-peers-http/bind.hcl | 2 +- .../envoy/case-cross-peers-http/capture.sh | 2 +- .../case-cross-peers-http/primary/base.hcl | 2 +- .../primary/service_gateway.hcl | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../case-cross-peers-http/primary/setup.sh | 2 +- .../envoy/case-cross-peers-http/vars.sh | 2 +- .../alpha/base.hcl | 2 +- .../alpha/service_gateway.hcl | 2 +- .../alpha/service_s1.hcl | 2 +- .../alpha/service_s2.hcl | 2 +- .../alpha/service_s3.hcl | 2 +- .../alpha/setup.sh | 2 +- .../bind.hcl | 2 +- .../capture.sh | 2 +- .../primary/base.hcl | 2 +- .../primary/service_gateway.hcl | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../primary/setup.sh | 2 +- .../vars.sh | 2 +- .../envoy/case-cross-peers/alpha/base.hcl | 2 +- .../alpha/service_gateway.hcl | 2 +- .../case-cross-peers/alpha/service_s1.hcl | 2 +- .../case-cross-peers/alpha/service_s2.hcl | 2 +- .../envoy/case-cross-peers/alpha/setup.sh | 2 +- .../connect/envoy/case-cross-peers/bind.hcl | 2 +- .../connect/envoy/case-cross-peers/capture.sh | 2 +- .../envoy/case-cross-peers/primary/base.hcl | 2 +- .../primary/service_gateway.hcl | 2 +- .../case-cross-peers/primary/service_s1.hcl | 2 +- .../case-cross-peers/primary/service_s2.hcl | 2 +- .../envoy/case-cross-peers/primary/setup.sh | 2 +- .../connect/envoy/case-cross-peers/vars.sh | 2 +- .../envoy/case-dogstatsd-udp/service_s1.hcl | 2 +- .../connect/envoy/case-dogstatsd-udp/setup.sh | 2 +- .../connect/envoy/case-dogstatsd-udp/vars.sh | 2 +- .../envoy/case-expose-checks/capture.sh | 2 +- .../envoy/case-expose-checks/service_s1.hcl | 2 +- .../envoy/case-expose-checks/service_s2.hcl | 2 +- .../connect/envoy/case-expose-checks/setup.sh | 2 +- .../case-gateway-without-services/bind.hcl | 2 +- .../case-gateway-without-services/capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../service_s1.hcl | 2 +- .../service_s2.hcl | 2 +- .../case-gateway-without-services/setup.sh | 2 +- .../case-gateway-without-services/vars.sh | 2 +- .../envoy/case-gateways-local/bind.hcl | 2 +- .../envoy/case-gateways-local/capture.sh | 2 +- .../primary/service_gateway.hcl | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../case-gateways-local/primary/setup.sh | 2 +- .../case-gateways-local/secondary/join.hcl | 2 +- .../secondary/service_gateway.hcl | 2 +- .../secondary/service_s1.hcl | 2 +- .../case-gateways-local/secondary/setup.sh | 2 +- .../connect/envoy/case-gateways-local/vars.sh | 2 +- .../envoy/case-gateways-remote/bind.hcl | 2 +- .../envoy/case-gateways-remote/capture.sh | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../case-gateways-remote/primary/setup.sh | 2 +- .../case-gateways-remote/secondary/join.hcl | 2 +- .../secondary/service_gateway.hcl | 2 +- .../secondary/service_s1.hcl | 2 +- .../case-gateways-remote/secondary/setup.sh | 2 +- .../envoy/case-gateways-remote/vars.sh | 2 +- .../connect/envoy/case-grpc/service_s1.hcl | 2 +- .../connect/envoy/case-grpc/service_s2.hcl | 2 +- .../connect/envoy/case-grpc/setup.sh | 2 +- .../connect/envoy/case-grpc/vars.sh | 2 +- .../envoy/case-http-badauthz/capture.sh | 2 +- .../envoy/case-http-badauthz/service_s1.hcl | 2 +- .../envoy/case-http-badauthz/service_s2.hcl | 2 +- .../connect/envoy/case-http-badauthz/setup.sh | 2 +- .../connect/envoy/case-http/capture.sh | 2 +- .../connect/envoy/case-http/service_s1.hcl | 2 +- .../connect/envoy/case-http/service_s2.hcl | 2 +- .../connect/envoy/case-http/setup.sh | 2 +- .../case-ingress-gateway-grpc/capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../case-ingress-gateway-grpc/service_s1.hcl | 2 +- .../envoy/case-ingress-gateway-grpc/setup.sh | 2 +- .../envoy/case-ingress-gateway-grpc/vars.sh | 2 +- .../case-ingress-gateway-http/capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../envoy/case-ingress-gateway-http/setup.sh | 2 +- .../envoy/case-ingress-gateway-http/vars.sh | 2 +- .../capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../setup.sh | 2 +- .../vars.sh | 2 +- .../alpha/base.hcl | 2 +- .../alpha/service_gateway.hcl | 2 +- .../alpha/service_s1.hcl | 2 +- .../alpha/service_s2.hcl | 2 +- .../alpha/setup.sh | 2 +- .../bind.hcl | 2 +- .../capture.sh | 2 +- .../primary/base.hcl | 2 +- .../primary/service_ingress.hcl | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../primary/setup.sh | 2 +- .../vars.sh | 2 +- .../envoy/case-ingress-gateway-sds/capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../envoy/case-ingress-gateway-sds/setup.sh | 2 +- .../envoy/case-ingress-gateway-sds/vars.sh | 2 +- .../case-ingress-gateway-simple/capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../case-ingress-gateway-simple/setup.sh | 2 +- .../envoy/case-ingress-gateway-simple/vars.sh | 2 +- .../envoy/case-ingress-gateway-tls/capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../envoy/case-ingress-gateway-tls/setup.sh | 2 +- .../envoy/case-ingress-gateway-tls/vars.sh | 2 +- .../bind.hcl | 2 +- .../capture.sh | 2 +- .../primary/service_gateway.hcl | 2 +- .../primary/service_ingress.hcl | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../primary/setup.sh | 2 +- .../secondary/join.hcl | 2 +- .../secondary/service_gateway.hcl | 2 +- .../secondary/setup.sh | 2 +- .../vars.sh | 2 +- .../connect/envoy/case-l7-intentions/acl.hcl | 2 +- .../envoy/case-l7-intentions/capture.sh | 2 +- .../connect/envoy/case-l7-intentions/setup.sh | 2 +- .../connect/envoy/case-lua/capture.sh | 2 +- .../connect/envoy/case-lua/service_s1.hcl | 2 +- .../connect/envoy/case-lua/service_s2.hcl | 2 +- .../connect/envoy/case-lua/setup.sh | 2 +- .../connect/envoy/case-lua/vars.sh | 2 +- .../envoy/case-mesh-to-lambda/capture.sh | 2 +- .../case-mesh-to-lambda/service_gateway.hcl | 2 +- .../envoy/case-mesh-to-lambda/service_s1.hcl | 2 +- .../envoy/case-mesh-to-lambda/setup.sh | 2 +- .../connect/envoy/case-mesh-to-lambda/vars.sh | 2 +- .../envoy/case-multidc-rsa-ca/bind.hcl | 2 +- .../envoy/case-multidc-rsa-ca/ca_config.hcl | 2 +- .../envoy/case-multidc-rsa-ca/capture.sh | 2 +- .../primary/service_s1.hcl | 2 +- .../primary/service_s2.hcl | 2 +- .../case-multidc-rsa-ca/primary/setup.sh | 2 +- .../case-multidc-rsa-ca/secondary/join.hcl | 2 +- .../secondary/service_s1.hcl | 2 +- .../case-multidc-rsa-ca/secondary/setup.sh | 2 +- .../connect/envoy/case-multidc-rsa-ca/vars.sh | 2 +- .../connect/envoy/case-prometheus/capture.sh | 2 +- .../envoy/case-prometheus/service_s1.hcl | 2 +- .../envoy/case-prometheus/service_s2.hcl | 2 +- .../connect/envoy/case-prometheus/setup.sh | 2 +- .../envoy/case-property-override/capture.sh | 2 +- .../case-property-override/service_s1.hcl | 2 +- .../case-property-override/service_s2.hcl | 2 +- .../case-property-override/service_s3.hcl | 2 +- .../envoy/case-property-override/setup.sh | 2 +- .../envoy/case-property-override/vars.sh | 2 +- .../envoy/case-stats-proxy/service_s1.hcl | 2 +- .../envoy/case-stats-proxy/service_s2.hcl | 2 +- .../connect/envoy/case-stats-proxy/setup.sh | 2 +- .../envoy/case-statsd-udp/service_s1.hcl | 2 +- .../connect/envoy/case-statsd-udp/setup.sh | 2 +- .../connect/envoy/case-statsd-udp/vars.sh | 2 +- .../capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../service_s1.hcl | 2 +- .../service_s4.hcl | 2 +- .../setup.sh | 2 +- .../vars.sh | 2 +- .../service_gateway.hcl | 2 +- .../case-terminating-gateway-simple/setup.sh | 2 +- .../case-terminating-gateway-simple/vars.sh | 2 +- .../capture.sh | 2 +- .../service_gateway.hcl | 2 +- .../service_s2-v1.hcl | 2 +- .../service_s2-v2.hcl | 2 +- .../service_s3.hcl | 2 +- .../case-terminating-gateway-subsets/setup.sh | 2 +- .../case-terminating-gateway-subsets/vars.sh | 2 +- .../bind.hcl | 2 +- .../service_gateway.hcl | 2 +- .../service_s1.hcl | 2 +- .../service_s2.hcl | 2 +- .../setup.sh | 2 +- .../vars.sh | 2 +- .../envoy/case-upstream-config/service_s1.hcl | 2 +- .../envoy/case-upstream-config/service_s2.hcl | 2 +- .../envoy/case-upstream-config/setup.sh | 2 +- .../connect/envoy/case-wanfed-gw/bind.hcl | 2 +- .../connect/envoy/case-wanfed-gw/capture.sh | 2 +- .../case-wanfed-gw/global-setup-windows.sh | 3 + .../envoy/case-wanfed-gw/global-setup.sh | 2 +- .../envoy/case-wanfed-gw/primary/common.hcl | 2 +- .../envoy/case-wanfed-gw/primary/server.hcl | 2 +- .../primary/service_gateway.hcl | 2 +- .../case-wanfed-gw/primary/service_s1.hcl | 2 +- .../case-wanfed-gw/primary/service_s2.hcl | 2 +- .../envoy/case-wanfed-gw/primary/setup.sh | 2 +- .../envoy/case-wanfed-gw/secondary/common.hcl | 2 +- .../envoy/case-wanfed-gw/secondary/server.hcl | 2 +- .../secondary/service_gateway.hcl | 2 +- .../case-wanfed-gw/secondary/service_s1.hcl | 2 +- .../case-wanfed-gw/secondary/service_s2.hcl | 2 +- .../envoy/case-wanfed-gw/secondary/setup.sh | 2 +- .../connect/envoy/case-wanfed-gw/vars.sh | 2 +- .../connect/envoy/case-wasm/capture.sh | 2 +- .../connect/envoy/case-wasm/service_s1.hcl | 2 +- .../connect/envoy/case-wasm/service_s2.hcl | 2 +- .../connect/envoy/case-wasm/setup.sh | 2 +- .../connect/envoy/case-wasm/vars.sh | 2 +- .../connect/envoy/case-zipkin/service_s1.hcl | 2 +- .../connect/envoy/case-zipkin/service_s2.hcl | 2 +- .../connect/envoy/case-zipkin/setup.sh | 2 +- .../connect/envoy/case-zipkin/vars.sh | 2 +- .../connect/envoy/consul-base-cfg/base.hcl | 2 +- .../envoy/consul-base-cfg/service_s1.hcl | 2 +- .../envoy/consul-base-cfg/service_s2.hcl | 2 +- test/integration/connect/envoy/defaults.sh | 2 +- test/integration/connect/envoy/down.sh | 2 +- test/integration/connect/envoy/helpers.bash | 2 +- .../connect/envoy/helpers.windows.bash | 3 + test/integration/connect/envoy/main_test.go | 2 +- test/integration/connect/envoy/run-tests.sh | 2 +- .../connect/envoy/run-tests.windows.sh | 3 + .../connect/envoy/test-sds-server/Dockerfile | 2 +- .../envoy/test-sds-server/certs/gen-certs.sh | 2 +- .../connect/envoy/test-sds-server/sds.go | 2 +- .../consul-container/assets/tproxy-startup.sh | 3 + .../consul-container/libs/assert/common.go | 2 +- .../consul-container/libs/assert/envoy.go | 2 +- .../consul-container/libs/assert/grpc.go | 2 +- .../consul-container/libs/assert/peering.go | 2 +- .../consul-container/libs/assert/service.go | 2 +- .../consul-container/libs/cluster/agent.go | 2 +- .../consul-container/libs/cluster/app.go | 2 +- .../consul-container/libs/cluster/builder.go | 2 +- .../consul-container/libs/cluster/cluster.go | 2 +- .../consul-container/libs/cluster/config.go | 2 +- .../libs/cluster/container.go | 2 +- .../libs/cluster/encryption.go | 2 +- .../consul-container/libs/cluster/log.go | 2 +- .../consul-container/libs/cluster/network.go | 2 +- .../consul-container/libs/service/common.go | 2 +- .../consul-container/libs/service/connect.go | 2 +- .../consul-container/libs/service/examples.go | 2 +- .../consul-container/libs/service/gateway.go | 2 +- .../consul-container/libs/service/helpers.go | 2 +- .../consul-container/libs/service/log.go | 2 +- .../consul-container/libs/service/service.go | 2 +- .../libs/topology/peering_topology.go | 2 +- .../libs/topology/service_topology.go | 2 +- .../consul-container/libs/utils/debug.go | 2 +- .../consul-container/libs/utils/defer.go | 2 +- .../consul-container/libs/utils/docker.go | 2 +- .../consul-container/libs/utils/helpers.go | 2 +- .../consul-container/libs/utils/retry.go | 2 +- .../consul-container/libs/utils/tenancy.go | 3 + .../consul-container/libs/utils/utils.go | 2 +- .../consul-container/libs/utils/version.go | 2 +- .../libs/utils/version_oss.go | 2 +- .../test/basic/connect_service_test.go | 2 +- .../test/catalog/catalog_test.go | 3 + .../consul_envoy_version.go | 2 +- .../test/envoy_extensions/ext_authz_test.go | 2 +- .../testdata/wasm_test_files/Dockerfile | 3 + .../testdata/wasm_test_files/build.sh | 3 + .../wasm_test_files/wasm_add_header.go | 3 + .../test/envoy_extensions/wasm_test.go | 3 + .../test/gateways/gateway_endpoint_test.go | 2 +- .../test/gateways/http_route_test.go | 2 +- .../test/gateways/ingress_gateway_test.go | 2 +- .../test/gateways/tenancy_oss.go | 3 + .../test/jwtauth/jwt_auth_test.go | 2 +- .../test/observability/access_logs_test.go | 2 +- .../test/observability/metrics_leader_test.go | 2 +- .../rotate_server_and_ca_then_fail_test.go | 2 +- .../test/ratelimit/ratelimit_test.go | 2 +- .../test/snapshot/snapshot_restore_test.go | 2 +- .../test/tproxy/tproxy_test.go | 2 +- .../test/troubleshoot/troubleshoot_test.go | 2 +- .../test/upgrade/acl_node_test.go | 2 +- .../test/upgrade/basic/basic_test.go | 2 +- .../upgrade/basic/fullstopupgrade_test.go | 2 +- .../test/upgrade/basic/healthcheck_test.go | 2 +- .../test/upgrade/catalog/catalog_test.go | 2 +- .../consul-container/test/upgrade/common.go | 3 + .../test/upgrade/ingress_gateway_grpc_test.go | 2 +- .../test/upgrade/ingress_gateway_sds_test.go | 2 +- .../test/upgrade/ingress_gateway_test.go | 2 +- .../resolver_default_subset_test.go | 2 +- .../peering/peering_control_plane_mgw_test.go | 2 +- .../test/upgrade/peering/peering_http_test.go | 2 +- .../wanfed/acl_bootstrap_replication_test.go | 2 +- .../test/wanfed/wanfed_peering_test.go | 2 +- test/load/packer/consul-ami/consul.pkr.hcl | 2 +- test/load/packer/consul-ami/scripts/conf.yaml | 2 +- .../packer/consul-ami/scripts/datadog.yaml | 2 +- .../packer/consul-ami/scripts/move-files.sh | 2 +- .../load/packer/loadtest-ami/loadtest.pkr.hcl | 2 +- .../packer/loadtest-ami/scripts/install-k6.sh | 2 +- .../packer/loadtest-ami/scripts/loadtest.js | 2 +- test/load/terraform/consul.tf | 2 +- test/load/terraform/main.tf | 2 +- test/load/terraform/outputs.tf | 2 +- test/load/terraform/providers.tf | 2 +- test/load/terraform/test-servers.tf | 2 +- test/load/terraform/user-data-client.sh | 2 +- test/load/terraform/user-data-server.sh | 2 +- test/load/terraform/variables.tf | 2 +- testing/deployer/sprawl/acl.go | 3 + testing/deployer/sprawl/acl_rules.go | 3 + testing/deployer/sprawl/boot.go | 3 + testing/deployer/sprawl/catalog.go | 3 + testing/deployer/sprawl/configentries.go | 3 + testing/deployer/sprawl/consul.go | 3 + testing/deployer/sprawl/debug.go | 3 + testing/deployer/sprawl/details.go | 3 + testing/deployer/sprawl/ent.go | 3 + testing/deployer/sprawl/helpers.go | 3 + .../deployer/sprawl/internal/build/docker.go | 3 + .../deployer/sprawl/internal/runner/exec.go | 3 + .../deployer/sprawl/internal/secrets/store.go | 3 + .../deployer/sprawl/internal/tfgen/agent.go | 3 + .../deployer/sprawl/internal/tfgen/digest.go | 3 + testing/deployer/sprawl/internal/tfgen/dns.go | 3 + .../deployer/sprawl/internal/tfgen/docker.go | 3 + .../sprawl/internal/tfgen/docker_test.go | 3 + testing/deployer/sprawl/internal/tfgen/gen.go | 3 + testing/deployer/sprawl/internal/tfgen/io.go | 3 + .../deployer/sprawl/internal/tfgen/nodes.go | 3 + .../deployer/sprawl/internal/tfgen/prelude.go | 3 + .../deployer/sprawl/internal/tfgen/proxy.go | 3 + testing/deployer/sprawl/internal/tfgen/res.go | 3 + .../deployer/sprawl/internal/tfgen/tfgen.go | 3 + testing/deployer/sprawl/peering.go | 3 + testing/deployer/sprawl/sprawl.go | 3 + .../deployer/sprawl/sprawltest/sprawltest.go | 3 + .../deployer/sprawl/sprawltest/test_test.go | 3 + testing/deployer/sprawl/tls.go | 3 + testing/deployer/topology/compile.go | 3 + testing/deployer/topology/default_cdp.go | 3 + testing/deployer/topology/default_consul.go | 3 + testing/deployer/topology/default_envoy.go | 3 + testing/deployer/topology/ids.go | 3 + testing/deployer/topology/images.go | 3 + testing/deployer/topology/images_test.go | 3 + testing/deployer/topology/topology.go | 3 + testing/deployer/topology/util.go | 3 + testing/deployer/topology/util_test.go | 3 + testing/deployer/util/consul.go | 3 + testing/deployer/util/files.go | 3 + .../deployer/util/internal/ipamutils/utils.go | 3 + .../util/internal/ipamutils/utils_test.go | 3 + testing/deployer/util/net.go | 3 + testrpc/wait.go | 2 +- tlsutil/config.go | 2 +- tlsutil/config_test.go | 2 +- tlsutil/generate.go | 2 +- tlsutil/generate_test.go | 2 +- tools/internal-grpc-proxy/main.go | 2 +- troubleshoot/proxy/certs.go | 2 +- troubleshoot/proxy/certs_test.go | 2 +- troubleshoot/proxy/stats.go | 2 +- troubleshoot/proxy/troubleshoot_proxy.go | 2 +- troubleshoot/proxy/upstreams.go | 2 +- troubleshoot/proxy/upstreams_test.go | 2 +- troubleshoot/proxy/utils.go | 2 +- troubleshoot/proxy/validateupstream.go | 2 +- troubleshoot/proxy/validateupstream_test.go | 2 +- troubleshoot/validate/validate.go | 2 +- troubleshoot/validate/validate_test.go | 2 +- types/area.go | 2 +- types/checks.go | 2 +- types/node_id.go | 2 +- types/tls.go | 2 +- types/tls_test.go | 2 +- .../components/consul/acl/selector/index.hbs | 2 +- .../consul/token/selector/index.hbs | 2 +- .../components/consul/token/selector/index.js | 2 +- .../consul-acls/vendor/consul-acls/routes.js | 2 +- .../vendor/consul-acls/services.js | 2 +- .../app/components/consul/hcp/home/index.hbs | 2 +- .../app/components/consul/hcp/home/index.scss | 2 +- .../components/consul/hcp/home/index.test.js | 2 +- .../consul-hcp/vendor/consul-hcp/routes.js | 2 +- .../consul-hcp/vendor/consul-hcp/services.js | 2 +- .../consul/lock-session/form/index.hbs | 2 +- .../consul/lock-session/form/index.scss | 2 +- .../consul/lock-session/list/index.hbs | 2 +- .../consul/lock-session/list/index.scss | 2 +- .../lock-session/notifications/index.hbs | 2 +- .../app/templates/dc/nodes/show/sessions.hbs | 2 +- .../vendor/consul-lock-sessions/routes.js | 2 +- .../vendor/consul-lock-sessions/services.js | 2 +- .../components/consul/nspace/form/index.hbs | 2 +- .../components/consul/nspace/form/index.js | 2 +- .../components/consul/nspace/list/index.hbs | 2 +- .../consul/nspace/list/pageobject.js | 2 +- .../consul/nspace/notifications/index.hbs | 2 +- .../consul/nspace/search-bar/index.hbs | 2 +- .../consul/nspace/selector/index.hbs | 2 +- .../app/templates/dc/nspaces/edit.hbs | 2 +- .../app/templates/dc/nspaces/index.hbs | 2 +- .../vendor/consul-nspaces/routes.js | 2 +- .../vendor/consul-nspaces/services.js | 2 +- .../consul/partition/form/index.hbs | 2 +- .../consul/partition/list/index.hbs | 2 +- .../consul/partition/list/test-support.js | 2 +- .../consul/partition/notifications/index.hbs | 2 +- .../consul/partition/search-bar/index.hbs | 2 +- .../consul/partition/selector/index.hbs | 2 +- .../app/templates/dc/partitions/edit.hbs | 2 +- .../app/templates/dc/partitions/index.hbs | 2 +- .../vendor/consul-partitions/routes.js | 2 +- .../vendor/consul-partitions/services.js | 2 +- .../consul/peer/address/list/index.hbs | 2 +- .../consul/peer/address/list/index.scss | 2 +- .../consul/peer/bento-box/index.hbs | 2 +- .../components/consul/peer/components.scss | 2 +- .../consul/peer/form/chart.xstate.js | 2 +- .../peer/form/generate/actions/index.hbs | 2 +- .../consul/peer/form/generate/chart.xstate.js | 2 +- .../peer/form/generate/fieldsets/index.hbs | 2 +- .../peer/form/generate/fieldsets/index.js | 2 +- .../consul/peer/form/generate/index.hbs | 2 +- .../app/components/consul/peer/form/index.hbs | 2 +- .../components/consul/peer/form/index.scss | 2 +- .../peer/form/initiate/actions/index.hbs | 2 +- .../peer/form/initiate/fieldsets/index.hbs | 2 +- .../consul/peer/form/initiate/index.hbs | 2 +- .../consul/peer/form/token/actions/index.hbs | 2 +- .../peer/form/token/fieldsets/index.hbs | 2 +- .../app/components/consul/peer/index.scss | 2 +- .../app/components/consul/peer/list/index.hbs | 2 +- .../consul/peer/list/test-support.js | 2 +- .../consul/peer/notifications/index.hbs | 2 +- .../consul/peer/search-bar/index.hbs | 2 +- .../consul/peer/search-bar/index.scss | 2 +- .../components/consul/peer/selector/index.hbs | 2 +- .../app/controllers/dc/peers/index.js | 2 +- .../app/controllers/dc/peers/show/exported.js | 2 +- .../app/controllers/dc/peers/show/index.js | 2 +- .../app/templates/dc/peers/index.hbs | 2 +- .../app/templates/dc/peers/show.hbs | 2 +- .../app/templates/dc/peers/show/addresses.hbs | 2 +- .../app/templates/dc/peers/show/exported.hbs | 2 +- .../app/templates/dc/peers/show/imported.hbs | 2 +- .../app/templates/dc/peers/show/index.hbs | 2 +- .../vendor/consul-peerings/routes.js | 2 +- .../vendor/consul-peerings/services.js | 2 +- ui/packages/consul-ui/.docfy-config.js | 2 +- ui/packages/consul-ui/.eslintrc.js | 2 +- ui/packages/consul-ui/.istanbul.yml | 2 +- ui/packages/consul-ui/.prettierrc.js | 2 +- ui/packages/consul-ui/.template-lintrc.js | 2 +- ui/packages/consul-ui/app/abilities/acl.js | 2 +- .../consul-ui/app/abilities/auth-method.js | 2 +- ui/packages/consul-ui/app/abilities/base.js | 2 +- .../consul-ui/app/abilities/intention.js | 2 +- ui/packages/consul-ui/app/abilities/kv.js | 2 +- .../consul-ui/app/abilities/license.js | 2 +- ui/packages/consul-ui/app/abilities/node.js | 2 +- ui/packages/consul-ui/app/abilities/nspace.js | 2 +- .../consul-ui/app/abilities/overview.js | 2 +- .../consul-ui/app/abilities/partition.js | 2 +- ui/packages/consul-ui/app/abilities/peer.js | 2 +- .../consul-ui/app/abilities/permission.js | 2 +- ui/packages/consul-ui/app/abilities/policy.js | 2 +- ui/packages/consul-ui/app/abilities/role.js | 2 +- ui/packages/consul-ui/app/abilities/server.js | 2 +- .../app/abilities/service-instance.js | 2 +- .../consul-ui/app/abilities/session.js | 2 +- ui/packages/consul-ui/app/abilities/token.js | 2 +- .../consul-ui/app/abilities/upstream.js | 2 +- .../consul-ui/app/abilities/zervice.js | 2 +- ui/packages/consul-ui/app/abilities/zone.js | 2 +- .../consul-ui/app/adapters/application.js | 2 +- .../consul-ui/app/adapters/auth-method.js | 2 +- .../consul-ui/app/adapters/binding-rule.js | 2 +- .../consul-ui/app/adapters/coordinate.js | 2 +- .../consul-ui/app/adapters/discovery-chain.js | 2 +- ui/packages/consul-ui/app/adapters/http.js | 2 +- .../consul-ui/app/adapters/intention.js | 2 +- ui/packages/consul-ui/app/adapters/kv.js | 2 +- ui/packages/consul-ui/app/adapters/node.js | 2 +- ui/packages/consul-ui/app/adapters/nspace.js | 2 +- .../consul-ui/app/adapters/oidc-provider.js | 2 +- .../consul-ui/app/adapters/partition.js | 2 +- .../consul-ui/app/adapters/permission.js | 2 +- ui/packages/consul-ui/app/adapters/policy.js | 2 +- ui/packages/consul-ui/app/adapters/proxy.js | 2 +- ui/packages/consul-ui/app/adapters/role.js | 2 +- .../app/adapters/service-instance.js | 2 +- ui/packages/consul-ui/app/adapters/service.js | 2 +- ui/packages/consul-ui/app/adapters/session.js | 2 +- ui/packages/consul-ui/app/adapters/token.js | 2 +- .../consul-ui/app/adapters/topology.js | 2 +- ui/packages/consul-ui/app/app.js | 2 +- .../consul-ui/app/components/action/index.hbs | 2 +- .../app/components/anchors/index.scss | 2 +- .../app/components/anchors/skin.scss | 2 +- .../app/components/anonymous/index.hbs | 2 +- .../app/components/anonymous/index.js | 2 +- .../app/components/app-error/index.hbs | 2 +- .../app/components/app-view/index.hbs | 2 +- .../app/components/app-view/index.js | 2 +- .../app/components/app-view/index.scss | 2 +- .../app/components/app-view/layout.scss | 2 +- .../app/components/app-view/skin.scss | 2 +- .../consul-ui/app/components/app/index.hbs | 2 +- .../consul-ui/app/components/app/index.js | 2 +- .../consul-ui/app/components/app/index.scss | 2 +- .../app/components/app/notification/index.hbs | 2 +- .../app/components/aria-menu/index.hbs | 2 +- .../app/components/aria-menu/index.js | 2 +- .../components/auth-dialog/chart.xstate.js | 2 +- .../app/components/auth-dialog/index.hbs | 2 +- .../app/components/auth-dialog/index.js | 2 +- .../app/components/auth-form/chart.xstate.js | 2 +- .../app/components/auth-form/index.hbs | 2 +- .../app/components/auth-form/index.js | 2 +- .../app/components/auth-form/index.scss | 2 +- .../app/components/auth-form/layout.scss | 2 +- .../app/components/auth-form/pageobject.js | 2 +- .../app/components/auth-form/skin.scss | 2 +- .../app/components/auth-form/tabs.xstate.js | 2 +- .../app/components/auth-modal/index.scss | 2 +- .../app/components/auth-modal/layout.scss | 2 +- .../app/components/auth-modal/skin.scss | 2 +- .../app/components/auth-profile/index.hbs | 2 +- .../app/components/auth-profile/index.scss | 2 +- .../consul-ui/app/components/badge/debug.scss | 2 +- .../consul-ui/app/components/badge/index.scss | 2 +- .../app/components/brand-loader/index.scss | 2 +- .../app/components/brand-loader/layout.scss | 2 +- .../app/components/brand-loader/skin.scss | 2 +- .../app/components/breadcrumbs/index.scss | 2 +- .../app/components/breadcrumbs/layout.scss | 2 +- .../app/components/breadcrumbs/skin.scss | 2 +- .../app/components/buttons/index.scss | 2 +- .../app/components/buttons/layout.scss | 2 +- .../app/components/buttons/skin.scss | 2 +- .../consul-ui/app/components/card/index.scss | 2 +- .../consul-ui/app/components/card/layout.scss | 2 +- .../consul-ui/app/components/card/skin.scss | 2 +- .../app/components/checkbox-group/index.scss | 2 +- .../app/components/checkbox-group/layout.scss | 2 +- .../app/components/checkbox-group/skin.scss | 2 +- .../app/components/child-selector/index.hbs | 2 +- .../app/components/child-selector/index.js | 2 +- .../app/components/code-editor/index.hbs | 2 +- .../app/components/code-editor/index.js | 2 +- .../app/components/code-editor/index.scss | 2 +- .../app/components/code-editor/layout.scss | 2 +- .../app/components/code-editor/skin.scss | 2 +- .../app/components/composite-row/index.scss | 2 +- .../app/components/composite-row/layout.scss | 2 +- .../components/confirmation-alert/index.hbs | 2 +- .../components/confirmation-alert/index.js | 2 +- .../components/confirmation-dialog/index.hbs | 2 +- .../components/confirmation-dialog/index.js | 2 +- .../components/confirmation-dialog/index.scss | 2 +- .../confirmation-dialog/layout.scss | 2 +- .../components/confirmation-dialog/skin.scss | 2 +- .../components/consul/acl/disabled/index.hbs | 2 +- .../consul/auth-method/binding-list/index.hbs | 2 +- .../components/consul/auth-method/index.scss | 2 +- .../consul/auth-method/list/index.hbs | 2 +- .../consul/auth-method/list/pageobject.js | 2 +- .../consul/auth-method/nspace-list/index.hbs | 2 +- .../consul/auth-method/search-bar/index.hbs | 2 +- .../consul/auth-method/type/index.hbs | 2 +- .../consul/auth-method/view/index.hbs | 2 +- .../components/consul/bucket/list/index.hbs | 2 +- .../components/consul/bucket/list/index.js | 2 +- .../components/consul/bucket/list/index.scss | 2 +- .../consul/datacenter/selector/index.hbs | 2 +- .../consul/discovery-chain/index.hbs | 2 +- .../consul/discovery-chain/index.js | 2 +- .../consul/discovery-chain/index.scss | 2 +- .../consul/discovery-chain/layout.scss | 2 +- .../discovery-chain/resolver-card/index.hbs | 2 +- .../discovery-chain/route-card/index.hbs | 2 +- .../discovery-chain/route-card/index.js | 2 +- .../consul/discovery-chain/skin.scss | 2 +- .../discovery-chain/splitter-card/index.hbs | 2 +- .../consul/discovery-chain/utils.js | 2 +- .../consul/exposed-path/list/index.hbs | 2 +- .../consul/exposed-path/list/index.scss | 2 +- .../consul/external-source/index.hbs | 2 +- .../consul/external-source/index.scss | 2 +- .../consul/health-check/list/index.hbs | 2 +- .../consul/health-check/list/index.scss | 2 +- .../consul/health-check/list/layout.scss | 2 +- .../consul/health-check/list/pageobject.js | 2 +- .../consul/health-check/list/skin.scss | 2 +- .../consul/health-check/search-bar/index.hbs | 2 +- .../consul/instance-checks/index.hbs | 2 +- .../consul/instance-checks/index.scss | 2 +- .../consul/intention/components.scss | 2 +- .../consul/intention/form/fieldsets/index.hbs | 2 +- .../consul/intention/form/fieldsets/index.js | 2 +- .../intention/form/fieldsets/index.scss | 2 +- .../intention/form/fieldsets/layout.scss | 2 +- .../consul/intention/form/fieldsets/skin.scss | 2 +- .../consul/intention/form/index.hbs | 2 +- .../components/consul/intention/form/index.js | 2 +- .../consul/intention/form/index.scss | 2 +- .../components/consul/intention/index.scss | 2 +- .../consul/intention/list/check/index.hbs | 2 +- .../consul/intention/list/components.scss | 2 +- .../consul/intention/list/index.hbs | 2 +- .../components/consul/intention/list/index.js | 2 +- .../consul/intention/list/index.scss | 2 +- .../consul/intention/list/layout.scss | 2 +- .../consul/intention/list/pageobject.js | 2 +- .../consul/intention/list/skin.scss | 2 +- .../consul/intention/list/table/index.hbs | 2 +- .../consul/intention/list/table/index.scss | 2 +- .../notice/custom-resource/index.hbs | 2 +- .../intention/notice/permissions/index.hbs | 2 +- .../consul/intention/notifications/index.hbs | 2 +- .../intention/permission/form/index.hbs | 2 +- .../consul/intention/permission/form/index.js | 2 +- .../intention/permission/form/index.scss | 2 +- .../intention/permission/form/layout.scss | 2 +- .../intention/permission/form/pageobject.js | 2 +- .../intention/permission/form/skin.scss | 2 +- .../permission/header/form/index.hbs | 2 +- .../intention/permission/header/form/index.js | 2 +- .../permission/header/form/pageobject.js | 2 +- .../permission/header/list/index.hbs | 2 +- .../intention/permission/header/list/index.js | 2 +- .../permission/header/list/index.scss | 2 +- .../permission/header/list/layout.scss | 2 +- .../permission/header/list/pageobject.js | 2 +- .../permission/header/list/skin.scss | 2 +- .../intention/permission/list/index.hbs | 2 +- .../consul/intention/permission/list/index.js | 2 +- .../intention/permission/list/index.scss | 2 +- .../intention/permission/list/layout.scss | 2 +- .../intention/permission/list/pageobject.js | 2 +- .../intention/permission/list/skin.scss | 2 +- .../consul/intention/search-bar/index.hbs | 2 +- .../consul/intention/search-bar/index.scss | 2 +- .../consul/intention/view/index.hbs | 2 +- .../components/consul/intention/view/index.js | 2 +- .../app/components/consul/kind/index.hbs | 2 +- .../app/components/consul/kind/index.js | 2 +- .../app/components/consul/kind/index.scss | 2 +- .../app/components/consul/kv/form/index.hbs | 2 +- .../app/components/consul/kv/form/index.js | 2 +- .../app/components/consul/kv/list/index.hbs | 2 +- .../components/consul/kv/list/pageobject.js | 2 +- .../components/consul/kv/search-bar/index.hbs | 2 +- .../app/components/consul/loader/index.hbs | 2 +- .../app/components/consul/loader/index.scss | 2 +- .../app/components/consul/loader/layout.scss | 2 +- .../app/components/consul/loader/skin.scss | 2 +- .../components/consul/metadata/list/index.hbs | 2 +- .../components/consul/metadata/list/index.js | 2 +- .../consul/node-identity/template/index.hbs | 2 +- .../consul/node/agentless-notice/index.hbs | 2 +- .../consul/node/agentless-notice/index.js | 2 +- .../consul/node/agentless-notice/index.scss | 2 +- .../app/components/consul/node/list/index.hbs | 2 +- .../consul/node/peer-info/index.hbs | 2 +- .../consul/node/peer-info/index.scss | 2 +- .../consul/node/search-bar/index.hbs | 2 +- .../app/components/consul/peer/info/index.hbs | 2 +- .../components/consul/peer/info/index.scss | 2 +- .../components/consul/peer/list/index.scss | 2 +- .../components/consul/policy/list/index.hbs | 2 +- .../consul/policy/list/pageobject.js | 2 +- .../consul/policy/notifications/index.hbs | 2 +- .../consul/policy/search-bar/index.hbs | 2 +- .../consul/policy/search-bar/index.js | 2 +- .../app/components/consul/role/list/index.hbs | 2 +- .../components/consul/role/list/pageobject.js | 2 +- .../consul/role/notifications/index.hbs | 2 +- .../consul/role/search-bar/index.hbs | 2 +- .../components/consul/server/card/index.hbs | 2 +- .../components/consul/server/card/index.scss | 2 +- .../components/consul/server/card/layout.scss | 2 +- .../components/consul/server/card/skin.scss | 2 +- .../components/consul/server/list/index.hbs | 2 +- .../components/consul/server/list/index.scss | 2 +- .../service-identity/template/index.hbs | 2 +- .../consul/service-instance/list/index.hbs | 2 +- .../consul/service-instance/list/index.js | 2 +- .../service-instance/search-bar/index.hbs | 2 +- .../components/consul/service/list/index.hbs | 2 +- .../consul/service/search-bar/index.hbs | 2 +- .../consul/service/search-bar/index.js | 2 +- .../app/components/consul/source/index.hbs | 2 +- .../app/components/consul/source/index.scss | 2 +- .../consul/sources-select/index.hbs | 2 +- .../components/consul/token/list/index.hbs | 2 +- .../consul/token/list/pageobject.js | 2 +- .../consul/token/notifications/index.hbs | 2 +- .../consul/token/ruleset/list/index.hbs | 2 +- .../consul/token/ruleset/list/index.js | 2 +- .../consul/token/search-bar/index.hbs | 2 +- .../consul/tomography/graph/index.hbs | 2 +- .../consul/tomography/graph/index.js | 2 +- .../consul/tomography/graph/index.scss | 2 +- .../consul/transparent-proxy/index.hbs | 2 +- .../consul/upstream-instance/list/index.hbs | 2 +- .../consul/upstream-instance/list/index.scss | 2 +- .../upstream-instance/list/pageobject.js | 2 +- .../upstream-instance/search-bar/index.hbs | 2 +- .../components/consul/upstream/list/index.hbs | 2 +- .../consul/upstream/list/index.scss | 2 +- .../consul/upstream/search-bar/index.hbs | 2 +- .../components/copy-button/chart.xstate.js | 2 +- .../app/components/copy-button/index.hbs | 2 +- .../app/components/copy-button/index.js | 2 +- .../app/components/copy-button/index.scss | 2 +- .../app/components/copy-button/layout.scss | 2 +- .../app/components/copy-button/skin.scss | 2 +- .../app/components/copyable-code/index.hbs | 2 +- .../app/components/copyable-code/index.scss | 2 +- .../app/components/csv-list/debug.scss | 2 +- .../app/components/csv-list/index.scss | 2 +- .../app/components/data-collection/index.hbs | 2 +- .../app/components/data-collection/index.js | 2 +- .../app/components/data-form/index.hbs | 2 +- .../app/components/data-form/index.js | 2 +- .../components/data-loader/chart.xstate.js | 2 +- .../app/components/data-loader/index.hbs | 2 +- .../app/components/data-loader/index.js | 2 +- .../app/components/data-sink/index.hbs | 2 +- .../app/components/data-sink/index.js | 2 +- .../app/components/data-source/index.hbs | 2 +- .../app/components/data-source/index.js | 2 +- .../components/data-writer/chart.xstate.js | 2 +- .../app/components/data-writer/index.hbs | 2 +- .../app/components/data-writer/index.js | 2 +- .../app/components/debug/navigation/index.hbs | 2 +- .../components/definition-table/debug.scss | 2 +- .../components/definition-table/index.scss | 2 +- .../components/definition-table/layout.scss | 2 +- .../app/components/definition-table/skin.scss | 2 +- .../components/delete-confirmation/index.hbs | 2 +- .../components/delete-confirmation/index.js | 2 +- .../disclosure-menu/action/index.hbs | 2 +- .../app/components/disclosure-menu/index.hbs | 2 +- .../app/components/disclosure-menu/index.scss | 2 +- .../components/disclosure-menu/menu/index.hbs | 2 +- .../components/disclosure/action/index.hbs | 2 +- .../components/disclosure/details/index.hbs | 2 +- .../app/components/disclosure/index.hbs | 2 +- .../app/components/disclosure/index.js | 2 +- .../app/components/display-toggle/index.scss | 2 +- .../app/components/display-toggle/layout.scss | 2 +- .../app/components/display-toggle/skin.scss | 2 +- .../components/dom-recycling-table/index.scss | 2 +- .../dom-recycling-table/layout.scss | 2 +- .../app/components/empty-state/index.hbs | 2 +- .../app/components/empty-state/index.js | 2 +- .../app/components/empty-state/index.scss | 2 +- .../app/components/empty-state/layout.scss | 2 +- .../app/components/empty-state/pageobject.js | 2 +- .../app/components/empty-state/skin.scss | 2 +- .../app/components/error-state/index.hbs | 2 +- .../app/components/event-source/index.hbs | 2 +- .../app/components/event-source/index.js | 2 +- .../expanded-single-select/index.scss | 2 +- .../expanded-single-select/layout.scss | 2 +- .../expanded-single-select/skin.scss | 2 +- .../app/components/filter-bar/index.scss | 2 +- .../app/components/filter-bar/layout.scss | 2 +- .../app/components/filter-bar/skin.scss | 2 +- .../app/components/form-component/index.hbs | 2 +- .../app/components/form-component/index.js | 2 +- .../app/components/form-elements/index.scss | 2 +- .../app/components/form-elements/layout.scss | 2 +- .../app/components/form-elements/skin.scss | 2 +- .../form-group/element/checkbox/index.hbs | 2 +- .../form-group/element/error/index.hbs | 2 +- .../components/form-group/element/index.hbs | 2 +- .../components/form-group/element/index.js | 2 +- .../form-group/element/label/index.hbs | 2 +- .../form-group/element/radio/index.hbs | 2 +- .../form-group/element/text/index.hbs | 2 +- .../app/components/form-group/index.hbs | 2 +- .../app/components/form-group/index.js | 2 +- .../app/components/form-input/index.hbs | 2 +- .../app/components/freetext-filter/index.hbs | 2 +- .../app/components/freetext-filter/index.js | 2 +- .../app/components/freetext-filter/index.scss | 2 +- .../components/freetext-filter/layout.scss | 2 +- .../components/freetext-filter/pageobject.js | 2 +- .../app/components/freetext-filter/skin.scss | 2 +- .../app/components/hashicorp-consul/index.hbs | 2 +- .../app/components/hashicorp-consul/index.js | 2 +- .../components/hashicorp-consul/index.scss | 2 +- .../components/horizontal-kv-list/debug.scss | 2 +- .../components/horizontal-kv-list/index.scss | 2 +- .../components/horizontal-kv-list/layout.scss | 2 +- .../components/horizontal-kv-list/skin.scss | 2 +- .../app/components/icon-definition/debug.scss | 2 +- .../app/components/icon-definition/index.scss | 2 +- .../app/components/informed-action/index.hbs | 2 +- .../app/components/informed-action/index.scss | 2 +- .../components/informed-action/layout.scss | 2 +- .../app/components/informed-action/skin.scss | 2 +- .../app/components/inline-alert/debug.scss | 2 +- .../app/components/inline-alert/index.scss | 2 +- .../app/components/inline-alert/layout.scss | 2 +- .../app/components/inline-alert/skin.scss | 2 +- .../app/components/inline-code/index.scss | 2 +- .../app/components/inline-code/layout.scss | 2 +- .../app/components/inline-code/skin.scss | 2 +- .../app/components/jwt-source/index.js | 2 +- .../app/components/list-collection/index.hbs | 2 +- .../app/components/list-collection/index.js | 2 +- .../app/components/list-collection/index.scss | 2 +- .../components/list-collection/layout.scss | 2 +- .../app/components/list-collection/skin.scss | 2 +- .../app/components/list-row/index.scss | 2 +- .../app/components/list-row/layout.scss | 2 +- .../app/components/list-row/skin.scss | 2 +- .../main-header-horizontal/index.scss | 2 +- .../main-header-horizontal/layout.scss | 2 +- .../main-header-horizontal/skin.scss | 2 +- .../components/main-nav-horizontal/index.scss | 2 +- .../main-nav-horizontal/layout.scss | 2 +- .../components/main-nav-horizontal/skin.scss | 2 +- .../components/main-nav-vertical/debug.scss | 2 +- .../components/main-nav-vertical/index.scss | 2 +- .../components/main-nav-vertical/layout.scss | 2 +- .../components/main-nav-vertical/skin.scss | 2 +- .../app/components/menu-panel/deprecated.scss | 2 +- .../app/components/menu-panel/index.hbs | 2 +- .../app/components/menu-panel/index.js | 2 +- .../app/components/menu-panel/index.scss | 2 +- .../app/components/menu-panel/layout.scss | 2 +- .../app/components/menu-panel/skin.scss | 2 +- .../app/components/menu/action/index.hbs | 2 +- .../consul-ui/app/components/menu/index.hbs | 2 +- .../app/components/menu/item/index.hbs | 2 +- .../app/components/menu/separator/index.hbs | 2 +- .../app/components/modal-dialog/index.hbs | 2 +- .../app/components/modal-dialog/index.js | 2 +- .../app/components/modal-dialog/index.scss | 2 +- .../app/components/modal-dialog/layout.scss | 2 +- .../app/components/modal-dialog/skin.scss | 2 +- .../app/components/modal-layer/index.hbs | 2 +- .../components/more-popover-menu/index.hbs | 2 +- .../app/components/more-popover-menu/index.js | 2 +- .../components/more-popover-menu/index.scss | 2 +- .../more-popover-menu/pageobject.js | 2 +- .../components/oidc-select/chart.xstate.js | 2 +- .../app/components/oidc-select/index.hbs | 2 +- .../app/components/oidc-select/index.js | 2 +- .../app/components/oidc-select/index.scss | 2 +- .../app/components/oidc-select/layout.scss | 2 +- .../app/components/oidc-select/skin.scss | 2 +- .../app/components/option-input/index.hbs | 2 +- .../consul-ui/app/components/outlet/index.hbs | 2 +- .../consul-ui/app/components/outlet/index.js | 2 +- .../app/components/overlay/index.scss | 2 +- .../app/components/overlay/none.scss | 2 +- .../app/components/overlay/square-tail.scss | 2 +- .../app/components/paged-collection/index.hbs | 2 +- .../app/components/paged-collection/index.js | 2 +- .../components/paged-collection/index.scss | 2 +- .../consul-ui/app/components/panel/debug.scss | 2 +- .../app/components/panel/index.css.js | 2 +- .../consul-ui/app/components/panel/index.scss | 2 +- .../app/components/panel/layout.scss | 2 +- .../consul-ui/app/components/panel/skin.scss | 2 +- .../components/peerings/badge/icon/index.hbs | 2 +- .../app/components/peerings/badge/index.hbs | 2 +- .../app/components/peerings/badge/index.js | 2 +- .../app/components/peerings/badge/index.scss | 2 +- .../components/peerings/provider/index.hbs | 2 +- .../app/components/peerings/provider/index.js | 2 +- .../consul-ui/app/components/pill/index.scss | 2 +- .../consul-ui/app/components/pill/layout.scss | 2 +- .../consul-ui/app/components/pill/skin.scss | 2 +- .../app/components/policy-form/index.hbs | 2 +- .../app/components/policy-form/index.js | 2 +- .../app/components/policy-form/pageobject.js | 2 +- .../app/components/policy-selector/index.hbs | 2 +- .../app/components/policy-selector/index.js | 2 +- .../components/policy-selector/pageobject.js | 2 +- .../app/components/popover-menu/index.hbs | 2 +- .../app/components/popover-menu/index.js | 2 +- .../app/components/popover-menu/index.scss | 2 +- .../app/components/popover-menu/layout.scss | 2 +- .../popover-menu/menu-item/index.hbs | 2 +- .../popover-menu/menu-item/index.js | 2 +- .../popover-menu/menu-separator/index.hbs | 2 +- .../popover-menu/menu-separator/index.js | 2 +- .../app/components/popover-menu/skin.scss | 2 +- .../app/components/popover-select/index.hbs | 2 +- .../app/components/popover-select/index.js | 2 +- .../app/components/popover-select/index.scss | 2 +- .../popover-select/optgroup/index.hbs | 2 +- .../popover-select/option/index.hbs | 2 +- .../components/popover-select/option/index.js | 2 +- .../components/popover-select/pageobject.js | 2 +- .../app/components/power-select/pageobject.js | 2 +- .../app/components/progress/index.hbs | 2 +- .../app/components/progress/index.scss | 2 +- .../app/components/progress/layout.scss | 2 +- .../app/components/progress/skin.scss | 2 +- .../components/providers/dimension/index.hbs | 2 +- .../components/providers/dimension/index.js | 2 +- .../app/components/providers/search/index.hbs | 2 +- .../app/components/providers/search/index.js | 2 +- .../app/components/radio-card/index.hbs | 2 +- .../app/components/radio-card/index.js | 2 +- .../app/components/radio-card/index.scss | 2 +- .../app/components/radio-card/layout.scss | 2 +- .../app/components/radio-card/skin.scss | 2 +- .../app/components/radio-group/index.hbs | 2 +- .../app/components/radio-group/index.js | 2 +- .../app/components/radio-group/index.scss | 2 +- .../app/components/radio-group/layout.scss | 2 +- .../app/components/radio-group/pageobject.js | 2 +- .../app/components/radio-group/skin.scss | 2 +- .../consul-ui/app/components/ref/index.js | 2 +- .../app/components/role-form/index.hbs | 2 +- .../app/components/role-form/index.js | 2 +- .../app/components/role-form/pageobject.js | 2 +- .../app/components/role-selector/index.hbs | 2 +- .../app/components/role-selector/index.js | 2 +- .../app/components/role-selector/index.scss | 2 +- .../components/role-selector/pageobject.js | 2 +- .../app/components/route/announcer/index.hbs | 2 +- .../consul-ui/app/components/route/index.hbs | 2 +- .../consul-ui/app/components/route/index.js | 2 +- .../app/components/route/title/index.hbs | 2 +- .../app/components/route/title/index.scss | 2 +- .../app/components/search-bar/index.hbs | 2 +- .../app/components/search-bar/index.js | 2 +- .../app/components/search-bar/index.scss | 2 +- .../search-bar/remove-filter/index.hbs | 2 +- .../app/components/search-bar/utils.js | 2 +- .../app/components/skip-links/index.scss | 2 +- .../app/components/skip-links/layout.scss | 2 +- .../app/components/skip-links/skin.scss | 2 +- .../app/components/sliding-toggle/index.scss | 2 +- .../app/components/sliding-toggle/layout.scss | 2 +- .../app/components/sliding-toggle/skin.scss | 2 +- .../components/state-chart/action/index.hbs | 2 +- .../components/state-chart/action/index.js | 2 +- .../components/state-chart/guard/index.hbs | 2 +- .../app/components/state-chart/guard/index.js | 2 +- .../app/components/state-chart/index.hbs | 2 +- .../app/components/state-chart/index.js | 2 +- .../app/components/state-machine/index.hbs | 2 +- .../app/components/state-machine/index.js | 2 +- .../consul-ui/app/components/state/index.hbs | 2 +- .../consul-ui/app/components/state/index.js | 2 +- .../app/components/tab-nav/index.hbs | 2 +- .../consul-ui/app/components/tab-nav/index.js | 2 +- .../app/components/tab-nav/index.scss | 2 +- .../app/components/tab-nav/layout.scss | 2 +- .../app/components/tab-nav/pageobject.js | 2 +- .../app/components/tab-nav/skin.scss | 2 +- .../consul-ui/app/components/table/index.scss | 2 +- .../app/components/table/layout.scss | 2 +- .../consul-ui/app/components/table/skin.scss | 2 +- .../components/tabular-collection/index.hbs | 2 +- .../components/tabular-collection/index.js | 2 +- .../components/tabular-collection/index.scss | 2 +- .../app/components/tabular-details/index.hbs | 2 +- .../app/components/tabular-details/index.js | 2 +- .../app/components/tabular-details/index.scss | 2 +- .../components/tabular-details/layout.scss | 2 +- .../app/components/tabular-details/skin.scss | 2 +- .../app/components/tabular-dl/index.scss | 2 +- .../app/components/tabular-dl/layout.scss | 2 +- .../app/components/tabular-dl/skin.scss | 2 +- .../app/components/tag-list/index.hbs | 2 +- .../app/components/tag-list/index.scss | 2 +- .../app/components/text-input/index.hbs | 2 +- .../consul-ui/app/components/tile/debug.scss | 2 +- .../consul-ui/app/components/tile/index.scss | 2 +- .../app/components/toggle-button/index.hbs | 2 +- .../app/components/toggle-button/index.js | 2 +- .../app/components/toggle-button/index.scss | 2 +- .../app/components/toggle-button/layout.scss | 2 +- .../app/components/toggle-button/skin.scss | 2 +- .../app/components/token-list/index.hbs | 2 +- .../app/components/token-list/index.js | 2 +- .../app/components/token-list/pageobject.js | 2 +- .../components/token-source/chart.xstate.js | 2 +- .../app/components/token-source/index.hbs | 2 +- .../app/components/token-source/index.js | 2 +- .../app/components/tooltip-panel/index.scss | 2 +- .../app/components/tooltip-panel/layout.scss | 2 +- .../app/components/tooltip-panel/skin.scss | 2 +- .../app/components/tooltip/index.hbs | 2 +- .../app/components/tooltip/index.scss | 2 +- .../topology-metrics/card/index.hbs | 2 +- .../components/topology-metrics/card/index.js | 2 +- .../topology-metrics/card/index.scss | 2 +- .../topology-metrics/down-lines/index.hbs | 2 +- .../topology-metrics/down-lines/index.js | 2 +- .../app/components/topology-metrics/index.hbs | 2 +- .../app/components/topology-metrics/index.js | 2 +- .../components/topology-metrics/index.scss | 2 +- .../components/topology-metrics/layout.scss | 2 +- .../topology-metrics/notifications/index.hbs | 2 +- .../topology-metrics/popover/index.hbs | 2 +- .../topology-metrics/popover/index.js | 2 +- .../topology-metrics/popover/index.scss | 2 +- .../topology-metrics/series/index.hbs | 2 +- .../topology-metrics/series/index.js | 2 +- .../topology-metrics/series/index.scss | 2 +- .../topology-metrics/series/layout.scss | 2 +- .../topology-metrics/series/skin.scss | 2 +- .../app/components/topology-metrics/skin.scss | 2 +- .../topology-metrics/source-type/index.hbs | 2 +- .../topology-metrics/source-type/index.scss | 2 +- .../topology-metrics/stats/index.hbs | 2 +- .../topology-metrics/stats/index.js | 2 +- .../topology-metrics/stats/index.scss | 2 +- .../topology-metrics/status/index.hbs | 2 +- .../topology-metrics/status/index.scss | 2 +- .../topology-metrics/up-lines/index.hbs | 2 +- .../topology-metrics/up-lines/index.js | 2 +- .../app/components/watcher/index.hbs | 2 +- .../consul-ui/app/components/watcher/index.js | 2 +- .../consul-ui/app/components/yield/index.hbs | 2 +- .../app/controllers/_peered-resource.js | 2 +- .../consul-ui/app/controllers/application.js | 2 +- .../controllers/dc/acls/policies/create.js | 2 +- .../app/controllers/dc/acls/policies/edit.js | 2 +- .../app/controllers/dc/acls/roles/create.js | 2 +- .../app/controllers/dc/acls/roles/edit.js | 2 +- .../app/controllers/dc/acls/tokens/create.js | 2 +- .../app/controllers/dc/acls/tokens/edit.js | 2 +- .../app/controllers/dc/nodes/index.js | 2 +- .../app/controllers/dc/services/index.js | 2 +- .../dc/services/instance/healthchecks.js | 2 +- .../consul-ui/app/decorators/data-source.js | 2 +- .../consul-ui/app/decorators/replace.js | 2 +- ui/packages/consul-ui/app/env.js | 2 +- .../app/filter/predicates/auth-method.js | 2 +- .../app/filter/predicates/health-check.js | 2 +- .../app/filter/predicates/intention.js | 2 +- .../consul-ui/app/filter/predicates/kv.js | 2 +- .../consul-ui/app/filter/predicates/node.js | 2 +- .../consul-ui/app/filter/predicates/peer.js | 2 +- .../consul-ui/app/filter/predicates/policy.js | 2 +- .../app/filter/predicates/service-instance.js | 2 +- .../app/filter/predicates/service.js | 2 +- .../consul-ui/app/filter/predicates/token.js | 2 +- ui/packages/consul-ui/app/formats.js | 2 +- ui/packages/consul-ui/app/forms/intention.js | 2 +- ui/packages/consul-ui/app/forms/kv.js | 2 +- ui/packages/consul-ui/app/forms/policy.js | 2 +- ui/packages/consul-ui/app/forms/role.js | 2 +- ui/packages/consul-ui/app/forms/token.js | 2 +- .../consul-ui/app/helpers/adopt-styles.js | 2 +- ui/packages/consul-ui/app/helpers/atob.js | 2 +- .../consul-ui/app/helpers/cached-model.js | 2 +- .../consul-ui/app/helpers/class-map.js | 2 +- .../consul-ui/app/helpers/collection.js | 2 +- ui/packages/consul-ui/app/helpers/css-map.js | 2 +- ui/packages/consul-ui/app/helpers/css.js | 2 +- .../consul-ui/app/helpers/document-attrs.js | 2 +- .../consul-ui/app/helpers/dom-position.js | 2 +- .../consul-ui/app/helpers/duration-from.js | 2 +- ui/packages/consul-ui/app/helpers/env.js | 2 +- .../consul-ui/app/helpers/flatten-property.js | 2 +- .../app/helpers/format-short-time.js | 2 +- ui/packages/consul-ui/app/helpers/href-to.js | 2 +- .../consul-ui/app/helpers/icon-mapping.js | 2 +- .../consul-ui/app/helpers/icons-debug.js | 2 +- ui/packages/consul-ui/app/helpers/is-href.js | 2 +- ui/packages/consul-ui/app/helpers/is.js | 2 +- .../consul-ui/app/helpers/json-stringify.js | 2 +- ui/packages/consul-ui/app/helpers/last.js | 2 +- .../consul-ui/app/helpers/left-trim.js | 2 +- .../consul-ui/app/helpers/merge-checks.js | 2 +- .../consul-ui/app/helpers/percentage-of.js | 2 +- .../app/helpers/policy/datacenters.js | 2 +- .../consul-ui/app/helpers/policy/group.js | 2 +- .../consul-ui/app/helpers/policy/typeof.js | 2 +- .../consul-ui/app/helpers/refresh-route.js | 2 +- .../consul-ui/app/helpers/render-template.js | 2 +- ui/packages/consul-ui/app/helpers/require.js | 2 +- .../consul-ui/app/helpers/right-trim.js | 2 +- .../consul-ui/app/helpers/route-match.js | 2 +- .../app/helpers/service/card-permissions.js | 2 +- .../app/helpers/service/external-source.js | 2 +- .../app/helpers/service/health-percentage.js | 2 +- ui/packages/consul-ui/app/helpers/slugify.js | 2 +- .../app/helpers/smart-date-format.js | 2 +- ui/packages/consul-ui/app/helpers/split.js | 2 +- .../consul-ui/app/helpers/state-chart.js | 2 +- .../consul-ui/app/helpers/state-matches.js | 2 +- .../consul-ui/app/helpers/style-map.js | 2 +- ui/packages/consul-ui/app/helpers/substr.js | 2 +- .../consul-ui/app/helpers/svg-curve.js | 2 +- .../consul-ui/app/helpers/temporal-format.js | 2 +- .../consul-ui/app/helpers/temporal-within.js | 2 +- ui/packages/consul-ui/app/helpers/test.js | 2 +- ui/packages/consul-ui/app/helpers/to-hash.js | 2 +- ui/packages/consul-ui/app/helpers/to-route.js | 2 +- .../app/helpers/token/is-anonymous.js | 2 +- .../consul-ui/app/helpers/token/is-legacy.js | 2 +- ui/packages/consul-ui/app/helpers/tween-to.js | 2 +- ui/packages/consul-ui/app/helpers/uniq-by.js | 2 +- .../consul-ui/app/helpers/unique-id.js | 2 +- ui/packages/consul-ui/app/helpers/uri.js | 2 +- ui/packages/consul-ui/app/index.html | 2 +- .../app/instance-initializers/container.js | 2 +- .../app/instance-initializers/href-to.js | 2 +- .../instance-initializers/ivy-codemirror.js | 2 +- .../app/instance-initializers/selection.js | 2 +- .../app/locations/fsm-with-optional-test.js | 2 +- .../app/locations/fsm-with-optional.js | 2 +- ui/packages/consul-ui/app/locations/fsm.js | 2 +- .../consul-ui/app/machines/boolean.xstate.js | 2 +- .../consul-ui/app/machines/validate.xstate.js | 2 +- .../consul-ui/app/mixins/policy/as-many.js | 2 +- .../consul-ui/app/mixins/role/as-many.js | 2 +- .../app/mixins/with-blocking-actions.js | 2 +- .../consul-ui/app/models/auth-method.js | 2 +- .../consul-ui/app/models/binding-rule.js | 2 +- .../consul-ui/app/models/coordinate.js | 2 +- ui/packages/consul-ui/app/models/dc.js | 2 +- .../consul-ui/app/models/discovery-chain.js | 2 +- .../consul-ui/app/models/gateway-config.js | 2 +- .../consul-ui/app/models/health-check.js | 2 +- .../intention-permission-http-header.js | 2 +- .../app/models/intention-permission-http.js | 2 +- .../app/models/intention-permission.js | 2 +- ui/packages/consul-ui/app/models/intention.js | 2 +- ui/packages/consul-ui/app/models/kv.js | 2 +- ui/packages/consul-ui/app/models/license.js | 2 +- ui/packages/consul-ui/app/models/node.js | 2 +- ui/packages/consul-ui/app/models/nspace.js | 2 +- .../consul-ui/app/models/oidc-provider.js | 2 +- ui/packages/consul-ui/app/models/partition.js | 2 +- ui/packages/consul-ui/app/models/peer.js | 2 +- .../consul-ui/app/models/permission.js | 2 +- ui/packages/consul-ui/app/models/policy.js | 2 +- ui/packages/consul-ui/app/models/proxy.js | 2 +- ui/packages/consul-ui/app/models/role.js | 2 +- .../consul-ui/app/models/service-instance.js | 2 +- ui/packages/consul-ui/app/models/service.js | 2 +- ui/packages/consul-ui/app/models/session.js | 2 +- ui/packages/consul-ui/app/models/token.js | 2 +- ui/packages/consul-ui/app/models/topology.js | 2 +- .../consul-ui/app/modifiers/aria-menu.js | 2 +- .../consul-ui/app/modifiers/css-prop.js | 2 +- .../consul-ui/app/modifiers/css-props.js | 2 +- .../consul-ui/app/modifiers/did-upsert.js | 2 +- .../consul-ui/app/modifiers/disabled.js | 2 +- .../consul-ui/app/modifiers/notification.js | 2 +- .../consul-ui/app/modifiers/on-outside.js | 2 +- ui/packages/consul-ui/app/modifiers/style.js | 2 +- .../consul-ui/app/modifiers/tooltip.js | 2 +- .../consul-ui/app/modifiers/validate.js | 2 +- .../consul-ui/app/modifiers/with-copyable.js | 2 +- .../consul-ui/app/modifiers/with-overlay.js | 2 +- ui/packages/consul-ui/app/router.js | 2 +- .../consul-ui/app/routes/application.js | 2 +- ui/packages/consul-ui/app/routes/dc.js | 2 +- .../app/routes/dc/acls/auth-methods/index.js | 2 +- .../routes/dc/acls/auth-methods/show/index.js | 2 +- .../app/routes/dc/acls/policies/create.js | 2 +- .../app/routes/dc/acls/policies/edit.js | 2 +- .../app/routes/dc/acls/policies/index.js | 2 +- .../app/routes/dc/acls/roles/create.js | 2 +- .../app/routes/dc/acls/roles/edit.js | 2 +- .../app/routes/dc/acls/roles/index.js | 2 +- .../app/routes/dc/acls/tokens/create.js | 2 +- .../app/routes/dc/acls/tokens/edit.js | 2 +- .../app/routes/dc/acls/tokens/index.js | 2 +- .../consul-ui/app/routes/dc/kv/folder.js | 2 +- .../consul-ui/app/routes/dc/kv/index.js | 2 +- .../app/routes/dc/services/notfound.js | 2 +- .../app/routes/dc/services/show/topology.js | 2 +- .../app/routing/application-debug.js | 2 +- ui/packages/consul-ui/app/routing/route.js | 2 +- ui/packages/consul-ui/app/routing/single.js | 2 +- .../consul-ui/app/search/predicates/acl.js | 2 +- .../app/search/predicates/auth-method.js | 2 +- .../app/search/predicates/health-check.js | 2 +- .../app/search/predicates/intention.js | 2 +- .../consul-ui/app/search/predicates/kv.js | 2 +- .../consul-ui/app/search/predicates/node.js | 2 +- .../consul-ui/app/search/predicates/nspace.js | 2 +- .../consul-ui/app/search/predicates/peer.js | 2 +- .../consul-ui/app/search/predicates/policy.js | 2 +- .../consul-ui/app/search/predicates/role.js | 2 +- .../app/search/predicates/service-instance.js | 2 +- .../app/search/predicates/service.js | 2 +- .../consul-ui/app/search/predicates/token.js | 2 +- .../search/predicates/upstream-instance.js | 2 +- .../consul-ui/app/serializers/application.js | 2 +- .../consul-ui/app/serializers/auth-method.js | 2 +- .../consul-ui/app/serializers/binding-rule.js | 2 +- .../consul-ui/app/serializers/coordinate.js | 2 +- .../app/serializers/discovery-chain.js | 2 +- ui/packages/consul-ui/app/serializers/http.js | 2 +- .../consul-ui/app/serializers/intention.js | 2 +- ui/packages/consul-ui/app/serializers/kv.js | 2 +- ui/packages/consul-ui/app/serializers/node.js | 2 +- .../consul-ui/app/serializers/nspace.js | 2 +- .../app/serializers/oidc-provider.js | 2 +- .../consul-ui/app/serializers/partition.js | 2 +- .../consul-ui/app/serializers/permission.js | 2 +- .../consul-ui/app/serializers/policy.js | 2 +- .../consul-ui/app/serializers/proxy.js | 2 +- ui/packages/consul-ui/app/serializers/role.js | 2 +- .../app/serializers/service-instance.js | 2 +- .../consul-ui/app/serializers/service.js | 2 +- .../consul-ui/app/serializers/session.js | 2 +- .../consul-ui/app/serializers/token.js | 2 +- .../consul-ui/app/serializers/topology.js | 2 +- .../consul-ui/app/services/abilities.js | 2 +- ui/packages/consul-ui/app/services/atob.js | 2 +- .../oauth2-code-with-url-provider.js | 2 +- ui/packages/consul-ui/app/services/btoa.js | 2 +- ui/packages/consul-ui/app/services/change.js | 2 +- .../app/services/client/connections.js | 2 +- .../consul-ui/app/services/client/http.js | 2 +- .../app/services/client/transports/xhr.js | 2 +- .../app/services/clipboard/local-storage.js | 2 +- .../consul-ui/app/services/clipboard/os.js | 2 +- .../app/services/code-mirror/linter.js | 2 +- .../consul-ui/app/services/container.js | 2 +- .../app/services/data-sink/protocols/http.js | 2 +- .../data-sink/protocols/local-storage.js | 2 +- .../app/services/data-sink/service.js | 2 +- .../services/data-source/protocols/http.js | 2 +- .../data-source/protocols/http/blocking.js | 2 +- .../data-source/protocols/http/promise.js | 2 +- .../data-source/protocols/local-storage.js | 2 +- .../app/services/data-source/service.js | 2 +- .../consul-ui/app/services/data-structs.js | 2 +- ui/packages/consul-ui/app/services/dom.js | 2 +- ui/packages/consul-ui/app/services/encoder.js | 2 +- ui/packages/consul-ui/app/services/env.js | 2 +- .../consul-ui/app/services/feedback.js | 2 +- ui/packages/consul-ui/app/services/filter.js | 2 +- ui/packages/consul-ui/app/services/form.js | 2 +- ui/packages/consul-ui/app/services/hcp.js | 2 +- .../consul-ui/app/services/i18n-debug.js | 2 +- .../consul-ui/app/services/local-storage.js | 2 +- ui/packages/consul-ui/app/services/logger.js | 2 +- .../consul-ui/app/services/repository.js | 2 +- .../app/services/repository/auth-method.js | 2 +- .../app/services/repository/binding-rule.js | 2 +- .../app/services/repository/coordinate.js | 2 +- .../consul-ui/app/services/repository/dc.js | 2 +- .../services/repository/discovery-chain.js | 2 +- .../intention-permission-http-header.js | 2 +- .../repository/intention-permission.js | 2 +- .../app/services/repository/intention.js | 2 +- .../consul-ui/app/services/repository/kv.js | 2 +- .../app/services/repository/license.js | 2 +- .../app/services/repository/metrics.js | 2 +- .../consul-ui/app/services/repository/node.js | 2 +- .../app/services/repository/nspace.js | 2 +- .../app/services/repository/oidc-provider.js | 2 +- .../app/services/repository/partition.js | 2 +- .../consul-ui/app/services/repository/peer.js | 2 +- .../app/services/repository/permission.js | 2 +- .../app/services/repository/policy.js | 2 +- .../app/services/repository/proxy.js | 2 +- .../consul-ui/app/services/repository/role.js | 2 +- .../services/repository/service-instance.js | 2 +- .../app/services/repository/service.js | 2 +- .../app/services/repository/session.js | 2 +- .../app/services/repository/token.js | 2 +- .../app/services/repository/topology.js | 2 +- ui/packages/consul-ui/app/services/routlet.js | 2 +- ui/packages/consul-ui/app/services/schema.js | 2 +- ui/packages/consul-ui/app/services/search.js | 2 +- .../consul-ui/app/services/settings.js | 2 +- ui/packages/consul-ui/app/services/sort.js | 2 +- .../app/services/state-with-charts.js | 2 +- ui/packages/consul-ui/app/services/state.js | 2 +- ui/packages/consul-ui/app/services/store.js | 2 +- .../consul-ui/app/services/temporal.js | 2 +- ui/packages/consul-ui/app/services/ticker.js | 2 +- ui/packages/consul-ui/app/services/timeout.js | 2 +- .../consul-ui/app/services/ui-config.js | 2 +- .../app/sort/comparators/auth-method.js | 2 +- .../app/sort/comparators/health-check.js | 2 +- .../app/sort/comparators/intention.js | 2 +- .../consul-ui/app/sort/comparators/kv.js | 2 +- .../consul-ui/app/sort/comparators/node.js | 2 +- .../consul-ui/app/sort/comparators/nspace.js | 2 +- .../app/sort/comparators/partition.js | 2 +- .../consul-ui/app/sort/comparators/peer.js | 2 +- .../consul-ui/app/sort/comparators/policy.js | 2 +- .../consul-ui/app/sort/comparators/role.js | 2 +- .../app/sort/comparators/service-instance.js | 2 +- .../consul-ui/app/sort/comparators/service.js | 2 +- .../consul-ui/app/sort/comparators/token.js | 2 +- .../app/sort/comparators/upstream-instance.js | 2 +- ui/packages/consul-ui/app/storages/base.js | 2 +- ui/packages/consul-ui/app/storages/notices.js | 2 +- ui/packages/consul-ui/app/styles/app.scss | 2 +- .../app/styles/base/animation/index.scss | 2 +- .../app/styles/base/color/index.scss | 2 +- .../styles/base/color/semantic-variables.scss | 2 +- .../base/color/ui/frame-placeholders.scss | 2 +- .../app/styles/base/color/ui/index.scss | 2 +- .../app/styles/base/component/index.scss | 2 +- .../base/decoration/base-placeholders.scss | 2 +- .../base/decoration/base-variables.scss | 2 +- .../app/styles/base/decoration/index.scss | 2 +- .../base/decoration/visually-hidden.css.js | 2 +- .../styles/base/icons/base-keyframes.css.js | 2 +- .../app/styles/base/icons/base-keyframes.scss | 2 +- .../styles/base/icons/base-placeholders.scss | 2 +- .../app/styles/base/icons/debug.scss | 2 +- .../base/icons/icons/activity/index.scss | 2 +- .../base/icons/icons/activity/keyframes.scss | 2 +- .../icons/icons/activity/placeholders.scss | 2 +- .../icons/icons/activity/property-16.scss | 2 +- .../icons/icons/activity/property-24.scss | 2 +- .../icons/icons/alert-circle-fill/index.scss | 2 +- .../icons/alert-circle-fill/keyframes.scss | 2 +- .../icons/alert-circle-fill/placeholders.scss | 2 +- .../icons/alert-circle-fill/property-16.scss | 2 +- .../icons/alert-circle-fill/property-24.scss | 2 +- .../icons/alert-circle-outline/index.scss | 2 +- .../icons/alert-circle-outline/keyframes.scss | 2 +- .../alert-circle-outline/placeholders.scss | 2 +- .../base/icons/icons/alert-circle/index.scss | 2 +- .../icons/icons/alert-circle/keyframes.scss | 2 +- .../icons/alert-circle/placeholders.scss | 2 +- .../icons/icons/alert-circle/property-16.scss | 2 +- .../icons/icons/alert-circle/property-24.scss | 2 +- .../icons/icons/alert-octagon-fill/index.scss | 2 +- .../icons/alert-octagon-fill/keyframes.scss | 2 +- .../alert-octagon-fill/placeholders.scss | 2 +- .../icons/alert-octagon-fill/property-16.scss | 2 +- .../icons/alert-octagon-fill/property-24.scss | 2 +- .../base/icons/icons/alert-octagon/index.scss | 2 +- .../icons/icons/alert-octagon/keyframes.scss | 2 +- .../icons/alert-octagon/placeholders.scss | 2 +- .../icons/alert-octagon/property-16.scss | 2 +- .../icons/alert-octagon/property-24.scss | 2 +- .../icons/alert-triangle-fill/index.scss | 2 +- .../icons/alert-triangle-fill/keyframes.scss | 2 +- .../alert-triangle-fill/placeholders.scss | 2 +- .../alert-triangle-fill/property-16.scss | 2 +- .../alert-triangle-fill/property-24.scss | 2 +- .../icons/icons/alert-triangle/index.scss | 2 +- .../icons/icons/alert-triangle/keyframes.scss | 2 +- .../icons/alert-triangle/placeholders.scss | 2 +- .../icons/alert-triangle/property-16.scss | 2 +- .../icons/alert-triangle/property-24.scss | 2 +- .../base/icons/icons/alibaba-color/index.scss | 2 +- .../icons/icons/alibaba-color/keyframes.scss | 2 +- .../icons/alibaba-color/placeholders.scss | 2 +- .../icons/alibaba-color/property-16.scss | 2 +- .../icons/alibaba-color/property-24.scss | 2 +- .../base/icons/icons/alibaba/index.scss | 2 +- .../base/icons/icons/alibaba/keyframes.scss | 2 +- .../icons/icons/alibaba/placeholders.scss | 2 +- .../base/icons/icons/alibaba/property-16.scss | 2 +- .../base/icons/icons/alibaba/property-24.scss | 2 +- .../base/icons/icons/align-center/index.scss | 2 +- .../icons/icons/align-center/keyframes.scss | 2 +- .../icons/align-center/placeholders.scss | 2 +- .../icons/icons/align-center/property-16.scss | 2 +- .../icons/icons/align-center/property-24.scss | 2 +- .../base/icons/icons/align-justify/index.scss | 2 +- .../icons/icons/align-justify/keyframes.scss | 2 +- .../icons/align-justify/placeholders.scss | 2 +- .../icons/align-justify/property-16.scss | 2 +- .../icons/align-justify/property-24.scss | 2 +- .../base/icons/icons/align-left/index.scss | 2 +- .../icons/icons/align-left/keyframes.scss | 2 +- .../icons/icons/align-left/placeholders.scss | 2 +- .../icons/icons/align-left/property-16.scss | 2 +- .../icons/icons/align-left/property-24.scss | 2 +- .../base/icons/icons/align-right/index.scss | 2 +- .../icons/icons/align-right/keyframes.scss | 2 +- .../icons/icons/align-right/placeholders.scss | 2 +- .../icons/icons/align-right/property-16.scss | 2 +- .../icons/icons/align-right/property-24.scss | 2 +- .../icons/icons/amazon-eks-color/index.scss | 2 +- .../icons/amazon-eks-color/keyframes.scss | 2 +- .../icons/amazon-eks-color/placeholders.scss | 2 +- .../icons/amazon-eks-color/property-16.scss | 2 +- .../icons/amazon-eks-color/property-24.scss | 2 +- .../base/icons/icons/amazon-eks/index.scss | 2 +- .../icons/icons/amazon-eks/keyframes.scss | 2 +- .../icons/icons/amazon-eks/placeholders.scss | 2 +- .../icons/icons/amazon-eks/property-16.scss | 2 +- .../icons/icons/amazon-eks/property-24.scss | 2 +- .../base/icons/icons/apple-color/index.scss | 2 +- .../icons/icons/apple-color/keyframes.scss | 2 +- .../icons/icons/apple-color/placeholders.scss | 2 +- .../icons/icons/apple-color/property-16.scss | 2 +- .../icons/icons/apple-color/property-24.scss | 2 +- .../styles/base/icons/icons/apple/index.scss | 2 +- .../base/icons/icons/apple/keyframes.scss | 2 +- .../base/icons/icons/apple/placeholders.scss | 2 +- .../base/icons/icons/apple/property-16.scss | 2 +- .../base/icons/icons/apple/property-24.scss | 2 +- .../base/icons/icons/archive/index.scss | 2 +- .../base/icons/icons/archive/keyframes.scss | 2 +- .../icons/icons/archive/placeholders.scss | 2 +- .../base/icons/icons/archive/property-16.scss | 2 +- .../base/icons/icons/archive/property-24.scss | 2 +- .../icons/icons/arrow-down-circle/index.scss | 2 +- .../icons/arrow-down-circle/keyframes.scss | 2 +- .../icons/arrow-down-circle/placeholders.scss | 2 +- .../icons/arrow-down-circle/property-16.scss | 2 +- .../icons/arrow-down-circle/property-24.scss | 2 +- .../icons/icons/arrow-down-left/index.scss | 2 +- .../icons/arrow-down-left/keyframes.scss | 2 +- .../icons/arrow-down-left/placeholders.scss | 2 +- .../icons/arrow-down-left/property-16.scss | 2 +- .../icons/arrow-down-left/property-24.scss | 2 +- .../icons/icons/arrow-down-right/index.scss | 2 +- .../icons/arrow-down-right/keyframes.scss | 2 +- .../icons/arrow-down-right/placeholders.scss | 2 +- .../icons/arrow-down-right/property-16.scss | 2 +- .../icons/arrow-down-right/property-24.scss | 2 +- .../base/icons/icons/arrow-down/index.scss | 2 +- .../icons/icons/arrow-down/keyframes.scss | 2 +- .../icons/icons/arrow-down/placeholders.scss | 2 +- .../icons/icons/arrow-down/property-16.scss | 2 +- .../icons/icons/arrow-down/property-24.scss | 2 +- .../icons/icons/arrow-left-circle/index.scss | 2 +- .../icons/arrow-left-circle/keyframes.scss | 2 +- .../icons/arrow-left-circle/placeholders.scss | 2 +- .../icons/arrow-left-circle/property-16.scss | 2 +- .../icons/arrow-left-circle/property-24.scss | 2 +- .../base/icons/icons/arrow-left/index.scss | 2 +- .../icons/icons/arrow-left/keyframes.scss | 2 +- .../icons/icons/arrow-left/placeholders.scss | 2 +- .../icons/icons/arrow-left/property-16.scss | 2 +- .../icons/icons/arrow-left/property-24.scss | 2 +- .../icons/icons/arrow-right-circle/index.scss | 2 +- .../icons/arrow-right-circle/keyframes.scss | 2 +- .../arrow-right-circle/placeholders.scss | 2 +- .../icons/arrow-right-circle/property-16.scss | 2 +- .../icons/arrow-right-circle/property-24.scss | 2 +- .../base/icons/icons/arrow-right/index.scss | 2 +- .../icons/icons/arrow-right/keyframes.scss | 2 +- .../icons/icons/arrow-right/placeholders.scss | 2 +- .../icons/icons/arrow-right/property-16.scss | 2 +- .../icons/icons/arrow-right/property-24.scss | 2 +- .../icons/icons/arrow-up-circle/index.scss | 2 +- .../icons/arrow-up-circle/keyframes.scss | 2 +- .../icons/arrow-up-circle/placeholders.scss | 2 +- .../icons/arrow-up-circle/property-16.scss | 2 +- .../icons/arrow-up-circle/property-24.scss | 2 +- .../base/icons/icons/arrow-up-left/index.scss | 2 +- .../icons/icons/arrow-up-left/keyframes.scss | 2 +- .../icons/arrow-up-left/placeholders.scss | 2 +- .../icons/arrow-up-left/property-16.scss | 2 +- .../icons/arrow-up-left/property-24.scss | 2 +- .../icons/icons/arrow-up-right/index.scss | 2 +- .../icons/icons/arrow-up-right/keyframes.scss | 2 +- .../icons/arrow-up-right/placeholders.scss | 2 +- .../icons/arrow-up-right/property-16.scss | 2 +- .../icons/arrow-up-right/property-24.scss | 2 +- .../base/icons/icons/arrow-up/index.scss | 2 +- .../base/icons/icons/arrow-up/keyframes.scss | 2 +- .../icons/icons/arrow-up/placeholders.scss | 2 +- .../icons/icons/arrow-up/property-16.scss | 2 +- .../icons/icons/arrow-up/property-24.scss | 2 +- .../base/icons/icons/at-sign/index.scss | 2 +- .../base/icons/icons/at-sign/keyframes.scss | 2 +- .../icons/icons/at-sign/placeholders.scss | 2 +- .../base/icons/icons/at-sign/property-16.scss | 2 +- .../base/icons/icons/at-sign/property-24.scss | 2 +- .../base/icons/icons/auth0-color/index.scss | 2 +- .../icons/icons/auth0-color/keyframes.scss | 2 +- .../icons/icons/auth0-color/placeholders.scss | 2 +- .../icons/icons/auth0-color/property-16.scss | 2 +- .../icons/icons/auth0-color/property-24.scss | 2 +- .../styles/base/icons/icons/auth0/index.scss | 2 +- .../base/icons/icons/auth0/keyframes.scss | 2 +- .../base/icons/icons/auth0/placeholders.scss | 2 +- .../base/icons/icons/auth0/property-16.scss | 2 +- .../base/icons/icons/auth0/property-24.scss | 2 +- .../base/icons/icons/auto-apply/index.scss | 2 +- .../icons/icons/auto-apply/keyframes.scss | 2 +- .../icons/icons/auto-apply/placeholders.scss | 2 +- .../icons/icons/auto-apply/property-16.scss | 2 +- .../icons/icons/auto-apply/property-24.scss | 2 +- .../styles/base/icons/icons/award/index.scss | 2 +- .../base/icons/icons/award/keyframes.scss | 2 +- .../base/icons/icons/award/placeholders.scss | 2 +- .../base/icons/icons/award/property-16.scss | 2 +- .../base/icons/icons/award/property-24.scss | 2 +- .../base/icons/icons/azure-color/index.scss | 2 +- .../icons/icons/azure-color/keyframes.scss | 2 +- .../icons/icons/azure-color/placeholders.scss | 2 +- .../icons/icons/azure-color/property-16.scss | 2 +- .../icons/icons/azure-color/property-24.scss | 2 +- .../icons/icons/azure-devops-color/index.scss | 2 +- .../icons/azure-devops-color/keyframes.scss | 2 +- .../azure-devops-color/placeholders.scss | 2 +- .../icons/azure-devops-color/property-16.scss | 2 +- .../icons/azure-devops-color/property-24.scss | 2 +- .../base/icons/icons/azure-devops/index.scss | 2 +- .../icons/icons/azure-devops/keyframes.scss | 2 +- .../icons/azure-devops/placeholders.scss | 2 +- .../icons/icons/azure-devops/property-16.scss | 2 +- .../icons/icons/azure-devops/property-24.scss | 2 +- .../styles/base/icons/icons/azure/index.scss | 2 +- .../base/icons/icons/azure/keyframes.scss | 2 +- .../base/icons/icons/azure/placeholders.scss | 2 +- .../base/icons/icons/azure/property-16.scss | 2 +- .../base/icons/icons/azure/property-24.scss | 2 +- .../base/icons/icons/bank-vault/index.scss | 2 +- .../icons/icons/bank-vault/keyframes.scss | 2 +- .../icons/icons/bank-vault/placeholders.scss | 2 +- .../icons/icons/bank-vault/property-16.scss | 2 +- .../icons/icons/bank-vault/property-24.scss | 2 +- .../base/icons/icons/bar-chart-alt/index.scss | 2 +- .../icons/icons/bar-chart-alt/keyframes.scss | 2 +- .../icons/bar-chart-alt/placeholders.scss | 2 +- .../icons/bar-chart-alt/property-16.scss | 2 +- .../icons/bar-chart-alt/property-24.scss | 2 +- .../base/icons/icons/bar-chart/index.scss | 2 +- .../base/icons/icons/bar-chart/keyframes.scss | 2 +- .../icons/icons/bar-chart/placeholders.scss | 2 +- .../icons/icons/bar-chart/property-16.scss | 2 +- .../icons/icons/bar-chart/property-24.scss | 2 +- .../icons/icons/battery-charging/index.scss | 2 +- .../icons/battery-charging/keyframes.scss | 2 +- .../icons/battery-charging/placeholders.scss | 2 +- .../icons/battery-charging/property-16.scss | 2 +- .../icons/battery-charging/property-24.scss | 2 +- .../base/icons/icons/battery/index.scss | 2 +- .../base/icons/icons/battery/keyframes.scss | 2 +- .../icons/icons/battery/placeholders.scss | 2 +- .../base/icons/icons/battery/property-16.scss | 2 +- .../base/icons/icons/battery/property-24.scss | 2 +- .../styles/base/icons/icons/beaker/index.scss | 2 +- .../base/icons/icons/beaker/keyframes.scss | 2 +- .../base/icons/icons/beaker/placeholders.scss | 2 +- .../base/icons/icons/beaker/property-16.scss | 2 +- .../base/icons/icons/beaker/property-24.scss | 2 +- .../icons/icons/bell-active-fill/index.scss | 2 +- .../icons/bell-active-fill/keyframes.scss | 2 +- .../icons/bell-active-fill/placeholders.scss | 2 +- .../icons/bell-active-fill/property-16.scss | 2 +- .../icons/bell-active-fill/property-24.scss | 2 +- .../base/icons/icons/bell-active/index.scss | 2 +- .../icons/icons/bell-active/keyframes.scss | 2 +- .../icons/icons/bell-active/placeholders.scss | 2 +- .../icons/icons/bell-active/property-16.scss | 2 +- .../icons/icons/bell-active/property-24.scss | 2 +- .../base/icons/icons/bell-off/index.scss | 2 +- .../base/icons/icons/bell-off/keyframes.scss | 2 +- .../icons/icons/bell-off/placeholders.scss | 2 +- .../icons/icons/bell-off/property-16.scss | 2 +- .../icons/icons/bell-off/property-24.scss | 2 +- .../styles/base/icons/icons/bell/index.scss | 2 +- .../base/icons/icons/bell/keyframes.scss | 2 +- .../base/icons/icons/bell/placeholders.scss | 2 +- .../base/icons/icons/bell/property-16.scss | 2 +- .../base/icons/icons/bell/property-24.scss | 2 +- .../icons/icons/bitbucket-color/index.scss | 2 +- .../icons/bitbucket-color/keyframes.scss | 2 +- .../icons/bitbucket-color/placeholders.scss | 2 +- .../icons/bitbucket-color/property-16.scss | 2 +- .../icons/bitbucket-color/property-24.scss | 2 +- .../base/icons/icons/bitbucket/index.scss | 2 +- .../base/icons/icons/bitbucket/keyframes.scss | 2 +- .../icons/icons/bitbucket/placeholders.scss | 2 +- .../icons/icons/bitbucket/property-16.scss | 2 +- .../icons/icons/bitbucket/property-24.scss | 2 +- .../styles/base/icons/icons/bolt/index.scss | 2 +- .../base/icons/icons/bolt/keyframes.scss | 2 +- .../base/icons/icons/bolt/placeholders.scss | 2 +- .../icons/icons/bookmark-add-fill/index.scss | 2 +- .../icons/bookmark-add-fill/keyframes.scss | 2 +- .../icons/bookmark-add-fill/placeholders.scss | 2 +- .../icons/bookmark-add-fill/property-16.scss | 2 +- .../icons/bookmark-add-fill/property-24.scss | 2 +- .../base/icons/icons/bookmark-add/index.scss | 2 +- .../icons/icons/bookmark-add/keyframes.scss | 2 +- .../icons/bookmark-add/placeholders.scss | 2 +- .../icons/icons/bookmark-add/property-16.scss | 2 +- .../icons/icons/bookmark-add/property-24.scss | 2 +- .../base/icons/icons/bookmark-fill/index.scss | 2 +- .../icons/icons/bookmark-fill/keyframes.scss | 2 +- .../icons/bookmark-fill/placeholders.scss | 2 +- .../icons/bookmark-fill/property-16.scss | 2 +- .../icons/bookmark-fill/property-24.scss | 2 +- .../icons/bookmark-remove-fill/index.scss | 2 +- .../icons/bookmark-remove-fill/keyframes.scss | 2 +- .../bookmark-remove-fill/placeholders.scss | 2 +- .../bookmark-remove-fill/property-16.scss | 2 +- .../bookmark-remove-fill/property-24.scss | 2 +- .../icons/icons/bookmark-remove/index.scss | 2 +- .../icons/bookmark-remove/keyframes.scss | 2 +- .../icons/bookmark-remove/placeholders.scss | 2 +- .../icons/bookmark-remove/property-16.scss | 2 +- .../icons/bookmark-remove/property-24.scss | 2 +- .../base/icons/icons/bookmark/index.scss | 2 +- .../base/icons/icons/bookmark/keyframes.scss | 2 +- .../icons/icons/bookmark/placeholders.scss | 2 +- .../icons/icons/bookmark/property-16.scss | 2 +- .../icons/icons/bookmark/property-24.scss | 2 +- .../styles/base/icons/icons/bottom/index.scss | 2 +- .../base/icons/icons/bottom/keyframes.scss | 2 +- .../base/icons/icons/bottom/placeholders.scss | 2 +- .../base/icons/icons/bottom/property-16.scss | 2 +- .../base/icons/icons/bottom/property-24.scss | 2 +- .../icons/icons/boundary-color/index.scss | 2 +- .../icons/icons/boundary-color/keyframes.scss | 2 +- .../icons/boundary-color/placeholders.scss | 2 +- .../icons/boundary-color/property-16.scss | 2 +- .../icons/boundary-color/property-24.scss | 2 +- .../base/icons/icons/boundary/index.scss | 2 +- .../base/icons/icons/boundary/keyframes.scss | 2 +- .../icons/icons/boundary/placeholders.scss | 2 +- .../icons/icons/boundary/property-16.scss | 2 +- .../icons/icons/boundary/property-24.scss | 2 +- .../icons/icons/box-check-fill/index.scss | 2 +- .../icons/icons/box-check-fill/keyframes.scss | 2 +- .../icons/box-check-fill/placeholders.scss | 2 +- .../base/icons/icons/box-outline/index.scss | 2 +- .../icons/icons/box-outline/keyframes.scss | 2 +- .../icons/icons/box-outline/placeholders.scss | 2 +- .../styles/base/icons/icons/box/index.scss | 2 +- .../base/icons/icons/box/keyframes.scss | 2 +- .../base/icons/icons/box/placeholders.scss | 2 +- .../base/icons/icons/box/property-16.scss | 2 +- .../base/icons/icons/box/property-24.scss | 2 +- .../base/icons/icons/briefcase/index.scss | 2 +- .../base/icons/icons/briefcase/keyframes.scss | 2 +- .../icons/icons/briefcase/placeholders.scss | 2 +- .../icons/icons/briefcase/property-16.scss | 2 +- .../icons/icons/briefcase/property-24.scss | 2 +- .../base/icons/icons/broadcast/index.scss | 2 +- .../base/icons/icons/broadcast/keyframes.scss | 2 +- .../icons/icons/broadcast/placeholders.scss | 2 +- .../styles/base/icons/icons/bug/index.scss | 2 +- .../base/icons/icons/bug/keyframes.scss | 2 +- .../base/icons/icons/bug/placeholders.scss | 2 +- .../base/icons/icons/bug/property-16.scss | 2 +- .../base/icons/icons/bug/property-24.scss | 2 +- .../styles/base/icons/icons/build/index.scss | 2 +- .../base/icons/icons/build/keyframes.scss | 2 +- .../base/icons/icons/build/placeholders.scss | 2 +- .../base/icons/icons/build/property-16.scss | 2 +- .../base/icons/icons/build/property-24.scss | 2 +- .../styles/base/icons/icons/bulb/index.scss | 2 +- .../base/icons/icons/bulb/keyframes.scss | 2 +- .../base/icons/icons/bulb/placeholders.scss | 2 +- .../base/icons/icons/bulb/property-16.scss | 2 +- .../base/icons/icons/bulb/property-24.scss | 2 +- .../base/icons/icons/calendar/index.scss | 2 +- .../base/icons/icons/calendar/keyframes.scss | 2 +- .../icons/icons/calendar/placeholders.scss | 2 +- .../icons/icons/calendar/property-16.scss | 2 +- .../icons/icons/calendar/property-24.scss | 2 +- .../base/icons/icons/camera-off/index.scss | 2 +- .../icons/icons/camera-off/keyframes.scss | 2 +- .../icons/icons/camera-off/placeholders.scss | 2 +- .../icons/icons/camera-off/property-16.scss | 2 +- .../icons/icons/camera-off/property-24.scss | 2 +- .../styles/base/icons/icons/camera/index.scss | 2 +- .../base/icons/icons/camera/keyframes.scss | 2 +- .../base/icons/icons/camera/placeholders.scss | 2 +- .../base/icons/icons/camera/property-16.scss | 2 +- .../base/icons/icons/camera/property-24.scss | 2 +- .../icons/icons/cancel-circle-fill/index.scss | 2 +- .../icons/cancel-circle-fill/keyframes.scss | 2 +- .../cancel-circle-fill/placeholders.scss | 2 +- .../icons/cancel-circle-outline/index.scss | 2 +- .../cancel-circle-outline/keyframes.scss | 2 +- .../cancel-circle-outline/placeholders.scss | 2 +- .../base/icons/icons/cancel-plain/index.scss | 2 +- .../icons/icons/cancel-plain/keyframes.scss | 2 +- .../icons/cancel-plain/placeholders.scss | 2 +- .../icons/icons/cancel-square-fill/index.scss | 2 +- .../icons/cancel-square-fill/keyframes.scss | 2 +- .../cancel-square-fill/placeholders.scss | 2 +- .../icons/cancel-square-outline/index.scss | 2 +- .../cancel-square-outline/keyframes.scss | 2 +- .../cancel-square-outline/placeholders.scss | 2 +- .../base/icons/icons/caret-down/index.scss | 2 +- .../icons/icons/caret-down/keyframes.scss | 2 +- .../icons/icons/caret-down/placeholders.scss | 2 +- .../base/icons/icons/caret-up/index.scss | 2 +- .../base/icons/icons/caret-up/keyframes.scss | 2 +- .../icons/icons/caret-up/placeholders.scss | 2 +- .../styles/base/icons/icons/caret/index.scss | 2 +- .../base/icons/icons/caret/keyframes.scss | 2 +- .../base/icons/icons/caret/placeholders.scss | 2 +- .../base/icons/icons/caret/property-16.scss | 2 +- .../base/icons/icons/caret/property-24.scss | 2 +- .../styles/base/icons/icons/cast/index.scss | 2 +- .../base/icons/icons/cast/keyframes.scss | 2 +- .../base/icons/icons/cast/placeholders.scss | 2 +- .../base/icons/icons/cast/property-16.scss | 2 +- .../base/icons/icons/cast/property-24.scss | 2 +- .../base/icons/icons/certificate/index.scss | 2 +- .../icons/icons/certificate/keyframes.scss | 2 +- .../icons/icons/certificate/placeholders.scss | 2 +- .../icons/icons/certificate/property-16.scss | 2 +- .../icons/icons/certificate/property-24.scss | 2 +- .../base/icons/icons/change-circle/index.scss | 2 +- .../icons/icons/change-circle/keyframes.scss | 2 +- .../icons/change-circle/placeholders.scss | 2 +- .../icons/change-circle/property-16.scss | 2 +- .../icons/change-circle/property-24.scss | 2 +- .../base/icons/icons/change-square/index.scss | 2 +- .../icons/icons/change-square/keyframes.scss | 2 +- .../icons/change-square/placeholders.scss | 2 +- .../icons/change-square/property-16.scss | 2 +- .../icons/change-square/property-24.scss | 2 +- .../styles/base/icons/icons/change/index.scss | 2 +- .../base/icons/icons/change/keyframes.scss | 2 +- .../base/icons/icons/change/placeholders.scss | 2 +- .../base/icons/icons/change/property-16.scss | 2 +- .../base/icons/icons/change/property-24.scss | 2 +- .../icons/icons/check-circle-fill/index.scss | 2 +- .../icons/check-circle-fill/keyframes.scss | 2 +- .../icons/check-circle-fill/placeholders.scss | 2 +- .../icons/check-circle-fill/property-16.scss | 2 +- .../icons/check-circle-fill/property-24.scss | 2 +- .../icons/check-circle-outline/index.scss | 2 +- .../icons/check-circle-outline/keyframes.scss | 2 +- .../check-circle-outline/placeholders.scss | 2 +- .../base/icons/icons/check-circle/index.scss | 2 +- .../icons/icons/check-circle/keyframes.scss | 2 +- .../icons/check-circle/placeholders.scss | 2 +- .../icons/icons/check-circle/property-16.scss | 2 +- .../icons/icons/check-circle/property-24.scss | 2 +- .../icons/icons/check-diamond-fill/index.scss | 2 +- .../icons/check-diamond-fill/keyframes.scss | 2 +- .../check-diamond-fill/placeholders.scss | 2 +- .../icons/check-diamond-fill/property-16.scss | 2 +- .../icons/check-diamond-fill/property-24.scss | 2 +- .../base/icons/icons/check-diamond/index.scss | 2 +- .../icons/icons/check-diamond/keyframes.scss | 2 +- .../icons/check-diamond/placeholders.scss | 2 +- .../icons/check-diamond/property-16.scss | 2 +- .../icons/check-diamond/property-24.scss | 2 +- .../icons/icons/check-hexagon-fill/index.scss | 2 +- .../icons/check-hexagon-fill/keyframes.scss | 2 +- .../check-hexagon-fill/placeholders.scss | 2 +- .../icons/check-hexagon-fill/property-16.scss | 2 +- .../icons/check-hexagon-fill/property-24.scss | 2 +- .../base/icons/icons/check-hexagon/index.scss | 2 +- .../icons/icons/check-hexagon/keyframes.scss | 2 +- .../icons/check-hexagon/placeholders.scss | 2 +- .../icons/check-hexagon/property-16.scss | 2 +- .../icons/check-hexagon/property-24.scss | 2 +- .../base/icons/icons/check-plain/index.scss | 2 +- .../icons/icons/check-plain/keyframes.scss | 2 +- .../icons/icons/check-plain/placeholders.scss | 2 +- .../icons/icons/check-square-fill/index.scss | 2 +- .../icons/check-square-fill/keyframes.scss | 2 +- .../icons/check-square-fill/placeholders.scss | 2 +- .../icons/check-square-fill/property-16.scss | 2 +- .../icons/check-square-fill/property-24.scss | 2 +- .../base/icons/icons/check-square/index.scss | 2 +- .../icons/icons/check-square/keyframes.scss | 2 +- .../icons/check-square/placeholders.scss | 2 +- .../icons/icons/check-square/property-16.scss | 2 +- .../icons/icons/check-square/property-24.scss | 2 +- .../styles/base/icons/icons/check/index.scss | 2 +- .../base/icons/icons/check/keyframes.scss | 2 +- .../base/icons/icons/check/placeholders.scss | 2 +- .../base/icons/icons/check/property-16.scss | 2 +- .../base/icons/icons/check/property-24.scss | 2 +- .../base/icons/icons/chevron-down/index.scss | 2 +- .../icons/icons/chevron-down/keyframes.scss | 2 +- .../icons/chevron-down/placeholders.scss | 2 +- .../icons/icons/chevron-down/property-16.scss | 2 +- .../icons/icons/chevron-down/property-24.scss | 2 +- .../base/icons/icons/chevron-left/index.scss | 2 +- .../icons/icons/chevron-left/keyframes.scss | 2 +- .../icons/chevron-left/placeholders.scss | 2 +- .../icons/icons/chevron-left/property-16.scss | 2 +- .../icons/icons/chevron-left/property-24.scss | 2 +- .../base/icons/icons/chevron-right/index.scss | 2 +- .../icons/icons/chevron-right/keyframes.scss | 2 +- .../icons/chevron-right/placeholders.scss | 2 +- .../icons/chevron-right/property-16.scss | 2 +- .../icons/chevron-right/property-24.scss | 2 +- .../base/icons/icons/chevron-up/index.scss | 2 +- .../icons/icons/chevron-up/keyframes.scss | 2 +- .../icons/icons/chevron-up/placeholders.scss | 2 +- .../icons/icons/chevron-up/property-16.scss | 2 +- .../icons/icons/chevron-up/property-24.scss | 2 +- .../base/icons/icons/chevrons-down/index.scss | 2 +- .../icons/icons/chevrons-down/keyframes.scss | 2 +- .../icons/chevrons-down/placeholders.scss | 2 +- .../icons/chevrons-down/property-16.scss | 2 +- .../icons/chevrons-down/property-24.scss | 2 +- .../base/icons/icons/chevrons-left/index.scss | 2 +- .../icons/icons/chevrons-left/keyframes.scss | 2 +- .../icons/chevrons-left/placeholders.scss | 2 +- .../icons/chevrons-left/property-16.scss | 2 +- .../icons/chevrons-left/property-24.scss | 2 +- .../icons/icons/chevrons-right/index.scss | 2 +- .../icons/icons/chevrons-right/keyframes.scss | 2 +- .../icons/chevrons-right/placeholders.scss | 2 +- .../icons/chevrons-right/property-16.scss | 2 +- .../icons/chevrons-right/property-24.scss | 2 +- .../base/icons/icons/chevrons-up/index.scss | 2 +- .../icons/icons/chevrons-up/keyframes.scss | 2 +- .../icons/icons/chevrons-up/placeholders.scss | 2 +- .../icons/icons/chevrons-up/property-16.scss | 2 +- .../icons/icons/chevrons-up/property-24.scss | 2 +- .../base/icons/icons/circle-dot/index.scss | 2 +- .../icons/icons/circle-dot/keyframes.scss | 2 +- .../icons/icons/circle-dot/placeholders.scss | 2 +- .../icons/icons/circle-dot/property-16.scss | 2 +- .../icons/icons/circle-dot/property-24.scss | 2 +- .../base/icons/icons/circle-fill/index.scss | 2 +- .../icons/icons/circle-fill/keyframes.scss | 2 +- .../icons/icons/circle-fill/placeholders.scss | 2 +- .../icons/icons/circle-fill/property-16.scss | 2 +- .../icons/icons/circle-fill/property-24.scss | 2 +- .../base/icons/icons/circle-half/index.scss | 2 +- .../icons/icons/circle-half/keyframes.scss | 2 +- .../icons/icons/circle-half/placeholders.scss | 2 +- .../icons/icons/circle-half/property-16.scss | 2 +- .../icons/icons/circle-half/property-24.scss | 2 +- .../styles/base/icons/icons/circle/index.scss | 2 +- .../base/icons/icons/circle/keyframes.scss | 2 +- .../base/icons/icons/circle/placeholders.scss | 2 +- .../base/icons/icons/circle/property-16.scss | 2 +- .../base/icons/icons/circle/property-24.scss | 2 +- .../icons/icons/clipboard-checked/index.scss | 2 +- .../icons/clipboard-checked/keyframes.scss | 2 +- .../icons/clipboard-checked/placeholders.scss | 2 +- .../icons/clipboard-checked/property-16.scss | 2 +- .../icons/clipboard-checked/property-24.scss | 2 +- .../icons/icons/clipboard-copy/index.scss | 2 +- .../icons/icons/clipboard-copy/keyframes.scss | 2 +- .../icons/clipboard-copy/placeholders.scss | 2 +- .../icons/clipboard-copy/property-16.scss | 2 +- .../icons/clipboard-copy/property-24.scss | 2 +- .../base/icons/icons/clipboard/index.scss | 2 +- .../base/icons/icons/clipboard/keyframes.scss | 2 +- .../icons/icons/clipboard/placeholders.scss | 2 +- .../icons/icons/clipboard/property-16.scss | 2 +- .../icons/icons/clipboard/property-24.scss | 2 +- .../base/icons/icons/clock-fill/index.scss | 2 +- .../icons/icons/clock-fill/keyframes.scss | 2 +- .../icons/icons/clock-fill/placeholders.scss | 2 +- .../base/icons/icons/clock-outline/index.scss | 2 +- .../icons/icons/clock-outline/keyframes.scss | 2 +- .../icons/clock-outline/placeholders.scss | 2 +- .../styles/base/icons/icons/clock/index.scss | 2 +- .../base/icons/icons/clock/keyframes.scss | 2 +- .../base/icons/icons/clock/placeholders.scss | 2 +- .../base/icons/icons/clock/property-16.scss | 2 +- .../base/icons/icons/clock/property-24.scss | 2 +- .../base/icons/icons/cloud-check/index.scss | 2 +- .../icons/icons/cloud-check/keyframes.scss | 2 +- .../icons/icons/cloud-check/placeholders.scss | 2 +- .../icons/icons/cloud-check/property-16.scss | 2 +- .../icons/icons/cloud-check/property-24.scss | 2 +- .../base/icons/icons/cloud-cross/index.scss | 2 +- .../icons/icons/cloud-cross/keyframes.scss | 2 +- .../icons/icons/cloud-cross/placeholders.scss | 2 +- .../icons/icons/cloud-cross/property-16.scss | 2 +- .../icons/icons/cloud-cross/property-24.scss | 2 +- .../icons/icons/cloud-download/index.scss | 2 +- .../icons/icons/cloud-download/keyframes.scss | 2 +- .../icons/cloud-download/placeholders.scss | 2 +- .../icons/cloud-download/property-16.scss | 2 +- .../icons/cloud-download/property-24.scss | 2 +- .../icons/icons/cloud-lightning/index.scss | 2 +- .../icons/cloud-lightning/keyframes.scss | 2 +- .../icons/cloud-lightning/placeholders.scss | 2 +- .../icons/cloud-lightning/property-16.scss | 2 +- .../icons/cloud-lightning/property-24.scss | 2 +- .../base/icons/icons/cloud-lock/index.scss | 2 +- .../icons/icons/cloud-lock/keyframes.scss | 2 +- .../icons/icons/cloud-lock/placeholders.scss | 2 +- .../icons/icons/cloud-lock/property-16.scss | 2 +- .../icons/icons/cloud-lock/property-24.scss | 2 +- .../base/icons/icons/cloud-off/index.scss | 2 +- .../base/icons/icons/cloud-off/keyframes.scss | 2 +- .../icons/icons/cloud-off/placeholders.scss | 2 +- .../icons/icons/cloud-off/property-16.scss | 2 +- .../icons/icons/cloud-off/property-24.scss | 2 +- .../base/icons/icons/cloud-upload/index.scss | 2 +- .../icons/icons/cloud-upload/keyframes.scss | 2 +- .../icons/cloud-upload/placeholders.scss | 2 +- .../icons/icons/cloud-upload/property-16.scss | 2 +- .../icons/icons/cloud-upload/property-24.scss | 2 +- .../base/icons/icons/cloud-x/index.scss | 2 +- .../base/icons/icons/cloud-x/keyframes.scss | 2 +- .../icons/icons/cloud-x/placeholders.scss | 2 +- .../base/icons/icons/cloud-x/property-16.scss | 2 +- .../base/icons/icons/cloud-x/property-24.scss | 2 +- .../styles/base/icons/icons/cloud/index.scss | 2 +- .../base/icons/icons/cloud/keyframes.scss | 2 +- .../base/icons/icons/cloud/placeholders.scss | 2 +- .../base/icons/icons/cloud/property-16.scss | 2 +- .../base/icons/icons/cloud/property-24.scss | 2 +- .../styles/base/icons/icons/code/index.scss | 2 +- .../base/icons/icons/code/keyframes.scss | 2 +- .../base/icons/icons/code/placeholders.scss | 2 +- .../base/icons/icons/code/property-16.scss | 2 +- .../base/icons/icons/code/property-24.scss | 2 +- .../base/icons/icons/codepen-color/index.scss | 2 +- .../icons/icons/codepen-color/keyframes.scss | 2 +- .../icons/codepen-color/placeholders.scss | 2 +- .../icons/codepen-color/property-16.scss | 2 +- .../icons/codepen-color/property-24.scss | 2 +- .../base/icons/icons/codepen/index.scss | 2 +- .../base/icons/icons/codepen/keyframes.scss | 2 +- .../icons/icons/codepen/placeholders.scss | 2 +- .../base/icons/icons/codepen/property-16.scss | 2 +- .../base/icons/icons/codepen/property-24.scss | 2 +- .../base/icons/icons/collections/index.scss | 2 +- .../icons/icons/collections/keyframes.scss | 2 +- .../icons/icons/collections/placeholders.scss | 2 +- .../icons/icons/collections/property-16.scss | 2 +- .../icons/icons/collections/property-24.scss | 2 +- .../base/icons/icons/command/index.scss | 2 +- .../base/icons/icons/command/keyframes.scss | 2 +- .../icons/icons/command/placeholders.scss | 2 +- .../base/icons/icons/command/property-16.scss | 2 +- .../base/icons/icons/command/property-24.scss | 2 +- .../base/icons/icons/compass/index.scss | 2 +- .../base/icons/icons/compass/keyframes.scss | 2 +- .../icons/icons/compass/placeholders.scss | 2 +- .../base/icons/icons/compass/property-16.scss | 2 +- .../base/icons/icons/compass/property-24.scss | 2 +- .../icons/icons/connection-gateway/index.scss | 2 +- .../icons/connection-gateway/keyframes.scss | 2 +- .../connection-gateway/placeholders.scss | 2 +- .../icons/connection-gateway/property-16.scss | 2 +- .../icons/connection-gateway/property-24.scss | 2 +- .../base/icons/icons/connection/index.scss | 2 +- .../icons/icons/connection/keyframes.scss | 2 +- .../icons/icons/connection/placeholders.scss | 2 +- .../icons/icons/connection/property-16.scss | 2 +- .../icons/icons/connection/property-24.scss | 2 +- .../base/icons/icons/console/index.scss | 2 +- .../base/icons/icons/console/keyframes.scss | 2 +- .../icons/icons/console/placeholders.scss | 2 +- .../base/icons/icons/copy-action/index.scss | 2 +- .../icons/icons/copy-action/keyframes.scss | 2 +- .../icons/icons/copy-action/placeholders.scss | 2 +- .../base/icons/icons/copy-success/index.scss | 2 +- .../icons/icons/copy-success/keyframes.scss | 2 +- .../icons/copy-success/placeholders.scss | 2 +- .../icons/icons/corner-down-left/index.scss | 2 +- .../icons/corner-down-left/keyframes.scss | 2 +- .../icons/corner-down-left/placeholders.scss | 2 +- .../icons/corner-down-left/property-16.scss | 2 +- .../icons/corner-down-left/property-24.scss | 2 +- .../icons/icons/corner-down-right/index.scss | 2 +- .../icons/corner-down-right/keyframes.scss | 2 +- .../icons/corner-down-right/placeholders.scss | 2 +- .../icons/corner-down-right/property-16.scss | 2 +- .../icons/corner-down-right/property-24.scss | 2 +- .../icons/icons/corner-left-down/index.scss | 2 +- .../icons/corner-left-down/keyframes.scss | 2 +- .../icons/corner-left-down/placeholders.scss | 2 +- .../icons/corner-left-down/property-16.scss | 2 +- .../icons/corner-left-down/property-24.scss | 2 +- .../icons/icons/corner-left-up/index.scss | 2 +- .../icons/icons/corner-left-up/keyframes.scss | 2 +- .../icons/corner-left-up/placeholders.scss | 2 +- .../icons/corner-left-up/property-16.scss | 2 +- .../icons/corner-left-up/property-24.scss | 2 +- .../icons/icons/corner-right-down/index.scss | 2 +- .../icons/corner-right-down/keyframes.scss | 2 +- .../icons/corner-right-down/placeholders.scss | 2 +- .../icons/corner-right-down/property-16.scss | 2 +- .../icons/corner-right-down/property-24.scss | 2 +- .../icons/icons/corner-right-up/index.scss | 2 +- .../icons/corner-right-up/keyframes.scss | 2 +- .../icons/corner-right-up/placeholders.scss | 2 +- .../icons/corner-right-up/property-16.scss | 2 +- .../icons/corner-right-up/property-24.scss | 2 +- .../icons/icons/corner-up-left/index.scss | 2 +- .../icons/icons/corner-up-left/keyframes.scss | 2 +- .../icons/corner-up-left/placeholders.scss | 2 +- .../icons/corner-up-left/property-16.scss | 2 +- .../icons/corner-up-left/property-24.scss | 2 +- .../icons/icons/corner-up-right/index.scss | 2 +- .../icons/corner-up-right/keyframes.scss | 2 +- .../icons/corner-up-right/placeholders.scss | 2 +- .../icons/corner-up-right/property-16.scss | 2 +- .../icons/corner-up-right/property-24.scss | 2 +- .../styles/base/icons/icons/cpu/index.scss | 2 +- .../base/icons/icons/cpu/keyframes.scss | 2 +- .../base/icons/icons/cpu/placeholders.scss | 2 +- .../base/icons/icons/cpu/property-16.scss | 2 +- .../base/icons/icons/cpu/property-24.scss | 2 +- .../base/icons/icons/credit-card/index.scss | 2 +- .../icons/icons/credit-card/keyframes.scss | 2 +- .../icons/icons/credit-card/placeholders.scss | 2 +- .../icons/icons/credit-card/property-16.scss | 2 +- .../icons/icons/credit-card/property-24.scss | 2 +- .../styles/base/icons/icons/crop/index.scss | 2 +- .../base/icons/icons/crop/keyframes.scss | 2 +- .../base/icons/icons/crop/placeholders.scss | 2 +- .../base/icons/icons/crop/property-16.scss | 2 +- .../base/icons/icons/crop/property-24.scss | 2 +- .../base/icons/icons/crosshair/index.scss | 2 +- .../base/icons/icons/crosshair/keyframes.scss | 2 +- .../icons/icons/crosshair/placeholders.scss | 2 +- .../icons/icons/crosshair/property-16.scss | 2 +- .../icons/icons/crosshair/property-24.scss | 2 +- .../base/icons/icons/dashboard/index.scss | 2 +- .../base/icons/icons/dashboard/keyframes.scss | 2 +- .../icons/icons/dashboard/placeholders.scss | 2 +- .../icons/icons/dashboard/property-16.scss | 2 +- .../icons/icons/dashboard/property-24.scss | 2 +- .../base/icons/icons/database/index.scss | 2 +- .../base/icons/icons/database/keyframes.scss | 2 +- .../icons/icons/database/placeholders.scss | 2 +- .../icons/icons/database/property-16.scss | 2 +- .../icons/icons/database/property-24.scss | 2 +- .../styles/base/icons/icons/delay/index.scss | 2 +- .../base/icons/icons/delay/keyframes.scss | 2 +- .../base/icons/icons/delay/placeholders.scss | 2 +- .../base/icons/icons/delay/property-16.scss | 2 +- .../base/icons/icons/delay/property-24.scss | 2 +- .../styles/base/icons/icons/delete/index.scss | 2 +- .../base/icons/icons/delete/keyframes.scss | 2 +- .../base/icons/icons/delete/placeholders.scss | 2 +- .../base/icons/icons/delete/property-16.scss | 2 +- .../base/icons/icons/delete/property-24.scss | 2 +- .../base/icons/icons/deny-alt/index.scss | 2 +- .../base/icons/icons/deny-alt/keyframes.scss | 2 +- .../icons/icons/deny-alt/placeholders.scss | 2 +- .../base/icons/icons/deny-color/index.scss | 2 +- .../icons/icons/deny-color/keyframes.scss | 2 +- .../icons/icons/deny-color/placeholders.scss | 2 +- .../icons/icons/deny-color/property-16.scss | 2 +- .../icons/icons/deny-color/property-24.scss | 2 +- .../base/icons/icons/deny-default/index.scss | 2 +- .../icons/icons/deny-default/keyframes.scss | 2 +- .../icons/deny-default/placeholders.scss | 2 +- .../base/icons/icons/diamond-fill/index.scss | 2 +- .../icons/icons/diamond-fill/keyframes.scss | 2 +- .../icons/diamond-fill/placeholders.scss | 2 +- .../icons/icons/diamond-fill/property-16.scss | 2 +- .../icons/icons/diamond-fill/property-24.scss | 2 +- .../base/icons/icons/diamond/index.scss | 2 +- .../base/icons/icons/diamond/keyframes.scss | 2 +- .../icons/icons/diamond/placeholders.scss | 2 +- .../base/icons/icons/diamond/property-16.scss | 2 +- .../base/icons/icons/diamond/property-24.scss | 2 +- .../base/icons/icons/disabled/index.scss | 2 +- .../base/icons/icons/disabled/keyframes.scss | 2 +- .../icons/icons/disabled/placeholders.scss | 2 +- .../styles/base/icons/icons/disc/index.scss | 2 +- .../base/icons/icons/disc/keyframes.scss | 2 +- .../base/icons/icons/disc/placeholders.scss | 2 +- .../base/icons/icons/disc/property-16.scss | 2 +- .../base/icons/icons/disc/property-24.scss | 2 +- .../icons/icons/discussion-circle/index.scss | 2 +- .../icons/discussion-circle/keyframes.scss | 2 +- .../icons/discussion-circle/placeholders.scss | 2 +- .../icons/discussion-circle/property-16.scss | 2 +- .../icons/discussion-circle/property-24.scss | 2 +- .../icons/icons/discussion-square/index.scss | 2 +- .../icons/discussion-square/keyframes.scss | 2 +- .../icons/discussion-square/placeholders.scss | 2 +- .../icons/discussion-square/property-16.scss | 2 +- .../icons/discussion-square/property-24.scss | 2 +- .../base/icons/icons/docker-color/index.scss | 2 +- .../icons/icons/docker-color/keyframes.scss | 2 +- .../icons/docker-color/placeholders.scss | 2 +- .../icons/icons/docker-color/property-16.scss | 2 +- .../icons/icons/docker-color/property-24.scss | 2 +- .../styles/base/icons/icons/docker/index.scss | 2 +- .../base/icons/icons/docker/keyframes.scss | 2 +- .../base/icons/icons/docker/placeholders.scss | 2 +- .../base/icons/icons/docker/property-16.scss | 2 +- .../base/icons/icons/docker/property-24.scss | 2 +- .../base/icons/icons/docs-download/index.scss | 2 +- .../icons/icons/docs-download/keyframes.scss | 2 +- .../icons/docs-download/placeholders.scss | 2 +- .../icons/docs-download/property-16.scss | 2 +- .../icons/docs-download/property-24.scss | 2 +- .../base/icons/icons/docs-link/index.scss | 2 +- .../base/icons/icons/docs-link/keyframes.scss | 2 +- .../icons/icons/docs-link/placeholders.scss | 2 +- .../icons/icons/docs-link/property-16.scss | 2 +- .../icons/icons/docs-link/property-24.scss | 2 +- .../styles/base/icons/icons/docs/index.scss | 2 +- .../base/icons/icons/docs/keyframes.scss | 2 +- .../base/icons/icons/docs/placeholders.scss | 2 +- .../base/icons/icons/docs/property-16.scss | 2 +- .../base/icons/icons/docs/property-24.scss | 2 +- .../base/icons/icons/dollar-sign/index.scss | 2 +- .../icons/icons/dollar-sign/keyframes.scss | 2 +- .../icons/icons/dollar-sign/placeholders.scss | 2 +- .../icons/icons/dollar-sign/property-16.scss | 2 +- .../icons/icons/dollar-sign/property-24.scss | 2 +- .../base/icons/icons/dot-half/index.scss | 2 +- .../base/icons/icons/dot-half/keyframes.scss | 2 +- .../icons/icons/dot-half/placeholders.scss | 2 +- .../icons/icons/dot-half/property-16.scss | 2 +- .../icons/icons/dot-half/property-24.scss | 2 +- .../styles/base/icons/icons/dot/index.scss | 2 +- .../base/icons/icons/dot/keyframes.scss | 2 +- .../base/icons/icons/dot/placeholders.scss | 2 +- .../base/icons/icons/dot/property-16.scss | 2 +- .../base/icons/icons/dot/property-24.scss | 2 +- .../base/icons/icons/download/index.scss | 2 +- .../base/icons/icons/download/keyframes.scss | 2 +- .../icons/icons/download/placeholders.scss | 2 +- .../icons/icons/download/property-16.scss | 2 +- .../icons/icons/download/property-24.scss | 2 +- .../base/icons/icons/droplet/index.scss | 2 +- .../base/icons/icons/droplet/keyframes.scss | 2 +- .../icons/icons/droplet/placeholders.scss | 2 +- .../base/icons/icons/droplet/property-16.scss | 2 +- .../base/icons/icons/droplet/property-24.scss | 2 +- .../base/icons/icons/duplicate/index.scss | 2 +- .../base/icons/icons/duplicate/keyframes.scss | 2 +- .../icons/icons/duplicate/placeholders.scss | 2 +- .../icons/icons/duplicate/property-16.scss | 2 +- .../icons/icons/duplicate/property-24.scss | 2 +- .../styles/base/icons/icons/edit/index.scss | 2 +- .../base/icons/icons/edit/keyframes.scss | 2 +- .../base/icons/icons/edit/placeholders.scss | 2 +- .../base/icons/icons/edit/property-16.scss | 2 +- .../base/icons/icons/edit/property-24.scss | 2 +- .../base/icons/icons/enterprise/index.scss | 2 +- .../icons/icons/enterprise/keyframes.scss | 2 +- .../icons/icons/enterprise/placeholders.scss | 2 +- .../icons/icons/enterprise/property-16.scss | 2 +- .../icons/icons/enterprise/property-24.scss | 2 +- .../base/icons/icons/entry-point/index.scss | 2 +- .../icons/icons/entry-point/keyframes.scss | 2 +- .../icons/icons/entry-point/placeholders.scss | 2 +- .../icons/icons/entry-point/property-16.scss | 2 +- .../icons/icons/entry-point/property-24.scss | 2 +- .../icons/envelope-sealed-fill/index.scss | 2 +- .../icons/envelope-sealed-fill/keyframes.scss | 2 +- .../envelope-sealed-fill/placeholders.scss | 2 +- .../icons/envelope-sealed-outline/index.scss | 2 +- .../envelope-sealed-outline/keyframes.scss | 2 +- .../envelope-sealed-outline/placeholders.scss | 2 +- .../envelope-unsealed--outline/index.scss | 2 +- .../envelope-unsealed--outline/keyframes.scss | 2 +- .../placeholders.scss | 2 +- .../icons/envelope-unsealed-fill/index.scss | 2 +- .../envelope-unsealed-fill/keyframes.scss | 2 +- .../envelope-unsealed-fill/placeholders.scss | 2 +- .../styles/base/icons/icons/event/index.scss | 2 +- .../base/icons/icons/event/keyframes.scss | 2 +- .../base/icons/icons/event/placeholders.scss | 2 +- .../base/icons/icons/event/property-16.scss | 2 +- .../base/icons/icons/event/property-24.scss | 2 +- .../base/icons/icons/exit-point/index.scss | 2 +- .../icons/icons/exit-point/keyframes.scss | 2 +- .../icons/icons/exit-point/placeholders.scss | 2 +- .../icons/icons/exit-point/property-16.scss | 2 +- .../icons/icons/exit-point/property-24.scss | 2 +- .../styles/base/icons/icons/exit/index.scss | 2 +- .../base/icons/icons/exit/keyframes.scss | 2 +- .../base/icons/icons/exit/placeholders.scss | 2 +- .../base/icons/icons/expand-less/index.scss | 2 +- .../icons/icons/expand-less/keyframes.scss | 2 +- .../icons/icons/expand-less/placeholders.scss | 2 +- .../base/icons/icons/expand-more/index.scss | 2 +- .../icons/icons/expand-more/keyframes.scss | 2 +- .../icons/icons/expand-more/placeholders.scss | 2 +- .../base/icons/icons/external-link/index.scss | 2 +- .../icons/icons/external-link/keyframes.scss | 2 +- .../icons/external-link/placeholders.scss | 2 +- .../icons/external-link/property-16.scss | 2 +- .../icons/external-link/property-24.scss | 2 +- .../base/icons/icons/eye-off/index.scss | 2 +- .../base/icons/icons/eye-off/keyframes.scss | 2 +- .../icons/icons/eye-off/placeholders.scss | 2 +- .../base/icons/icons/eye-off/property-16.scss | 2 +- .../base/icons/icons/eye-off/property-24.scss | 2 +- .../styles/base/icons/icons/eye/index.scss | 2 +- .../base/icons/icons/eye/keyframes.scss | 2 +- .../base/icons/icons/eye/placeholders.scss | 2 +- .../base/icons/icons/eye/property-16.scss | 2 +- .../base/icons/icons/eye/property-24.scss | 2 +- .../base/icons/icons/f5-color/index.scss | 2 +- .../base/icons/icons/f5-color/keyframes.scss | 2 +- .../icons/icons/f5-color/placeholders.scss | 2 +- .../icons/icons/f5-color/property-16.scss | 2 +- .../icons/icons/f5-color/property-24.scss | 2 +- .../app/styles/base/icons/icons/f5/index.scss | 2 +- .../styles/base/icons/icons/f5/keyframes.scss | 2 +- .../base/icons/icons/f5/placeholders.scss | 2 +- .../base/icons/icons/f5/property-16.scss | 2 +- .../base/icons/icons/f5/property-24.scss | 2 +- .../icons/icons/facebook-color/index.scss | 2 +- .../icons/icons/facebook-color/keyframes.scss | 2 +- .../icons/facebook-color/placeholders.scss | 2 +- .../icons/facebook-color/property-16.scss | 2 +- .../icons/facebook-color/property-24.scss | 2 +- .../base/icons/icons/facebook/index.scss | 2 +- .../base/icons/icons/facebook/keyframes.scss | 2 +- .../icons/icons/facebook/placeholders.scss | 2 +- .../icons/icons/facebook/property-16.scss | 2 +- .../icons/icons/facebook/property-24.scss | 2 +- .../base/icons/icons/fast-forward/index.scss | 2 +- .../icons/icons/fast-forward/keyframes.scss | 2 +- .../icons/fast-forward/placeholders.scss | 2 +- .../icons/icons/fast-forward/property-16.scss | 2 +- .../icons/icons/fast-forward/property-24.scss | 2 +- .../base/icons/icons/file-change/index.scss | 2 +- .../icons/icons/file-change/keyframes.scss | 2 +- .../icons/icons/file-change/placeholders.scss | 2 +- .../icons/icons/file-change/property-16.scss | 2 +- .../icons/icons/file-change/property-24.scss | 2 +- .../base/icons/icons/file-check/index.scss | 2 +- .../icons/icons/file-check/keyframes.scss | 2 +- .../icons/icons/file-check/placeholders.scss | 2 +- .../icons/icons/file-check/property-16.scss | 2 +- .../icons/icons/file-check/property-24.scss | 2 +- .../base/icons/icons/file-diff/index.scss | 2 +- .../base/icons/icons/file-diff/keyframes.scss | 2 +- .../icons/icons/file-diff/placeholders.scss | 2 +- .../icons/icons/file-diff/property-16.scss | 2 +- .../icons/icons/file-diff/property-24.scss | 2 +- .../base/icons/icons/file-fill/index.scss | 2 +- .../base/icons/icons/file-fill/keyframes.scss | 2 +- .../icons/icons/file-fill/placeholders.scss | 2 +- .../base/icons/icons/file-minus/index.scss | 2 +- .../icons/icons/file-minus/keyframes.scss | 2 +- .../icons/icons/file-minus/placeholders.scss | 2 +- .../icons/icons/file-minus/property-16.scss | 2 +- .../icons/icons/file-minus/property-24.scss | 2 +- .../base/icons/icons/file-outline/index.scss | 2 +- .../icons/icons/file-outline/keyframes.scss | 2 +- .../icons/file-outline/placeholders.scss | 2 +- .../base/icons/icons/file-plus/index.scss | 2 +- .../base/icons/icons/file-plus/keyframes.scss | 2 +- .../icons/icons/file-plus/placeholders.scss | 2 +- .../icons/icons/file-plus/property-16.scss | 2 +- .../icons/icons/file-plus/property-24.scss | 2 +- .../base/icons/icons/file-source/index.scss | 2 +- .../icons/icons/file-source/keyframes.scss | 2 +- .../icons/icons/file-source/placeholders.scss | 2 +- .../icons/icons/file-source/property-16.scss | 2 +- .../icons/icons/file-source/property-24.scss | 2 +- .../base/icons/icons/file-text/index.scss | 2 +- .../base/icons/icons/file-text/keyframes.scss | 2 +- .../icons/icons/file-text/placeholders.scss | 2 +- .../icons/icons/file-text/property-16.scss | 2 +- .../icons/icons/file-text/property-24.scss | 2 +- .../styles/base/icons/icons/file-x/index.scss | 2 +- .../base/icons/icons/file-x/keyframes.scss | 2 +- .../base/icons/icons/file-x/placeholders.scss | 2 +- .../base/icons/icons/file-x/property-16.scss | 2 +- .../base/icons/icons/file-x/property-24.scss | 2 +- .../styles/base/icons/icons/file/index.scss | 2 +- .../base/icons/icons/file/keyframes.scss | 2 +- .../base/icons/icons/file/placeholders.scss | 2 +- .../base/icons/icons/file/property-16.scss | 2 +- .../base/icons/icons/file/property-24.scss | 2 +- .../styles/base/icons/icons/files/index.scss | 2 +- .../base/icons/icons/files/keyframes.scss | 2 +- .../base/icons/icons/files/placeholders.scss | 2 +- .../base/icons/icons/files/property-16.scss | 2 +- .../base/icons/icons/files/property-24.scss | 2 +- .../styles/base/icons/icons/film/index.scss | 2 +- .../base/icons/icons/film/keyframes.scss | 2 +- .../base/icons/icons/film/placeholders.scss | 2 +- .../base/icons/icons/film/property-16.scss | 2 +- .../base/icons/icons/film/property-24.scss | 2 +- .../base/icons/icons/filter-circle/index.scss | 2 +- .../icons/icons/filter-circle/keyframes.scss | 2 +- .../icons/filter-circle/placeholders.scss | 2 +- .../icons/filter-circle/property-16.scss | 2 +- .../icons/filter-circle/property-24.scss | 2 +- .../base/icons/icons/filter-fill/index.scss | 2 +- .../icons/icons/filter-fill/keyframes.scss | 2 +- .../icons/icons/filter-fill/placeholders.scss | 2 +- .../icons/icons/filter-fill/property-16.scss | 2 +- .../icons/icons/filter-fill/property-24.scss | 2 +- .../styles/base/icons/icons/filter/index.scss | 2 +- .../base/icons/icons/filter/keyframes.scss | 2 +- .../base/icons/icons/filter/placeholders.scss | 2 +- .../base/icons/icons/filter/property-16.scss | 2 +- .../base/icons/icons/filter/property-24.scss | 2 +- .../base/icons/icons/fingerprint/index.scss | 2 +- .../icons/icons/fingerprint/keyframes.scss | 2 +- .../icons/icons/fingerprint/placeholders.scss | 2 +- .../icons/icons/fingerprint/property-16.scss | 2 +- .../icons/icons/fingerprint/property-24.scss | 2 +- .../styles/base/icons/icons/flag/index.scss | 2 +- .../base/icons/icons/flag/keyframes.scss | 2 +- .../base/icons/icons/flag/placeholders.scss | 2 +- .../base/icons/icons/flag/property-16.scss | 2 +- .../base/icons/icons/flag/property-24.scss | 2 +- .../base/icons/icons/folder-fill/index.scss | 2 +- .../icons/icons/folder-fill/keyframes.scss | 2 +- .../icons/icons/folder-fill/placeholders.scss | 2 +- .../icons/icons/folder-fill/property-16.scss | 2 +- .../icons/icons/folder-fill/property-24.scss | 2 +- .../icons/icons/folder-minus-fill/index.scss | 2 +- .../icons/folder-minus-fill/keyframes.scss | 2 +- .../icons/folder-minus-fill/placeholders.scss | 2 +- .../icons/folder-minus-fill/property-16.scss | 2 +- .../icons/folder-minus-fill/property-24.scss | 2 +- .../base/icons/icons/folder-minus/index.scss | 2 +- .../icons/icons/folder-minus/keyframes.scss | 2 +- .../icons/folder-minus/placeholders.scss | 2 +- .../icons/icons/folder-minus/property-16.scss | 2 +- .../icons/icons/folder-minus/property-24.scss | 2 +- .../icons/icons/folder-outline/index.scss | 2 +- .../icons/icons/folder-outline/keyframes.scss | 2 +- .../icons/folder-outline/placeholders.scss | 2 +- .../icons/icons/folder-plus-fill/index.scss | 2 +- .../icons/folder-plus-fill/keyframes.scss | 2 +- .../icons/folder-plus-fill/placeholders.scss | 2 +- .../icons/folder-plus-fill/property-16.scss | 2 +- .../icons/folder-plus-fill/property-24.scss | 2 +- .../base/icons/icons/folder-plus/index.scss | 2 +- .../icons/icons/folder-plus/keyframes.scss | 2 +- .../icons/icons/folder-plus/placeholders.scss | 2 +- .../icons/icons/folder-plus/property-16.scss | 2 +- .../icons/icons/folder-plus/property-24.scss | 2 +- .../base/icons/icons/folder-star/index.scss | 2 +- .../icons/icons/folder-star/keyframes.scss | 2 +- .../icons/icons/folder-star/placeholders.scss | 2 +- .../icons/icons/folder-star/property-16.scss | 2 +- .../icons/icons/folder-star/property-24.scss | 2 +- .../base/icons/icons/folder-users/index.scss | 2 +- .../icons/icons/folder-users/keyframes.scss | 2 +- .../icons/folder-users/placeholders.scss | 2 +- .../icons/icons/folder-users/property-16.scss | 2 +- .../icons/icons/folder-users/property-24.scss | 2 +- .../styles/base/icons/icons/folder/index.scss | 2 +- .../base/icons/icons/folder/keyframes.scss | 2 +- .../base/icons/icons/folder/placeholders.scss | 2 +- .../base/icons/icons/folder/property-16.scss | 2 +- .../base/icons/icons/folder/property-24.scss | 2 +- .../styles/base/icons/icons/frown/index.scss | 2 +- .../base/icons/icons/frown/keyframes.scss | 2 +- .../base/icons/icons/frown/placeholders.scss | 2 +- .../base/icons/icons/frown/property-16.scss | 2 +- .../base/icons/icons/frown/property-24.scss | 2 +- .../base/icons/icons/gateway/index.scss | 2 +- .../base/icons/icons/gateway/keyframes.scss | 2 +- .../icons/icons/gateway/placeholders.scss | 2 +- .../base/icons/icons/gateway/property-16.scss | 2 +- .../base/icons/icons/gateway/property-24.scss | 2 +- .../base/icons/icons/gcp-color/index.scss | 2 +- .../base/icons/icons/gcp-color/keyframes.scss | 2 +- .../icons/icons/gcp-color/placeholders.scss | 2 +- .../icons/icons/gcp-color/property-16.scss | 2 +- .../icons/icons/gcp-color/property-24.scss | 2 +- .../styles/base/icons/icons/gcp/index.scss | 2 +- .../base/icons/icons/gcp/keyframes.scss | 2 +- .../base/icons/icons/gcp/placeholders.scss | 2 +- .../base/icons/icons/gcp/property-16.scss | 2 +- .../base/icons/icons/gcp/property-24.scss | 2 +- .../base/icons/icons/gift-fill/index.scss | 2 +- .../base/icons/icons/gift-fill/keyframes.scss | 2 +- .../icons/icons/gift-fill/placeholders.scss | 2 +- .../base/icons/icons/gift-outline/index.scss | 2 +- .../icons/icons/gift-outline/keyframes.scss | 2 +- .../icons/gift-outline/placeholders.scss | 2 +- .../styles/base/icons/icons/gift/index.scss | 2 +- .../base/icons/icons/gift/keyframes.scss | 2 +- .../base/icons/icons/gift/placeholders.scss | 2 +- .../base/icons/icons/gift/property-16.scss | 2 +- .../base/icons/icons/gift/property-24.scss | 2 +- .../base/icons/icons/git-branch/index.scss | 2 +- .../icons/icons/git-branch/keyframes.scss | 2 +- .../icons/icons/git-branch/placeholders.scss | 2 +- .../icons/icons/git-branch/property-16.scss | 2 +- .../icons/icons/git-branch/property-24.scss | 2 +- .../base/icons/icons/git-commit/index.scss | 2 +- .../icons/icons/git-commit/keyframes.scss | 2 +- .../icons/icons/git-commit/placeholders.scss | 2 +- .../icons/icons/git-commit/property-16.scss | 2 +- .../icons/icons/git-commit/property-24.scss | 2 +- .../base/icons/icons/git-merge/index.scss | 2 +- .../base/icons/icons/git-merge/keyframes.scss | 2 +- .../icons/icons/git-merge/placeholders.scss | 2 +- .../icons/icons/git-merge/property-16.scss | 2 +- .../icons/icons/git-merge/property-24.scss | 2 +- .../icons/icons/git-pull-request/index.scss | 2 +- .../icons/git-pull-request/keyframes.scss | 2 +- .../icons/git-pull-request/placeholders.scss | 2 +- .../icons/git-pull-request/property-16.scss | 2 +- .../icons/git-pull-request/property-24.scss | 2 +- .../base/icons/icons/git-repo/index.scss | 2 +- .../base/icons/icons/git-repo/keyframes.scss | 2 +- .../icons/icons/git-repo/placeholders.scss | 2 +- .../icons/icons/git-repo/property-16.scss | 2 +- .../icons/icons/git-repo/property-24.scss | 2 +- .../icons/icons/git-repository/index.scss | 2 +- .../icons/icons/git-repository/keyframes.scss | 2 +- .../icons/git-repository/placeholders.scss | 2 +- .../base/icons/icons/github-color/index.scss | 2 +- .../icons/icons/github-color/keyframes.scss | 2 +- .../icons/github-color/placeholders.scss | 2 +- .../icons/icons/github-color/property-16.scss | 2 +- .../icons/icons/github-color/property-24.scss | 2 +- .../styles/base/icons/icons/github/index.scss | 2 +- .../base/icons/icons/github/keyframes.scss | 2 +- .../base/icons/icons/github/placeholders.scss | 2 +- .../base/icons/icons/github/property-16.scss | 2 +- .../base/icons/icons/github/property-24.scss | 2 +- .../base/icons/icons/gitlab-color/index.scss | 2 +- .../icons/icons/gitlab-color/keyframes.scss | 2 +- .../icons/gitlab-color/placeholders.scss | 2 +- .../icons/icons/gitlab-color/property-16.scss | 2 +- .../icons/icons/gitlab-color/property-24.scss | 2 +- .../styles/base/icons/icons/gitlab/index.scss | 2 +- .../base/icons/icons/gitlab/keyframes.scss | 2 +- .../base/icons/icons/gitlab/placeholders.scss | 2 +- .../base/icons/icons/gitlab/property-16.scss | 2 +- .../base/icons/icons/gitlab/property-24.scss | 2 +- .../base/icons/icons/globe-private/index.scss | 2 +- .../icons/icons/globe-private/keyframes.scss | 2 +- .../icons/globe-private/placeholders.scss | 2 +- .../icons/globe-private/property-16.scss | 2 +- .../icons/globe-private/property-24.scss | 2 +- .../styles/base/icons/icons/globe/index.scss | 2 +- .../base/icons/icons/globe/keyframes.scss | 2 +- .../base/icons/icons/globe/placeholders.scss | 2 +- .../base/icons/icons/globe/property-16.scss | 2 +- .../base/icons/icons/globe/property-24.scss | 2 +- .../base/icons/icons/google-color/index.scss | 2 +- .../icons/icons/google-color/keyframes.scss | 2 +- .../icons/google-color/placeholders.scss | 2 +- .../icons/icons/google-color/property-16.scss | 2 +- .../icons/icons/google-color/property-24.scss | 2 +- .../styles/base/icons/icons/google/index.scss | 2 +- .../base/icons/icons/google/keyframes.scss | 2 +- .../base/icons/icons/google/placeholders.scss | 2 +- .../base/icons/icons/google/property-16.scss | 2 +- .../base/icons/icons/google/property-24.scss | 2 +- .../base/icons/icons/grid-alt/index.scss | 2 +- .../base/icons/icons/grid-alt/keyframes.scss | 2 +- .../icons/icons/grid-alt/placeholders.scss | 2 +- .../icons/icons/grid-alt/property-16.scss | 2 +- .../icons/icons/grid-alt/property-24.scss | 2 +- .../styles/base/icons/icons/grid/index.scss | 2 +- .../base/icons/icons/grid/keyframes.scss | 2 +- .../base/icons/icons/grid/placeholders.scss | 2 +- .../base/icons/icons/grid/property-16.scss | 2 +- .../base/icons/icons/grid/property-24.scss | 2 +- .../base/icons/icons/guide-link/index.scss | 2 +- .../icons/icons/guide-link/keyframes.scss | 2 +- .../icons/icons/guide-link/placeholders.scss | 2 +- .../icons/icons/guide-link/property-16.scss | 2 +- .../icons/icons/guide-link/property-24.scss | 2 +- .../styles/base/icons/icons/guide/index.scss | 2 +- .../base/icons/icons/guide/keyframes.scss | 2 +- .../base/icons/icons/guide/placeholders.scss | 2 +- .../base/icons/icons/guide/property-16.scss | 2 +- .../base/icons/icons/guide/property-24.scss | 2 +- .../styles/base/icons/icons/hammer/index.scss | 2 +- .../base/icons/icons/hammer/keyframes.scss | 2 +- .../base/icons/icons/hammer/placeholders.scss | 2 +- .../base/icons/icons/hammer/property-16.scss | 2 +- .../base/icons/icons/hammer/property-24.scss | 2 +- .../base/icons/icons/handshake/index.scss | 2 +- .../base/icons/icons/handshake/keyframes.scss | 2 +- .../icons/icons/handshake/placeholders.scss | 2 +- .../icons/icons/handshake/property-16.scss | 2 +- .../icons/icons/handshake/property-24.scss | 2 +- .../base/icons/icons/hard-drive/index.scss | 2 +- .../icons/icons/hard-drive/keyframes.scss | 2 +- .../icons/icons/hard-drive/placeholders.scss | 2 +- .../icons/icons/hard-drive/property-16.scss | 2 +- .../icons/icons/hard-drive/property-24.scss | 2 +- .../styles/base/icons/icons/hash/index.scss | 2 +- .../base/icons/icons/hash/keyframes.scss | 2 +- .../base/icons/icons/hash/placeholders.scss | 2 +- .../base/icons/icons/hash/property-16.scss | 2 +- .../base/icons/icons/hash/property-24.scss | 2 +- .../icons/icons/hashicorp-color/index.scss | 2 +- .../icons/hashicorp-color/keyframes.scss | 2 +- .../icons/hashicorp-color/placeholders.scss | 2 +- .../icons/hashicorp-color/property-16.scss | 2 +- .../icons/hashicorp-color/property-24.scss | 2 +- .../base/icons/icons/hashicorp/index.scss | 2 +- .../base/icons/icons/hashicorp/keyframes.scss | 2 +- .../icons/icons/hashicorp/placeholders.scss | 2 +- .../icons/icons/hashicorp/property-16.scss | 2 +- .../icons/icons/hashicorp/property-24.scss | 2 +- .../base/icons/icons/hcp-color/index.scss | 2 +- .../base/icons/icons/hcp-color/keyframes.scss | 2 +- .../icons/icons/hcp-color/placeholders.scss | 2 +- .../icons/icons/hcp-color/property-16.scss | 2 +- .../icons/icons/hcp-color/property-24.scss | 2 +- .../styles/base/icons/icons/hcp/index.scss | 2 +- .../base/icons/icons/hcp/keyframes.scss | 2 +- .../base/icons/icons/hcp/placeholders.scss | 2 +- .../base/icons/icons/hcp/property-16.scss | 2 +- .../base/icons/icons/hcp/property-24.scss | 2 +- .../base/icons/icons/headphones/index.scss | 2 +- .../icons/icons/headphones/keyframes.scss | 2 +- .../icons/icons/headphones/placeholders.scss | 2 +- .../icons/icons/headphones/property-16.scss | 2 +- .../icons/icons/headphones/property-24.scss | 2 +- .../styles/base/icons/icons/health/index.scss | 2 +- .../base/icons/icons/health/keyframes.scss | 2 +- .../base/icons/icons/health/placeholders.scss | 2 +- .../base/icons/icons/heart-fill/index.scss | 2 +- .../icons/icons/heart-fill/keyframes.scss | 2 +- .../icons/icons/heart-fill/placeholders.scss | 2 +- .../icons/icons/heart-fill/property-16.scss | 2 +- .../icons/icons/heart-fill/property-24.scss | 2 +- .../base/icons/icons/heart-off/index.scss | 2 +- .../base/icons/icons/heart-off/keyframes.scss | 2 +- .../icons/icons/heart-off/placeholders.scss | 2 +- .../icons/icons/heart-off/property-16.scss | 2 +- .../icons/icons/heart-off/property-24.scss | 2 +- .../styles/base/icons/icons/heart/index.scss | 2 +- .../base/icons/icons/heart/keyframes.scss | 2 +- .../base/icons/icons/heart/placeholders.scss | 2 +- .../base/icons/icons/heart/property-16.scss | 2 +- .../base/icons/icons/heart/property-24.scss | 2 +- .../icons/icons/help-circle-fill/index.scss | 2 +- .../icons/help-circle-fill/keyframes.scss | 2 +- .../icons/help-circle-fill/placeholders.scss | 2 +- .../icons/help-circle-outline/index.scss | 2 +- .../icons/help-circle-outline/keyframes.scss | 2 +- .../help-circle-outline/placeholders.scss | 2 +- .../styles/base/icons/icons/help/index.scss | 2 +- .../base/icons/icons/help/keyframes.scss | 2 +- .../base/icons/icons/help/placeholders.scss | 2 +- .../base/icons/icons/help/property-16.scss | 2 +- .../base/icons/icons/help/property-24.scss | 2 +- .../base/icons/icons/hexagon-fill/index.scss | 2 +- .../icons/icons/hexagon-fill/keyframes.scss | 2 +- .../icons/hexagon-fill/placeholders.scss | 2 +- .../icons/icons/hexagon-fill/property-16.scss | 2 +- .../icons/icons/hexagon-fill/property-24.scss | 2 +- .../base/icons/icons/hexagon/index.scss | 2 +- .../base/icons/icons/hexagon/keyframes.scss | 2 +- .../icons/icons/hexagon/placeholders.scss | 2 +- .../base/icons/icons/hexagon/property-16.scss | 2 +- .../base/icons/icons/hexagon/property-24.scss | 2 +- .../base/icons/icons/history/index.scss | 2 +- .../base/icons/icons/history/keyframes.scss | 2 +- .../icons/icons/history/placeholders.scss | 2 +- .../base/icons/icons/history/property-16.scss | 2 +- .../base/icons/icons/history/property-24.scss | 2 +- .../styles/base/icons/icons/home/index.scss | 2 +- .../base/icons/icons/home/keyframes.scss | 2 +- .../base/icons/icons/home/placeholders.scss | 2 +- .../base/icons/icons/home/property-16.scss | 2 +- .../base/icons/icons/home/property-24.scss | 2 +- .../base/icons/icons/hourglass/index.scss | 2 +- .../base/icons/icons/hourglass/keyframes.scss | 2 +- .../icons/icons/hourglass/placeholders.scss | 2 +- .../icons/icons/hourglass/property-16.scss | 2 +- .../icons/icons/hourglass/property-24.scss | 2 +- .../icons/icons/identity-service/index.scss | 2 +- .../icons/identity-service/keyframes.scss | 2 +- .../icons/identity-service/placeholders.scss | 2 +- .../icons/identity-service/property-16.scss | 2 +- .../icons/identity-service/property-24.scss | 2 +- .../base/icons/icons/identity-user/index.scss | 2 +- .../icons/icons/identity-user/keyframes.scss | 2 +- .../icons/identity-user/placeholders.scss | 2 +- .../icons/identity-user/property-16.scss | 2 +- .../icons/identity-user/property-24.scss | 2 +- .../styles/base/icons/icons/image/index.scss | 2 +- .../base/icons/icons/image/keyframes.scss | 2 +- .../base/icons/icons/image/placeholders.scss | 2 +- .../base/icons/icons/image/property-16.scss | 2 +- .../base/icons/icons/image/property-24.scss | 2 +- .../styles/base/icons/icons/inbox/index.scss | 2 +- .../base/icons/icons/inbox/keyframes.scss | 2 +- .../base/icons/icons/inbox/placeholders.scss | 2 +- .../base/icons/icons/inbox/property-16.scss | 2 +- .../base/icons/icons/inbox/property-24.scss | 2 +- .../app/styles/base/icons/icons/index.scss | 2 +- .../icons/icons/info-circle-fill/index.scss | 2 +- .../icons/info-circle-fill/keyframes.scss | 2 +- .../icons/info-circle-fill/placeholders.scss | 2 +- .../icons/info-circle-outline/index.scss | 2 +- .../icons/info-circle-outline/keyframes.scss | 2 +- .../info-circle-outline/placeholders.scss | 2 +- .../styles/base/icons/icons/info/index.scss | 2 +- .../base/icons/icons/info/keyframes.scss | 2 +- .../base/icons/icons/info/placeholders.scss | 2 +- .../base/icons/icons/info/property-16.scss | 2 +- .../base/icons/icons/info/property-24.scss | 2 +- .../base/icons/icons/jump-link/index.scss | 2 +- .../base/icons/icons/jump-link/keyframes.scss | 2 +- .../icons/icons/jump-link/placeholders.scss | 2 +- .../icons/icons/jump-link/property-16.scss | 2 +- .../icons/icons/jump-link/property-24.scss | 2 +- .../base/icons/icons/key-values/index.scss | 2 +- .../icons/icons/key-values/keyframes.scss | 2 +- .../icons/icons/key-values/placeholders.scss | 2 +- .../icons/icons/key-values/property-16.scss | 2 +- .../icons/icons/key-values/property-24.scss | 2 +- .../styles/base/icons/icons/key/index.scss | 2 +- .../base/icons/icons/key/keyframes.scss | 2 +- .../base/icons/icons/key/placeholders.scss | 2 +- .../base/icons/icons/key/property-16.scss | 2 +- .../base/icons/icons/key/property-24.scss | 2 +- .../base/icons/icons/keychain/index.scss | 2 +- .../base/icons/icons/keychain/keyframes.scss | 2 +- .../icons/icons/keychain/placeholders.scss | 2 +- .../icons/icons/keychain/property-16.scss | 2 +- .../icons/icons/keychain/property-24.scss | 2 +- .../icons/icons/kubernetes-color/index.scss | 2 +- .../icons/kubernetes-color/keyframes.scss | 2 +- .../icons/kubernetes-color/placeholders.scss | 2 +- .../icons/kubernetes-color/property-16.scss | 2 +- .../icons/kubernetes-color/property-24.scss | 2 +- .../base/icons/icons/kubernetes/index.scss | 2 +- .../icons/icons/kubernetes/keyframes.scss | 2 +- .../icons/icons/kubernetes/placeholders.scss | 2 +- .../icons/icons/kubernetes/property-16.scss | 2 +- .../icons/icons/kubernetes/property-24.scss | 2 +- .../base/icons/icons/labyrinth/index.scss | 2 +- .../base/icons/icons/labyrinth/keyframes.scss | 2 +- .../icons/icons/labyrinth/placeholders.scss | 2 +- .../icons/icons/labyrinth/property-16.scss | 2 +- .../icons/icons/labyrinth/property-24.scss | 2 +- .../styles/base/icons/icons/layers/index.scss | 2 +- .../base/icons/icons/layers/keyframes.scss | 2 +- .../base/icons/icons/layers/placeholders.scss | 2 +- .../base/icons/icons/layers/property-16.scss | 2 +- .../base/icons/icons/layers/property-24.scss | 2 +- .../styles/base/icons/icons/layout/index.scss | 2 +- .../base/icons/icons/layout/keyframes.scss | 2 +- .../base/icons/icons/layout/placeholders.scss | 2 +- .../base/icons/icons/layout/property-16.scss | 2 +- .../base/icons/icons/layout/property-24.scss | 2 +- .../base/icons/icons/learn-link/index.scss | 2 +- .../icons/icons/learn-link/keyframes.scss | 2 +- .../icons/icons/learn-link/placeholders.scss | 2 +- .../icons/icons/learn-link/property-16.scss | 2 +- .../icons/icons/learn-link/property-24.scss | 2 +- .../styles/base/icons/icons/learn/index.scss | 2 +- .../base/icons/icons/learn/keyframes.scss | 2 +- .../base/icons/icons/learn/placeholders.scss | 2 +- .../base/icons/icons/learn/property-16.scss | 2 +- .../base/icons/icons/learn/property-24.scss | 2 +- .../base/icons/icons/line-chart-up/index.scss | 2 +- .../icons/icons/line-chart-up/keyframes.scss | 2 +- .../icons/line-chart-up/placeholders.scss | 2 +- .../icons/line-chart-up/property-16.scss | 2 +- .../icons/line-chart-up/property-24.scss | 2 +- .../base/icons/icons/line-chart/index.scss | 2 +- .../icons/icons/line-chart/keyframes.scss | 2 +- .../icons/icons/line-chart/placeholders.scss | 2 +- .../icons/icons/line-chart/property-16.scss | 2 +- .../icons/icons/line-chart/property-24.scss | 2 +- .../styles/base/icons/icons/link/index.scss | 2 +- .../base/icons/icons/link/keyframes.scss | 2 +- .../base/icons/icons/link/placeholders.scss | 2 +- .../base/icons/icons/link/property-16.scss | 2 +- .../base/icons/icons/link/property-24.scss | 2 +- .../icons/icons/linkedin-color/index.scss | 2 +- .../icons/icons/linkedin-color/keyframes.scss | 2 +- .../icons/linkedin-color/placeholders.scss | 2 +- .../icons/linkedin-color/property-16.scss | 2 +- .../icons/linkedin-color/property-24.scss | 2 +- .../base/icons/icons/linkedin/index.scss | 2 +- .../base/icons/icons/linkedin/keyframes.scss | 2 +- .../icons/icons/linkedin/placeholders.scss | 2 +- .../icons/icons/linkedin/property-16.scss | 2 +- .../icons/icons/linkedin/property-24.scss | 2 +- .../styles/base/icons/icons/list/index.scss | 2 +- .../base/icons/icons/list/keyframes.scss | 2 +- .../base/icons/icons/list/placeholders.scss | 2 +- .../base/icons/icons/list/property-16.scss | 2 +- .../base/icons/icons/list/property-24.scss | 2 +- .../base/icons/icons/load-balancer/index.scss | 2 +- .../icons/icons/load-balancer/keyframes.scss | 2 +- .../icons/load-balancer/placeholders.scss | 2 +- .../icons/load-balancer/property-16.scss | 2 +- .../icons/load-balancer/property-24.scss | 2 +- .../icons/icons/loading-motion/index.scss | 2 +- .../icons/icons/loading-motion/keyframes.scss | 2 +- .../icons/loading-motion/placeholders.scss | 2 +- .../icons/loading-motion/property-16.scss | 2 +- .../icons/loading-motion/property-24.scss | 2 +- .../base/icons/icons/loading/index.scss | 2 +- .../base/icons/icons/loading/keyframes.scss | 2 +- .../icons/icons/loading/placeholders.scss | 2 +- .../base/icons/icons/loading/property-16.scss | 2 +- .../base/icons/icons/loading/property-24.scss | 2 +- .../icons/icons/lock-closed-fill/index.scss | 2 +- .../icons/lock-closed-fill/keyframes.scss | 2 +- .../icons/lock-closed-fill/placeholders.scss | 2 +- .../icons/lock-closed-outline/index.scss | 2 +- .../icons/lock-closed-outline/keyframes.scss | 2 +- .../lock-closed-outline/placeholders.scss | 2 +- .../base/icons/icons/lock-closed/index.scss | 2 +- .../icons/icons/lock-closed/keyframes.scss | 2 +- .../icons/icons/lock-closed/placeholders.scss | 2 +- .../base/icons/icons/lock-disabled/index.scss | 2 +- .../icons/icons/lock-disabled/keyframes.scss | 2 +- .../icons/lock-disabled/placeholders.scss | 2 +- .../base/icons/icons/lock-fill/index.scss | 2 +- .../base/icons/icons/lock-fill/keyframes.scss | 2 +- .../icons/icons/lock-fill/placeholders.scss | 2 +- .../icons/icons/lock-fill/property-16.scss | 2 +- .../icons/icons/lock-fill/property-24.scss | 2 +- .../base/icons/icons/lock-off/index.scss | 2 +- .../base/icons/icons/lock-off/keyframes.scss | 2 +- .../icons/icons/lock-off/placeholders.scss | 2 +- .../icons/icons/lock-off/property-16.scss | 2 +- .../icons/icons/lock-off/property-24.scss | 2 +- .../base/icons/icons/lock-open/index.scss | 2 +- .../base/icons/icons/lock-open/keyframes.scss | 2 +- .../icons/icons/lock-open/placeholders.scss | 2 +- .../styles/base/icons/icons/lock/index.scss | 2 +- .../base/icons/icons/lock/keyframes.scss | 2 +- .../base/icons/icons/lock/placeholders.scss | 2 +- .../base/icons/icons/lock/property-16.scss | 2 +- .../base/icons/icons/lock/property-24.scss | 2 +- .../icons/logo-alicloud-color/index.scss | 2 +- .../icons/logo-alicloud-color/keyframes.scss | 2 +- .../logo-alicloud-color/placeholders.scss | 2 +- .../icons/logo-alicloud-monochrome/index.scss | 2 +- .../logo-alicloud-monochrome/keyframes.scss | 2 +- .../placeholders.scss | 2 +- .../icons/icons/logo-auth0-color/index.scss | 2 +- .../icons/logo-auth0-color/keyframes.scss | 2 +- .../icons/logo-auth0-color/placeholders.scss | 2 +- .../icons/icons/logo-aws-color/index.scss | 2 +- .../icons/icons/logo-aws-color/keyframes.scss | 2 +- .../icons/logo-aws-color/placeholders.scss | 2 +- .../icons/logo-aws-monochrome/index.scss | 2 +- .../icons/logo-aws-monochrome/keyframes.scss | 2 +- .../logo-aws-monochrome/placeholders.scss | 2 +- .../icons/icons/logo-azure-color/index.scss | 2 +- .../icons/logo-azure-color/keyframes.scss | 2 +- .../icons/logo-azure-color/placeholders.scss | 2 +- .../icons/logo-azure-dev-ops-color/index.scss | 2 +- .../logo-azure-dev-ops-color/keyframes.scss | 2 +- .../placeholders.scss | 2 +- .../logo-azure-dev-ops-monochrome/index.scss | 2 +- .../keyframes.scss | 2 +- .../placeholders.scss | 2 +- .../icons/logo-azure-monochrome/index.scss | 2 +- .../logo-azure-monochrome/keyframes.scss | 2 +- .../logo-azure-monochrome/placeholders.scss | 2 +- .../icons/logo-bitbucket-color/index.scss | 2 +- .../icons/logo-bitbucket-color/keyframes.scss | 2 +- .../logo-bitbucket-color/placeholders.scss | 2 +- .../logo-bitbucket-monochrome/index.scss | 2 +- .../logo-bitbucket-monochrome/keyframes.scss | 2 +- .../placeholders.scss | 2 +- .../icons/logo-ember-circle-color/index.scss | 2 +- .../logo-ember-circle-color/keyframes.scss | 2 +- .../logo-ember-circle-color/placeholders.scss | 2 +- .../logo-ember-circle-color/property-16.scss | 2 +- .../logo-ember-circle-color/property-24.scss | 2 +- .../icons/icons/logo-gcp-color/index.scss | 2 +- .../icons/icons/logo-gcp-color/keyframes.scss | 2 +- .../icons/logo-gcp-color/placeholders.scss | 2 +- .../icons/logo-gcp-monochrome/index.scss | 2 +- .../icons/logo-gcp-monochrome/keyframes.scss | 2 +- .../logo-gcp-monochrome/placeholders.scss | 2 +- .../icons/icons/logo-github-color/index.scss | 2 +- .../icons/logo-github-color/keyframes.scss | 2 +- .../icons/logo-github-color/placeholders.scss | 2 +- .../icons/logo-github-monochrome/index.scss | 2 +- .../logo-github-monochrome/keyframes.scss | 2 +- .../logo-github-monochrome/placeholders.scss | 2 +- .../icons/icons/logo-gitlab-color/index.scss | 2 +- .../icons/logo-gitlab-color/keyframes.scss | 2 +- .../icons/logo-gitlab-color/placeholders.scss | 2 +- .../icons/logo-gitlab-monochrome/index.scss | 2 +- .../logo-gitlab-monochrome/keyframes.scss | 2 +- .../logo-gitlab-monochrome/placeholders.scss | 2 +- .../icons/icons/logo-glimmer-color/index.scss | 2 +- .../icons/logo-glimmer-color/keyframes.scss | 2 +- .../logo-glimmer-color/placeholders.scss | 2 +- .../icons/logo-glimmer-color/property-16.scss | 2 +- .../icons/logo-glimmer-color/property-24.scss | 2 +- .../icons/icons/logo-google-color/index.scss | 2 +- .../icons/logo-google-color/keyframes.scss | 2 +- .../icons/logo-google-color/placeholders.scss | 2 +- .../icons/logo-google-monochrome/index.scss | 2 +- .../logo-google-monochrome/keyframes.scss | 2 +- .../logo-google-monochrome/placeholders.scss | 2 +- .../icons/logo-hashicorp-color/index.scss | 2 +- .../icons/logo-hashicorp-color/keyframes.scss | 2 +- .../logo-hashicorp-color/placeholders.scss | 2 +- .../logo-hashicorp-color/property-16.scss | 2 +- .../logo-hashicorp-color/property-24.scss | 2 +- .../icons/icons/logo-jwt-color/index.scss | 2 +- .../icons/icons/logo-jwt-color/keyframes.scss | 2 +- .../icons/logo-jwt-color/placeholders.scss | 2 +- .../icons/logo-jwt-color/property-16.scss | 2 +- .../icons/logo-jwt-color/property-24.scss | 2 +- .../icons/logo-kubernetes-color/index.scss | 2 +- .../logo-kubernetes-color/keyframes.scss | 2 +- .../logo-kubernetes-color/placeholders.scss | 2 +- .../logo-kubernetes-monochrome/index.scss | 2 +- .../logo-kubernetes-monochrome/keyframes.scss | 2 +- .../placeholders.scss | 2 +- .../icons/logo-microsoft-color/index.scss | 2 +- .../icons/logo-microsoft-color/keyframes.scss | 2 +- .../logo-microsoft-color/placeholders.scss | 2 +- .../icons/icons/logo-oidc-color/index.scss | 2 +- .../icons/logo-oidc-color/keyframes.scss | 2 +- .../icons/logo-oidc-color/placeholders.scss | 2 +- .../icons/logo-oidc-color/property-16.scss | 2 +- .../icons/logo-oidc-color/property-24.scss | 2 +- .../icons/icons/logo-okta-color/index.scss | 2 +- .../icons/logo-okta-color/keyframes.scss | 2 +- .../icons/logo-okta-color/placeholders.scss | 2 +- .../icons/icons/logo-oracle-color/index.scss | 2 +- .../icons/logo-oracle-color/keyframes.scss | 2 +- .../icons/logo-oracle-color/placeholders.scss | 2 +- .../icons/logo-oracle-monochrome/index.scss | 2 +- .../logo-oracle-monochrome/keyframes.scss | 2 +- .../logo-oracle-monochrome/placeholders.scss | 2 +- .../icons/icons/logo-slack-color/index.scss | 2 +- .../icons/logo-slack-color/keyframes.scss | 2 +- .../icons/logo-slack-color/placeholders.scss | 2 +- .../icons/logo-slack-monochrome/index.scss | 2 +- .../logo-slack-monochrome/keyframes.scss | 2 +- .../logo-slack-monochrome/placeholders.scss | 2 +- .../icons/icons/logo-vmware-color/index.scss | 2 +- .../icons/logo-vmware-color/keyframes.scss | 2 +- .../icons/logo-vmware-color/placeholders.scss | 2 +- .../icons/logo-vmware-monochrome/index.scss | 2 +- .../logo-vmware-monochrome/keyframes.scss | 2 +- .../logo-vmware-monochrome/placeholders.scss | 2 +- .../base/icons/icons/mail-open/index.scss | 2 +- .../base/icons/icons/mail-open/keyframes.scss | 2 +- .../icons/icons/mail-open/placeholders.scss | 2 +- .../icons/icons/mail-open/property-16.scss | 2 +- .../icons/icons/mail-open/property-24.scss | 2 +- .../styles/base/icons/icons/mail/index.scss | 2 +- .../base/icons/icons/mail/keyframes.scss | 2 +- .../base/icons/icons/mail/placeholders.scss | 2 +- .../base/icons/icons/mail/property-16.scss | 2 +- .../base/icons/icons/mail/property-24.scss | 2 +- .../base/icons/icons/mainframe/index.scss | 2 +- .../base/icons/icons/mainframe/keyframes.scss | 2 +- .../icons/icons/mainframe/placeholders.scss | 2 +- .../icons/icons/mainframe/property-16.scss | 2 +- .../icons/icons/mainframe/property-24.scss | 2 +- .../base/icons/icons/map-pin/index.scss | 2 +- .../base/icons/icons/map-pin/keyframes.scss | 2 +- .../icons/icons/map-pin/placeholders.scss | 2 +- .../base/icons/icons/map-pin/property-16.scss | 2 +- .../base/icons/icons/map-pin/property-24.scss | 2 +- .../styles/base/icons/icons/map/index.scss | 2 +- .../base/icons/icons/map/keyframes.scss | 2 +- .../base/icons/icons/map/placeholders.scss | 2 +- .../base/icons/icons/map/property-16.scss | 2 +- .../base/icons/icons/map/property-24.scss | 2 +- .../base/icons/icons/maximize-alt/index.scss | 2 +- .../icons/icons/maximize-alt/keyframes.scss | 2 +- .../icons/maximize-alt/placeholders.scss | 2 +- .../icons/icons/maximize-alt/property-16.scss | 2 +- .../icons/icons/maximize-alt/property-24.scss | 2 +- .../base/icons/icons/maximize/index.scss | 2 +- .../base/icons/icons/maximize/keyframes.scss | 2 +- .../icons/icons/maximize/placeholders.scss | 2 +- .../icons/icons/maximize/property-16.scss | 2 +- .../icons/icons/maximize/property-24.scss | 2 +- .../styles/base/icons/icons/meh/index.scss | 2 +- .../base/icons/icons/meh/keyframes.scss | 2 +- .../base/icons/icons/meh/placeholders.scss | 2 +- .../base/icons/icons/meh/property-16.scss | 2 +- .../base/icons/icons/meh/property-24.scss | 2 +- .../styles/base/icons/icons/menu/index.scss | 2 +- .../base/icons/icons/menu/keyframes.scss | 2 +- .../base/icons/icons/menu/placeholders.scss | 2 +- .../base/icons/icons/menu/property-16.scss | 2 +- .../base/icons/icons/menu/property-24.scss | 2 +- .../styles/base/icons/icons/mesh/index.scss | 2 +- .../base/icons/icons/mesh/keyframes.scss | 2 +- .../base/icons/icons/mesh/placeholders.scss | 2 +- .../base/icons/icons/mesh/property-16.scss | 2 +- .../base/icons/icons/mesh/property-24.scss | 2 +- .../icons/message-circle-fill/index.scss | 2 +- .../icons/message-circle-fill/keyframes.scss | 2 +- .../message-circle-fill/placeholders.scss | 2 +- .../message-circle-fill/property-16.scss | 2 +- .../message-circle-fill/property-24.scss | 2 +- .../icons/icons/message-circle/index.scss | 2 +- .../icons/icons/message-circle/keyframes.scss | 2 +- .../icons/message-circle/placeholders.scss | 2 +- .../icons/message-circle/property-16.scss | 2 +- .../icons/message-circle/property-24.scss | 2 +- .../icons/message-square-fill/index.scss | 2 +- .../icons/message-square-fill/keyframes.scss | 2 +- .../message-square-fill/placeholders.scss | 2 +- .../message-square-fill/property-16.scss | 2 +- .../message-square-fill/property-24.scss | 2 +- .../icons/icons/message-square/index.scss | 2 +- .../icons/icons/message-square/keyframes.scss | 2 +- .../icons/message-square/placeholders.scss | 2 +- .../icons/message-square/property-16.scss | 2 +- .../icons/message-square/property-24.scss | 2 +- .../base/icons/icons/message/index.scss | 2 +- .../base/icons/icons/message/keyframes.scss | 2 +- .../icons/icons/message/placeholders.scss | 2 +- .../base/icons/icons/mic-off/index.scss | 2 +- .../base/icons/icons/mic-off/keyframes.scss | 2 +- .../icons/icons/mic-off/placeholders.scss | 2 +- .../base/icons/icons/mic-off/property-16.scss | 2 +- .../base/icons/icons/mic-off/property-24.scss | 2 +- .../styles/base/icons/icons/mic/index.scss | 2 +- .../base/icons/icons/mic/keyframes.scss | 2 +- .../base/icons/icons/mic/placeholders.scss | 2 +- .../base/icons/icons/mic/property-16.scss | 2 +- .../base/icons/icons/mic/property-24.scss | 2 +- .../icons/icons/microsoft-color/index.scss | 2 +- .../icons/microsoft-color/keyframes.scss | 2 +- .../icons/microsoft-color/placeholders.scss | 2 +- .../icons/microsoft-color/property-16.scss | 2 +- .../icons/microsoft-color/property-24.scss | 2 +- .../base/icons/icons/microsoft/index.scss | 2 +- .../base/icons/icons/microsoft/keyframes.scss | 2 +- .../icons/icons/microsoft/placeholders.scss | 2 +- .../icons/icons/microsoft/property-16.scss | 2 +- .../icons/icons/microsoft/property-24.scss | 2 +- .../base/icons/icons/migrate/index.scss | 2 +- .../base/icons/icons/migrate/keyframes.scss | 2 +- .../icons/icons/migrate/placeholders.scss | 2 +- .../base/icons/icons/migrate/property-16.scss | 2 +- .../base/icons/icons/migrate/property-24.scss | 2 +- .../base/icons/icons/minimize-alt/index.scss | 2 +- .../icons/icons/minimize-alt/keyframes.scss | 2 +- .../icons/minimize-alt/placeholders.scss | 2 +- .../icons/icons/minimize-alt/property-16.scss | 2 +- .../icons/icons/minimize-alt/property-24.scss | 2 +- .../base/icons/icons/minimize/index.scss | 2 +- .../base/icons/icons/minimize/keyframes.scss | 2 +- .../icons/icons/minimize/placeholders.scss | 2 +- .../icons/icons/minimize/property-16.scss | 2 +- .../icons/icons/minimize/property-24.scss | 2 +- .../icons/icons/minus-circle-fill/index.scss | 2 +- .../icons/minus-circle-fill/keyframes.scss | 2 +- .../icons/minus-circle-fill/placeholders.scss | 2 +- .../icons/minus-circle-outline/index.scss | 2 +- .../icons/minus-circle-outline/keyframes.scss | 2 +- .../minus-circle-outline/placeholders.scss | 2 +- .../base/icons/icons/minus-circle/index.scss | 2 +- .../icons/icons/minus-circle/keyframes.scss | 2 +- .../icons/minus-circle/placeholders.scss | 2 +- .../icons/icons/minus-circle/property-16.scss | 2 +- .../icons/icons/minus-circle/property-24.scss | 2 +- .../base/icons/icons/minus-plain/index.scss | 2 +- .../icons/icons/minus-plain/keyframes.scss | 2 +- .../icons/icons/minus-plain/placeholders.scss | 2 +- .../icons/icons/minus-plus-circle/index.scss | 2 +- .../icons/minus-plus-circle/keyframes.scss | 2 +- .../icons/minus-plus-circle/placeholders.scss | 2 +- .../icons/minus-plus-circle/property-16.scss | 2 +- .../icons/minus-plus-circle/property-24.scss | 2 +- .../icons/icons/minus-plus-square/index.scss | 2 +- .../icons/minus-plus-square/keyframes.scss | 2 +- .../icons/minus-plus-square/placeholders.scss | 2 +- .../icons/minus-plus-square/property-16.scss | 2 +- .../icons/minus-plus-square/property-24.scss | 2 +- .../base/icons/icons/minus-plus/index.scss | 2 +- .../icons/icons/minus-plus/keyframes.scss | 2 +- .../icons/icons/minus-plus/placeholders.scss | 2 +- .../icons/icons/minus-plus/property-16.scss | 2 +- .../icons/icons/minus-plus/property-24.scss | 2 +- .../icons/icons/minus-square-fill/index.scss | 2 +- .../icons/minus-square-fill/keyframes.scss | 2 +- .../icons/minus-square-fill/placeholders.scss | 2 +- .../base/icons/icons/minus-square/index.scss | 2 +- .../icons/icons/minus-square/keyframes.scss | 2 +- .../icons/minus-square/placeholders.scss | 2 +- .../icons/icons/minus-square/property-16.scss | 2 +- .../icons/icons/minus-square/property-24.scss | 2 +- .../styles/base/icons/icons/minus/index.scss | 2 +- .../base/icons/icons/minus/keyframes.scss | 2 +- .../base/icons/icons/minus/placeholders.scss | 2 +- .../base/icons/icons/minus/property-16.scss | 2 +- .../base/icons/icons/minus/property-24.scss | 2 +- .../styles/base/icons/icons/module/index.scss | 2 +- .../base/icons/icons/module/keyframes.scss | 2 +- .../base/icons/icons/module/placeholders.scss | 2 +- .../base/icons/icons/module/property-16.scss | 2 +- .../base/icons/icons/module/property-24.scss | 2 +- .../base/icons/icons/monitor/index.scss | 2 +- .../base/icons/icons/monitor/keyframes.scss | 2 +- .../icons/icons/monitor/placeholders.scss | 2 +- .../base/icons/icons/monitor/property-16.scss | 2 +- .../base/icons/icons/monitor/property-24.scss | 2 +- .../styles/base/icons/icons/moon/index.scss | 2 +- .../base/icons/icons/moon/keyframes.scss | 2 +- .../base/icons/icons/moon/placeholders.scss | 2 +- .../base/icons/icons/moon/property-16.scss | 2 +- .../base/icons/icons/moon/property-24.scss | 2 +- .../icons/icons/more-horizontal/index.scss | 2 +- .../icons/more-horizontal/keyframes.scss | 2 +- .../icons/more-horizontal/placeholders.scss | 2 +- .../icons/more-horizontal/property-16.scss | 2 +- .../icons/more-horizontal/property-24.scss | 2 +- .../base/icons/icons/more-vertical/index.scss | 2 +- .../icons/icons/more-vertical/keyframes.scss | 2 +- .../icons/more-vertical/placeholders.scss | 2 +- .../icons/more-vertical/property-16.scss | 2 +- .../icons/more-vertical/property-24.scss | 2 +- .../base/icons/icons/mouse-pointer/index.scss | 2 +- .../icons/icons/mouse-pointer/keyframes.scss | 2 +- .../icons/mouse-pointer/placeholders.scss | 2 +- .../icons/mouse-pointer/property-16.scss | 2 +- .../icons/mouse-pointer/property-24.scss | 2 +- .../styles/base/icons/icons/move/index.scss | 2 +- .../base/icons/icons/move/keyframes.scss | 2 +- .../base/icons/icons/move/placeholders.scss | 2 +- .../base/icons/icons/move/property-16.scss | 2 +- .../base/icons/icons/move/property-24.scss | 2 +- .../styles/base/icons/icons/music/index.scss | 2 +- .../base/icons/icons/music/keyframes.scss | 2 +- .../base/icons/icons/music/placeholders.scss | 2 +- .../base/icons/icons/music/property-16.scss | 2 +- .../base/icons/icons/music/property-24.scss | 2 +- .../icons/icons/navigation-alt/index.scss | 2 +- .../icons/icons/navigation-alt/keyframes.scss | 2 +- .../icons/navigation-alt/placeholders.scss | 2 +- .../icons/navigation-alt/property-16.scss | 2 +- .../icons/navigation-alt/property-24.scss | 2 +- .../base/icons/icons/navigation/index.scss | 2 +- .../icons/icons/navigation/keyframes.scss | 2 +- .../icons/icons/navigation/placeholders.scss | 2 +- .../icons/icons/navigation/property-16.scss | 2 +- .../icons/icons/navigation/property-24.scss | 2 +- .../base/icons/icons/network-alt/index.scss | 2 +- .../icons/icons/network-alt/keyframes.scss | 2 +- .../icons/icons/network-alt/placeholders.scss | 2 +- .../icons/icons/network-alt/property-16.scss | 2 +- .../icons/icons/network-alt/property-24.scss | 2 +- .../base/icons/icons/network/index.scss | 2 +- .../base/icons/icons/network/keyframes.scss | 2 +- .../icons/icons/network/placeholders.scss | 2 +- .../base/icons/icons/network/property-16.scss | 2 +- .../base/icons/icons/network/property-24.scss | 2 +- .../base/icons/icons/newspaper/index.scss | 2 +- .../base/icons/icons/newspaper/keyframes.scss | 2 +- .../icons/icons/newspaper/placeholders.scss | 2 +- .../icons/icons/newspaper/property-16.scss | 2 +- .../icons/icons/newspaper/property-24.scss | 2 +- .../styles/base/icons/icons/node/index.scss | 2 +- .../base/icons/icons/node/keyframes.scss | 2 +- .../base/icons/icons/node/placeholders.scss | 2 +- .../base/icons/icons/node/property-16.scss | 2 +- .../base/icons/icons/node/property-24.scss | 2 +- .../base/icons/icons/nomad-color/index.scss | 2 +- .../icons/icons/nomad-color/keyframes.scss | 2 +- .../icons/icons/nomad-color/placeholders.scss | 2 +- .../icons/icons/nomad-color/property-16.scss | 2 +- .../icons/icons/nomad-color/property-24.scss | 2 +- .../styles/base/icons/icons/nomad/index.scss | 2 +- .../base/icons/icons/nomad/keyframes.scss | 2 +- .../base/icons/icons/nomad/placeholders.scss | 2 +- .../base/icons/icons/nomad/property-16.scss | 2 +- .../base/icons/icons/nomad/property-24.scss | 2 +- .../icons/notification-disabled/index.scss | 2 +- .../notification-disabled/keyframes.scss | 2 +- .../notification-disabled/placeholders.scss | 2 +- .../icons/icons/notification-fill/index.scss | 2 +- .../icons/notification-fill/keyframes.scss | 2 +- .../icons/notification-fill/placeholders.scss | 2 +- .../icons/notification-outline/index.scss | 2 +- .../icons/notification-outline/keyframes.scss | 2 +- .../notification-outline/placeholders.scss | 2 +- .../base/icons/icons/octagon/index.scss | 2 +- .../base/icons/icons/octagon/keyframes.scss | 2 +- .../icons/icons/octagon/placeholders.scss | 2 +- .../base/icons/icons/octagon/property-16.scss | 2 +- .../base/icons/icons/octagon/property-24.scss | 2 +- .../base/icons/icons/okta-color/index.scss | 2 +- .../icons/icons/okta-color/keyframes.scss | 2 +- .../icons/icons/okta-color/placeholders.scss | 2 +- .../icons/icons/okta-color/property-16.scss | 2 +- .../icons/icons/okta-color/property-24.scss | 2 +- .../styles/base/icons/icons/okta/index.scss | 2 +- .../base/icons/icons/okta/keyframes.scss | 2 +- .../base/icons/icons/okta/placeholders.scss | 2 +- .../base/icons/icons/okta/property-16.scss | 2 +- .../base/icons/icons/okta/property-24.scss | 2 +- .../base/icons/icons/oracle-color/index.scss | 2 +- .../icons/icons/oracle-color/keyframes.scss | 2 +- .../icons/oracle-color/placeholders.scss | 2 +- .../icons/icons/oracle-color/property-16.scss | 2 +- .../icons/icons/oracle-color/property-24.scss | 2 +- .../styles/base/icons/icons/oracle/index.scss | 2 +- .../base/icons/icons/oracle/keyframes.scss | 2 +- .../base/icons/icons/oracle/placeholders.scss | 2 +- .../base/icons/icons/oracle/property-16.scss | 2 +- .../base/icons/icons/oracle/property-24.scss | 2 +- .../styles/base/icons/icons/org/index.scss | 2 +- .../base/icons/icons/org/keyframes.scss | 2 +- .../base/icons/icons/org/placeholders.scss | 2 +- .../base/icons/icons/org/property-16.scss | 2 +- .../base/icons/icons/org/property-24.scss | 2 +- .../base/icons/icons/outline/index.scss | 2 +- .../base/icons/icons/outline/keyframes.scss | 2 +- .../icons/icons/outline/placeholders.scss | 2 +- .../base/icons/icons/outline/property-16.scss | 2 +- .../base/icons/icons/outline/property-24.scss | 2 +- .../base/icons/icons/pack-color/index.scss | 2 +- .../icons/icons/pack-color/keyframes.scss | 2 +- .../icons/icons/pack-color/placeholders.scss | 2 +- .../icons/icons/pack-color/property-16.scss | 2 +- .../icons/icons/pack-color/property-24.scss | 2 +- .../styles/base/icons/icons/pack/index.scss | 2 +- .../base/icons/icons/pack/keyframes.scss | 2 +- .../base/icons/icons/pack/placeholders.scss | 2 +- .../base/icons/icons/pack/property-16.scss | 2 +- .../base/icons/icons/pack/property-24.scss | 2 +- .../base/icons/icons/package/index.scss | 2 +- .../base/icons/icons/package/keyframes.scss | 2 +- .../icons/icons/package/placeholders.scss | 2 +- .../base/icons/icons/package/property-16.scss | 2 +- .../base/icons/icons/package/property-24.scss | 2 +- .../base/icons/icons/packer-color/index.scss | 2 +- .../icons/icons/packer-color/keyframes.scss | 2 +- .../icons/packer-color/placeholders.scss | 2 +- .../icons/icons/packer-color/property-16.scss | 2 +- .../icons/icons/packer-color/property-24.scss | 2 +- .../styles/base/icons/icons/packer/index.scss | 2 +- .../base/icons/icons/packer/keyframes.scss | 2 +- .../base/icons/icons/packer/placeholders.scss | 2 +- .../base/icons/icons/packer/property-16.scss | 2 +- .../base/icons/icons/packer/property-24.scss | 2 +- .../base/icons/icons/page-outline/index.scss | 2 +- .../icons/icons/page-outline/keyframes.scss | 2 +- .../icons/page-outline/placeholders.scss | 2 +- .../base/icons/icons/paperclip/index.scss | 2 +- .../base/icons/icons/paperclip/keyframes.scss | 2 +- .../icons/icons/paperclip/placeholders.scss | 2 +- .../icons/icons/paperclip/property-16.scss | 2 +- .../icons/icons/paperclip/property-24.scss | 2 +- .../base/icons/icons/partner/index.scss | 2 +- .../base/icons/icons/partner/keyframes.scss | 2 +- .../icons/icons/partner/placeholders.scss | 2 +- .../styles/base/icons/icons/path/index.scss | 2 +- .../base/icons/icons/path/keyframes.scss | 2 +- .../base/icons/icons/path/placeholders.scss | 2 +- .../base/icons/icons/path/property-16.scss | 2 +- .../base/icons/icons/path/property-24.scss | 2 +- .../base/icons/icons/pause-circle/index.scss | 2 +- .../icons/icons/pause-circle/keyframes.scss | 2 +- .../icons/pause-circle/placeholders.scss | 2 +- .../icons/icons/pause-circle/property-16.scss | 2 +- .../icons/icons/pause-circle/property-24.scss | 2 +- .../styles/base/icons/icons/pause/index.scss | 2 +- .../base/icons/icons/pause/keyframes.scss | 2 +- .../base/icons/icons/pause/placeholders.scss | 2 +- .../base/icons/icons/pause/property-16.scss | 2 +- .../base/icons/icons/pause/property-24.scss | 2 +- .../base/icons/icons/pen-tool/index.scss | 2 +- .../base/icons/icons/pen-tool/keyframes.scss | 2 +- .../icons/icons/pen-tool/placeholders.scss | 2 +- .../icons/icons/pen-tool/property-16.scss | 2 +- .../icons/icons/pen-tool/property-24.scss | 2 +- .../base/icons/icons/pencil-tool/index.scss | 2 +- .../icons/icons/pencil-tool/keyframes.scss | 2 +- .../icons/icons/pencil-tool/placeholders.scss | 2 +- .../icons/icons/pencil-tool/property-16.scss | 2 +- .../icons/icons/pencil-tool/property-24.scss | 2 +- .../base/icons/icons/phone-call/index.scss | 2 +- .../icons/icons/phone-call/keyframes.scss | 2 +- .../icons/icons/phone-call/placeholders.scss | 2 +- .../icons/icons/phone-call/property-16.scss | 2 +- .../icons/icons/phone-call/property-24.scss | 2 +- .../base/icons/icons/phone-off/index.scss | 2 +- .../base/icons/icons/phone-off/keyframes.scss | 2 +- .../icons/icons/phone-off/placeholders.scss | 2 +- .../icons/icons/phone-off/property-16.scss | 2 +- .../icons/icons/phone-off/property-24.scss | 2 +- .../styles/base/icons/icons/phone/index.scss | 2 +- .../base/icons/icons/phone/keyframes.scss | 2 +- .../base/icons/icons/phone/placeholders.scss | 2 +- .../base/icons/icons/phone/property-16.scss | 2 +- .../base/icons/icons/phone/property-24.scss | 2 +- .../base/icons/icons/pie-chart/index.scss | 2 +- .../base/icons/icons/pie-chart/keyframes.scss | 2 +- .../icons/icons/pie-chart/placeholders.scss | 2 +- .../icons/icons/pie-chart/property-16.scss | 2 +- .../icons/icons/pie-chart/property-24.scss | 2 +- .../styles/base/icons/icons/pin/index.scss | 2 +- .../base/icons/icons/pin/keyframes.scss | 2 +- .../base/icons/icons/pin/placeholders.scss | 2 +- .../base/icons/icons/pin/property-16.scss | 2 +- .../base/icons/icons/pin/property-24.scss | 2 +- .../base/icons/icons/play-circle/index.scss | 2 +- .../icons/icons/play-circle/keyframes.scss | 2 +- .../icons/icons/play-circle/placeholders.scss | 2 +- .../icons/icons/play-circle/property-16.scss | 2 +- .../icons/icons/play-circle/property-24.scss | 2 +- .../base/icons/icons/play-fill/index.scss | 2 +- .../base/icons/icons/play-fill/keyframes.scss | 2 +- .../icons/icons/play-fill/placeholders.scss | 2 +- .../base/icons/icons/play-outline/index.scss | 2 +- .../icons/icons/play-outline/keyframes.scss | 2 +- .../icons/play-outline/placeholders.scss | 2 +- .../base/icons/icons/play-plain/index.scss | 2 +- .../icons/icons/play-plain/keyframes.scss | 2 +- .../icons/icons/play-plain/placeholders.scss | 2 +- .../styles/base/icons/icons/play/index.scss | 2 +- .../base/icons/icons/play/keyframes.scss | 2 +- .../base/icons/icons/play/placeholders.scss | 2 +- .../base/icons/icons/play/property-16.scss | 2 +- .../base/icons/icons/play/property-24.scss | 2 +- .../icons/icons/plus-circle-fill/index.scss | 2 +- .../icons/plus-circle-fill/keyframes.scss | 2 +- .../icons/plus-circle-fill/placeholders.scss | 2 +- .../icons/plus-circle-outline/index.scss | 2 +- .../icons/plus-circle-outline/keyframes.scss | 2 +- .../plus-circle-outline/placeholders.scss | 2 +- .../base/icons/icons/plus-circle/index.scss | 2 +- .../icons/icons/plus-circle/keyframes.scss | 2 +- .../icons/icons/plus-circle/placeholders.scss | 2 +- .../icons/icons/plus-circle/property-16.scss | 2 +- .../icons/icons/plus-circle/property-24.scss | 2 +- .../base/icons/icons/plus-plain/index.scss | 2 +- .../icons/icons/plus-plain/keyframes.scss | 2 +- .../icons/icons/plus-plain/placeholders.scss | 2 +- .../icons/icons/plus-square-fill/index.scss | 2 +- .../icons/plus-square-fill/keyframes.scss | 2 +- .../icons/plus-square-fill/placeholders.scss | 2 +- .../base/icons/icons/plus-square/index.scss | 2 +- .../icons/icons/plus-square/keyframes.scss | 2 +- .../icons/icons/plus-square/placeholders.scss | 2 +- .../icons/icons/plus-square/property-16.scss | 2 +- .../icons/icons/plus-square/property-24.scss | 2 +- .../styles/base/icons/icons/plus/index.scss | 2 +- .../base/icons/icons/plus/keyframes.scss | 2 +- .../base/icons/icons/plus/placeholders.scss | 2 +- .../base/icons/icons/plus/property-16.scss | 2 +- .../base/icons/icons/plus/property-24.scss | 2 +- .../styles/base/icons/icons/port/index.scss | 2 +- .../base/icons/icons/port/keyframes.scss | 2 +- .../base/icons/icons/port/placeholders.scss | 2 +- .../base/icons/icons/port/property-16.scss | 2 +- .../base/icons/icons/port/property-24.scss | 2 +- .../styles/base/icons/icons/power/index.scss | 2 +- .../base/icons/icons/power/keyframes.scss | 2 +- .../base/icons/icons/power/placeholders.scss | 2 +- .../base/icons/icons/power/property-16.scss | 2 +- .../base/icons/icons/power/property-24.scss | 2 +- .../base/icons/icons/printer/index.scss | 2 +- .../base/icons/icons/printer/keyframes.scss | 2 +- .../icons/icons/printer/placeholders.scss | 2 +- .../base/icons/icons/printer/property-16.scss | 2 +- .../base/icons/icons/printer/property-24.scss | 2 +- .../base/icons/icons/protocol/index.scss | 2 +- .../base/icons/icons/protocol/keyframes.scss | 2 +- .../icons/icons/protocol/placeholders.scss | 2 +- .../icons/icons/protocol/property-16.scss | 2 +- .../icons/icons/protocol/property-24.scss | 2 +- .../base/icons/icons/provider/index.scss | 2 +- .../base/icons/icons/provider/keyframes.scss | 2 +- .../icons/icons/provider/placeholders.scss | 2 +- .../icons/icons/provider/property-16.scss | 2 +- .../icons/icons/provider/property-24.scss | 2 +- .../icons/icons/public-default/index.scss | 2 +- .../icons/icons/public-default/keyframes.scss | 2 +- .../icons/public-default/placeholders.scss | 2 +- .../base/icons/icons/public-locked/index.scss | 2 +- .../icons/icons/public-locked/keyframes.scss | 2 +- .../icons/public-locked/placeholders.scss | 2 +- .../styles/base/icons/icons/queue/index.scss | 2 +- .../base/icons/icons/queue/keyframes.scss | 2 +- .../base/icons/icons/queue/placeholders.scss | 2 +- .../base/icons/icons/queue/property-16.scss | 2 +- .../base/icons/icons/queue/property-24.scss | 2 +- .../icons/radio-button-checked/index.scss | 2 +- .../icons/radio-button-checked/keyframes.scss | 2 +- .../radio-button-checked/placeholders.scss | 2 +- .../icons/radio-button-unchecked/index.scss | 2 +- .../radio-button-unchecked/keyframes.scss | 2 +- .../radio-button-unchecked/placeholders.scss | 2 +- .../styles/base/icons/icons/radio/index.scss | 2 +- .../base/icons/icons/radio/keyframes.scss | 2 +- .../base/icons/icons/radio/placeholders.scss | 2 +- .../base/icons/icons/radio/property-16.scss | 2 +- .../base/icons/icons/radio/property-24.scss | 2 +- .../styles/base/icons/icons/random/index.scss | 2 +- .../base/icons/icons/random/keyframes.scss | 2 +- .../base/icons/icons/random/placeholders.scss | 2 +- .../base/icons/icons/random/property-16.scss | 2 +- .../base/icons/icons/random/property-24.scss | 2 +- .../base/icons/icons/redirect/index.scss | 2 +- .../base/icons/icons/redirect/keyframes.scss | 2 +- .../icons/icons/redirect/placeholders.scss | 2 +- .../icons/icons/redirect/property-16.scss | 2 +- .../icons/icons/redirect/property-24.scss | 2 +- .../base/icons/icons/refresh-alert/index.scss | 2 +- .../icons/icons/refresh-alert/keyframes.scss | 2 +- .../icons/refresh-alert/placeholders.scss | 2 +- .../icons/icons/refresh-default/index.scss | 2 +- .../icons/refresh-default/keyframes.scss | 2 +- .../icons/refresh-default/placeholders.scss | 2 +- .../styles/base/icons/icons/reload/index.scss | 2 +- .../base/icons/icons/reload/keyframes.scss | 2 +- .../base/icons/icons/reload/placeholders.scss | 2 +- .../base/icons/icons/reload/property-16.scss | 2 +- .../base/icons/icons/reload/property-24.scss | 2 +- .../styles/base/icons/icons/remix/index.scss | 2 +- .../base/icons/icons/remix/keyframes.scss | 2 +- .../base/icons/icons/remix/placeholders.scss | 2 +- .../styles/base/icons/icons/repeat/index.scss | 2 +- .../base/icons/icons/repeat/keyframes.scss | 2 +- .../base/icons/icons/repeat/placeholders.scss | 2 +- .../base/icons/icons/repeat/property-16.scss | 2 +- .../base/icons/icons/repeat/property-24.scss | 2 +- .../icons/icons/replication-direct/index.scss | 2 +- .../icons/replication-direct/keyframes.scss | 2 +- .../replication-direct/placeholders.scss | 2 +- .../icons/replication-direct/property-16.scss | 2 +- .../icons/replication-direct/property-24.scss | 2 +- .../icons/icons/replication-perf/index.scss | 2 +- .../icons/replication-perf/keyframes.scss | 2 +- .../icons/replication-perf/placeholders.scss | 2 +- .../icons/replication-perf/property-16.scss | 2 +- .../icons/replication-perf/property-24.scss | 2 +- .../styles/base/icons/icons/rewind/index.scss | 2 +- .../base/icons/icons/rewind/keyframes.scss | 2 +- .../base/icons/icons/rewind/placeholders.scss | 2 +- .../base/icons/icons/rewind/property-16.scss | 2 +- .../base/icons/icons/rewind/property-24.scss | 2 +- .../styles/base/icons/icons/ribbon/index.scss | 2 +- .../base/icons/icons/ribbon/keyframes.scss | 2 +- .../base/icons/icons/ribbon/placeholders.scss | 2 +- .../styles/base/icons/icons/rocket/index.scss | 2 +- .../base/icons/icons/rocket/keyframes.scss | 2 +- .../base/icons/icons/rocket/placeholders.scss | 2 +- .../base/icons/icons/rocket/property-16.scss | 2 +- .../base/icons/icons/rocket/property-24.scss | 2 +- .../base/icons/icons/rotate-ccw/index.scss | 2 +- .../icons/icons/rotate-ccw/keyframes.scss | 2 +- .../icons/icons/rotate-ccw/placeholders.scss | 2 +- .../icons/icons/rotate-ccw/property-16.scss | 2 +- .../icons/icons/rotate-ccw/property-24.scss | 2 +- .../base/icons/icons/rotate-cw/index.scss | 2 +- .../base/icons/icons/rotate-cw/keyframes.scss | 2 +- .../icons/icons/rotate-cw/placeholders.scss | 2 +- .../icons/icons/rotate-cw/property-16.scss | 2 +- .../icons/icons/rotate-cw/property-24.scss | 2 +- .../styles/base/icons/icons/rss/index.scss | 2 +- .../base/icons/icons/rss/keyframes.scss | 2 +- .../base/icons/icons/rss/placeholders.scss | 2 +- .../base/icons/icons/rss/property-16.scss | 2 +- .../base/icons/icons/rss/property-24.scss | 2 +- .../styles/base/icons/icons/run/index.scss | 2 +- .../base/icons/icons/run/keyframes.scss | 2 +- .../base/icons/icons/run/placeholders.scss | 2 +- .../base/icons/icons/run/property-16.scss | 2 +- .../base/icons/icons/run/property-24.scss | 2 +- .../base/icons/icons/running/index.scss | 2 +- .../base/icons/icons/running/keyframes.scss | 2 +- .../icons/icons/running/placeholders.scss | 2 +- .../base/icons/icons/running/property-16.scss | 2 +- .../base/icons/icons/running/property-24.scss | 2 +- .../styles/base/icons/icons/save/index.scss | 2 +- .../base/icons/icons/save/keyframes.scss | 2 +- .../base/icons/icons/save/placeholders.scss | 2 +- .../base/icons/icons/save/property-16.scss | 2 +- .../base/icons/icons/save/property-24.scss | 2 +- .../base/icons/icons/scissors/index.scss | 2 +- .../base/icons/icons/scissors/keyframes.scss | 2 +- .../icons/icons/scissors/placeholders.scss | 2 +- .../icons/icons/scissors/property-16.scss | 2 +- .../icons/icons/scissors/property-24.scss | 2 +- .../base/icons/icons/search-color/index.scss | 2 +- .../icons/icons/search-color/keyframes.scss | 2 +- .../icons/search-color/placeholders.scss | 2 +- .../icons/icons/search-color/property-16.scss | 2 +- .../icons/icons/search-color/property-24.scss | 2 +- .../styles/base/icons/icons/search/index.scss | 2 +- .../base/icons/icons/search/keyframes.scss | 2 +- .../base/icons/icons/search/placeholders.scss | 2 +- .../base/icons/icons/search/property-16.scss | 2 +- .../base/icons/icons/search/property-24.scss | 2 +- .../styles/base/icons/icons/send/index.scss | 2 +- .../base/icons/icons/send/keyframes.scss | 2 +- .../base/icons/icons/send/placeholders.scss | 2 +- .../base/icons/icons/send/property-16.scss | 2 +- .../base/icons/icons/send/property-24.scss | 2 +- .../icons/icons/server-cluster/index.scss | 2 +- .../icons/icons/server-cluster/keyframes.scss | 2 +- .../icons/server-cluster/placeholders.scss | 2 +- .../icons/server-cluster/property-16.scss | 2 +- .../icons/server-cluster/property-24.scss | 2 +- .../styles/base/icons/icons/server/index.scss | 2 +- .../base/icons/icons/server/keyframes.scss | 2 +- .../base/icons/icons/server/placeholders.scss | 2 +- .../base/icons/icons/server/property-16.scss | 2 +- .../base/icons/icons/server/property-24.scss | 2 +- .../base/icons/icons/serverless/index.scss | 2 +- .../icons/icons/serverless/keyframes.scss | 2 +- .../icons/icons/serverless/placeholders.scss | 2 +- .../icons/icons/serverless/property-16.scss | 2 +- .../icons/icons/serverless/property-24.scss | 2 +- .../base/icons/icons/settings/index.scss | 2 +- .../base/icons/icons/settings/keyframes.scss | 2 +- .../icons/icons/settings/placeholders.scss | 2 +- .../icons/icons/settings/property-16.scss | 2 +- .../icons/icons/settings/property-24.scss | 2 +- .../styles/base/icons/icons/share/index.scss | 2 +- .../base/icons/icons/share/keyframes.scss | 2 +- .../base/icons/icons/share/placeholders.scss | 2 +- .../base/icons/icons/share/property-16.scss | 2 +- .../base/icons/icons/share/property-24.scss | 2 +- .../base/icons/icons/shield-alert/index.scss | 2 +- .../icons/icons/shield-alert/keyframes.scss | 2 +- .../icons/shield-alert/placeholders.scss | 2 +- .../icons/icons/shield-alert/property-16.scss | 2 +- .../icons/icons/shield-alert/property-24.scss | 2 +- .../base/icons/icons/shield-check/index.scss | 2 +- .../icons/icons/shield-check/keyframes.scss | 2 +- .../icons/shield-check/placeholders.scss | 2 +- .../icons/icons/shield-check/property-16.scss | 2 +- .../icons/icons/shield-check/property-24.scss | 2 +- .../base/icons/icons/shield-off/index.scss | 2 +- .../icons/icons/shield-off/keyframes.scss | 2 +- .../icons/icons/shield-off/placeholders.scss | 2 +- .../icons/icons/shield-off/property-16.scss | 2 +- .../icons/icons/shield-off/property-24.scss | 2 +- .../base/icons/icons/shield-x/index.scss | 2 +- .../base/icons/icons/shield-x/keyframes.scss | 2 +- .../icons/icons/shield-x/placeholders.scss | 2 +- .../icons/icons/shield-x/property-16.scss | 2 +- .../icons/icons/shield-x/property-24.scss | 2 +- .../styles/base/icons/icons/shield/index.scss | 2 +- .../base/icons/icons/shield/keyframes.scss | 2 +- .../base/icons/icons/shield/placeholders.scss | 2 +- .../base/icons/icons/shield/property-16.scss | 2 +- .../base/icons/icons/shield/property-24.scss | 2 +- .../base/icons/icons/shopping-bag/index.scss | 2 +- .../icons/icons/shopping-bag/keyframes.scss | 2 +- .../icons/shopping-bag/placeholders.scss | 2 +- .../icons/icons/shopping-bag/property-16.scss | 2 +- .../icons/icons/shopping-bag/property-24.scss | 2 +- .../base/icons/icons/shopping-cart/index.scss | 2 +- .../icons/icons/shopping-cart/keyframes.scss | 2 +- .../icons/shopping-cart/placeholders.scss | 2 +- .../icons/shopping-cart/property-16.scss | 2 +- .../icons/shopping-cart/property-24.scss | 2 +- .../base/icons/icons/shuffle/index.scss | 2 +- .../base/icons/icons/shuffle/keyframes.scss | 2 +- .../icons/icons/shuffle/placeholders.scss | 2 +- .../base/icons/icons/shuffle/property-16.scss | 2 +- .../base/icons/icons/shuffle/property-24.scss | 2 +- .../base/icons/icons/sidebar-hide/index.scss | 2 +- .../icons/icons/sidebar-hide/keyframes.scss | 2 +- .../icons/sidebar-hide/placeholders.scss | 2 +- .../icons/icons/sidebar-hide/property-16.scss | 2 +- .../icons/icons/sidebar-hide/property-24.scss | 2 +- .../base/icons/icons/sidebar-show/index.scss | 2 +- .../icons/icons/sidebar-show/keyframes.scss | 2 +- .../icons/sidebar-show/placeholders.scss | 2 +- .../icons/icons/sidebar-show/property-16.scss | 2 +- .../icons/icons/sidebar-show/property-24.scss | 2 +- .../base/icons/icons/sidebar/index.scss | 2 +- .../base/icons/icons/sidebar/keyframes.scss | 2 +- .../icons/icons/sidebar/placeholders.scss | 2 +- .../base/icons/icons/sidebar/property-16.scss | 2 +- .../base/icons/icons/sidebar/property-24.scss | 2 +- .../base/icons/icons/sign-in/index.scss | 2 +- .../base/icons/icons/sign-in/keyframes.scss | 2 +- .../icons/icons/sign-in/placeholders.scss | 2 +- .../base/icons/icons/sign-in/property-16.scss | 2 +- .../base/icons/icons/sign-in/property-24.scss | 2 +- .../base/icons/icons/sign-out/index.scss | 2 +- .../base/icons/icons/sign-out/keyframes.scss | 2 +- .../icons/icons/sign-out/placeholders.scss | 2 +- .../icons/icons/sign-out/property-16.scss | 2 +- .../icons/icons/sign-out/property-24.scss | 2 +- .../base/icons/icons/skip-back/index.scss | 2 +- .../base/icons/icons/skip-back/keyframes.scss | 2 +- .../icons/icons/skip-back/placeholders.scss | 2 +- .../icons/icons/skip-back/property-16.scss | 2 +- .../icons/icons/skip-back/property-24.scss | 2 +- .../base/icons/icons/skip-forward/index.scss | 2 +- .../icons/icons/skip-forward/keyframes.scss | 2 +- .../icons/skip-forward/placeholders.scss | 2 +- .../icons/icons/skip-forward/property-16.scss | 2 +- .../icons/icons/skip-forward/property-24.scss | 2 +- .../styles/base/icons/icons/skip/index.scss | 2 +- .../base/icons/icons/skip/keyframes.scss | 2 +- .../base/icons/icons/skip/placeholders.scss | 2 +- .../base/icons/icons/skip/property-16.scss | 2 +- .../base/icons/icons/skip/property-24.scss | 2 +- .../base/icons/icons/slack-color/index.scss | 2 +- .../icons/icons/slack-color/keyframes.scss | 2 +- .../icons/icons/slack-color/placeholders.scss | 2 +- .../icons/icons/slack-color/property-16.scss | 2 +- .../icons/icons/slack-color/property-24.scss | 2 +- .../styles/base/icons/icons/slack/index.scss | 2 +- .../base/icons/icons/slack/keyframes.scss | 2 +- .../base/icons/icons/slack/placeholders.scss | 2 +- .../base/icons/icons/slack/property-16.scss | 2 +- .../base/icons/icons/slack/property-24.scss | 2 +- .../base/icons/icons/slash-square/index.scss | 2 +- .../icons/icons/slash-square/keyframes.scss | 2 +- .../icons/slash-square/placeholders.scss | 2 +- .../icons/icons/slash-square/property-16.scss | 2 +- .../icons/icons/slash-square/property-24.scss | 2 +- .../styles/base/icons/icons/slash/index.scss | 2 +- .../base/icons/icons/slash/keyframes.scss | 2 +- .../base/icons/icons/slash/placeholders.scss | 2 +- .../base/icons/icons/slash/property-16.scss | 2 +- .../base/icons/icons/slash/property-24.scss | 2 +- .../base/icons/icons/sliders/index.scss | 2 +- .../base/icons/icons/sliders/keyframes.scss | 2 +- .../icons/icons/sliders/placeholders.scss | 2 +- .../base/icons/icons/sliders/property-16.scss | 2 +- .../base/icons/icons/sliders/property-24.scss | 2 +- .../base/icons/icons/smartphone/index.scss | 2 +- .../icons/icons/smartphone/keyframes.scss | 2 +- .../icons/icons/smartphone/placeholders.scss | 2 +- .../icons/icons/smartphone/property-16.scss | 2 +- .../icons/icons/smartphone/property-24.scss | 2 +- .../styles/base/icons/icons/smile/index.scss | 2 +- .../base/icons/icons/smile/keyframes.scss | 2 +- .../base/icons/icons/smile/placeholders.scss | 2 +- .../base/icons/icons/smile/property-16.scss | 2 +- .../base/icons/icons/smile/property-24.scss | 2 +- .../styles/base/icons/icons/socket/index.scss | 2 +- .../base/icons/icons/socket/keyframes.scss | 2 +- .../base/icons/icons/socket/placeholders.scss | 2 +- .../base/icons/icons/socket/property-16.scss | 2 +- .../base/icons/icons/socket/property-24.scss | 2 +- .../base/icons/icons/sort-asc/index.scss | 2 +- .../base/icons/icons/sort-asc/keyframes.scss | 2 +- .../icons/icons/sort-asc/placeholders.scss | 2 +- .../icons/icons/sort-asc/property-16.scss | 2 +- .../icons/icons/sort-asc/property-24.scss | 2 +- .../base/icons/icons/sort-desc/index.scss | 2 +- .../base/icons/icons/sort-desc/keyframes.scss | 2 +- .../icons/icons/sort-desc/placeholders.scss | 2 +- .../icons/icons/sort-desc/property-16.scss | 2 +- .../icons/icons/sort-desc/property-24.scss | 2 +- .../styles/base/icons/icons/sort/index.scss | 2 +- .../base/icons/icons/sort/keyframes.scss | 2 +- .../base/icons/icons/sort/placeholders.scss | 2 +- .../base/icons/icons/source-file/index.scss | 2 +- .../icons/icons/source-file/keyframes.scss | 2 +- .../icons/icons/source-file/placeholders.scss | 2 +- .../base/icons/icons/speaker/index.scss | 2 +- .../base/icons/icons/speaker/keyframes.scss | 2 +- .../icons/icons/speaker/placeholders.scss | 2 +- .../base/icons/icons/speaker/property-16.scss | 2 +- .../base/icons/icons/speaker/property-24.scss | 2 +- .../base/icons/icons/square-fill/index.scss | 2 +- .../icons/icons/square-fill/keyframes.scss | 2 +- .../icons/icons/square-fill/placeholders.scss | 2 +- .../icons/icons/square-fill/property-16.scss | 2 +- .../icons/icons/square-fill/property-24.scss | 2 +- .../styles/base/icons/icons/square/index.scss | 2 +- .../base/icons/icons/square/keyframes.scss | 2 +- .../base/icons/icons/square/placeholders.scss | 2 +- .../base/icons/icons/square/property-16.scss | 2 +- .../base/icons/icons/square/property-24.scss | 2 +- .../base/icons/icons/star-circle/index.scss | 2 +- .../icons/icons/star-circle/keyframes.scss | 2 +- .../icons/icons/star-circle/placeholders.scss | 2 +- .../icons/icons/star-circle/property-16.scss | 2 +- .../icons/icons/star-circle/property-24.scss | 2 +- .../base/icons/icons/star-fill/index.scss | 2 +- .../base/icons/icons/star-fill/keyframes.scss | 2 +- .../icons/icons/star-fill/placeholders.scss | 2 +- .../icons/icons/star-fill/property-16.scss | 2 +- .../icons/icons/star-fill/property-24.scss | 2 +- .../base/icons/icons/star-off/index.scss | 2 +- .../base/icons/icons/star-off/keyframes.scss | 2 +- .../icons/icons/star-off/placeholders.scss | 2 +- .../icons/icons/star-off/property-16.scss | 2 +- .../icons/icons/star-off/property-24.scss | 2 +- .../base/icons/icons/star-outline/index.scss | 2 +- .../icons/icons/star-outline/keyframes.scss | 2 +- .../icons/star-outline/placeholders.scss | 2 +- .../styles/base/icons/icons/star/index.scss | 2 +- .../base/icons/icons/star/keyframes.scss | 2 +- .../base/icons/icons/star/placeholders.scss | 2 +- .../base/icons/icons/star/property-16.scss | 2 +- .../base/icons/icons/star/property-24.scss | 2 +- .../base/icons/icons/stop-circle/index.scss | 2 +- .../icons/icons/stop-circle/keyframes.scss | 2 +- .../icons/icons/stop-circle/placeholders.scss | 2 +- .../icons/icons/stop-circle/property-16.scss | 2 +- .../icons/icons/stop-circle/property-24.scss | 2 +- .../base/icons/icons/sub-left/index.scss | 2 +- .../base/icons/icons/sub-left/keyframes.scss | 2 +- .../icons/icons/sub-left/placeholders.scss | 2 +- .../base/icons/icons/sub-right/index.scss | 2 +- .../base/icons/icons/sub-right/keyframes.scss | 2 +- .../icons/icons/sub-right/placeholders.scss | 2 +- .../styles/base/icons/icons/sun/index.scss | 2 +- .../base/icons/icons/sun/keyframes.scss | 2 +- .../base/icons/icons/sun/placeholders.scss | 2 +- .../base/icons/icons/sun/property-16.scss | 2 +- .../base/icons/icons/sun/property-24.scss | 2 +- .../base/icons/icons/support/index.scss | 2 +- .../base/icons/icons/support/keyframes.scss | 2 +- .../icons/icons/support/placeholders.scss | 2 +- .../base/icons/icons/support/property-16.scss | 2 +- .../base/icons/icons/support/property-24.scss | 2 +- .../icons/icons/swap-horizontal/index.scss | 2 +- .../icons/swap-horizontal/keyframes.scss | 2 +- .../icons/swap-horizontal/placeholders.scss | 2 +- .../icons/swap-horizontal/property-16.scss | 2 +- .../icons/swap-horizontal/property-24.scss | 2 +- .../base/icons/icons/swap-vertical/index.scss | 2 +- .../icons/icons/swap-vertical/keyframes.scss | 2 +- .../icons/swap-vertical/placeholders.scss | 2 +- .../icons/swap-vertical/property-16.scss | 2 +- .../icons/swap-vertical/property-24.scss | 2 +- .../base/icons/icons/switcher/index.scss | 2 +- .../base/icons/icons/switcher/keyframes.scss | 2 +- .../icons/icons/switcher/placeholders.scss | 2 +- .../icons/icons/switcher/property-16.scss | 2 +- .../icons/icons/switcher/property-24.scss | 2 +- .../base/icons/icons/sync-alert/index.scss | 2 +- .../icons/icons/sync-alert/keyframes.scss | 2 +- .../icons/icons/sync-alert/placeholders.scss | 2 +- .../icons/icons/sync-alert/property-16.scss | 2 +- .../icons/icons/sync-alert/property-24.scss | 2 +- .../base/icons/icons/sync-reverse/index.scss | 2 +- .../icons/icons/sync-reverse/keyframes.scss | 2 +- .../icons/sync-reverse/placeholders.scss | 2 +- .../icons/icons/sync-reverse/property-16.scss | 2 +- .../icons/icons/sync-reverse/property-24.scss | 2 +- .../styles/base/icons/icons/sync/index.scss | 2 +- .../base/icons/icons/sync/keyframes.scss | 2 +- .../base/icons/icons/sync/placeholders.scss | 2 +- .../base/icons/icons/sync/property-16.scss | 2 +- .../base/icons/icons/sync/property-24.scss | 2 +- .../styles/base/icons/icons/tablet/index.scss | 2 +- .../base/icons/icons/tablet/keyframes.scss | 2 +- .../base/icons/icons/tablet/placeholders.scss | 2 +- .../base/icons/icons/tablet/property-16.scss | 2 +- .../base/icons/icons/tablet/property-24.scss | 2 +- .../styles/base/icons/icons/tag/index.scss | 2 +- .../base/icons/icons/tag/keyframes.scss | 2 +- .../base/icons/icons/tag/placeholders.scss | 2 +- .../base/icons/icons/tag/property-16.scss | 2 +- .../base/icons/icons/tag/property-24.scss | 2 +- .../styles/base/icons/icons/target/index.scss | 2 +- .../base/icons/icons/target/keyframes.scss | 2 +- .../base/icons/icons/target/placeholders.scss | 2 +- .../base/icons/icons/target/property-16.scss | 2 +- .../base/icons/icons/target/property-24.scss | 2 +- .../icons/icons/terminal-screen/index.scss | 2 +- .../icons/terminal-screen/keyframes.scss | 2 +- .../icons/terminal-screen/placeholders.scss | 2 +- .../icons/terminal-screen/property-16.scss | 2 +- .../icons/terminal-screen/property-24.scss | 2 +- .../base/icons/icons/terminal/index.scss | 2 +- .../base/icons/icons/terminal/keyframes.scss | 2 +- .../icons/icons/terminal/placeholders.scss | 2 +- .../icons/icons/terminal/property-16.scss | 2 +- .../icons/icons/terminal/property-24.scss | 2 +- .../icons/icons/terraform-color/index.scss | 2 +- .../icons/terraform-color/keyframes.scss | 2 +- .../icons/terraform-color/placeholders.scss | 2 +- .../icons/terraform-color/property-16.scss | 2 +- .../icons/terraform-color/property-24.scss | 2 +- .../base/icons/icons/terraform/index.scss | 2 +- .../base/icons/icons/terraform/keyframes.scss | 2 +- .../icons/icons/terraform/placeholders.scss | 2 +- .../icons/icons/terraform/property-16.scss | 2 +- .../icons/icons/terraform/property-24.scss | 2 +- .../base/icons/icons/thumbs-down/index.scss | 2 +- .../icons/icons/thumbs-down/keyframes.scss | 2 +- .../icons/icons/thumbs-down/placeholders.scss | 2 +- .../icons/icons/thumbs-down/property-16.scss | 2 +- .../icons/icons/thumbs-down/property-24.scss | 2 +- .../base/icons/icons/thumbs-up/index.scss | 2 +- .../base/icons/icons/thumbs-up/keyframes.scss | 2 +- .../icons/icons/thumbs-up/placeholders.scss | 2 +- .../icons/icons/thumbs-up/property-16.scss | 2 +- .../icons/icons/thumbs-up/property-24.scss | 2 +- .../base/icons/icons/toggle-left/index.scss | 2 +- .../icons/icons/toggle-left/keyframes.scss | 2 +- .../icons/icons/toggle-left/placeholders.scss | 2 +- .../icons/icons/toggle-left/property-16.scss | 2 +- .../icons/icons/toggle-left/property-24.scss | 2 +- .../base/icons/icons/toggle-right/index.scss | 2 +- .../icons/icons/toggle-right/keyframes.scss | 2 +- .../icons/toggle-right/placeholders.scss | 2 +- .../icons/icons/toggle-right/property-16.scss | 2 +- .../icons/icons/toggle-right/property-24.scss | 2 +- .../styles/base/icons/icons/token/index.scss | 2 +- .../base/icons/icons/token/keyframes.scss | 2 +- .../base/icons/icons/token/placeholders.scss | 2 +- .../base/icons/icons/token/property-16.scss | 2 +- .../base/icons/icons/token/property-24.scss | 2 +- .../styles/base/icons/icons/tools/index.scss | 2 +- .../base/icons/icons/tools/keyframes.scss | 2 +- .../base/icons/icons/tools/placeholders.scss | 2 +- .../base/icons/icons/tools/property-16.scss | 2 +- .../base/icons/icons/tools/property-24.scss | 2 +- .../styles/base/icons/icons/top/index.scss | 2 +- .../base/icons/icons/top/keyframes.scss | 2 +- .../base/icons/icons/top/placeholders.scss | 2 +- .../base/icons/icons/top/property-16.scss | 2 +- .../base/icons/icons/top/property-24.scss | 2 +- .../styles/base/icons/icons/trash/index.scss | 2 +- .../base/icons/icons/trash/keyframes.scss | 2 +- .../base/icons/icons/trash/placeholders.scss | 2 +- .../base/icons/icons/trash/property-16.scss | 2 +- .../base/icons/icons/trash/property-24.scss | 2 +- .../base/icons/icons/trend-down/index.scss | 2 +- .../icons/icons/trend-down/keyframes.scss | 2 +- .../icons/icons/trend-down/placeholders.scss | 2 +- .../icons/icons/trend-down/property-16.scss | 2 +- .../icons/icons/trend-down/property-24.scss | 2 +- .../base/icons/icons/trend-up/index.scss | 2 +- .../base/icons/icons/trend-up/keyframes.scss | 2 +- .../icons/icons/trend-up/placeholders.scss | 2 +- .../icons/icons/trend-up/property-16.scss | 2 +- .../icons/icons/trend-up/property-24.scss | 2 +- .../base/icons/icons/triangle-fill/index.scss | 2 +- .../icons/icons/triangle-fill/keyframes.scss | 2 +- .../icons/triangle-fill/placeholders.scss | 2 +- .../icons/triangle-fill/property-16.scss | 2 +- .../icons/triangle-fill/property-24.scss | 2 +- .../base/icons/icons/triangle/index.scss | 2 +- .../base/icons/icons/triangle/keyframes.scss | 2 +- .../icons/icons/triangle/placeholders.scss | 2 +- .../icons/icons/triangle/property-16.scss | 2 +- .../icons/icons/triangle/property-24.scss | 2 +- .../styles/base/icons/icons/truck/index.scss | 2 +- .../base/icons/icons/truck/keyframes.scss | 2 +- .../base/icons/icons/truck/placeholders.scss | 2 +- .../base/icons/icons/truck/property-16.scss | 2 +- .../base/icons/icons/truck/property-24.scss | 2 +- .../styles/base/icons/icons/tune/index.scss | 2 +- .../base/icons/icons/tune/keyframes.scss | 2 +- .../base/icons/icons/tune/placeholders.scss | 2 +- .../app/styles/base/icons/icons/tv/index.scss | 2 +- .../styles/base/icons/icons/tv/keyframes.scss | 2 +- .../base/icons/icons/tv/placeholders.scss | 2 +- .../base/icons/icons/tv/property-16.scss | 2 +- .../base/icons/icons/tv/property-24.scss | 2 +- .../base/icons/icons/twitch-color/index.scss | 2 +- .../icons/icons/twitch-color/keyframes.scss | 2 +- .../icons/twitch-color/placeholders.scss | 2 +- .../icons/icons/twitch-color/property-16.scss | 2 +- .../icons/icons/twitch-color/property-24.scss | 2 +- .../styles/base/icons/icons/twitch/index.scss | 2 +- .../base/icons/icons/twitch/keyframes.scss | 2 +- .../base/icons/icons/twitch/placeholders.scss | 2 +- .../base/icons/icons/twitch/property-16.scss | 2 +- .../base/icons/icons/twitch/property-24.scss | 2 +- .../base/icons/icons/twitter-color/index.scss | 2 +- .../icons/icons/twitter-color/keyframes.scss | 2 +- .../icons/twitter-color/placeholders.scss | 2 +- .../icons/twitter-color/property-16.scss | 2 +- .../icons/twitter-color/property-24.scss | 2 +- .../base/icons/icons/twitter/index.scss | 2 +- .../base/icons/icons/twitter/keyframes.scss | 2 +- .../icons/icons/twitter/placeholders.scss | 2 +- .../base/icons/icons/twitter/property-16.scss | 2 +- .../base/icons/icons/twitter/property-24.scss | 2 +- .../styles/base/icons/icons/type/index.scss | 2 +- .../base/icons/icons/type/keyframes.scss | 2 +- .../base/icons/icons/type/placeholders.scss | 2 +- .../base/icons/icons/type/property-16.scss | 2 +- .../base/icons/icons/type/property-24.scss | 2 +- .../base/icons/icons/unfold-close/index.scss | 2 +- .../icons/icons/unfold-close/keyframes.scss | 2 +- .../icons/unfold-close/placeholders.scss | 2 +- .../icons/icons/unfold-close/property-16.scss | 2 +- .../icons/icons/unfold-close/property-24.scss | 2 +- .../base/icons/icons/unfold-less/index.scss | 2 +- .../icons/icons/unfold-less/keyframes.scss | 2 +- .../icons/icons/unfold-less/placeholders.scss | 2 +- .../base/icons/icons/unfold-more/index.scss | 2 +- .../icons/icons/unfold-more/keyframes.scss | 2 +- .../icons/icons/unfold-more/placeholders.scss | 2 +- .../base/icons/icons/unfold-open/index.scss | 2 +- .../icons/icons/unfold-open/keyframes.scss | 2 +- .../icons/icons/unfold-open/placeholders.scss | 2 +- .../icons/icons/unfold-open/property-16.scss | 2 +- .../icons/icons/unfold-open/property-24.scss | 2 +- .../styles/base/icons/icons/union/index.scss | 2 +- .../base/icons/icons/union/keyframes.scss | 2 +- .../base/icons/icons/union/placeholders.scss | 2 +- .../base/icons/icons/union/property-16.scss | 2 +- .../base/icons/icons/union/property-24.scss | 2 +- .../styles/base/icons/icons/unlock/index.scss | 2 +- .../base/icons/icons/unlock/keyframes.scss | 2 +- .../base/icons/icons/unlock/placeholders.scss | 2 +- .../base/icons/icons/unlock/property-16.scss | 2 +- .../base/icons/icons/unlock/property-24.scss | 2 +- .../styles/base/icons/icons/upload/index.scss | 2 +- .../base/icons/icons/upload/keyframes.scss | 2 +- .../base/icons/icons/upload/placeholders.scss | 2 +- .../base/icons/icons/upload/property-16.scss | 2 +- .../base/icons/icons/upload/property-24.scss | 2 +- .../base/icons/icons/user-add/index.scss | 2 +- .../base/icons/icons/user-add/keyframes.scss | 2 +- .../icons/icons/user-add/placeholders.scss | 2 +- .../base/icons/icons/user-check/index.scss | 2 +- .../icons/icons/user-check/keyframes.scss | 2 +- .../icons/icons/user-check/placeholders.scss | 2 +- .../icons/icons/user-check/property-16.scss | 2 +- .../icons/icons/user-check/property-24.scss | 2 +- .../icons/icons/user-circle-fill/index.scss | 2 +- .../icons/user-circle-fill/keyframes.scss | 2 +- .../icons/user-circle-fill/placeholders.scss | 2 +- .../icons/user-circle-fill/property-16.scss | 2 +- .../icons/user-circle-fill/property-24.scss | 2 +- .../base/icons/icons/user-circle/index.scss | 2 +- .../icons/icons/user-circle/keyframes.scss | 2 +- .../icons/icons/user-circle/placeholders.scss | 2 +- .../icons/icons/user-circle/property-16.scss | 2 +- .../icons/icons/user-circle/property-24.scss | 2 +- .../base/icons/icons/user-minus/index.scss | 2 +- .../icons/icons/user-minus/keyframes.scss | 2 +- .../icons/icons/user-minus/placeholders.scss | 2 +- .../icons/icons/user-minus/property-16.scss | 2 +- .../icons/icons/user-minus/property-24.scss | 2 +- .../icons/icons/user-organization/index.scss | 2 +- .../icons/user-organization/keyframes.scss | 2 +- .../icons/user-organization/placeholders.scss | 2 +- .../base/icons/icons/user-plain/index.scss | 2 +- .../icons/icons/user-plain/keyframes.scss | 2 +- .../icons/icons/user-plain/placeholders.scss | 2 +- .../base/icons/icons/user-plus/index.scss | 2 +- .../base/icons/icons/user-plus/keyframes.scss | 2 +- .../icons/icons/user-plus/placeholders.scss | 2 +- .../icons/icons/user-plus/property-16.scss | 2 +- .../icons/icons/user-plus/property-24.scss | 2 +- .../icons/icons/user-square-fill/index.scss | 2 +- .../icons/user-square-fill/keyframes.scss | 2 +- .../icons/user-square-fill/placeholders.scss | 2 +- .../icons/user-square-outline/index.scss | 2 +- .../icons/user-square-outline/keyframes.scss | 2 +- .../user-square-outline/placeholders.scss | 2 +- .../base/icons/icons/user-team/index.scss | 2 +- .../base/icons/icons/user-team/keyframes.scss | 2 +- .../icons/icons/user-team/placeholders.scss | 2 +- .../styles/base/icons/icons/user-x/index.scss | 2 +- .../base/icons/icons/user-x/keyframes.scss | 2 +- .../base/icons/icons/user-x/placeholders.scss | 2 +- .../base/icons/icons/user-x/property-16.scss | 2 +- .../base/icons/icons/user-x/property-24.scss | 2 +- .../styles/base/icons/icons/user/index.scss | 2 +- .../base/icons/icons/user/keyframes.scss | 2 +- .../base/icons/icons/user/placeholders.scss | 2 +- .../base/icons/icons/user/property-16.scss | 2 +- .../base/icons/icons/user/property-24.scss | 2 +- .../styles/base/icons/icons/users/index.scss | 2 +- .../base/icons/icons/users/keyframes.scss | 2 +- .../base/icons/icons/users/placeholders.scss | 2 +- .../base/icons/icons/users/property-16.scss | 2 +- .../base/icons/icons/users/property-24.scss | 2 +- .../base/icons/icons/vagrant-color/index.scss | 2 +- .../icons/icons/vagrant-color/keyframes.scss | 2 +- .../icons/vagrant-color/placeholders.scss | 2 +- .../icons/vagrant-color/property-16.scss | 2 +- .../icons/vagrant-color/property-24.scss | 2 +- .../base/icons/icons/vagrant/index.scss | 2 +- .../base/icons/icons/vagrant/keyframes.scss | 2 +- .../icons/icons/vagrant/placeholders.scss | 2 +- .../base/icons/icons/vagrant/property-16.scss | 2 +- .../base/icons/icons/vagrant/property-24.scss | 2 +- .../base/icons/icons/vault-color/index.scss | 2 +- .../icons/icons/vault-color/keyframes.scss | 2 +- .../icons/icons/vault-color/placeholders.scss | 2 +- .../icons/icons/vault-color/property-16.scss | 2 +- .../icons/icons/vault-color/property-24.scss | 2 +- .../styles/base/icons/icons/vault/index.scss | 2 +- .../base/icons/icons/vault/keyframes.scss | 2 +- .../base/icons/icons/vault/placeholders.scss | 2 +- .../base/icons/icons/vault/property-16.scss | 2 +- .../base/icons/icons/vault/property-24.scss | 2 +- .../base/icons/icons/verified/index.scss | 2 +- .../base/icons/icons/verified/keyframes.scss | 2 +- .../icons/icons/verified/placeholders.scss | 2 +- .../icons/icons/verified/property-16.scss | 2 +- .../icons/icons/verified/property-24.scss | 2 +- .../base/icons/icons/video-off/index.scss | 2 +- .../base/icons/icons/video-off/keyframes.scss | 2 +- .../icons/icons/video-off/placeholders.scss | 2 +- .../icons/icons/video-off/property-16.scss | 2 +- .../icons/icons/video-off/property-24.scss | 2 +- .../styles/base/icons/icons/video/index.scss | 2 +- .../base/icons/icons/video/keyframes.scss | 2 +- .../base/icons/icons/video/placeholders.scss | 2 +- .../base/icons/icons/video/property-16.scss | 2 +- .../base/icons/icons/video/property-24.scss | 2 +- .../icons/icons/visibility-hide/index.scss | 2 +- .../icons/visibility-hide/keyframes.scss | 2 +- .../icons/visibility-hide/placeholders.scss | 2 +- .../icons/icons/visibility-show/index.scss | 2 +- .../icons/visibility-show/keyframes.scss | 2 +- .../icons/visibility-show/placeholders.scss | 2 +- .../base/icons/icons/vmware-color/index.scss | 2 +- .../icons/icons/vmware-color/keyframes.scss | 2 +- .../icons/vmware-color/placeholders.scss | 2 +- .../icons/icons/vmware-color/property-16.scss | 2 +- .../icons/icons/vmware-color/property-24.scss | 2 +- .../styles/base/icons/icons/vmware/index.scss | 2 +- .../base/icons/icons/vmware/keyframes.scss | 2 +- .../base/icons/icons/vmware/placeholders.scss | 2 +- .../base/icons/icons/vmware/property-16.scss | 2 +- .../base/icons/icons/vmware/property-24.scss | 2 +- .../base/icons/icons/volume-2/index.scss | 2 +- .../base/icons/icons/volume-2/keyframes.scss | 2 +- .../icons/icons/volume-2/placeholders.scss | 2 +- .../icons/icons/volume-2/property-16.scss | 2 +- .../icons/icons/volume-2/property-24.scss | 2 +- .../base/icons/icons/volume-down/index.scss | 2 +- .../icons/icons/volume-down/keyframes.scss | 2 +- .../icons/icons/volume-down/placeholders.scss | 2 +- .../icons/icons/volume-down/property-16.scss | 2 +- .../icons/icons/volume-down/property-24.scss | 2 +- .../base/icons/icons/volume-x/index.scss | 2 +- .../base/icons/icons/volume-x/keyframes.scss | 2 +- .../icons/icons/volume-x/placeholders.scss | 2 +- .../icons/icons/volume-x/property-16.scss | 2 +- .../icons/icons/volume-x/property-24.scss | 2 +- .../styles/base/icons/icons/volume/index.scss | 2 +- .../base/icons/icons/volume/keyframes.scss | 2 +- .../base/icons/icons/volume/placeholders.scss | 2 +- .../base/icons/icons/volume/property-16.scss | 2 +- .../base/icons/icons/volume/property-24.scss | 2 +- .../styles/base/icons/icons/wall/index.scss | 2 +- .../base/icons/icons/wall/keyframes.scss | 2 +- .../base/icons/icons/wall/placeholders.scss | 2 +- .../base/icons/icons/wall/property-16.scss | 2 +- .../base/icons/icons/wall/property-24.scss | 2 +- .../styles/base/icons/icons/wand/index.scss | 2 +- .../base/icons/icons/wand/keyframes.scss | 2 +- .../base/icons/icons/wand/placeholders.scss | 2 +- .../base/icons/icons/wand/property-16.scss | 2 +- .../base/icons/icons/wand/property-24.scss | 2 +- .../styles/base/icons/icons/watch/index.scss | 2 +- .../base/icons/icons/watch/keyframes.scss | 2 +- .../base/icons/icons/watch/placeholders.scss | 2 +- .../base/icons/icons/watch/property-16.scss | 2 +- .../base/icons/icons/watch/property-24.scss | 2 +- .../icons/icons/waypoint-color/index.scss | 2 +- .../icons/icons/waypoint-color/keyframes.scss | 2 +- .../icons/waypoint-color/placeholders.scss | 2 +- .../icons/waypoint-color/property-16.scss | 2 +- .../icons/waypoint-color/property-24.scss | 2 +- .../base/icons/icons/waypoint/index.scss | 2 +- .../base/icons/icons/waypoint/keyframes.scss | 2 +- .../icons/icons/waypoint/placeholders.scss | 2 +- .../icons/icons/waypoint/property-16.scss | 2 +- .../icons/icons/waypoint/property-24.scss | 2 +- .../base/icons/icons/webhook/index.scss | 2 +- .../base/icons/icons/webhook/keyframes.scss | 2 +- .../icons/icons/webhook/placeholders.scss | 2 +- .../base/icons/icons/webhook/property-16.scss | 2 +- .../base/icons/icons/webhook/property-24.scss | 2 +- .../base/icons/icons/wifi-off/index.scss | 2 +- .../base/icons/icons/wifi-off/keyframes.scss | 2 +- .../icons/icons/wifi-off/placeholders.scss | 2 +- .../icons/icons/wifi-off/property-16.scss | 2 +- .../icons/icons/wifi-off/property-24.scss | 2 +- .../styles/base/icons/icons/wifi/index.scss | 2 +- .../base/icons/icons/wifi/keyframes.scss | 2 +- .../base/icons/icons/wifi/placeholders.scss | 2 +- .../base/icons/icons/wifi/property-16.scss | 2 +- .../base/icons/icons/wifi/property-24.scss | 2 +- .../styles/base/icons/icons/wrench/index.scss | 2 +- .../base/icons/icons/wrench/keyframes.scss | 2 +- .../base/icons/icons/wrench/placeholders.scss | 2 +- .../base/icons/icons/wrench/property-16.scss | 2 +- .../base/icons/icons/wrench/property-24.scss | 2 +- .../base/icons/icons/x-circle-fill/index.scss | 2 +- .../icons/icons/x-circle-fill/keyframes.scss | 2 +- .../icons/x-circle-fill/placeholders.scss | 2 +- .../icons/x-circle-fill/property-16.scss | 2 +- .../icons/x-circle-fill/property-24.scss | 2 +- .../base/icons/icons/x-circle/index.scss | 2 +- .../base/icons/icons/x-circle/keyframes.scss | 2 +- .../icons/icons/x-circle/placeholders.scss | 2 +- .../icons/icons/x-circle/property-16.scss | 2 +- .../icons/icons/x-circle/property-24.scss | 2 +- .../icons/icons/x-diamond-fill/index.scss | 2 +- .../icons/icons/x-diamond-fill/keyframes.scss | 2 +- .../icons/x-diamond-fill/placeholders.scss | 2 +- .../icons/x-diamond-fill/property-16.scss | 2 +- .../icons/x-diamond-fill/property-24.scss | 2 +- .../base/icons/icons/x-diamond/index.scss | 2 +- .../base/icons/icons/x-diamond/keyframes.scss | 2 +- .../icons/icons/x-diamond/placeholders.scss | 2 +- .../icons/icons/x-diamond/property-16.scss | 2 +- .../icons/icons/x-diamond/property-24.scss | 2 +- .../icons/icons/x-hexagon-fill/index.scss | 2 +- .../icons/icons/x-hexagon-fill/keyframes.scss | 2 +- .../icons/x-hexagon-fill/placeholders.scss | 2 +- .../icons/x-hexagon-fill/property-16.scss | 2 +- .../icons/x-hexagon-fill/property-24.scss | 2 +- .../base/icons/icons/x-hexagon/index.scss | 2 +- .../base/icons/icons/x-hexagon/keyframes.scss | 2 +- .../icons/icons/x-hexagon/placeholders.scss | 2 +- .../icons/icons/x-hexagon/property-16.scss | 2 +- .../icons/icons/x-hexagon/property-24.scss | 2 +- .../base/icons/icons/x-square-fill/index.scss | 2 +- .../icons/icons/x-square-fill/keyframes.scss | 2 +- .../icons/x-square-fill/placeholders.scss | 2 +- .../icons/x-square-fill/property-16.scss | 2 +- .../icons/x-square-fill/property-24.scss | 2 +- .../base/icons/icons/x-square/index.scss | 2 +- .../base/icons/icons/x-square/keyframes.scss | 2 +- .../icons/icons/x-square/placeholders.scss | 2 +- .../icons/icons/x-square/property-16.scss | 2 +- .../icons/icons/x-square/property-24.scss | 2 +- .../app/styles/base/icons/icons/x/index.scss | 2 +- .../styles/base/icons/icons/x/keyframes.scss | 2 +- .../base/icons/icons/x/placeholders.scss | 2 +- .../base/icons/icons/x/property-16.scss | 2 +- .../base/icons/icons/x/property-24.scss | 2 +- .../base/icons/icons/youtube-color/index.scss | 2 +- .../icons/icons/youtube-color/keyframes.scss | 2 +- .../icons/youtube-color/placeholders.scss | 2 +- .../icons/youtube-color/property-16.scss | 2 +- .../icons/youtube-color/property-24.scss | 2 +- .../base/icons/icons/youtube/index.scss | 2 +- .../base/icons/icons/youtube/keyframes.scss | 2 +- .../icons/icons/youtube/placeholders.scss | 2 +- .../base/icons/icons/youtube/property-16.scss | 2 +- .../base/icons/icons/youtube/property-24.scss | 2 +- .../base/icons/icons/zap-off/index.scss | 2 +- .../base/icons/icons/zap-off/keyframes.scss | 2 +- .../icons/icons/zap-off/placeholders.scss | 2 +- .../base/icons/icons/zap-off/property-16.scss | 2 +- .../base/icons/icons/zap-off/property-24.scss | 2 +- .../styles/base/icons/icons/zap/index.scss | 2 +- .../base/icons/icons/zap/keyframes.scss | 2 +- .../base/icons/icons/zap/placeholders.scss | 2 +- .../base/icons/icons/zap/property-16.scss | 2 +- .../base/icons/icons/zap/property-24.scss | 2 +- .../base/icons/icons/zoom-in/index.scss | 2 +- .../base/icons/icons/zoom-in/keyframes.scss | 2 +- .../icons/icons/zoom-in/placeholders.scss | 2 +- .../base/icons/icons/zoom-in/property-16.scss | 2 +- .../base/icons/icons/zoom-in/property-24.scss | 2 +- .../base/icons/icons/zoom-out/index.scss | 2 +- .../base/icons/icons/zoom-out/keyframes.scss | 2 +- .../icons/icons/zoom-out/placeholders.scss | 2 +- .../icons/icons/zoom-out/property-16.scss | 2 +- .../icons/icons/zoom-out/property-24.scss | 2 +- .../app/styles/base/icons/index.scss | 2 +- .../app/styles/base/icons/overrides.scss | 2 +- .../consul-ui/app/styles/base/index.scss | 2 +- .../app/styles/base/reset/base-variables.scss | 2 +- .../app/styles/base/reset/index.scss | 2 +- .../app/styles/base/reset/minireset.scss | 2 +- .../app/styles/base/reset/system.scss | 2 +- .../base/typography/base-keyframes.scss | 2 +- .../base/typography/base-placeholders.scss | 2 +- .../app/styles/base/typography/index.scss | 2 +- .../consul-ui/app/styles/components.scss | 2 +- ui/packages/consul-ui/app/styles/debug.scss | 2 +- ui/packages/consul-ui/app/styles/icons.scss | 2 +- ui/packages/consul-ui/app/styles/layout.scss | 2 +- .../consul-ui/app/styles/layouts/index.scss | 2 +- .../app/styles/prism-coldark-cold.scss | 2 +- .../app/styles/prism-coldark-dark.scss | 2 +- ui/packages/consul-ui/app/styles/routes.scss | 2 +- .../app/styles/routes/dc/acls/index.scss | 2 +- .../styles/routes/dc/intentions/index.scss | 2 +- .../app/styles/routes/dc/kv/index.scss | 2 +- .../app/styles/routes/dc/nodes/index.scss | 2 +- .../styles/routes/dc/overview/license.scss | 2 +- .../routes/dc/overview/serverstatus.scss | 2 +- .../app/styles/routes/dc/services/index.scss | 2 +- .../consul-ui/app/styles/tailwind.scss | 2 +- ui/packages/consul-ui/app/styles/themes.scss | 2 +- .../consul-ui/app/styles/typography.scss | 2 +- .../consul-ui/app/styles/variables.scss | 2 +- .../app/styles/variables/custom-query.scss | 2 +- .../app/styles/variables/layout.scss | 2 +- .../consul-ui/app/styles/variables/skin.scss | 2 +- .../consul-ui/app/templates/application.hbs | 2 +- ui/packages/consul-ui/app/templates/dc.hbs | 2 +- .../consul-ui/app/templates/dc/acls.hbs | 2 +- .../templates/dc/acls/auth-methods/index.hbs | 2 +- .../templates/dc/acls/auth-methods/show.hbs | 2 +- .../dc/acls/auth-methods/show/auth-method.hbs | 2 +- .../acls/auth-methods/show/binding-rules.hbs | 2 +- .../acls/auth-methods/show/nspace-rules.hbs | 2 +- .../consul-ui/app/templates/dc/acls/index.hbs | 2 +- .../app/templates/dc/acls/policies/-form.hbs | 2 +- .../app/templates/dc/acls/policies/edit.hbs | 2 +- .../app/templates/dc/acls/policies/index.hbs | 2 +- .../app/templates/dc/acls/roles/-form.hbs | 2 +- .../app/templates/dc/acls/roles/edit.hbs | 2 +- .../app/templates/dc/acls/roles/index.hbs | 2 +- .../dc/acls/tokens/-fieldsets-legacy.hbs | 2 +- .../templates/dc/acls/tokens/-fieldsets.hbs | 2 +- .../app/templates/dc/acls/tokens/-form.hbs | 2 +- .../app/templates/dc/acls/tokens/edit.hbs | 2 +- .../app/templates/dc/acls/tokens/index.hbs | 2 +- .../app/templates/dc/intentions/edit.hbs | 2 +- .../app/templates/dc/intentions/index.hbs | 2 +- .../consul-ui/app/templates/dc/kv/edit.hbs | 2 +- .../consul-ui/app/templates/dc/kv/index.hbs | 2 +- .../app/templates/dc/nodes/index.hbs | 2 +- .../consul-ui/app/templates/dc/nodes/show.hbs | 2 +- .../templates/dc/nodes/show/healthchecks.hbs | 2 +- .../app/templates/dc/nodes/show/index.hbs | 2 +- .../app/templates/dc/nodes/show/metadata.hbs | 2 +- .../app/templates/dc/nodes/show/rtt.hbs | 2 +- .../app/templates/dc/nodes/show/services.hbs | 2 +- .../app/templates/dc/routing-config.hbs | 2 +- .../app/templates/dc/services/index.hbs | 2 +- .../app/templates/dc/services/instance.hbs | 2 +- .../dc/services/instance/addresses.hbs | 2 +- .../dc/services/instance/exposedpaths.hbs | 2 +- .../dc/services/instance/healthchecks.hbs | 2 +- .../dc/services/instance/metadata.hbs | 2 +- .../dc/services/instance/upstreams.hbs | 2 +- .../app/templates/dc/services/show.hbs | 2 +- .../app/templates/dc/services/show/index.hbs | 2 +- .../templates/dc/services/show/instances.hbs | 2 +- .../templates/dc/services/show/intentions.hbs | 2 +- .../dc/services/show/intentions/edit.hbs | 2 +- .../dc/services/show/intentions/index.hbs | 2 +- .../templates/dc/services/show/routing.hbs | 2 +- .../templates/dc/services/show/services.hbs | 2 +- .../app/templates/dc/services/show/tags.hbs | 2 +- .../templates/dc/services/show/topology.hbs | 2 +- .../templates/dc/services/show/upstreams.hbs | 2 +- .../consul-ui/app/templates/dc/show.hbs | 2 +- .../consul-ui/app/templates/dc/show/index.hbs | 2 +- .../app/templates/dc/show/license.hbs | 2 +- .../app/templates/dc/show/serverstatus.hbs | 2 +- ui/packages/consul-ui/app/templates/debug.hbs | 2 +- ui/packages/consul-ui/app/templates/error.hbs | 2 +- ui/packages/consul-ui/app/templates/index.hbs | 2 +- .../consul-ui/app/templates/loading.hbs | 2 +- .../consul-ui/app/templates/notfound.hbs | 2 +- .../app/templates/oauth-provider-debug.hbs | 2 +- .../consul-ui/app/templates/settings.hbs | 2 +- ui/packages/consul-ui/app/utils/ascend.js | 2 +- ui/packages/consul-ui/app/utils/atob.js | 2 +- ui/packages/consul-ui/app/utils/btoa.js | 2 +- .../consul-ui/app/utils/callable-type.js | 2 +- .../app/utils/create-fingerprinter.js | 2 +- ui/packages/consul-ui/app/utils/distance.js | 2 +- .../app/utils/dom/click-first-anchor.js | 2 +- .../consul-ui/app/utils/dom/closest.js | 2 +- .../app/utils/dom/create-listeners.js | 2 +- .../app/utils/dom/event-source/blocking.js | 2 +- .../app/utils/dom/event-source/cache.js | 2 +- .../app/utils/dom/event-source/callable.js | 2 +- .../app/utils/dom/event-source/index.js | 2 +- .../app/utils/dom/event-source/openable.js | 2 +- .../app/utils/dom/event-source/proxy.js | 2 +- .../app/utils/dom/event-source/resolver.js | 2 +- .../app/utils/dom/event-source/storage.js | 2 +- .../app/utils/dom/get-component-factory.js | 2 +- .../consul-ui/app/utils/dom/is-outside.js | 2 +- .../app/utils/dom/normalize-event.js | 2 +- .../consul-ui/app/utils/dom/qsa-factory.js | 2 +- .../consul-ui/app/utils/dom/sibling.js | 2 +- .../consul-ui/app/utils/editor/lint.js | 2 +- .../consul-ui/app/utils/filter/index.js | 2 +- .../consul-ui/app/utils/form/builder.js | 2 +- .../consul-ui/app/utils/form/changeset.js | 2 +- .../consul-ui/app/utils/get-environment.js | 2 +- .../app/utils/get-form-name-property.js | 2 +- .../app/utils/helpers/call-if-type.js | 2 +- .../consul-ui/app/utils/http/consul.js | 2 +- .../app/utils/http/create-headers.js | 2 +- .../app/utils/http/create-query-params.js | 2 +- .../consul-ui/app/utils/http/create-url.js | 2 +- ui/packages/consul-ui/app/utils/http/error.js | 2 +- .../consul-ui/app/utils/http/headers.js | 2 +- .../consul-ui/app/utils/http/method.js | 2 +- .../consul-ui/app/utils/http/request.js | 2 +- .../consul-ui/app/utils/http/status.js | 2 +- ui/packages/consul-ui/app/utils/http/xhr.js | 2 +- .../app/utils/intl/missing-message.js | 2 +- ui/packages/consul-ui/app/utils/isFolder.js | 2 +- ui/packages/consul-ui/app/utils/keyToArray.js | 2 +- ui/packages/consul-ui/app/utils/left-trim.js | 2 +- ui/packages/consul-ui/app/utils/maybe-call.js | 2 +- .../consul-ui/app/utils/merge-checks.js | 2 +- .../consul-ui/app/utils/minimizeModel.js | 2 +- .../consul-ui/app/utils/non-empty-set.js | 2 +- .../consul-ui/app/utils/path/resolve.js | 2 +- .../consul-ui/app/utils/promisedTimeout.js | 2 +- ui/packages/consul-ui/app/utils/right-trim.js | 2 +- .../app/utils/routing/redirect-to.js | 2 +- .../app/utils/routing/transitionable.js | 2 +- .../consul-ui/app/utils/routing/walk.js | 2 +- .../consul-ui/app/utils/routing/wildcard.js | 2 +- .../consul-ui/app/utils/search/exact.js | 2 +- .../consul-ui/app/utils/search/fuzzy.js | 2 +- .../consul-ui/app/utils/search/predicate.js | 2 +- .../consul-ui/app/utils/search/regexp.js | 2 +- .../app/utils/storage/local-storage.js | 2 +- ui/packages/consul-ui/app/utils/templatize.js | 2 +- .../consul-ui/app/utils/ticker/index.js | 2 +- ui/packages/consul-ui/app/utils/tomography.js | 2 +- ui/packages/consul-ui/app/utils/ucfirst.js | 2 +- .../app/utils/update-array-object.js | 2 +- .../intention-permission-http-header.js | 2 +- .../app/validations/intention-permission.js | 2 +- .../consul-ui/app/validations/intention.js | 2 +- ui/packages/consul-ui/app/validations/kv.js | 2 +- .../consul-ui/app/validations/policy.js | 2 +- ui/packages/consul-ui/app/validations/role.js | 2 +- .../consul-ui/app/validations/sometimes.js | 2 +- .../consul-ui/app/validations/token.js | 2 +- .../blueprints/adapter-test/index.js | 2 +- .../__path__/integration/adapters/__test__.js | 2 +- .../__path__/unit/adapters/__test__.js | 2 +- .../files/__root__/__path__/__name__.js | 2 +- .../consul-ui/blueprints/adapter/index.js | 2 +- .../__templatepath__/__templatename__.hbs | 2 +- .../consul-ui/blueprints/component/index.js | 2 +- .../files/__root__/__path__/__name__.scss | 2 +- .../__root__/__path__/__name__/index.scss | 2 +- .../__root__/__path__/__name__/layout.scss | 2 +- .../__root__/__path__/__name__/skin.scss | 2 +- .../blueprints/css-component/index.js | 2 +- .../consul-ui/blueprints/model-test/index.js | 2 +- .../__root__/__path__/unit/models/__test__.js | 2 +- .../model/files/__root__/__path__/__name__.js | 2 +- .../consul-ui/blueprints/model/index.js | 2 +- .../blueprints/repository-test/index.js | 2 +- .../services/repository/__test__.js | 2 +- .../unit/services/repository/__test__.js | 2 +- .../files/__root__/__path__/__name__.js | 2 +- .../consul-ui/blueprints/repository/index.js | 2 +- .../consul-ui/blueprints/route-test/index.js | 2 +- .../consul-ui/blueprints/route/index.js | 2 +- .../__templatepath__/__templatename__.hbs | 2 +- .../blueprints/serializer-test/index.js | 2 +- .../integration/serializers/__test__.js | 2 +- .../__path__/unit/serializers/__test__.js | 2 +- .../files/__root__/__path__/__name__.js | 2 +- .../consul-ui/blueprints/serializer/index.js | 2 +- .../consul-ui/config/deprecation-workflow.js | 2 +- ui/packages/consul-ui/config/ember-intl.js | 2 +- ui/packages/consul-ui/config/environment.js | 2 +- ui/packages/consul-ui/config/targets.js | 2 +- ui/packages/consul-ui/config/utils.js | 2 +- ui/packages/consul-ui/ember-cli-build.js | 2 +- ui/packages/consul-ui/lib/.eslintrc.js | 2 +- .../lib/colocated-components/index.js | 2 +- .../consul-ui/lib/commands/bin/list.js | 2 +- ui/packages/consul-ui/lib/commands/index.js | 2 +- .../consul-ui/lib/commands/lib/list.js | 2 +- .../consul-ui/lib/custom-element/index.js | 2 +- ui/packages/consul-ui/lib/startup/index.js | 2 +- .../lib/startup/templates/body.html.js | 2 +- .../lib/startup/templates/head.html.js | 2 +- .../node-tests/config/environment.js | 2 +- .../consul-ui/node-tests/config/utils.js | 2 +- ui/packages/consul-ui/server/index.js | 2 +- ui/packages/consul-ui/tailwind.config.js | 2 +- ui/packages/consul-ui/testem.js | 2 +- .../tests/acceptance/hcp-login-test.js | 2 +- .../acceptance/steps/api-prefix-steps.js | 2 +- .../steps/components/acl-filter-steps.js | 2 +- .../steps/components/catalog-filter-steps.js | 2 +- .../steps/components/catalog-toolbar-steps.js | 2 +- .../steps/components/copy-button-steps.js | 2 +- .../steps/components/kv-filter-steps.js | 2 +- .../steps/components/text-input-steps.js | 2 +- .../acceptance/steps/dc/acls/access-steps.js | 2 +- .../steps/dc/acls/auth-methods/index-steps.js | 2 +- .../dc/acls/auth-methods/navigation-steps.js | 2 +- .../dc/acls/auth-methods/sorting-steps.js | 2 +- .../acceptance/steps/dc/acls/index-steps.js | 2 +- .../steps/dc/acls/list-order-steps.js | 2 +- .../policies/as-many/add-existing-steps.js | 2 +- .../dc/acls/policies/as-many/add-new-steps.js | 2 +- .../dc/acls/policies/as-many/list-steps.js | 2 +- .../dc/acls/policies/as-many/nspaces-steps.js | 2 +- .../dc/acls/policies/as-many/remove-steps.js | 2 +- .../dc/acls/policies/as-many/reset-steps.js | 2 +- .../steps/dc/acls/policies/create-steps.js | 2 +- .../steps/dc/acls/policies/delete-steps.js | 2 +- .../steps/dc/acls/policies/index-steps.js | 2 +- .../dc/acls/policies/navigation-steps.js | 2 +- .../steps/dc/acls/policies/sorting-steps.js | 2 +- .../steps/dc/acls/policies/update-steps.js | 2 +- .../dc/acls/policies/view-management-steps.js | 2 +- .../acls/roles/as-many/add-existing-steps.js | 2 +- .../dc/acls/roles/as-many/add-new-steps.js | 2 +- .../steps/dc/acls/roles/as-many/list-steps.js | 2 +- .../dc/acls/roles/as-many/remove-steps.js | 2 +- .../steps/dc/acls/roles/create-steps.js | 2 +- .../steps/dc/acls/roles/index-steps.js | 2 +- .../steps/dc/acls/roles/navigation-steps.js | 2 +- .../steps/dc/acls/roles/sorting-steps.js | 2 +- .../steps/dc/acls/roles/update-steps.js | 2 +- .../acls/tokens/anonymous-no-delete-steps.js | 2 +- .../steps/dc/acls/tokens/clone-steps.js | 2 +- .../steps/dc/acls/tokens/create-steps.js | 2 +- .../steps/dc/acls/tokens/index-steps.js | 2 +- .../dc/acls/tokens/legacy/update-steps.js | 2 +- .../dc/acls/tokens/login-errors-steps.js | 2 +- .../steps/dc/acls/tokens/login-steps.js | 2 +- .../steps/dc/acls/tokens/navigation-steps.js | 2 +- .../dc/acls/tokens/own-no-delete-steps.js | 2 +- .../steps/dc/acls/tokens/sorting-steps.js | 2 +- .../steps/dc/acls/tokens/update-steps.js | 2 +- .../steps/dc/acls/tokens/use-steps.js | 2 +- .../acceptance/steps/dc/acls/update-steps.js | 2 +- .../acceptance/steps/dc/acls/use-steps.js | 2 +- .../tests/acceptance/steps/dc/error-steps.js | 2 +- .../acceptance/steps/dc/forwarding-steps.js | 2 +- .../tests/acceptance/steps/dc/index-steps.js | 2 +- .../steps/dc/intentions/create-steps.js | 2 +- .../steps/dc/intentions/delete-steps.js | 2 +- .../dc/intentions/filtered-select-steps.js | 2 +- .../steps/dc/intentions/form-select-steps.js | 2 +- .../steps/dc/intentions/index-steps.js | 2 +- .../steps/dc/intentions/navigation-steps.js | 2 +- .../dc/intentions/permissions/create-steps.js | 2 +- .../dc/intentions/permissions/warn-steps.js | 2 +- .../steps/dc/intentions/read-only-steps.js | 2 +- .../steps/dc/intentions/sorting-steps.js | 2 +- .../steps/dc/intentions/update-steps.js | 2 +- .../steps/dc/kv/index/view-kvs-steps.js | 2 +- .../acceptance/steps/dc/kvs/create-steps.js | 2 +- .../acceptance/steps/dc/kvs/delete-steps.js | 2 +- .../acceptance/steps/dc/kvs/edit-steps.js | 2 +- .../acceptance/steps/dc/kvs/index-steps.js | 2 +- .../steps/dc/kvs/list-order-steps.js | 2 +- .../steps/dc/kvs/sessions/invalidate-steps.js | 2 +- .../steps/dc/kvs/trailing-slash-steps.js | 2 +- .../acceptance/steps/dc/kvs/update-steps.js | 2 +- .../steps/dc/list-blocking-steps.js | 2 +- .../tests/acceptance/steps/dc/list-steps.js | 2 +- .../steps/dc/nodes/empty-ids-steps.js | 2 +- .../acceptance/steps/dc/nodes/index-steps.js | 2 +- .../steps/dc/nodes/index/view-nodes-steps.js | 2 +- .../steps/dc/nodes/navigation-steps.js | 2 +- .../steps/dc/nodes/no-leader-steps.js | 2 +- .../steps/dc/nodes/services/list-steps.js | 2 +- .../dc/nodes/sessions/invalidate-steps.js | 2 +- .../steps/dc/nodes/sessions/list-steps.js | 2 +- .../acceptance/steps/dc/nodes/show-steps.js | 2 +- .../dc/nodes/show/health-checks-steps.js | 2 +- .../steps/dc/nodes/sorting-steps.js | 2 +- .../steps/dc/nspaces/create-steps.js | 2 +- .../steps/dc/nspaces/delete-steps.js | 2 +- .../steps/dc/nspaces/index-steps.js | 2 +- .../steps/dc/nspaces/manage-steps.js | 2 +- .../steps/dc/nspaces/sorting-steps.js | 2 +- .../steps/dc/nspaces/update-steps.js | 2 +- .../acceptance/steps/dc/peers/create-steps.js | 2 +- .../acceptance/steps/dc/peers/delete-steps.js | 2 +- .../steps/dc/peers/establish-steps.js | 2 +- .../acceptance/steps/dc/peers/index-steps.js | 2 +- .../steps/dc/peers/regenerate-steps.js | 2 +- .../acceptance/steps/dc/peers/show-steps.js | 2 +- .../steps/dc/routing-config-steps.js | 2 +- .../steps/dc/services/dc-switch-steps.js | 2 +- .../steps/dc/services/error-steps.js | 2 +- .../steps/dc/services/index-steps.js | 2 +- .../dc/services/index/view-services-steps.js | 2 +- .../dc/services/instances/error-steps.js | 2 +- .../services/instances/exposed-paths-steps.js | 2 +- .../dc/services/instances/gateway-steps.js | 2 +- .../services/instances/health-checks-steps.js | 2 +- .../dc/services/instances/navigation-steps.js | 2 +- .../dc/services/instances/proxy-steps.js | 2 +- .../steps/dc/services/instances/show-steps.js | 2 +- .../services/instances/sidecar-proxy-steps.js | 2 +- .../dc/services/instances/upstreams-steps.js | 2 +- .../dc/services/instances/with-proxy-steps.js | 2 +- .../services/instances/with-sidecar-steps.js | 2 +- .../steps/dc/services/list-blocking-steps.js | 2 +- .../steps/dc/services/list-steps.js | 2 +- .../steps/dc/services/navigation-steps.js | 2 +- .../steps/dc/services/show-routing-steps.js | 2 +- .../steps/dc/services/show-steps.js | 2 +- .../dc/services/show-with-slashes-steps.js | 2 +- .../steps/dc/services/show/dc-switch-steps.js | 2 +- .../services/show/intentions-error-steps.js | 2 +- .../services/show/intentions/create-steps.js | 2 +- .../services/show/intentions/index-steps.js | 2 +- .../dc/services/show/navigation-steps.js | 2 +- .../steps/dc/services/show/services-steps.js | 2 +- .../steps/dc/services/show/tags-steps.js | 2 +- .../dc/services/show/topology/empty-steps.js | 2 +- .../dc/services/show/topology/index-steps.js | 2 +- .../show/topology/intentions-steps.js | 2 +- .../services/show/topology/metrics-steps.js | 2 +- .../services/show/topology/notices-steps.js | 2 +- .../show/topology/routing-config-steps.js | 2 +- .../dc/services/show/topology/stats-steps.js | 2 +- .../steps/dc/services/show/upstreams-steps.js | 2 +- .../steps/dc/services/sorting-steps.js | 2 +- .../tests/acceptance/steps/deleting-steps.js | 2 +- .../steps/index-forwarding-steps.js | 2 +- .../acceptance/steps/login-errors-steps.js | 2 +- .../tests/acceptance/steps/login-steps.js | 2 +- .../steps/navigation-links-steps.js | 2 +- .../acceptance/steps/nodes/sorting-steps.js | 2 +- .../acceptance/steps/page-navigation-steps.js | 2 +- .../acceptance/steps/settings/show-steps.js | 2 +- .../acceptance/steps/settings/update-steps.js | 2 +- .../tests/acceptance/steps/startup-steps.js | 2 +- .../consul-ui/tests/acceptance/steps/steps.js | 2 +- .../acceptance/steps/submit-blank-steps.js | 2 +- .../acceptance/steps/token-header-steps.js | 2 +- ui/packages/consul-ui/tests/dictionary.js | 2 +- ui/packages/consul-ui/tests/helpers/api.js | 2 +- .../consul-ui/tests/helpers/destroy-app.js | 2 +- .../consul-ui/tests/helpers/flash-message.js | 2 +- .../tests/helpers/get-nspace-runner.js | 2 +- .../consul-ui/tests/helpers/measure.js | 2 +- .../tests/helpers/module-for-acceptance.js | 2 +- .../consul-ui/tests/helpers/normalizers.js | 2 +- ui/packages/consul-ui/tests/helpers/page.js | 2 +- ui/packages/consul-ui/tests/helpers/repo.js | 2 +- .../consul-ui/tests/helpers/set-cookies.js | 2 +- .../consul-ui/tests/helpers/stub-super.js | 2 +- .../consul-ui/tests/helpers/type-to-url.js | 2 +- .../tests/helpers/yadda-annotations.js | 2 +- ui/packages/consul-ui/tests/index.html | 2 +- .../integration/adapters/auth-method-test.js | 2 +- .../integration/adapters/binding-rule-test.js | 2 +- .../integration/adapters/coordinate-test.js | 2 +- .../adapters/discovery-chain-test.js | 2 +- .../integration/adapters/intention-test.js | 2 +- .../tests/integration/adapters/kv-test.js | 2 +- .../tests/integration/adapters/node-test.js | 2 +- .../tests/integration/adapters/nspace-test.js | 2 +- .../adapters/oidc-provider-test.js | 2 +- .../integration/adapters/partition-test.js | 2 +- .../integration/adapters/permission-test.js | 2 +- .../tests/integration/adapters/policy-test.js | 2 +- .../tests/integration/adapters/role-test.js | 2 +- .../adapters/service-instance-test.js | 2 +- .../integration/adapters/service-test.js | 2 +- .../integration/adapters/session-test.js | 2 +- .../tests/integration/adapters/token-test.js | 2 +- .../integration/adapters/topology-test.js | 2 +- .../integration/components/app-view-test.js | 2 +- .../integration/components/aria-menu-test.js | 2 +- .../components/auth-profile-test.js | 2 +- .../components/code-editor-test.js | 2 +- .../components/confirmation-dialog-test.js | 2 +- .../components/consul/bucket/list-test.js | 2 +- .../consul/datacenter/selector-test.js | 2 +- .../components/consul/discovery-chain-test.js | 2 +- .../components/consul/hcp/home-test.js | 2 +- .../consul/intention/permission/form-test.js | 2 +- .../intention/permission/header/form-test.js | 2 +- .../consul/node/agentless-notice-test.js | 2 +- .../components/data-collection-test.js | 2 +- .../components/data-source-test.js | 2 +- .../components/delete-confirmation-test.js | 2 +- .../components/event-source-test.js | 2 +- .../components/freetext-filter-test.js | 2 +- .../components/hashicorp-consul-test.js | 2 +- .../integration/components/jwt-source-test.js | 2 +- .../components/list-collection-test.js | 2 +- .../components/oidc-select-test.js | 2 +- .../components/popover-menu-test.js | 2 +- .../components/radio-group-test.js | 2 +- .../tests/integration/components/ref-test.js | 2 +- .../components/resolver-card-test.js | 2 +- .../integration/components/route-card-test.js | 2 +- .../components/splitter-card-test.js | 2 +- .../integration/components/state-test.js | 2 +- .../integration/components/tab-nav-test.js | 2 +- .../components/tabular-collection-test.js | 2 +- .../components/tabular-details-test.js | 2 +- .../integration/components/tag-list-test.js | 2 +- .../components/toggle-button-test.js | 2 +- .../integration/components/token-list-test.js | 2 +- .../tests/integration/helpers/atob-test.js | 2 +- .../integration/helpers/dom-position-test.js | 2 +- .../integration/helpers/duration-from-test.js | 2 +- .../helpers/format-short-time-test.js | 2 +- .../tests/integration/helpers/is-href-test.js | 2 +- .../tests/integration/helpers/last-test.js | 2 +- .../integration/helpers/left-trim-test.js | 2 +- .../helpers/policy/datacenters-test.js | 2 +- .../integration/helpers/policy/typeof-test.js | 2 +- .../helpers/render-template-test.js | 2 +- .../integration/helpers/right-trim-test.js | 2 +- .../integration/helpers/route-match-test.js | 2 +- .../integration/helpers/searchable-test.js | 2 +- .../helpers/service/card-permissions-test.js | 2 +- .../helpers/service/external-source-test.js | 2 +- .../helpers/service/health-percentage-test.js | 2 +- .../tests/integration/helpers/slugify-test.js | 2 +- .../tests/integration/helpers/split-test.js | 2 +- .../integration/helpers/state-matches-test.js | 2 +- .../tests/integration/helpers/substr-test.js | 2 +- .../integration/helpers/svg-curve-test.js | 2 +- .../helpers/token/is-anonymous-test.js | 2 +- .../helpers/token/is-legacy-test.js | 2 +- .../integration/helpers/tween-to-test.js | 2 +- .../serializers/auth-method-test.js | 2 +- .../serializers/binding-rule-test.js | 2 +- .../serializers/coordinate-test.js | 2 +- .../serializers/discovery-chain-test.js | 2 +- .../integration/serializers/intention-test.js | 2 +- .../tests/integration/serializers/kv-test.js | 2 +- .../integration/serializers/node-test.js | 2 +- .../integration/serializers/nspace-test.js | 2 +- .../serializers/oidc-provider-test.js | 2 +- .../integration/serializers/partition-test.js | 2 +- .../integration/serializers/policy-test.js | 2 +- .../integration/serializers/role-test.js | 2 +- .../serializers/service-instance-test.js | 2 +- .../integration/serializers/service-test.js | 2 +- .../integration/serializers/session-test.js | 2 +- .../integration/serializers/token-test.js | 2 +- .../integration/serializers/topology-test.js | 2 +- .../services/repository/auth-method-test.js | 2 +- .../services/repository/coordinate-test.js | 2 +- .../services/repository/dc-test.js | 2 +- .../repository/discovery-chain-test.js | 2 +- .../services/repository/kv-test.js | 2 +- .../services/repository/node-test.js | 2 +- .../services/repository/policy-test.js | 2 +- .../services/repository/role-test.js | 2 +- .../services/repository/service-test.js | 2 +- .../services/repository/session-test.js | 2 +- .../services/repository/token-test.js | 2 +- .../services/repository/topology-test.js | 2 +- .../integration/services/routlet-test.js | 2 +- .../utils/dom/event-source/callable-test.js | 2 +- .../consul-ui/tests/lib/measure/getMeasure.js | 2 +- .../tests/lib/page-object/createCancelable.js | 2 +- .../tests/lib/page-object/createCreatable.js | 2 +- .../tests/lib/page-object/createDeletable.js | 2 +- .../tests/lib/page-object/createSubmitable.js | 2 +- .../consul-ui/tests/lib/page-object/index.js | 2 +- .../tests/lib/page-object/visitable.js | 2 +- ui/packages/consul-ui/tests/pages.js | 2 +- ui/packages/consul-ui/tests/pages/dc.js | 2 +- .../tests/pages/dc/acls/auth-methods/index.js | 2 +- .../consul-ui/tests/pages/dc/acls/edit.js | 2 +- .../consul-ui/tests/pages/dc/acls/index.js | 2 +- .../tests/pages/dc/acls/policies/edit.js | 2 +- .../tests/pages/dc/acls/policies/index.js | 2 +- .../tests/pages/dc/acls/roles/edit.js | 2 +- .../tests/pages/dc/acls/roles/index.js | 2 +- .../tests/pages/dc/acls/tokens/edit.js | 2 +- .../tests/pages/dc/acls/tokens/index.js | 2 +- .../tests/pages/dc/intentions/edit.js | 2 +- .../tests/pages/dc/intentions/index.js | 2 +- .../consul-ui/tests/pages/dc/kv/edit.js | 2 +- .../consul-ui/tests/pages/dc/kv/index.js | 2 +- .../consul-ui/tests/pages/dc/nodes/index.js | 2 +- .../consul-ui/tests/pages/dc/nodes/show.js | 2 +- .../consul-ui/tests/pages/dc/nspaces/edit.js | 2 +- .../consul-ui/tests/pages/dc/nspaces/index.js | 2 +- .../consul-ui/tests/pages/dc/peers/index.js | 2 +- .../consul-ui/tests/pages/dc/peers/show.js | 2 +- .../tests/pages/dc/routing-config.js | 2 +- .../tests/pages/dc/services/index.js | 2 +- .../tests/pages/dc/services/instance.js | 2 +- .../consul-ui/tests/pages/dc/services/show.js | 2 +- ui/packages/consul-ui/tests/pages/index.js | 2 +- ui/packages/consul-ui/tests/pages/settings.js | 2 +- ui/packages/consul-ui/tests/steps.js | 2 +- .../consul-ui/tests/steps/assertions/dom.js | 2 +- .../consul-ui/tests/steps/assertions/form.js | 2 +- .../consul-ui/tests/steps/assertions/http.js | 2 +- .../consul-ui/tests/steps/assertions/model.js | 2 +- .../consul-ui/tests/steps/assertions/page.js | 2 +- .../consul-ui/tests/steps/debug/index.js | 2 +- .../consul-ui/tests/steps/doubles/http.js | 2 +- .../consul-ui/tests/steps/doubles/model.js | 2 +- .../tests/steps/interactions/click.js | 2 +- .../tests/steps/interactions/form.js | 2 +- .../tests/steps/interactions/visit.js | 2 +- ui/packages/consul-ui/tests/test-helper.js | 2 +- .../consul-ui/tests/unit/abilities/-test.js | 2 +- .../tests/unit/adapters/application-test.js | 2 +- .../tests/unit/adapters/auth-method-test.js | 2 +- .../tests/unit/adapters/binding-rule-test.js | 2 +- .../tests/unit/adapters/coordinate-test.js | 2 +- .../unit/adapters/discovery-chain-test.js | 2 +- .../tests/unit/adapters/http-test.js | 2 +- .../tests/unit/adapters/intention-test.js | 2 +- .../consul-ui/tests/unit/adapters/kv-test.js | 2 +- .../tests/unit/adapters/node-test.js | 2 +- .../tests/unit/adapters/nspace-test.js | 2 +- .../tests/unit/adapters/oidc-provider-test.js | 2 +- .../tests/unit/adapters/partition-test.js | 2 +- .../tests/unit/adapters/permission-test.js | 2 +- .../tests/unit/adapters/policy-test.js | 2 +- .../tests/unit/adapters/proxy-test.js | 2 +- .../tests/unit/adapters/role-test.js | 2 +- .../unit/adapters/service-instance-test.js | 2 +- .../tests/unit/adapters/session-test.js | 2 +- .../tests/unit/adapters/token-test.js | 2 +- .../get-alternate-services-test.js | 2 +- .../discovery-chain/get-resolvers-test.js | 2 +- .../discovery-chain/get-splitters-test.js | 2 +- .../components/search-bar/filters-test.js | 2 +- .../unit/controllers/application-test.js | 2 +- .../dc/acls/policies/create-test.js | 2 +- .../controllers/dc/acls/policies/edit-test.js | 2 +- .../controllers/dc/acls/roles/create-test.js | 2 +- .../controllers/dc/acls/roles/edit-test.js | 2 +- .../controllers/dc/acls/tokens/create-test.js | 2 +- .../controllers/dc/acls/tokens/edit-test.js | 2 +- .../unit/filter/predicates/intention-test.js | 2 +- .../unit/filter/predicates/service-test.js | 2 +- .../tests/unit/helpers/document-attrs-test.js | 2 +- .../unit/helpers/policy/datacenters-test.js | 2 +- .../unit/helpers/token/is-anonymous-test.js | 2 +- .../unit/helpers/token/is-legacy-test.js | 2 +- .../tests/unit/mixins/policy/as-many-test.js | 2 +- .../tests/unit/mixins/role/as-many-test.js | 2 +- .../unit/mixins/with-blocking-actions-test.js | 2 +- .../tests/unit/models/auth-method-test.js | 2 +- .../tests/unit/models/coordinate-test.js | 2 +- .../consul-ui/tests/unit/models/dc-test.js | 2 +- .../tests/unit/models/discovery-chain-test.js | 2 +- .../tests/unit/models/intention-test.js | 2 +- .../consul-ui/tests/unit/models/kv-test.js | 2 +- .../consul-ui/tests/unit/models/node-test.js | 2 +- .../tests/unit/models/oidc-provider-test.js | 2 +- .../tests/unit/models/partition-test.js | 2 +- .../tests/unit/models/permission-test.js | 2 +- .../tests/unit/models/policy-test.js | 2 +- .../consul-ui/tests/unit/models/proxy-test.js | 2 +- .../consul-ui/tests/unit/models/role-test.js | 2 +- .../unit/models/service-instance-test.js | 2 +- .../tests/unit/models/service-test.js | 2 +- .../tests/unit/models/session-test.js | 2 +- .../consul-ui/tests/unit/models/token-test.js | 2 +- .../tests/unit/routes/application-test.js | 2 +- .../consul-ui/tests/unit/routes/dc-test.js | 2 +- .../routes/dc/acls/policies/create-test.js | 2 +- .../unit/routes/dc/acls/policies/edit-test.js | 2 +- .../routes/dc/acls/policies/index-test.js | 2 +- .../unit/routes/dc/acls/roles/create-test.js | 2 +- .../unit/routes/dc/acls/roles/edit-test.js | 2 +- .../unit/routes/dc/acls/roles/index-test.js | 2 +- .../unit/routes/dc/acls/tokens/create-test.js | 2 +- .../unit/routes/dc/acls/tokens/edit-test.js | 2 +- .../unit/routes/dc/acls/tokens/index-test.js | 2 +- .../unit/search/predicates/intention-test.js | 2 +- .../tests/unit/search/predicates/kv-test.js | 2 +- .../tests/unit/search/predicates/node-test.js | 2 +- .../unit/search/predicates/policy-test.js | 2 +- .../tests/unit/search/predicates/role-test.js | 2 +- .../unit/search/predicates/service-test.js | 2 +- .../unit/search/predicates/token-test.js | 2 +- .../unit/serializers/application-test.js | 2 +- .../unit/serializers/auth-method-test.js | 2 +- .../unit/serializers/binding-rule-test.js | 2 +- .../tests/unit/serializers/coordinate-test.js | 2 +- .../unit/serializers/discovery-chain-test.js | 2 +- .../tests/unit/serializers/intention-test.js | 2 +- .../tests/unit/serializers/kv-test.js | 2 +- .../tests/unit/serializers/node-test.js | 2 +- .../tests/unit/serializers/nspace-test.js | 2 +- .../unit/serializers/oidc-provider-test.js | 2 +- .../tests/unit/serializers/partition-test.js | 2 +- .../tests/unit/serializers/permission-test.js | 2 +- .../tests/unit/serializers/policy-test.js | 2 +- .../tests/unit/serializers/proxy-test.js | 2 +- .../tests/unit/serializers/role-test.js | 2 +- .../unit/serializers/service-instance-test.js | 2 +- .../tests/unit/serializers/service-test.js | 2 +- .../tests/unit/serializers/session-test.js | 2 +- .../tests/unit/serializers/token-test.js | 2 +- .../tests/unit/services/atob-test.js | 2 +- .../tests/unit/services/btoa-test.js | 2 +- .../unit/services/client/connections-test.js | 2 +- .../tests/unit/services/client/http-test.js | 2 +- .../services/client/transports/xhr-test.js | 2 +- .../services/clipboard/local-storage-test.js | 2 +- .../tests/unit/services/clipboard/os-test.js | 2 +- .../unit/services/code-mirror/linter-test.js | 2 +- .../data-source/protocols/http-test.js | 2 +- .../protocols/local-storage-test.js | 2 +- .../tests/unit/services/data-structs-test.js | 2 +- .../consul-ui/tests/unit/services/dom-test.js | 2 +- .../tests/unit/services/encoder-test.js | 2 +- .../consul-ui/tests/unit/services/env-test.js | 2 +- .../tests/unit/services/feedback-test.js | 2 +- .../tests/unit/services/form-test.js | 2 +- .../tests/unit/services/logger-test.js | 2 +- .../tests/unit/services/repository-test.js | 2 +- .../services/repository/auth-method-test.js | 2 +- .../services/repository/coordinate-test.js | 2 +- .../tests/unit/services/repository/dc-test.js | 2 +- .../repository/discovery-chain-test.js | 2 +- .../services/repository/intention-test.js | 2 +- .../tests/unit/services/repository/kv-test.js | 2 +- .../unit/services/repository/node-test.js | 2 +- .../unit/services/repository/nspace-test.js | 2 +- .../services/repository/oidc-provider-test.js | 2 +- .../services/repository/partition-test.js | 2 +- .../services/repository/permission-test.js | 2 +- .../unit/services/repository/policy-test.js | 2 +- .../unit/services/repository/role-test.js | 2 +- .../repository/service-instance-test.js | 2 +- .../unit/services/repository/service-test.js | 2 +- .../unit/services/repository/session-test.js | 2 +- .../unit/services/repository/token-test.js | 2 +- .../tests/unit/services/search-test.js | 2 +- .../tests/unit/services/settings-test.js | 2 +- .../tests/unit/services/sort-test.js | 2 +- .../tests/unit/services/state-test.js | 2 +- .../tests/unit/services/store-test.js | 2 +- .../tests/unit/services/temporal-test.js | 2 +- .../tests/unit/services/ticker-test.js | 2 +- .../tests/unit/services/timeout-test.js | 2 +- .../tests/unit/sort/comparators/node-test.js | 2 +- .../unit/sort/comparators/service-test.js | 2 +- .../consul-ui/tests/unit/utils/ascend-test.js | 2 +- .../consul-ui/tests/unit/utils/atob-test.js | 2 +- .../consul-ui/tests/unit/utils/btoa-test.js | 2 +- .../tests/unit/utils/callable-type-test.js | 2 +- .../unit/utils/create-fingerprinter-test.js | 2 +- .../unit/utils/dom/click-first-anchor-test.js | 2 +- .../tests/unit/utils/dom/closest-test.js | 2 +- .../unit/utils/dom/create-listeners-test.js | 2 +- .../utils/dom/event-source/blocking-test.js | 2 +- .../unit/utils/dom/event-source/cache-test.js | 2 +- .../utils/dom/event-source/callable-test.js | 2 +- .../unit/utils/dom/event-source/index-test.js | 2 +- .../utils/dom/event-source/openable-test.js | 2 +- .../unit/utils/dom/event-source/proxy-test.js | 2 +- .../utils/dom/event-source/resolver-test.js | 2 +- .../utils/dom/event-source/storage-test.js | 2 +- .../unit/utils/dom/event-target/rsvp-test.js | 2 +- .../utils/dom/get-component-factory-test.js | 2 +- .../tests/unit/utils/dom/is-outside-test.js | 2 +- .../unit/utils/dom/normalize-event-test.js | 2 +- .../tests/unit/utils/dom/qsa-factory-test.js | 2 +- .../tests/unit/utils/dom/sibling-test.js | 2 +- .../tests/unit/utils/get-environment-test.js | 2 +- .../unit/utils/get-form-name-property-test.js | 2 +- .../unit/utils/helpers/call-if-type-test.js | 2 +- .../unit/utils/http/create-headers-test.js | 2 +- .../utils/http/create-query-params-test.js | 2 +- .../tests/unit/utils/http/create-url-test.js | 2 +- .../tests/unit/utils/http/error-test.js | 2 +- .../tests/unit/utils/http/request-test.js | 2 +- .../tests/unit/utils/http/xhr-test.js | 2 +- .../tests/unit/utils/isFolder-test.js | 2 +- .../tests/unit/utils/keyToArray-test.js | 2 +- .../tests/unit/utils/left-trim-test.js | 2 +- .../tests/unit/utils/maybe-call-test.js | 2 +- .../tests/unit/utils/merge-checks-test.js | 2 +- .../tests/unit/utils/non-empty-set-test.js | 2 +- .../tests/unit/utils/path/resolve-test.js | 2 +- .../tests/unit/utils/promisedTimeout-test.js | 2 +- .../tests/unit/utils/right-trim-test.js | 2 +- .../unit/utils/routing/transitionable-test.js | 2 +- .../tests/unit/utils/routing/walk-test.js | 2 +- .../tests/unit/utils/routing/wildcard-test.js | 2 +- .../unit/utils/storage/local-storage-test.js | 2 +- .../tests/unit/utils/templatize-test.js | 2 +- .../tests/unit/utils/ticker/index-test.js | 2 +- .../tests/unit/utils/ucfirst-test.js | 2 +- .../unit/utils/update-array-object-test.js | 2 +- .../consul-ui/translations/common/en-us.yaml | 2 +- .../translations/components/app/en-us.yaml | 2 +- .../translations/components/consul/en-us.yaml | 2 +- .../components/copy-button/en-us.yaml | 2 +- .../consul-ui/translations/models/en-us.yaml | 2 +- .../consul-ui/translations/routes/en-us.yaml | 2 +- .../vendor/consul-ui/routes-debug.js | 2 +- .../consul-ui/vendor/consul-ui/routes.js | 2 +- .../vendor/consul-ui/services-debug.js | 2 +- .../consul-ui/vendor/consul-ui/services.js | 2 +- ui/packages/consul-ui/vendor/init.js | 2 +- .../vendor/metrics-providers/consul.js | 2 +- .../vendor/metrics-providers/prometheus.js | 2 +- version/fips.go | 3 + version/version.go | 2 +- version/version_test.go | 2 +- website/.eslintrc.js | 2 +- website/.stylelintrc.js | 2 +- website/prettier.config.js | 2 +- website/public/ie-warning.js | 2 +- website/redirects.js | 2 +- website/scripts/should-build.sh | 2 +- website/scripts/website-build.sh | 2 +- website/scripts/website-start.sh | 2 +- 6838 files changed, 7957 insertions(+), 7028 deletions(-) create mode 100644 api/LICENSE create mode 100644 sdk/LICENSE diff --git a/.copywrite.hcl b/.copywrite.hcl index fa06f76e2a..a609cc3108 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -1,8 +1,8 @@ schema_version = 1 project { - license = "MPL-2.0" - copyright_year = 2013 + license = "BUSL-1.1" + copyright_year = 2023 # (OPTIONAL) A list of globs that should not have copyright/license headers. # Supports doublestar glob patterns for more flexibility in defining which @@ -25,5 +25,7 @@ project { "agent/proxycfg/proxycfg.deepcopy.go", "agent/grpc-middleware/rate_limit_mappings.gen.go", "agent/uiserver/dist/**", + "sdk/**", + "api/**", ] } diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 36f9456693..16480bb6f4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 blank_issues_enabled: false contact_links: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 05387a7c9b..d618028e10 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: 2 updates: diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index e10f3c1376..fd39f2ccab 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 pr/dependencies: - vendor/**/* diff --git a/.github/scripts/changelog_checker.sh b/.github/scripts/changelog_checker.sh index e6b4d7f85d..a214ef2477 100755 --- a/.github/scripts/changelog_checker.sh +++ b/.github/scripts/changelog_checker.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/.github/scripts/get_runner_classes.sh b/.github/scripts/get_runner_classes.sh index 80980b7a8f..e78aa78f12 100755 --- a/.github/scripts/get_runner_classes.sh +++ b/.github/scripts/get_runner_classes.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # # This script generates tag-sets that can be used as runs-on: values to select runners. diff --git a/.github/scripts/get_runner_classes_windows.sh b/.github/scripts/get_runner_classes_windows.sh index c2e424d170..6b26c6d86c 100755 --- a/.github/scripts/get_runner_classes_windows.sh +++ b/.github/scripts/get_runner_classes_windows.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # # This script generates tag-sets that can be used as runs-on: values to select runners. diff --git a/.github/scripts/metrics_checker.sh b/.github/scripts/metrics_checker.sh index a34cdf12fb..37659de4df 100755 --- a/.github/scripts/metrics_checker.sh +++ b/.github/scripts/metrics_checker.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -uo pipefail diff --git a/.github/scripts/notify_slack.sh b/.github/scripts/notify_slack.sh index eacefaa91a..f52e67f2fc 100755 --- a/.github/scripts/notify_slack.sh +++ b/.github/scripts/notify_slack.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -uo pipefail diff --git a/.github/scripts/rerun_fails_report.sh b/.github/scripts/rerun_fails_report.sh index ac6b7cf2ff..90bae7a03a 100755 --- a/.github/scripts/rerun_fails_report.sh +++ b/.github/scripts/rerun_fails_report.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # # Add a comment on the github PR if there were any rerun tests. diff --git a/.github/scripts/set_test_package_matrix.sh b/.github/scripts/set_test_package_matrix.sh index 5608a83974..da8b6d563c 100755 --- a/.github/scripts/set_test_package_matrix.sh +++ b/.github/scripts/set_test_package_matrix.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail export RUNNER_COUNT=$1 diff --git a/.github/scripts/verify_artifact.sh b/.github/scripts/verify_artifact.sh index 48bfede1cb..3aa9e0848d 100755 --- a/.github/scripts/verify_artifact.sh +++ b/.github/scripts/verify_artifact.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/.github/scripts/verify_bin.sh b/.github/scripts/verify_bin.sh index ff572d87fa..dc5ac9f9f0 100755 --- a/.github/scripts/verify_bin.sh +++ b/.github/scripts/verify_bin.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/.github/scripts/verify_deb.sh b/.github/scripts/verify_deb.sh index 84a9a10c85..c6b6926c5d 100755 --- a/.github/scripts/verify_deb.sh +++ b/.github/scripts/verify_deb.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/.github/scripts/verify_docker.sh b/.github/scripts/verify_docker.sh index fbbeb7dff4..ea9180920f 100755 --- a/.github/scripts/verify_docker.sh +++ b/.github/scripts/verify_docker.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/.github/scripts/verify_envoy_version.sh b/.github/scripts/verify_envoy_version.sh index 773431f50b..f9067eaa37 100755 --- a/.github/scripts/verify_envoy_version.sh +++ b/.github/scripts/verify_envoy_version.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/.github/scripts/verify_rpm.sh b/.github/scripts/verify_rpm.sh index 17709a1d90..96cd658eef 100755 --- a/.github/scripts/verify_rpm.sh +++ b/.github/scripts/verify_rpm.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/.golangci.yml b/.golangci.yml index bac9b716a3..bb7c035509 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 linters: disable-all: true diff --git a/.release/ci.hcl b/.release/ci.hcl index dfe69d2fc1..d11983b460 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 schema = "1" diff --git a/.release/docker/docker-entrypoint-ubi.sh b/.release/docker/docker-entrypoint-ubi.sh index a932ad7286..96e70df925 100755 --- a/.release/docker/docker-entrypoint-ubi.sh +++ b/.release/docker/docker-entrypoint-ubi.sh @@ -1,6 +1,6 @@ #!/usr/bin/dumb-init /bin/sh # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/.release/docker/docker-entrypoint-windows.sh b/.release/docker/docker-entrypoint-windows.sh index 776b8113ce..f6aac9afae 100644 --- a/.release/docker/docker-entrypoint-windows.sh +++ b/.release/docker/docker-entrypoint-windows.sh @@ -1,4 +1,7 @@ #!/usr/bin/dumb-init /bin/sh +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + set -e # Note above that we run dumb-init as PID 1 in order to reap zombie processes diff --git a/.release/docker/docker-entrypoint.sh b/.release/docker/docker-entrypoint.sh index c169576b6c..a544809643 100755 --- a/.release/docker/docker-entrypoint.sh +++ b/.release/docker/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/usr/bin/dumb-init /bin/sh # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/.release/linux/package/etc/consul.d/consul.hcl b/.release/linux/package/etc/consul.d/consul.hcl index b54644b2f9..b25f186858 100644 --- a/.release/linux/package/etc/consul.d/consul.hcl +++ b/.release/linux/package/etc/consul.d/consul.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # Full configuration options can be found at https://www.consul.io/docs/agent/config diff --git a/.release/release-metadata.hcl b/.release/release-metadata.hcl index 8de2623fde..963192fc4b 100644 --- a/.release/release-metadata.hcl +++ b/.release/release-metadata.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 url_docker_registry_dockerhub = "https://hub.docker.com/r/hashicorp/consul" url_docker_registry_ecr = "https://gallery.ecr.aws/hashicorp/consul" diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 3352890686..34c1c672b3 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 container { dependencies = true diff --git a/Dockerfile b/Dockerfile index 7599ec7b35..1926c52129 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # This Dockerfile contains multiple targets. # Use 'docker build --target= .' to build one. diff --git a/LICENSE b/LICENSE index c72625e4cc..2ecf202e30 100644 --- a/LICENSE +++ b/LICENSE @@ -1,356 +1,61 @@ -Copyright (c) 2013 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: The Licensed Work is (c) 2023 HashiCorp, Inc. +Additional Use Grant: You may make production use of the Licensed Work, + provided such use does not include offering the Licensed Work + to third parties on a hosted or embedded basis which is + competitive with HashiCorp's products. +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/acl/MockAuthorizer.go b/acl/MockAuthorizer.go index 01afb5fea6..cabdf1b812 100644 --- a/acl/MockAuthorizer.go +++ b/acl/MockAuthorizer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/acl.go b/acl/acl.go index 75789dd174..753db01516 100644 --- a/acl/acl.go +++ b/acl/acl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/acl_oss.go b/acl/acl_oss.go index 8c8b24eaa3..7c92275ec8 100644 --- a/acl/acl_oss.go +++ b/acl/acl_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/acl/acl_test.go b/acl/acl_test.go index 3734eb1572..de95e91f12 100644 --- a/acl/acl_test.go +++ b/acl/acl_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/authorizer.go b/acl/authorizer.go index f4515f11c9..21a7dbc801 100644 --- a/acl/authorizer.go +++ b/acl/authorizer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/authorizer_oss.go b/acl/authorizer_oss.go index ed77d5e81d..06ec22dae7 100644 --- a/acl/authorizer_oss.go +++ b/acl/authorizer_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/acl/authorizer_test.go b/acl/authorizer_test.go index 20774841ba..09cba85fa6 100644 --- a/acl/authorizer_test.go +++ b/acl/authorizer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/chained_authorizer.go b/acl/chained_authorizer.go index 9a681187bc..333ad7e90f 100644 --- a/acl/chained_authorizer.go +++ b/acl/chained_authorizer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/chained_authorizer_test.go b/acl/chained_authorizer_test.go index c17cbc907b..a198ab6778 100644 --- a/acl/chained_authorizer_test.go +++ b/acl/chained_authorizer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/enterprisemeta_oss.go b/acl/enterprisemeta_oss.go index 8b93fd6807..791776e09b 100644 --- a/acl/enterprisemeta_oss.go +++ b/acl/enterprisemeta_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/acl/errors.go b/acl/errors.go index 7302e0392f..7f4548ed95 100644 --- a/acl/errors.go +++ b/acl/errors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/errors_oss.go b/acl/errors_oss.go index 8c2e84ac5c..57b0eb3247 100644 --- a/acl/errors_oss.go +++ b/acl/errors_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/acl/errors_test.go b/acl/errors_test.go index 4988f69599..b4e645c073 100644 --- a/acl/errors_test.go +++ b/acl/errors_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/policy.go b/acl/policy.go index e26c887131..ef821563b0 100644 --- a/acl/policy.go +++ b/acl/policy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/policy_authorizer.go b/acl/policy_authorizer.go index e87635a036..9043dc40cd 100644 --- a/acl/policy_authorizer.go +++ b/acl/policy_authorizer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/policy_authorizer_oss.go b/acl/policy_authorizer_oss.go index 89708a5be9..ccdb2e7585 100644 --- a/acl/policy_authorizer_oss.go +++ b/acl/policy_authorizer_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/acl/policy_authorizer_test.go b/acl/policy_authorizer_test.go index 1c69595278..d144bc8d8c 100644 --- a/acl/policy_authorizer_test.go +++ b/acl/policy_authorizer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/policy_merger.go b/acl/policy_merger.go index df065a9cb1..7707c4f9a5 100644 --- a/acl/policy_merger.go +++ b/acl/policy_merger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/policy_merger_oss.go b/acl/policy_merger_oss.go index b221f25875..207051f348 100644 --- a/acl/policy_merger_oss.go +++ b/acl/policy_merger_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/acl/policy_oss.go b/acl/policy_oss.go index b33c324336..ed7eed9917 100644 --- a/acl/policy_oss.go +++ b/acl/policy_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/acl/policy_test.go b/acl/policy_test.go index ac23e3c0df..2ce0b32892 100644 --- a/acl/policy_test.go +++ b/acl/policy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/resolver/danger.go b/acl/resolver/danger.go index a72efa9278..c2ae1a3c40 100644 --- a/acl/resolver/danger.go +++ b/acl/resolver/danger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resolver diff --git a/acl/resolver/result.go b/acl/resolver/result.go index 190d15eca5..1e52b1c573 100644 --- a/acl/resolver/result.go +++ b/acl/resolver/result.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resolver diff --git a/acl/static_authorizer.go b/acl/static_authorizer.go index a667892569..2b62320b0a 100644 --- a/acl/static_authorizer.go +++ b/acl/static_authorizer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/static_authorizer_test.go b/acl/static_authorizer_test.go index e94ac44e50..cdaf91ef71 100644 --- a/acl/static_authorizer_test.go +++ b/acl/static_authorizer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/testing.go b/acl/testing.go index 1c67458b17..ef4d0343c6 100644 --- a/acl/testing.go +++ b/acl/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/validation.go b/acl/validation.go index 96119dcc0f..c0017effa1 100644 --- a/acl/validation.go +++ b/acl/validation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/acl/validation_test.go b/acl/validation_test.go index d5d01e0e90..3bf14719b1 100644 --- a/acl/validation_test.go +++ b/acl/validation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/agent/acl.go b/agent/acl.go index 381f2c028e..0f64ee62c7 100644 --- a/agent/acl.go +++ b/agent/acl.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/agent/acl_endpoint.go b/agent/acl_endpoint.go index 60aa13a149..9f38f41f15 100644 --- a/agent/acl_endpoint.go +++ b/agent/acl_endpoint.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/agent/acl_endpoint_test.go b/agent/acl_endpoint_test.go index 4a84ef3155..82b2a9574f 100644 --- a/agent/acl_endpoint_test.go +++ b/agent/acl_endpoint_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/agent/acl_oss.go b/agent/acl_oss.go index aa505da1ef..32d076fe1e 100644 --- a/agent/acl_oss.go +++ b/agent/acl_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/acl_test.go b/agent/acl_test.go index 5e5969dd64..0958db8db6 100644 --- a/agent/acl_test.go +++ b/agent/acl_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/agent/ae/ae.go b/agent/ae/ae.go index 8c4d8c9972..65b38e00e4 100644 --- a/agent/ae/ae.go +++ b/agent/ae/ae.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package ae provides tools to synchronize state between local and remote consul servers. package ae diff --git a/agent/ae/ae_test.go b/agent/ae/ae_test.go index 873cd4128d..9e9593f4f9 100644 --- a/agent/ae/ae_test.go +++ b/agent/ae/ae_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ae diff --git a/agent/ae/trigger.go b/agent/ae/trigger.go index a320bda526..29bdd98890 100644 --- a/agent/ae/trigger.go +++ b/agent/ae/trigger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ae diff --git a/agent/agent.go b/agent/agent.go index ef65592352..dc98aafbf5 100644 --- a/agent/agent.go +++ b/agent/agent.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/agent/agent_endpoint.go b/agent/agent_endpoint.go index 9ee6e41e1c..96857409ce 100644 --- a/agent/agent_endpoint.go +++ b/agent/agent_endpoint.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/agent/agent_endpoint_oss.go b/agent/agent_endpoint_oss.go index 48b9c439ca..cf2984ab5f 100644 --- a/agent/agent_endpoint_oss.go +++ b/agent/agent_endpoint_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/agent_endpoint_oss_test.go b/agent/agent_endpoint_oss_test.go index 763a5a0060..6608f40f40 100644 --- a/agent/agent_endpoint_oss_test.go +++ b/agent/agent_endpoint_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 !consulent // +build !consulent diff --git a/agent/agent_endpoint_test.go b/agent/agent_endpoint_test.go index 6df5275a17..32516a76cb 100644 --- a/agent/agent_endpoint_test.go +++ b/agent/agent_endpoint_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/agent/agent_oss.go b/agent/agent_oss.go index e8cfea681b..37a1804fe2 100644 --- a/agent/agent_oss.go +++ b/agent/agent_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/agent_oss_test.go b/agent/agent_oss_test.go index ceb90beb06..07882c7b1e 100644 --- a/agent/agent_oss_test.go +++ b/agent/agent_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 !consulent // +build !consulent diff --git a/agent/agent_test.go b/agent/agent_test.go index 495d58c95a..96dd1de125 100644 --- a/agent/agent_test.go +++ b/agent/agent_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/agent/apiserver.go b/agent/apiserver.go index a45e16a630..1f386e3f6b 100644 --- a/agent/apiserver.go +++ b/agent/apiserver.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/agent/apiserver_test.go b/agent/apiserver_test.go index 69188c4248..848487a781 100644 --- a/agent/apiserver_test.go +++ b/agent/apiserver_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/agent/auto-config/auto_config.go b/agent/auto-config/auto_config.go index b73951df70..a1a5848f62 100644 --- a/agent/auto-config/auto_config.go +++ b/agent/auto-config/auto_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/auto_config_oss.go b/agent/auto-config/auto_config_oss.go index 7944ea5d2d..ed3d851233 100644 --- a/agent/auto-config/auto_config_oss.go +++ b/agent/auto-config/auto_config_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/auto-config/auto_config_oss_test.go b/agent/auto-config/auto_config_oss_test.go index b075ca7686..ff7cbf7472 100644 --- a/agent/auto-config/auto_config_oss_test.go +++ b/agent/auto-config/auto_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 !consulent // +build !consulent diff --git a/agent/auto-config/auto_config_test.go b/agent/auto-config/auto_config_test.go index a5ab97e0f4..7c5c629be2 100644 --- a/agent/auto-config/auto_config_test.go +++ b/agent/auto-config/auto_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/auto_encrypt.go b/agent/auto-config/auto_encrypt.go index 59af662ee0..1b77c089f6 100644 --- a/agent/auto-config/auto_encrypt.go +++ b/agent/auto-config/auto_encrypt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/auto_encrypt_test.go b/agent/auto-config/auto_encrypt_test.go index 2c94b6a554..10a7c8da46 100644 --- a/agent/auto-config/auto_encrypt_test.go +++ b/agent/auto-config/auto_encrypt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/config.go b/agent/auto-config/config.go index d0f1670ab7..69eee08bc0 100644 --- a/agent/auto-config/config.go +++ b/agent/auto-config/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/config_oss.go b/agent/auto-config/config_oss.go index a51d30c6cb..946051d043 100644 --- a/agent/auto-config/config_oss.go +++ b/agent/auto-config/config_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/auto-config/config_translate.go b/agent/auto-config/config_translate.go index 31aeb7cbdb..b60b3388eb 100644 --- a/agent/auto-config/config_translate.go +++ b/agent/auto-config/config_translate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/config_translate_test.go b/agent/auto-config/config_translate_test.go index 9b37c9870e..8e2cef8c46 100644 --- a/agent/auto-config/config_translate_test.go +++ b/agent/auto-config/config_translate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/mock_oss_test.go b/agent/auto-config/mock_oss_test.go index 6f10f99726..a0d2ff7859 100644 --- a/agent/auto-config/mock_oss_test.go +++ b/agent/auto-config/mock_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 !consulent // +build !consulent diff --git a/agent/auto-config/mock_test.go b/agent/auto-config/mock_test.go index 263befae11..0ef5084af2 100644 --- a/agent/auto-config/mock_test.go +++ b/agent/auto-config/mock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/persist.go b/agent/auto-config/persist.go index 0abaa23545..66cda1c414 100644 --- a/agent/auto-config/persist.go +++ b/agent/auto-config/persist.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/run.go b/agent/auto-config/run.go index 74a78fde9f..ed3389c188 100644 --- a/agent/auto-config/run.go +++ b/agent/auto-config/run.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/server_addr.go b/agent/auto-config/server_addr.go index c70a6431fb..6bca15d42f 100644 --- a/agent/auto-config/server_addr.go +++ b/agent/auto-config/server_addr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/tls.go b/agent/auto-config/tls.go index e39022bc95..8142a1eeb8 100644 --- a/agent/auto-config/tls.go +++ b/agent/auto-config/tls.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/auto-config/tls_test.go b/agent/auto-config/tls_test.go index b09ee295e6..667c7dfa96 100644 --- a/agent/auto-config/tls_test.go +++ b/agent/auto-config/tls_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autoconf diff --git a/agent/blockingquery/blockingquery.go b/agent/blockingquery/blockingquery.go index cb46110222..3e073a1ffa 100644 --- a/agent/blockingquery/blockingquery.go +++ b/agent/blockingquery/blockingquery.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package blockingquery import ( diff --git a/agent/blockingquery/blockingquery_test.go b/agent/blockingquery/blockingquery_test.go index 6cfc07c114..5861ed3991 100644 --- a/agent/blockingquery/blockingquery_test.go +++ b/agent/blockingquery/blockingquery_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package blockingquery // TODO: move tests from the consul package, rpc_test.go, TestServer_blockingQuery diff --git a/agent/cache-types/catalog_datacenters.go b/agent/cache-types/catalog_datacenters.go index 12da6e9878..2a4e64c9e5 100644 --- a/agent/cache-types/catalog_datacenters.go +++ b/agent/cache-types/catalog_datacenters.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/catalog_datacenters_test.go b/agent/cache-types/catalog_datacenters_test.go index bef374d131..f04bfb4c7b 100644 --- a/agent/cache-types/catalog_datacenters_test.go +++ b/agent/cache-types/catalog_datacenters_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/catalog_list_services.go b/agent/cache-types/catalog_list_services.go index a605c74313..0a14ed3ef1 100644 --- a/agent/cache-types/catalog_list_services.go +++ b/agent/cache-types/catalog_list_services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/catalog_list_services_test.go b/agent/cache-types/catalog_list_services_test.go index b5da270f96..623cda2cee 100644 --- a/agent/cache-types/catalog_list_services_test.go +++ b/agent/cache-types/catalog_list_services_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/catalog_service_list.go b/agent/cache-types/catalog_service_list.go index 521ed1d3b1..37ac4ba0f8 100644 --- a/agent/cache-types/catalog_service_list.go +++ b/agent/cache-types/catalog_service_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/catalog_service_list_test.go b/agent/cache-types/catalog_service_list_test.go index 995f7e8b6c..eb686193cc 100644 --- a/agent/cache-types/catalog_service_list_test.go +++ b/agent/cache-types/catalog_service_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/catalog_services.go b/agent/cache-types/catalog_services.go index 21b472ba31..8e04997b9f 100644 --- a/agent/cache-types/catalog_services.go +++ b/agent/cache-types/catalog_services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/catalog_services_test.go b/agent/cache-types/catalog_services_test.go index 8723b9015d..c084de67cc 100644 --- a/agent/cache-types/catalog_services_test.go +++ b/agent/cache-types/catalog_services_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/config_entry.go b/agent/cache-types/config_entry.go index 9748c176d1..98443363c1 100644 --- a/agent/cache-types/config_entry.go +++ b/agent/cache-types/config_entry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/config_entry_test.go b/agent/cache-types/config_entry_test.go index 11b109d663..d892b069e4 100644 --- a/agent/cache-types/config_entry_test.go +++ b/agent/cache-types/config_entry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/connect_ca_root.go b/agent/cache-types/connect_ca_root.go index 0d6c8b700c..1df3f7c78d 100644 --- a/agent/cache-types/connect_ca_root.go +++ b/agent/cache-types/connect_ca_root.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/connect_ca_root_test.go b/agent/cache-types/connect_ca_root_test.go index c1e906a8b8..74aa53c31a 100644 --- a/agent/cache-types/connect_ca_root_test.go +++ b/agent/cache-types/connect_ca_root_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/discovery_chain.go b/agent/cache-types/discovery_chain.go index 8f0f177914..e27b621061 100644 --- a/agent/cache-types/discovery_chain.go +++ b/agent/cache-types/discovery_chain.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/discovery_chain_test.go b/agent/cache-types/discovery_chain_test.go index b2b279faf7..a9c9783e88 100644 --- a/agent/cache-types/discovery_chain_test.go +++ b/agent/cache-types/discovery_chain_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/exported_peered_services.go b/agent/cache-types/exported_peered_services.go index 3e8f336281..69bd2d92ba 100644 --- a/agent/cache-types/exported_peered_services.go +++ b/agent/cache-types/exported_peered_services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/exported_peered_services_test.go b/agent/cache-types/exported_peered_services_test.go index 4848c2fce9..a2d618bb60 100644 --- a/agent/cache-types/exported_peered_services_test.go +++ b/agent/cache-types/exported_peered_services_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/federation_state_list_gateways.go b/agent/cache-types/federation_state_list_gateways.go index 50658777b8..501a8bcead 100644 --- a/agent/cache-types/federation_state_list_gateways.go +++ b/agent/cache-types/federation_state_list_gateways.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/federation_state_list_gateways_test.go b/agent/cache-types/federation_state_list_gateways_test.go index 7aaad80ed3..04bd661e80 100644 --- a/agent/cache-types/federation_state_list_gateways_test.go +++ b/agent/cache-types/federation_state_list_gateways_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/gateway_services.go b/agent/cache-types/gateway_services.go index 030cec59ef..9c13800bee 100644 --- a/agent/cache-types/gateway_services.go +++ b/agent/cache-types/gateway_services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/gateway_services_test.go b/agent/cache-types/gateway_services_test.go index babc30ead3..49be4edf47 100644 --- a/agent/cache-types/gateway_services_test.go +++ b/agent/cache-types/gateway_services_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/health_services.go b/agent/cache-types/health_services.go index dc1a5e6648..ae83693647 100644 --- a/agent/cache-types/health_services.go +++ b/agent/cache-types/health_services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/health_services_test.go b/agent/cache-types/health_services_test.go index e3680eb2d5..6e83ec9a40 100644 --- a/agent/cache-types/health_services_test.go +++ b/agent/cache-types/health_services_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/intention_match.go b/agent/cache-types/intention_match.go index 16671328fd..fd69eab65c 100644 --- a/agent/cache-types/intention_match.go +++ b/agent/cache-types/intention_match.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/intention_match_test.go b/agent/cache-types/intention_match_test.go index 68a467a29d..26788b679b 100644 --- a/agent/cache-types/intention_match_test.go +++ b/agent/cache-types/intention_match_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/intention_upstreams.go b/agent/cache-types/intention_upstreams.go index b918a55352..a0e1ea0c0f 100644 --- a/agent/cache-types/intention_upstreams.go +++ b/agent/cache-types/intention_upstreams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/intention_upstreams_destination.go b/agent/cache-types/intention_upstreams_destination.go index 8adba2d7e7..1b5200a163 100644 --- a/agent/cache-types/intention_upstreams_destination.go +++ b/agent/cache-types/intention_upstreams_destination.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/intention_upstreams_destination_test.go b/agent/cache-types/intention_upstreams_destination_test.go index d4f8602c7d..3285289184 100644 --- a/agent/cache-types/intention_upstreams_destination_test.go +++ b/agent/cache-types/intention_upstreams_destination_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/intention_upstreams_test.go b/agent/cache-types/intention_upstreams_test.go index 6f695576d0..3259969f03 100644 --- a/agent/cache-types/intention_upstreams_test.go +++ b/agent/cache-types/intention_upstreams_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/node_services.go b/agent/cache-types/node_services.go index 2b51de9f62..44dd5624f5 100644 --- a/agent/cache-types/node_services.go +++ b/agent/cache-types/node_services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/node_services_test.go b/agent/cache-types/node_services_test.go index a1412bbe93..6f16f93d5d 100644 --- a/agent/cache-types/node_services_test.go +++ b/agent/cache-types/node_services_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/options.go b/agent/cache-types/options.go index cbfa2ff178..cd46060f8b 100644 --- a/agent/cache-types/options.go +++ b/agent/cache-types/options.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/peered_upstreams.go b/agent/cache-types/peered_upstreams.go index 49997ecdf9..964b350eb1 100644 --- a/agent/cache-types/peered_upstreams.go +++ b/agent/cache-types/peered_upstreams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/peered_upstreams_test.go b/agent/cache-types/peered_upstreams_test.go index 1e9dc29fdf..07be6e4188 100644 --- a/agent/cache-types/peered_upstreams_test.go +++ b/agent/cache-types/peered_upstreams_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/peerings.go b/agent/cache-types/peerings.go index e72b43d563..53138e5512 100644 --- a/agent/cache-types/peerings.go +++ b/agent/cache-types/peerings.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/peerings_test.go b/agent/cache-types/peerings_test.go index 75fc21371e..088a077c4f 100644 --- a/agent/cache-types/peerings_test.go +++ b/agent/cache-types/peerings_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/prepared_query.go b/agent/cache-types/prepared_query.go index 995214a1b4..8a9ec77209 100644 --- a/agent/cache-types/prepared_query.go +++ b/agent/cache-types/prepared_query.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/prepared_query_test.go b/agent/cache-types/prepared_query_test.go index 26ea4d4c0b..50850c20fe 100644 --- a/agent/cache-types/prepared_query_test.go +++ b/agent/cache-types/prepared_query_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/resolved_service_config.go b/agent/cache-types/resolved_service_config.go index 589afbcc6b..76c333840f 100644 --- a/agent/cache-types/resolved_service_config.go +++ b/agent/cache-types/resolved_service_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/resolved_service_config_test.go b/agent/cache-types/resolved_service_config_test.go index 4c8376447a..a71cdb7834 100644 --- a/agent/cache-types/resolved_service_config_test.go +++ b/agent/cache-types/resolved_service_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/rpc.go b/agent/cache-types/rpc.go index 905547d20f..13bfdb3e5a 100644 --- a/agent/cache-types/rpc.go +++ b/agent/cache-types/rpc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/service_checks.go b/agent/cache-types/service_checks.go index 88a065c94b..55ea3896f3 100644 --- a/agent/cache-types/service_checks.go +++ b/agent/cache-types/service_checks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/service_checks_test.go b/agent/cache-types/service_checks_test.go index b936990d91..898ea4aa9c 100644 --- a/agent/cache-types/service_checks_test.go +++ b/agent/cache-types/service_checks_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/service_dump.go b/agent/cache-types/service_dump.go index 3bab11239f..60c2895aff 100644 --- a/agent/cache-types/service_dump.go +++ b/agent/cache-types/service_dump.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/service_dump_test.go b/agent/cache-types/service_dump_test.go index 8fe39e63b2..3570fc9720 100644 --- a/agent/cache-types/service_dump_test.go +++ b/agent/cache-types/service_dump_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/service_gateways.go b/agent/cache-types/service_gateways.go index d096d136fa..a080fc7745 100644 --- a/agent/cache-types/service_gateways.go +++ b/agent/cache-types/service_gateways.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/service_gateways_test.go b/agent/cache-types/service_gateways_test.go index c8c62e7c9a..9f615162b6 100644 --- a/agent/cache-types/service_gateways_test.go +++ b/agent/cache-types/service_gateways_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/testing.go b/agent/cache-types/testing.go index 459feaba9f..3789eff4e2 100644 --- a/agent/cache-types/testing.go +++ b/agent/cache-types/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/trust_bundle.go b/agent/cache-types/trust_bundle.go index 301b18977d..0bac27e2b8 100644 --- a/agent/cache-types/trust_bundle.go +++ b/agent/cache-types/trust_bundle.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/trust_bundle_test.go b/agent/cache-types/trust_bundle_test.go index dc39c3555b..f39a15bdc6 100644 --- a/agent/cache-types/trust_bundle_test.go +++ b/agent/cache-types/trust_bundle_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/trust_bundles.go b/agent/cache-types/trust_bundles.go index a485ee5341..7098c01af4 100644 --- a/agent/cache-types/trust_bundles.go +++ b/agent/cache-types/trust_bundles.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache-types/trust_bundles_test.go b/agent/cache-types/trust_bundles_test.go index 373ba2a8d7..f565bab18f 100644 --- a/agent/cache-types/trust_bundles_test.go +++ b/agent/cache-types/trust_bundles_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cachetype diff --git a/agent/cache/cache.go b/agent/cache/cache.go index ed1e4f911a..29f1296f79 100644 --- a/agent/cache/cache.go +++ b/agent/cache/cache.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package cache provides caching features for data from a Consul server. // diff --git a/agent/cache/cache_test.go b/agent/cache/cache_test.go index 4ab66a29d0..6a4216c859 100644 --- a/agent/cache/cache_test.go +++ b/agent/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/agent/cache/entry.go b/agent/cache/entry.go index fb8008d8c1..9ee1fc0007 100644 --- a/agent/cache/entry.go +++ b/agent/cache/entry.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/agent/cache/request.go b/agent/cache/request.go index 7f66f4ce58..9af73d9968 100644 --- a/agent/cache/request.go +++ b/agent/cache/request.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/agent/cache/testing.go b/agent/cache/testing.go index 7f0df113bc..b754dae3e7 100644 --- a/agent/cache/testing.go +++ b/agent/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/agent/cache/type.go b/agent/cache/type.go index d58362fd47..ccab3216ca 100644 --- a/agent/cache/type.go +++ b/agent/cache/type.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/agent/cache/watch.go b/agent/cache/watch.go index d8693ad032..3000012403 100644 --- a/agent/cache/watch.go +++ b/agent/cache/watch.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/agent/cache/watch_test.go b/agent/cache/watch_test.go index e6a5848f4c..41c30f4dbb 100644 --- a/agent/cache/watch_test.go +++ b/agent/cache/watch_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/agent/catalog_endpoint.go b/agent/catalog_endpoint.go index ad72c4b47f..1dac61befa 100644 --- a/agent/catalog_endpoint.go +++ b/agent/catalog_endpoint.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/agent/catalog_endpoint_oss.go b/agent/catalog_endpoint_oss.go index fcd8311356..a3c8595fbe 100644 --- a/agent/catalog_endpoint_oss.go +++ b/agent/catalog_endpoint_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/catalog_endpoint_test.go b/agent/catalog_endpoint_test.go index da65097dbb..1b92e29a84 100644 --- a/agent/catalog_endpoint_test.go +++ b/agent/catalog_endpoint_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/agent/check.go b/agent/check.go index 79c030d932..078361be66 100644 --- a/agent/check.go +++ b/agent/check.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/agent/checks/alias.go b/agent/checks/alias.go index 5e394105cf..f75c05b958 100644 --- a/agent/checks/alias.go +++ b/agent/checks/alias.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package checks diff --git a/agent/checks/alias_test.go b/agent/checks/alias_test.go index 70a301d118..1f56620199 100644 --- a/agent/checks/alias_test.go +++ b/agent/checks/alias_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package checks diff --git a/agent/checks/check.go b/agent/checks/check.go index 3d8b584896..0c730b5109 100644 --- a/agent/checks/check.go +++ b/agent/checks/check.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package checks diff --git a/agent/checks/check_test.go b/agent/checks/check_test.go index 389b4cb141..ae53b477f5 100644 --- a/agent/checks/check_test.go +++ b/agent/checks/check_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package checks diff --git a/agent/checks/check_windows_test.go b/agent/checks/check_windows_test.go index b7c14dd18e..05643539be 100644 --- a/agent/checks/check_windows_test.go +++ b/agent/checks/check_windows_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 // +build windows diff --git a/agent/checks/docker.go b/agent/checks/docker.go index 11bcac7e01..e3483e073b 100644 --- a/agent/checks/docker.go +++ b/agent/checks/docker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package checks diff --git a/agent/checks/docker_unix.go b/agent/checks/docker_unix.go index 33c8a2b817..976344aa82 100644 --- a/agent/checks/docker_unix.go +++ b/agent/checks/docker_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 // +build !windows diff --git a/agent/checks/docker_windows.go b/agent/checks/docker_windows.go index edcb4f380a..6008b695ba 100644 --- a/agent/checks/docker_windows.go +++ b/agent/checks/docker_windows.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package checks diff --git a/agent/checks/grpc.go b/agent/checks/grpc.go index 87378521c9..b3bcba20b5 100644 --- a/agent/checks/grpc.go +++ b/agent/checks/grpc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package checks diff --git a/agent/checks/grpc_test.go b/agent/checks/grpc_test.go index 4500bcd67f..e67b453bda 100644 --- a/agent/checks/grpc_test.go +++ b/agent/checks/grpc_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package checks diff --git a/agent/checks/os_service.go b/agent/checks/os_service.go index af4e9b03ee..3350c73a2c 100644 --- a/agent/checks/os_service.go +++ b/agent/checks/os_service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package checks diff --git a/agent/checks/os_service_unix.go b/agent/checks/os_service_unix.go index ab004e29fd..a02c8b54a7 100644 --- a/agent/checks/os_service_unix.go +++ b/agent/checks/os_service_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 // +build !windows diff --git a/agent/checks/os_service_windows.go b/agent/checks/os_service_windows.go index 8b73ce4ad2..fd9cc1bd33 100644 --- a/agent/checks/os_service_windows.go +++ b/agent/checks/os_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 // +build windows diff --git a/agent/config/agent_limits.go b/agent/config/agent_limits.go index fff5e267f2..7abbb075d3 100644 --- a/agent/config/agent_limits.go +++ b/agent/config/agent_limits.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/agent/config/builder.go b/agent/config/builder.go index 98bac1711c..a3ca1abfd0 100644 --- a/agent/config/builder.go +++ b/agent/config/builder.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/agent/config/builder_oss.go b/agent/config/builder_oss.go index fa715a38a3..7f94a06093 100644 --- a/agent/config/builder_oss.go +++ b/agent/config/builder_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/config/builder_oss_test.go b/agent/config/builder_oss_test.go index 100f905859..3b3a220278 100644 --- a/agent/config/builder_oss_test.go +++ b/agent/config/builder_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 !consulent // +build !consulent diff --git a/agent/config/builder_test.go b/agent/config/builder_test.go index 3eb81fdee4..2cc3e3148c 100644 --- a/agent/config/builder_test.go +++ b/agent/config/builder_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/agent/config/config.go b/agent/config/config.go index 8917a60858..baaa180519 100644 --- a/agent/config/config.go +++ b/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/agent/config/config_oss.go b/agent/config/config_oss.go index 2fc8da58e6..aaf743919b 100644 --- a/agent/config/config_oss.go +++ b/agent/config/config_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/config/default.go b/agent/config/default.go index 536ac7ac33..275a32a33f 100644 --- a/agent/config/default.go +++ b/agent/config/default.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/agent/config/default_oss.go b/agent/config/default_oss.go index f91bb9c7d3..4f5adf0de7 100644 --- a/agent/config/default_oss.go +++ b/agent/config/default_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/config/deprecated.go b/agent/config/deprecated.go index 597095f8e2..921e3329ff 100644 --- a/agent/config/deprecated.go +++ b/agent/config/deprecated.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/agent/config/deprecated_test.go b/agent/config/deprecated_test.go index 785c955508..8d03e431f7 100644 --- a/agent/config/deprecated_test.go +++ b/agent/config/deprecated_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/agent/config/doc.go b/agent/config/doc.go index 4cbc2c41cf..5bfc77d902 100644 --- a/agent/config/doc.go +++ b/agent/config/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package config contains the command line and config file code for the // consul agent. diff --git a/agent/config/file_watcher.go b/agent/config/file_watcher.go index c91bb1dd50..2afe19b1a6 100644 --- a/agent/config/file_watcher.go +++ b/agent/config/file_watcher.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/agent/config/file_watcher_test.go b/agent/config/file_watcher_test.go index 02b1cd1411..f937d14011 100644 --- a/agent/config/file_watcher_test.go +++ b/agent/config/file_watcher_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/agent/config/flags.go b/agent/config/flags.go index 21e1ac612a..b56a162287 100644 --- a/agent/config/flags.go +++ b/agent/config/flags.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/agent/config/flags_test.go b/agent/config/flags_test.go index 10df0d6d7f..a6c9ee23bd 100644 --- a/agent/config/flags_test.go +++ b/agent/config/flags_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/agent/config/flagset.go b/agent/config/flagset.go index 3b2abe6fdf..af1b06d70c 100644 --- a/agent/config/flagset.go +++ b/agent/config/flagset.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/agent/config/golden_test.go b/agent/config/golden_test.go index fb4401efbf..a9ce20d7bd 100644 --- a/agent/config/golden_test.go +++ b/agent/config/golden_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/agent/config/limits.go b/agent/config/limits.go index 6b5d466ab6..46b6d45a1e 100644 --- a/agent/config/limits.go +++ b/agent/config/limits.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !windows // +build !windows diff --git a/agent/config/limits_windows.go b/agent/config/limits_windows.go index d9d3499397..538d84721f 100644 --- a/agent/config/limits_windows.go +++ b/agent/config/limits_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 // +build windows diff --git a/agent/config/merge.go b/agent/config/merge.go index f40efdaa87..64c7c1e974 100644 --- a/agent/config/merge.go +++ b/agent/config/merge.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/agent/config/merge_test.go b/agent/config/merge_test.go index 13e3cbb186..9c2e2a1a07 100644 --- a/agent/config/merge_test.go +++ b/agent/config/merge_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/agent/config/ratelimited_file_watcher.go b/agent/config/ratelimited_file_watcher.go index 33de08cf2b..41f8948370 100644 --- a/agent/config/ratelimited_file_watcher.go +++ b/agent/config/ratelimited_file_watcher.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/agent/config/ratelimited_file_watcher_test.go b/agent/config/ratelimited_file_watcher_test.go index d6a43b6be8..8e4415aaa8 100644 --- a/agent/config/ratelimited_file_watcher_test.go +++ b/agent/config/ratelimited_file_watcher_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/agent/config/runtime.go b/agent/config/runtime.go index 1a8dc13794..18278b08b1 100644 --- a/agent/config/runtime.go +++ b/agent/config/runtime.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/agent/config/runtime_oss.go b/agent/config/runtime_oss.go index 94a6b7fa6a..ccc139a86b 100644 --- a/agent/config/runtime_oss.go +++ b/agent/config/runtime_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/config/runtime_oss_test.go b/agent/config/runtime_oss_test.go index 06801ac835..f52aee3b38 100644 --- a/agent/config/runtime_oss_test.go +++ b/agent/config/runtime_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 !consulent // +build !consulent diff --git a/agent/config/runtime_test.go b/agent/config/runtime_test.go index b18a631624..54074bc195 100644 --- a/agent/config/runtime_test.go +++ b/agent/config/runtime_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/agent/config/segment_oss.go b/agent/config/segment_oss.go index 5f8e8cff7d..3baee7076b 100644 --- a/agent/config/segment_oss.go +++ b/agent/config/segment_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/config/segment_oss_test.go b/agent/config/segment_oss_test.go index 6dbb60645a..7fde44100c 100644 --- a/agent/config/segment_oss_test.go +++ b/agent/config/segment_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 !consulent // +build !consulent diff --git a/agent/config/testdata/full-config.hcl b/agent/config/testdata/full-config.hcl index 6029d2ea2e..1c1fb0158a 100644 --- a/agent/config/testdata/full-config.hcl +++ b/agent/config/testdata/full-config.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 acl_agent_master_token = "furuQD0b" acl_agent_token = "cOshLOQ2" diff --git a/agent/config_endpoint.go b/agent/config_endpoint.go index 396215d78d..e1b3f0eeef 100644 --- a/agent/config_endpoint.go +++ b/agent/config_endpoint.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/agent/config_endpoint_test.go b/agent/config_endpoint_test.go index f8c0c01e32..141e1e8f4d 100644 --- a/agent/config_endpoint_test.go +++ b/agent/config_endpoint_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/agent/configentry/compare.go b/agent/configentry/compare.go index f28d5c9b03..3bf761dba8 100644 --- a/agent/configentry/compare.go +++ b/agent/configentry/compare.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package configentry import ( diff --git a/agent/configentry/compare_test.go b/agent/configentry/compare_test.go index fcb63d0fa8..eeeec32f85 100644 --- a/agent/configentry/compare_test.go +++ b/agent/configentry/compare_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package configentry import ( diff --git a/agent/configentry/config_entry.go b/agent/configentry/config_entry.go index a4ebb254e0..b10989aa95 100644 --- a/agent/configentry/config_entry.go +++ b/agent/configentry/config_entry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/configentry/discoverychain.go b/agent/configentry/discoverychain.go index d66b6590e0..58bdb81fc2 100644 --- a/agent/configentry/discoverychain.go +++ b/agent/configentry/discoverychain.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/configentry/doc.go b/agent/configentry/doc.go index 18fd1405ab..7dff4a0662 100644 --- a/agent/configentry/doc.go +++ b/agent/configentry/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package configentry contains structs and logic related to the Configuration // Entry subsystem. Currently this is restricted to structs used during diff --git a/agent/configentry/merge_service_config.go b/agent/configentry/merge_service_config.go index cc692e789b..d0d33b0d65 100644 --- a/agent/configentry/merge_service_config.go +++ b/agent/configentry/merge_service_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/configentry/merge_service_config_test.go b/agent/configentry/merge_service_config_test.go index 4f6dbb5548..e8ed84ad7b 100644 --- a/agent/configentry/merge_service_config_test.go +++ b/agent/configentry/merge_service_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/configentry/resolve.go b/agent/configentry/resolve.go index 882f1d16b5..76ea794dee 100644 --- a/agent/configentry/resolve.go +++ b/agent/configentry/resolve.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/configentry/resolve_test.go b/agent/configentry/resolve_test.go index f0457730ea..f93649df8a 100644 --- a/agent/configentry/resolve_test.go +++ b/agent/configentry/resolve_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/configentry/service_config.go b/agent/configentry/service_config.go index 4b7e5e2a27..83e24e27c3 100644 --- a/agent/configentry/service_config.go +++ b/agent/configentry/service_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/connect/authz.go b/agent/connect/authz.go index 74b306354f..cc14dd0cb6 100644 --- a/agent/connect/authz.go +++ b/agent/connect/authz.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/authz_test.go b/agent/connect/authz_test.go index 6428acfc47..1cbf17517d 100644 --- a/agent/connect/authz_test.go +++ b/agent/connect/authz_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/ca/common.go b/agent/connect/ca/common.go index b83a196a8a..f52b030ed9 100644 --- a/agent/connect/ca/common.go +++ b/agent/connect/ca/common.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider.go b/agent/connect/ca/provider.go index d8061005e9..898da46af7 100644 --- a/agent/connect/ca/provider.go +++ b/agent/connect/ca/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_aws.go b/agent/connect/ca/provider_aws.go index d45f3295a8..1ce5a5eba5 100644 --- a/agent/connect/ca/provider_aws.go +++ b/agent/connect/ca/provider_aws.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_aws_test.go b/agent/connect/ca/provider_aws_test.go index cba2897fa2..d46221af1f 100644 --- a/agent/connect/ca/provider_aws_test.go +++ b/agent/connect/ca/provider_aws_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_consul.go b/agent/connect/ca/provider_consul.go index 01c4987e07..a4aba91942 100644 --- a/agent/connect/ca/provider_consul.go +++ b/agent/connect/ca/provider_consul.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_consul_config.go b/agent/connect/ca/provider_consul_config.go index b0998a0aa1..c7e8b0346c 100644 --- a/agent/connect/ca/provider_consul_config.go +++ b/agent/connect/ca/provider_consul_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_consul_test.go b/agent/connect/ca/provider_consul_test.go index 0c6959c7f5..658a97d39b 100644 --- a/agent/connect/ca/provider_consul_test.go +++ b/agent/connect/ca/provider_consul_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_test.go b/agent/connect/ca/provider_test.go index 1ff4af3977..85deedbf4c 100644 --- a/agent/connect/ca/provider_test.go +++ b/agent/connect/ca/provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault.go b/agent/connect/ca/provider_vault.go index 59b983dbec..8c77f032e8 100644 --- a/agent/connect/ca/provider_vault.go +++ b/agent/connect/ca/provider_vault.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault_auth.go b/agent/connect/ca/provider_vault_auth.go index ddfbde3407..70176cc3c3 100644 --- a/agent/connect/ca/provider_vault_auth.go +++ b/agent/connect/ca/provider_vault_auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault_auth_alicloud.go b/agent/connect/ca/provider_vault_auth_alicloud.go index 1c30583179..d6ae5b185e 100644 --- a/agent/connect/ca/provider_vault_auth_alicloud.go +++ b/agent/connect/ca/provider_vault_auth_alicloud.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault_auth_approle.go b/agent/connect/ca/provider_vault_auth_approle.go index 150c463aea..c3d7d8f9c8 100644 --- a/agent/connect/ca/provider_vault_auth_approle.go +++ b/agent/connect/ca/provider_vault_auth_approle.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault_auth_aws.go b/agent/connect/ca/provider_vault_auth_aws.go index 02abf39824..61762b36fd 100644 --- a/agent/connect/ca/provider_vault_auth_aws.go +++ b/agent/connect/ca/provider_vault_auth_aws.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault_auth_azure.go b/agent/connect/ca/provider_vault_auth_azure.go index 8025977007..ac8d326b32 100644 --- a/agent/connect/ca/provider_vault_auth_azure.go +++ b/agent/connect/ca/provider_vault_auth_azure.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault_auth_gcp.go b/agent/connect/ca/provider_vault_auth_gcp.go index 5eefc71436..10dfbf4b29 100644 --- a/agent/connect/ca/provider_vault_auth_gcp.go +++ b/agent/connect/ca/provider_vault_auth_gcp.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault_auth_jwt.go b/agent/connect/ca/provider_vault_auth_jwt.go index 2560f856d8..e80751cd59 100644 --- a/agent/connect/ca/provider_vault_auth_jwt.go +++ b/agent/connect/ca/provider_vault_auth_jwt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault_auth_k8s.go b/agent/connect/ca/provider_vault_auth_k8s.go index c3a69c6ccd..acd6f68bc5 100644 --- a/agent/connect/ca/provider_vault_auth_k8s.go +++ b/agent/connect/ca/provider_vault_auth_k8s.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault_auth_test.go b/agent/connect/ca/provider_vault_auth_test.go index 74507acb39..361d89400e 100644 --- a/agent/connect/ca/provider_vault_auth_test.go +++ b/agent/connect/ca/provider_vault_auth_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/provider_vault_test.go b/agent/connect/ca/provider_vault_test.go index 008afa6081..c76ea1c28a 100644 --- a/agent/connect/ca/provider_vault_test.go +++ b/agent/connect/ca/provider_vault_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/ca/testing.go b/agent/connect/ca/testing.go index d7458bcda8..28d077e34e 100644 --- a/agent/connect/ca/testing.go +++ b/agent/connect/ca/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/agent/connect/common_names.go b/agent/connect/common_names.go index 3c4c30633d..c52df9f10f 100644 --- a/agent/connect/common_names.go +++ b/agent/connect/common_names.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/csr.go b/agent/connect/csr.go index 9cf0d884de..0a491b0b65 100644 --- a/agent/connect/csr.go +++ b/agent/connect/csr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/csr_test.go b/agent/connect/csr_test.go index 6aef985f00..1833b78a77 100644 --- a/agent/connect/csr_test.go +++ b/agent/connect/csr_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/generate.go b/agent/connect/generate.go index 819428d147..84c91a2468 100644 --- a/agent/connect/generate.go +++ b/agent/connect/generate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/generate_test.go b/agent/connect/generate_test.go index 67be6081fe..ca956b702f 100644 --- a/agent/connect/generate_test.go +++ b/agent/connect/generate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/parsing.go b/agent/connect/parsing.go index d0eb55d7b0..f1e89fe025 100644 --- a/agent/connect/parsing.go +++ b/agent/connect/parsing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/sni.go b/agent/connect/sni.go index b9eb8a14b2..534eeaa0e2 100644 --- a/agent/connect/sni.go +++ b/agent/connect/sni.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/sni_test.go b/agent/connect/sni_test.go index acbfd49ce0..ed0bd07280 100644 --- a/agent/connect/sni_test.go +++ b/agent/connect/sni_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/testing_ca.go b/agent/connect/testing_ca.go index 7b30d85176..a852d9130c 100644 --- a/agent/connect/testing_ca.go +++ b/agent/connect/testing_ca.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/testing_ca_test.go b/agent/connect/testing_ca_test.go index 492ca9e32d..9b62a2baee 100644 --- a/agent/connect/testing_ca_test.go +++ b/agent/connect/testing_ca_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/testing_spiffe.go b/agent/connect/testing_spiffe.go index f48222c443..fdbff5eda6 100644 --- a/agent/connect/testing_spiffe.go +++ b/agent/connect/testing_spiffe.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/uri.go b/agent/connect/uri.go index ce44967432..d9d5aa037d 100644 --- a/agent/connect/uri.go +++ b/agent/connect/uri.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/uri_agent.go b/agent/connect/uri_agent.go index c3d3a86bf1..1babf99873 100644 --- a/agent/connect/uri_agent.go +++ b/agent/connect/uri_agent.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/uri_agent_oss.go b/agent/connect/uri_agent_oss.go index e7d4262346..89418ca395 100644 --- a/agent/connect/uri_agent_oss.go +++ b/agent/connect/uri_agent_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/connect/uri_agent_oss_test.go b/agent/connect/uri_agent_oss_test.go index 57f1286fd1..241d804841 100644 --- a/agent/connect/uri_agent_oss_test.go +++ b/agent/connect/uri_agent_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 !consulent // +build !consulent diff --git a/agent/connect/uri_mesh_gateway.go b/agent/connect/uri_mesh_gateway.go index ec474efa40..d5cf155bf8 100644 --- a/agent/connect/uri_mesh_gateway.go +++ b/agent/connect/uri_mesh_gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/uri_mesh_gateway_oss.go b/agent/connect/uri_mesh_gateway_oss.go index 6ac369ddd8..ea5cad2092 100644 --- a/agent/connect/uri_mesh_gateway_oss.go +++ b/agent/connect/uri_mesh_gateway_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/connect/uri_mesh_gateway_oss_test.go b/agent/connect/uri_mesh_gateway_oss_test.go index 593de8ef31..4a8e8ada37 100644 --- a/agent/connect/uri_mesh_gateway_oss_test.go +++ b/agent/connect/uri_mesh_gateway_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 !consulent // +build !consulent diff --git a/agent/connect/uri_server.go b/agent/connect/uri_server.go index 894ad63784..5a2b9c2429 100644 --- a/agent/connect/uri_server.go +++ b/agent/connect/uri_server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/uri_service.go b/agent/connect/uri_service.go index 5f5f5c9bc8..04eff0d72d 100644 --- a/agent/connect/uri_service.go +++ b/agent/connect/uri_service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/uri_service_oss.go b/agent/connect/uri_service_oss.go index 7323055ad8..59761239ea 100644 --- a/agent/connect/uri_service_oss.go +++ b/agent/connect/uri_service_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/connect/uri_service_oss_test.go b/agent/connect/uri_service_oss_test.go index 7d73151edc..774632063e 100644 --- a/agent/connect/uri_service_oss_test.go +++ b/agent/connect/uri_service_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 !consulent // +build !consulent diff --git a/agent/connect/uri_signing.go b/agent/connect/uri_signing.go index 24330a3d70..4c4dd6ef67 100644 --- a/agent/connect/uri_signing.go +++ b/agent/connect/uri_signing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/uri_signing_test.go b/agent/connect/uri_signing_test.go index ba42617316..edd3d46893 100644 --- a/agent/connect/uri_signing_test.go +++ b/agent/connect/uri_signing_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/uri_test.go b/agent/connect/uri_test.go index 2ea439f536..fcbcf42ab3 100644 --- a/agent/connect/uri_test.go +++ b/agent/connect/uri_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/x509_patch.go b/agent/connect/x509_patch.go index f448154f8d..54a33ce078 100644 --- a/agent/connect/x509_patch.go +++ b/agent/connect/x509_patch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect/x509_patch_test.go b/agent/connect/x509_patch_test.go index 1447802a5b..bdcb99045b 100644 --- a/agent/connect/x509_patch_test.go +++ b/agent/connect/x509_patch_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/agent/connect_auth.go b/agent/connect_auth.go index 7060d10b59..3b07013d39 100644 --- a/agent/connect_auth.go +++ b/agent/connect_auth.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/agent/connect_ca_endpoint.go b/agent/connect_ca_endpoint.go index 913836f8c8..0a60f37662 100644 --- a/agent/connect_ca_endpoint.go +++ b/agent/connect_ca_endpoint.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/agent/connect_ca_endpoint_test.go b/agent/connect_ca_endpoint_test.go index 575250de4c..f83d732886 100644 --- a/agent/connect_ca_endpoint_test.go +++ b/agent/connect_ca_endpoint_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/agent/consul/acl.go b/agent/consul/acl.go index c0107a6aa5..84646912a5 100644 --- a/agent/consul/acl.go +++ b/agent/consul/acl.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/agent/consul/acl_authmethod.go b/agent/consul/acl_authmethod.go index 42f5b6e240..217007f2b5 100644 --- a/agent/consul/acl_authmethod.go +++ b/agent/consul/acl_authmethod.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/agent/consul/acl_authmethod_oss.go b/agent/consul/acl_authmethod_oss.go index 94bf78bd25..0587d0dc2a 100644 --- a/agent/consul/acl_authmethod_oss.go +++ b/agent/consul/acl_authmethod_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/acl_client.go b/agent/consul/acl_client.go index d133807604..e6ff70720c 100644 --- a/agent/consul/acl_client.go +++ b/agent/consul/acl_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/agent/consul/acl_endpoint.go b/agent/consul/acl_endpoint.go index 7d2d1028cc..97189bb45d 100644 --- a/agent/consul/acl_endpoint.go +++ b/agent/consul/acl_endpoint.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/agent/consul/acl_endpoint_oss.go b/agent/consul/acl_endpoint_oss.go index 9d45f0fd7d..75a6c84ed3 100644 --- a/agent/consul/acl_endpoint_oss.go +++ b/agent/consul/acl_endpoint_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/acl_endpoint_test.go b/agent/consul/acl_endpoint_test.go index 20deb56aa4..73f7f6230d 100644 --- a/agent/consul/acl_endpoint_test.go +++ b/agent/consul/acl_endpoint_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/agent/consul/acl_oss.go b/agent/consul/acl_oss.go index 496b6cb553..e99085250f 100644 --- a/agent/consul/acl_oss.go +++ b/agent/consul/acl_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/acl_oss_test.go b/agent/consul/acl_oss_test.go index 69660f9da8..27f55a0efc 100644 --- a/agent/consul/acl_oss_test.go +++ b/agent/consul/acl_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 !consulent // +build !consulent diff --git a/agent/consul/acl_replication.go b/agent/consul/acl_replication.go index 849e81adf6..79e4e5d7a7 100644 --- a/agent/consul/acl_replication.go +++ b/agent/consul/acl_replication.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/agent/consul/acl_replication_test.go b/agent/consul/acl_replication_test.go index a81bfca039..7a8e8efa12 100644 --- a/agent/consul/acl_replication_test.go +++ b/agent/consul/acl_replication_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/agent/consul/acl_replication_types.go b/agent/consul/acl_replication_types.go index c5aeaaead2..de9e8cf763 100644 --- a/agent/consul/acl_replication_types.go +++ b/agent/consul/acl_replication_types.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/agent/consul/acl_server.go b/agent/consul/acl_server.go index f91cb77620..8fe1f45fd0 100644 --- a/agent/consul/acl_server.go +++ b/agent/consul/acl_server.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/agent/consul/acl_server_oss.go b/agent/consul/acl_server_oss.go index f2de1486a2..bd7f34e776 100644 --- a/agent/consul/acl_server_oss.go +++ b/agent/consul/acl_server_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/acl_test.go b/agent/consul/acl_test.go index 386c60e38e..275316786b 100644 --- a/agent/consul/acl_test.go +++ b/agent/consul/acl_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/agent/consul/acl_token_exp.go b/agent/consul/acl_token_exp.go index 7f5de395c7..06559ce71d 100644 --- a/agent/consul/acl_token_exp.go +++ b/agent/consul/acl_token_exp.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/agent/consul/acl_token_exp_test.go b/agent/consul/acl_token_exp_test.go index 949d54510b..031c150dab 100644 --- a/agent/consul/acl_token_exp_test.go +++ b/agent/consul/acl_token_exp_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/agent/consul/auth/binder.go b/agent/consul/auth/binder.go index 354fedc8f1..aed1e0f371 100644 --- a/agent/consul/auth/binder.go +++ b/agent/consul/auth/binder.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/agent/consul/auth/binder_oss.go b/agent/consul/auth/binder_oss.go index f6fa5e5e84..19528ffedb 100644 --- a/agent/consul/auth/binder_oss.go +++ b/agent/consul/auth/binder_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/auth/binder_test.go b/agent/consul/auth/binder_test.go index b86d4526dd..7eedc89afc 100644 --- a/agent/consul/auth/binder_test.go +++ b/agent/consul/auth/binder_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/agent/consul/auth/login.go b/agent/consul/auth/login.go index 9592e5a841..7ca1f70d34 100644 --- a/agent/consul/auth/login.go +++ b/agent/consul/auth/login.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/agent/consul/auth/token_writer.go b/agent/consul/auth/token_writer.go index 857a2e3d13..8321b78610 100644 --- a/agent/consul/auth/token_writer.go +++ b/agent/consul/auth/token_writer.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/agent/consul/auth/token_writer_oss.go b/agent/consul/auth/token_writer_oss.go index b0ad9e833b..224eee669a 100644 --- a/agent/consul/auth/token_writer_oss.go +++ b/agent/consul/auth/token_writer_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/auth/token_writer_test.go b/agent/consul/auth/token_writer_test.go index 51a2b3cc45..45cd4c99ce 100644 --- a/agent/consul/auth/token_writer_test.go +++ b/agent/consul/auth/token_writer_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/agent/consul/authmethod/authmethods.go b/agent/consul/authmethod/authmethods.go index 946fce927e..d03e2b410c 100644 --- a/agent/consul/authmethod/authmethods.go +++ b/agent/consul/authmethod/authmethods.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethod diff --git a/agent/consul/authmethod/authmethods_oss.go b/agent/consul/authmethod/authmethods_oss.go index 0839b4aba5..8eb430401a 100644 --- a/agent/consul/authmethod/authmethods_oss.go +++ b/agent/consul/authmethod/authmethods_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/authmethod/awsauth/aws.go b/agent/consul/authmethod/awsauth/aws.go index d2cd73482c..3381a893fa 100644 --- a/agent/consul/authmethod/awsauth/aws.go +++ b/agent/consul/authmethod/awsauth/aws.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/agent/consul/authmethod/awsauth/aws_test.go b/agent/consul/authmethod/awsauth/aws_test.go index 7a894cc217..279e4b3e46 100644 --- a/agent/consul/authmethod/awsauth/aws_test.go +++ b/agent/consul/authmethod/awsauth/aws_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/agent/consul/authmethod/kubeauth/k8s.go b/agent/consul/authmethod/kubeauth/k8s.go index f71157cbec..274dd2ec9d 100644 --- a/agent/consul/authmethod/kubeauth/k8s.go +++ b/agent/consul/authmethod/kubeauth/k8s.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubeauth diff --git a/agent/consul/authmethod/kubeauth/k8s_oss.go b/agent/consul/authmethod/kubeauth/k8s_oss.go index b2b7e8a2d8..e8ad448506 100644 --- a/agent/consul/authmethod/kubeauth/k8s_oss.go +++ b/agent/consul/authmethod/kubeauth/k8s_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/authmethod/kubeauth/k8s_test.go b/agent/consul/authmethod/kubeauth/k8s_test.go index 95decce115..48ef6e61c4 100644 --- a/agent/consul/authmethod/kubeauth/k8s_test.go +++ b/agent/consul/authmethod/kubeauth/k8s_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubeauth diff --git a/agent/consul/authmethod/kubeauth/testing.go b/agent/consul/authmethod/kubeauth/testing.go index e5538bb909..38b7d9c330 100644 --- a/agent/consul/authmethod/kubeauth/testing.go +++ b/agent/consul/authmethod/kubeauth/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubeauth diff --git a/agent/consul/authmethod/ssoauth/sso.go b/agent/consul/authmethod/ssoauth/sso.go index 6215c0eafe..398f568979 100644 --- a/agent/consul/authmethod/ssoauth/sso.go +++ b/agent/consul/authmethod/ssoauth/sso.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssoauth diff --git a/agent/consul/authmethod/ssoauth/sso_oss.go b/agent/consul/authmethod/ssoauth/sso_oss.go index 74e3be3082..c8f760049f 100644 --- a/agent/consul/authmethod/ssoauth/sso_oss.go +++ b/agent/consul/authmethod/ssoauth/sso_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/authmethod/ssoauth/sso_test.go b/agent/consul/authmethod/ssoauth/sso_test.go index 840e37b86f..357612fad6 100644 --- a/agent/consul/authmethod/ssoauth/sso_test.go +++ b/agent/consul/authmethod/ssoauth/sso_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssoauth diff --git a/agent/consul/authmethod/testauth/testing.go b/agent/consul/authmethod/testauth/testing.go index 9f6c85ae23..ead9ae081a 100644 --- a/agent/consul/authmethod/testauth/testing.go +++ b/agent/consul/authmethod/testauth/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testauth diff --git a/agent/consul/authmethod/testauth/testing_oss.go b/agent/consul/authmethod/testauth/testing_oss.go index f4b909b4b8..6f38c02502 100644 --- a/agent/consul/authmethod/testauth/testing_oss.go +++ b/agent/consul/authmethod/testauth/testing_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/authmethod/testing.go b/agent/consul/authmethod/testing.go index 933082a5b4..0f43e5e520 100644 --- a/agent/consul/authmethod/testing.go +++ b/agent/consul/authmethod/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethod diff --git a/agent/consul/auto_config_backend.go b/agent/consul/auto_config_backend.go index f56e4249bd..0aaccfa35d 100644 --- a/agent/consul/auto_config_backend.go +++ b/agent/consul/auto_config_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/agent/consul/auto_config_backend_test.go b/agent/consul/auto_config_backend_test.go index 6a4a202fce..00c0dc10d8 100644 --- a/agent/consul/auto_config_backend_test.go +++ b/agent/consul/auto_config_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/agent/consul/auto_config_endpoint.go b/agent/consul/auto_config_endpoint.go index 808aa63304..f491bcbad8 100644 --- a/agent/consul/auto_config_endpoint.go +++ b/agent/consul/auto_config_endpoint.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/agent/consul/auto_config_endpoint_test.go b/agent/consul/auto_config_endpoint_test.go index a3f485ee60..39c4f3a7a5 100644 --- a/agent/consul/auto_config_endpoint_test.go +++ b/agent/consul/auto_config_endpoint_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/agent/consul/auto_encrypt_endpoint.go b/agent/consul/auto_encrypt_endpoint.go index b893e78321..dbd39355cf 100644 --- a/agent/consul/auto_encrypt_endpoint.go +++ b/agent/consul/auto_encrypt_endpoint.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/agent/consul/auto_encrypt_endpoint_test.go b/agent/consul/auto_encrypt_endpoint_test.go index d8124f9fb3..f3b2320116 100644 --- a/agent/consul/auto_encrypt_endpoint_test.go +++ b/agent/consul/auto_encrypt_endpoint_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/agent/consul/autopilot.go b/agent/consul/autopilot.go index f682ffed6f..70391f6b99 100644 --- a/agent/consul/autopilot.go +++ b/agent/consul/autopilot.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/agent/consul/autopilot_oss.go b/agent/consul/autopilot_oss.go index 92f9b4ccae..e20b31a626 100644 --- a/agent/consul/autopilot_oss.go +++ b/agent/consul/autopilot_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/autopilot_test.go b/agent/consul/autopilot_test.go index 4429340eda..8d1d214b17 100644 --- a/agent/consul/autopilot_test.go +++ b/agent/consul/autopilot_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/agent/consul/autopilotevents/ready_servers_events.go b/agent/consul/autopilotevents/ready_servers_events.go index 404276f3ec..16e064aa79 100644 --- a/agent/consul/autopilotevents/ready_servers_events.go +++ b/agent/consul/autopilotevents/ready_servers_events.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autopilotevents diff --git a/agent/consul/autopilotevents/ready_servers_events_test.go b/agent/consul/autopilotevents/ready_servers_events_test.go index 994020c290..16d78b52e3 100644 --- a/agent/consul/autopilotevents/ready_servers_events_test.go +++ b/agent/consul/autopilotevents/ready_servers_events_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autopilotevents diff --git a/agent/consul/catalog_endpoint.go b/agent/consul/catalog_endpoint.go index 32b8067e5a..1f5d6ae0f5 100644 --- a/agent/consul/catalog_endpoint.go +++ b/agent/consul/catalog_endpoint.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/agent/consul/catalog_endpoint_test.go b/agent/consul/catalog_endpoint_test.go index 192a3d6d7d..628ad83ae4 100644 --- a/agent/consul/catalog_endpoint_test.go +++ b/agent/consul/catalog_endpoint_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/agent/consul/client.go b/agent/consul/client.go index 690797bb08..fa5f1239e1 100644 --- a/agent/consul/client.go +++ b/agent/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/agent/consul/client_serf.go b/agent/consul/client_serf.go index 7d68b50395..c92fdd1726 100644 --- a/agent/consul/client_serf.go +++ b/agent/consul/client_serf.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/agent/consul/client_test.go b/agent/consul/client_test.go index 174820c067..9683d31304 100644 --- a/agent/consul/client_test.go +++ b/agent/consul/client_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/agent/consul/cluster_test.go b/agent/consul/cluster_test.go index 925d32a610..7cc2669081 100644 --- a/agent/consul/cluster_test.go +++ b/agent/consul/cluster_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/agent/consul/config.go b/agent/consul/config.go index eef4bc4376..cdda407c40 100644 --- a/agent/consul/config.go +++ b/agent/consul/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/agent/consul/config_cloud.go b/agent/consul/config_cloud.go index b0780052f6..5b62574c81 100644 --- a/agent/consul/config_cloud.go +++ b/agent/consul/config_cloud.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package consul type CloudConfig struct { diff --git a/agent/consul/config_endpoint.go b/agent/consul/config_endpoint.go index 4108eb20b9..a78859c350 100644 --- a/agent/consul/config_endpoint.go +++ b/agent/consul/config_endpoint.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/agent/consul/config_endpoint_test.go b/agent/consul/config_endpoint_test.go index 7dc7632fad..49a10dce21 100644 --- a/agent/consul/config_endpoint_test.go +++ b/agent/consul/config_endpoint_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/agent/consul/config_oss.go b/agent/consul/config_oss.go index e91d0981e8..bed1211696 100644 --- a/agent/consul/config_oss.go +++ b/agent/consul/config_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/config_replication.go b/agent/consul/config_replication.go index 1b9ac02849..d9573ad58b 100644 --- a/agent/consul/config_replication.go +++ b/agent/consul/config_replication.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/agent/consul/config_replication_test.go b/agent/consul/config_replication_test.go index a0eb8cf52a..41ccf53362 100644 --- a/agent/consul/config_replication_test.go +++ b/agent/consul/config_replication_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/agent/consul/config_test.go b/agent/consul/config_test.go index e2706e00b4..8e61b8fe96 100644 --- a/agent/consul/config_test.go +++ b/agent/consul/config_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/agent/consul/connect_ca_endpoint.go b/agent/consul/connect_ca_endpoint.go index 771eae2464..180f7ccc47 100644 --- a/agent/consul/connect_ca_endpoint.go +++ b/agent/consul/connect_ca_endpoint.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/agent/consul/connect_ca_endpoint_test.go b/agent/consul/connect_ca_endpoint_test.go index 3911db1923..587ed42b5a 100644 --- a/agent/consul/connect_ca_endpoint_test.go +++ b/agent/consul/connect_ca_endpoint_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/agent/consul/context.go b/agent/consul/context.go index 7de4157d8f..d85124f748 100644 --- a/agent/consul/context.go +++ b/agent/consul/context.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/agent/consul/context_test.go b/agent/consul/context_test.go index 264dcdd988..42e6feb744 100644 --- a/agent/consul/context_test.go +++ b/agent/consul/context_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/agent/consul/controller/controller.go b/agent/consul/controller/controller.go index f8d6a50c7f..1eccb7e7ab 100644 --- a/agent/consul/controller/controller.go +++ b/agent/consul/controller/controller.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/agent/consul/controller/controller_test.go b/agent/consul/controller/controller_test.go index 97d110222b..1d1002e8ab 100644 --- a/agent/consul/controller/controller_test.go +++ b/agent/consul/controller/controller_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/agent/consul/controller/doc.go b/agent/consul/controller/doc.go index 638eb5c5d9..ba30d95a54 100644 --- a/agent/consul/controller/doc.go +++ b/agent/consul/controller/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package controller contains a re-implementation of the Kubernetes // [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) diff --git a/agent/consul/controller/queue/defer.go b/agent/consul/controller/queue/defer.go index 01666219c2..e9b8a9c3ad 100644 --- a/agent/consul/controller/queue/defer.go +++ b/agent/consul/controller/queue/defer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package queue diff --git a/agent/consul/controller/queue/queue.go b/agent/consul/controller/queue/queue.go index 6d9f0a6571..92c624cc2a 100644 --- a/agent/consul/controller/queue/queue.go +++ b/agent/consul/controller/queue/queue.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package queue diff --git a/agent/consul/controller/queue/rate.go b/agent/consul/controller/queue/rate.go index 471601f85a..615047fdeb 100644 --- a/agent/consul/controller/queue/rate.go +++ b/agent/consul/controller/queue/rate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package queue diff --git a/agent/consul/controller/queue/rate_test.go b/agent/consul/controller/queue/rate_test.go index 40dc540138..166111d5c7 100644 --- a/agent/consul/controller/queue/rate_test.go +++ b/agent/consul/controller/queue/rate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package queue diff --git a/agent/consul/controller/queue_test.go b/agent/consul/controller/queue_test.go index 11e1bc82b7..cb6f609829 100644 --- a/agent/consul/controller/queue_test.go +++ b/agent/consul/controller/queue_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/agent/consul/controller/reconciler.go b/agent/consul/controller/reconciler.go index dc4222508b..fa948f81f6 100644 --- a/agent/consul/controller/reconciler.go +++ b/agent/consul/controller/reconciler.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/agent/consul/controller/reconciler_test.go b/agent/consul/controller/reconciler_test.go index 56ae022ea2..c3b8a450b1 100644 --- a/agent/consul/controller/reconciler_test.go +++ b/agent/consul/controller/reconciler_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/agent/consul/coordinate_endpoint.go b/agent/consul/coordinate_endpoint.go index 28bf63b0bf..f0e69332ee 100644 --- a/agent/consul/coordinate_endpoint.go +++ b/agent/consul/coordinate_endpoint.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/agent/consul/coordinate_endpoint_test.go b/agent/consul/coordinate_endpoint_test.go index fbb3e13aa7..1c693ba83b 100644 --- a/agent/consul/coordinate_endpoint_test.go +++ b/agent/consul/coordinate_endpoint_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/agent/consul/discovery_chain_endpoint.go b/agent/consul/discovery_chain_endpoint.go index 4d1f9959c9..c70cebb094 100644 --- a/agent/consul/discovery_chain_endpoint.go +++ b/agent/consul/discovery_chain_endpoint.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/agent/consul/discovery_chain_endpoint_test.go b/agent/consul/discovery_chain_endpoint_test.go index b0197f00d4..62d90e9020 100644 --- a/agent/consul/discovery_chain_endpoint_test.go +++ b/agent/consul/discovery_chain_endpoint_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/agent/consul/discoverychain/compile.go b/agent/consul/discoverychain/compile.go index 20227db3ef..32a6408be5 100644 --- a/agent/consul/discoverychain/compile.go +++ b/agent/consul/discoverychain/compile.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discoverychain diff --git a/agent/consul/discoverychain/compile_oss.go b/agent/consul/discoverychain/compile_oss.go index d980c71f38..2c280120b5 100644 --- a/agent/consul/discoverychain/compile_oss.go +++ b/agent/consul/discoverychain/compile_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/discoverychain/compile_test.go b/agent/consul/discoverychain/compile_test.go index ca39aa236f..dda2878043 100644 --- a/agent/consul/discoverychain/compile_test.go +++ b/agent/consul/discoverychain/compile_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discoverychain diff --git a/agent/consul/discoverychain/gateway.go b/agent/consul/discoverychain/gateway.go index e43e4b631f..559d17844f 100644 --- a/agent/consul/discoverychain/gateway.go +++ b/agent/consul/discoverychain/gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discoverychain diff --git a/agent/consul/discoverychain/gateway_httproute.go b/agent/consul/discoverychain/gateway_httproute.go index 84866f2717..100fe980ac 100644 --- a/agent/consul/discoverychain/gateway_httproute.go +++ b/agent/consul/discoverychain/gateway_httproute.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discoverychain diff --git a/agent/consul/discoverychain/gateway_tcproute.go b/agent/consul/discoverychain/gateway_tcproute.go index 21afef3ec1..910fd51755 100644 --- a/agent/consul/discoverychain/gateway_tcproute.go +++ b/agent/consul/discoverychain/gateway_tcproute.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discoverychain diff --git a/agent/consul/discoverychain/gateway_test.go b/agent/consul/discoverychain/gateway_test.go index 42bbed65eb..4e56a39254 100644 --- a/agent/consul/discoverychain/gateway_test.go +++ b/agent/consul/discoverychain/gateway_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discoverychain diff --git a/agent/consul/discoverychain/string_stack.go b/agent/consul/discoverychain/string_stack.go index e47743a3f3..d5f842f3dc 100644 --- a/agent/consul/discoverychain/string_stack.go +++ b/agent/consul/discoverychain/string_stack.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discoverychain diff --git a/agent/consul/discoverychain/string_stack_test.go b/agent/consul/discoverychain/string_stack_test.go index 84f58203d4..9867b91795 100644 --- a/agent/consul/discoverychain/string_stack_test.go +++ b/agent/consul/discoverychain/string_stack_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discoverychain diff --git a/agent/consul/discoverychain/testing.go b/agent/consul/discoverychain/testing.go index 37a3bb4ec1..8992870f9c 100644 --- a/agent/consul/discoverychain/testing.go +++ b/agent/consul/discoverychain/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discoverychain diff --git a/agent/consul/enterprise_client_oss.go b/agent/consul/enterprise_client_oss.go index 3d432213bd..b19705f65b 100644 --- a/agent/consul/enterprise_client_oss.go +++ b/agent/consul/enterprise_client_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/enterprise_config_oss.go b/agent/consul/enterprise_config_oss.go index 15af4ea160..d057012af1 100644 --- a/agent/consul/enterprise_config_oss.go +++ b/agent/consul/enterprise_config_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/enterprise_server_oss.go b/agent/consul/enterprise_server_oss.go index 836b64e2b3..9432172a18 100644 --- a/agent/consul/enterprise_server_oss.go +++ b/agent/consul/enterprise_server_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/enterprise_server_oss_test.go b/agent/consul/enterprise_server_oss_test.go index 9bd3eb8c0c..bd49bae1b1 100644 --- a/agent/consul/enterprise_server_oss_test.go +++ b/agent/consul/enterprise_server_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 !consulent // +build !consulent diff --git a/agent/consul/federation_state_endpoint.go b/agent/consul/federation_state_endpoint.go index db842e666d..4afa481a39 100644 --- a/agent/consul/federation_state_endpoint.go +++ b/agent/consul/federation_state_endpoint.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/agent/consul/federation_state_endpoint_test.go b/agent/consul/federation_state_endpoint_test.go index 977de1c9c1..2ada2fc17a 100644 --- a/agent/consul/federation_state_endpoint_test.go +++ b/agent/consul/federation_state_endpoint_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/agent/consul/federation_state_replication.go b/agent/consul/federation_state_replication.go index f56c3c6089..2f5a6dd150 100644 --- a/agent/consul/federation_state_replication.go +++ b/agent/consul/federation_state_replication.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/agent/consul/federation_state_replication_test.go b/agent/consul/federation_state_replication_test.go index 5100e45926..97a34b8dc8 100644 --- a/agent/consul/federation_state_replication_test.go +++ b/agent/consul/federation_state_replication_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/agent/consul/filter.go b/agent/consul/filter.go index 1864346369..920b8e8436 100644 --- a/agent/consul/filter.go +++ b/agent/consul/filter.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/agent/consul/filter_test.go b/agent/consul/filter_test.go index d8f6ba54c3..1ca34b0ed0 100644 --- a/agent/consul/filter_test.go +++ b/agent/consul/filter_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/agent/consul/flood.go b/agent/consul/flood.go index ee7dfbc1dd..e01b5ed97e 100644 --- a/agent/consul/flood.go +++ b/agent/consul/flood.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/agent/consul/fsm/commands_oss.go b/agent/consul/fsm/commands_oss.go index e9f9f66e33..c5e7fd9682 100644 --- a/agent/consul/fsm/commands_oss.go +++ b/agent/consul/fsm/commands_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fsm diff --git a/agent/consul/fsm/commands_oss_test.go b/agent/consul/fsm/commands_oss_test.go index cea6f05f54..445f4c0190 100644 --- a/agent/consul/fsm/commands_oss_test.go +++ b/agent/consul/fsm/commands_oss_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fsm diff --git a/agent/consul/fsm/fsm.go b/agent/consul/fsm/fsm.go index d1ab112e17..55e66b7738 100644 --- a/agent/consul/fsm/fsm.go +++ b/agent/consul/fsm/fsm.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fsm diff --git a/agent/consul/fsm/fsm_test.go b/agent/consul/fsm/fsm_test.go index aa31615a5a..839401014b 100644 --- a/agent/consul/fsm/fsm_test.go +++ b/agent/consul/fsm/fsm_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fsm diff --git a/agent/consul/fsm/log_verification_chunking_shim.go b/agent/consul/fsm/log_verification_chunking_shim.go index a74b92b568..4f40c1820b 100644 --- a/agent/consul/fsm/log_verification_chunking_shim.go +++ b/agent/consul/fsm/log_verification_chunking_shim.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fsm diff --git a/agent/consul/fsm/snapshot.go b/agent/consul/fsm/snapshot.go index c49cefd3a9..c01d2c9f2d 100644 --- a/agent/consul/fsm/snapshot.go +++ b/agent/consul/fsm/snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fsm diff --git a/agent/consul/fsm/snapshot_oss.go b/agent/consul/fsm/snapshot_oss.go index 16e4cc4606..1a98c53c0b 100644 --- a/agent/consul/fsm/snapshot_oss.go +++ b/agent/consul/fsm/snapshot_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fsm diff --git a/agent/consul/fsm/snapshot_oss_test.go b/agent/consul/fsm/snapshot_oss_test.go index 76404f62f6..4229941177 100644 --- a/agent/consul/fsm/snapshot_oss_test.go +++ b/agent/consul/fsm/snapshot_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 !consulent // +build !consulent diff --git a/agent/consul/fsm/snapshot_test.go b/agent/consul/fsm/snapshot_test.go index d95865b92c..71372f9f86 100644 --- a/agent/consul/fsm/snapshot_test.go +++ b/agent/consul/fsm/snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package fsm diff --git a/agent/consul/gateway_locator.go b/agent/consul/gateway_locator.go index 8f8ca29fbb..6503ca0c97 100644 --- a/agent/consul/gateway_locator.go +++ b/agent/consul/gateway_locator.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/agent/consul/gateway_locator_test.go b/agent/consul/gateway_locator_test.go index f9b1daf26d..a3e9da3d69 100644 --- a/agent/consul/gateway_locator_test.go +++ b/agent/consul/gateway_locator_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/agent/consul/gateways/controller_gateways.go b/agent/consul/gateways/controller_gateways.go index cf4f25aa5d..fe8ddbcedc 100644 --- a/agent/consul/gateways/controller_gateways.go +++ b/agent/consul/gateways/controller_gateways.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gateways diff --git a/agent/consul/gateways/controller_gateways_test.go b/agent/consul/gateways/controller_gateways_test.go index 07d85357ac..7877ab357e 100644 --- a/agent/consul/gateways/controller_gateways_test.go +++ b/agent/consul/gateways/controller_gateways_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gateways diff --git a/agent/consul/grpc_integration_test.go b/agent/consul/grpc_integration_test.go index 678403a450..6ae49e09fa 100644 --- a/agent/consul/grpc_integration_test.go +++ b/agent/consul/grpc_integration_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/agent/consul/health_endpoint.go b/agent/consul/health_endpoint.go index c1286cce17..d26bbcd3b6 100644 --- a/agent/consul/health_endpoint.go +++ b/agent/consul/health_endpoint.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/agent/consul/health_endpoint_test.go b/agent/consul/health_endpoint_test.go index 21a83ea90d..b47159c229 100644 --- a/agent/consul/health_endpoint_test.go +++ b/agent/consul/health_endpoint_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/agent/consul/helper_test.go b/agent/consul/helper_test.go index 0619004c54..d21523b8fe 100644 --- a/agent/consul/helper_test.go +++ b/agent/consul/helper_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/agent/consul/intention_endpoint.go b/agent/consul/intention_endpoint.go index b00ebfbb46..a3e4ad678b 100644 --- a/agent/consul/intention_endpoint.go +++ b/agent/consul/intention_endpoint.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/agent/consul/intention_endpoint_test.go b/agent/consul/intention_endpoint_test.go index fb7dcaebf5..d7e469b803 100644 --- a/agent/consul/intention_endpoint_test.go +++ b/agent/consul/intention_endpoint_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/agent/consul/internal_endpoint.go b/agent/consul/internal_endpoint.go index 16dab8c22f..1a8a0fca30 100644 --- a/agent/consul/internal_endpoint.go +++ b/agent/consul/internal_endpoint.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/agent/consul/internal_endpoint_test.go b/agent/consul/internal_endpoint_test.go index d7da662443..3f853df7ce 100644 --- a/agent/consul/internal_endpoint_test.go +++ b/agent/consul/internal_endpoint_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/agent/consul/issue_test.go b/agent/consul/issue_test.go index 14928a9db9..17624400fe 100644 --- a/agent/consul/issue_test.go +++ b/agent/consul/issue_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/agent/consul/kvs_endpoint.go b/agent/consul/kvs_endpoint.go index 183f95f7f8..65dc2cd56d 100644 --- a/agent/consul/kvs_endpoint.go +++ b/agent/consul/kvs_endpoint.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/agent/consul/kvs_endpoint_test.go b/agent/consul/kvs_endpoint_test.go index ca9960f4b6..dc4272c4bd 100644 --- a/agent/consul/kvs_endpoint_test.go +++ b/agent/consul/kvs_endpoint_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/agent/consul/leader.go b/agent/consul/leader.go index 17408d4ef4..fcbf794541 100644 --- a/agent/consul/leader.go +++ b/agent/consul/leader.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/agent/consul/leader_connect.go b/agent/consul/leader_connect.go index f872508bbc..794820786f 100644 --- a/agent/consul/leader_connect.go +++ b/agent/consul/leader_connect.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/agent/consul/leader_connect_ca.go b/agent/consul/leader_connect_ca.go index 717c9ff0b2..00b3712028 100644 --- a/agent/consul/leader_connect_ca.go +++ b/agent/consul/leader_connect_ca.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/agent/consul/leader_connect_ca_test.go b/agent/consul/leader_connect_ca_test.go index e1c2cf8506..42dcdd447d 100644 --- a/agent/consul/leader_connect_ca_test.go +++ b/agent/consul/leader_connect_ca_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/agent/consul/leader_connect_test.go b/agent/consul/leader_connect_test.go index 539226b297..d9150c3a45 100644 --- a/agent/consul/leader_connect_test.go +++ b/agent/consul/leader_connect_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/agent/consul/leader_federation_state_ae.go b/agent/consul/leader_federation_state_ae.go index fa46bea770..870dc5460e 100644 --- a/agent/consul/leader_federation_state_ae.go +++ b/agent/consul/leader_federation_state_ae.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/agent/consul/leader_federation_state_ae_test.go b/agent/consul/leader_federation_state_ae_test.go index ef3333da31..ca5ac47b7a 100644 --- a/agent/consul/leader_federation_state_ae_test.go +++ b/agent/consul/leader_federation_state_ae_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/agent/consul/leader_intentions.go b/agent/consul/leader_intentions.go index cf0844d3ff..52736838ae 100644 --- a/agent/consul/leader_intentions.go +++ b/agent/consul/leader_intentions.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/agent/consul/leader_intentions_oss.go b/agent/consul/leader_intentions_oss.go index 76970f3975..c22e6a1940 100644 --- a/agent/consul/leader_intentions_oss.go +++ b/agent/consul/leader_intentions_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/leader_intentions_oss_test.go b/agent/consul/leader_intentions_oss_test.go index 7d144fb2e9..3e689d40a8 100644 --- a/agent/consul/leader_intentions_oss_test.go +++ b/agent/consul/leader_intentions_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 !consulent // +build !consulent diff --git a/agent/consul/leader_intentions_test.go b/agent/consul/leader_intentions_test.go index 2de1b97dd7..fc868bc747 100644 --- a/agent/consul/leader_intentions_test.go +++ b/agent/consul/leader_intentions_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/agent/consul/leader_log_verification.go b/agent/consul/leader_log_verification.go index ef32ce1790..32a23dd3f5 100644 --- a/agent/consul/leader_log_verification.go +++ b/agent/consul/leader_log_verification.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/agent/consul/leader_metrics.go b/agent/consul/leader_metrics.go index 188e409e3b..e210b2ffd9 100644 --- a/agent/consul/leader_metrics.go +++ b/agent/consul/leader_metrics.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/agent/consul/leader_metrics_test.go b/agent/consul/leader_metrics_test.go index 96e7a0d75d..e3636e1bcf 100644 --- a/agent/consul/leader_metrics_test.go +++ b/agent/consul/leader_metrics_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/agent/consul/leader_oss_test.go b/agent/consul/leader_oss_test.go index 7ff6f64ee1..9e5e2d34ff 100644 --- a/agent/consul/leader_oss_test.go +++ b/agent/consul/leader_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 !consulent // +build !consulent diff --git a/agent/consul/leader_peering.go b/agent/consul/leader_peering.go index 32f220164b..0f58ed08f4 100644 --- a/agent/consul/leader_peering.go +++ b/agent/consul/leader_peering.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/agent/consul/leader_peering_test.go b/agent/consul/leader_peering_test.go index 0787115ca7..8db496273d 100644 --- a/agent/consul/leader_peering_test.go +++ b/agent/consul/leader_peering_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/agent/consul/leader_test.go b/agent/consul/leader_test.go index 8a5a158ce3..6cd30f38c9 100644 --- a/agent/consul/leader_test.go +++ b/agent/consul/leader_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/agent/consul/logging.go b/agent/consul/logging.go index da07daa8fe..cfafe62b0d 100644 --- a/agent/consul/logging.go +++ b/agent/consul/logging.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/agent/consul/logging_test.go b/agent/consul/logging_test.go index 7f090992a7..3b756c0bb6 100644 --- a/agent/consul/logging_test.go +++ b/agent/consul/logging_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/agent/consul/merge.go b/agent/consul/merge.go index 21b59f1aa9..f6771d110f 100644 --- a/agent/consul/merge.go +++ b/agent/consul/merge.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/agent/consul/merge_oss.go b/agent/consul/merge_oss.go index 59704f6533..83e8f5343d 100644 --- a/agent/consul/merge_oss.go +++ b/agent/consul/merge_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/merge_oss_test.go b/agent/consul/merge_oss_test.go index aef74f7ba3..dcb82f7181 100644 --- a/agent/consul/merge_oss_test.go +++ b/agent/consul/merge_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 !consulent // +build !consulent diff --git a/agent/consul/merge_test.go b/agent/consul/merge_test.go index f5f5c6d88f..bc9d1f2cb4 100644 --- a/agent/consul/merge_test.go +++ b/agent/consul/merge_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/agent/consul/multilimiter/multilimiter.go b/agent/consul/multilimiter/multilimiter.go index f40e6c501a..a0b9a6044f 100644 --- a/agent/consul/multilimiter/multilimiter.go +++ b/agent/consul/multilimiter/multilimiter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package multilimiter diff --git a/agent/consul/multilimiter/multilimiter_test.go b/agent/consul/multilimiter/multilimiter_test.go index b649bdb6c9..e7cdab4e14 100644 --- a/agent/consul/multilimiter/multilimiter_test.go +++ b/agent/consul/multilimiter/multilimiter_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package multilimiter diff --git a/agent/consul/operator_autopilot_endpoint.go b/agent/consul/operator_autopilot_endpoint.go index b6ef7d38e6..39bd5b648d 100644 --- a/agent/consul/operator_autopilot_endpoint.go +++ b/agent/consul/operator_autopilot_endpoint.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/agent/consul/operator_autopilot_endpoint_test.go b/agent/consul/operator_autopilot_endpoint_test.go index c9258e9aa2..4cef3f0960 100644 --- a/agent/consul/operator_autopilot_endpoint_test.go +++ b/agent/consul/operator_autopilot_endpoint_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/agent/consul/operator_backend.go b/agent/consul/operator_backend.go index a72128735a..136baa1a22 100644 --- a/agent/consul/operator_backend.go +++ b/agent/consul/operator_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/agent/consul/operator_backend_test.go b/agent/consul/operator_backend_test.go index 2189fe0063..0a4650359e 100644 --- a/agent/consul/operator_backend_test.go +++ b/agent/consul/operator_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/agent/consul/operator_endpoint.go b/agent/consul/operator_endpoint.go index 33e73e6ee1..67259c9408 100644 --- a/agent/consul/operator_endpoint.go +++ b/agent/consul/operator_endpoint.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/agent/consul/operator_raft_endpoint.go b/agent/consul/operator_raft_endpoint.go index 7b0bcbc5cc..b8a16fc2c3 100644 --- a/agent/consul/operator_raft_endpoint.go +++ b/agent/consul/operator_raft_endpoint.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/agent/consul/operator_raft_endpoint_test.go b/agent/consul/operator_raft_endpoint_test.go index 7242c40e6c..bb2dc88fc8 100644 --- a/agent/consul/operator_raft_endpoint_test.go +++ b/agent/consul/operator_raft_endpoint_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/agent/consul/operator_usage_endpoint.go b/agent/consul/operator_usage_endpoint.go index d23815b147..68f3137d0a 100644 --- a/agent/consul/operator_usage_endpoint.go +++ b/agent/consul/operator_usage_endpoint.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/agent/consul/options.go b/agent/consul/options.go index 4b1d088249..fa2781b83d 100644 --- a/agent/consul/options.go +++ b/agent/consul/options.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/agent/consul/options_oss.go b/agent/consul/options_oss.go index 7604ddd87f..0b4d04a66a 100644 --- a/agent/consul/options_oss.go +++ b/agent/consul/options_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/peering_backend.go b/agent/consul/peering_backend.go index 1771be10fb..5a27bc6442 100644 --- a/agent/consul/peering_backend.go +++ b/agent/consul/peering_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/agent/consul/peering_backend_oss.go b/agent/consul/peering_backend_oss.go index 81a133b342..7b00e1907b 100644 --- a/agent/consul/peering_backend_oss.go +++ b/agent/consul/peering_backend_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/peering_backend_oss_test.go b/agent/consul/peering_backend_oss_test.go index 410bf5f234..a8eae8f067 100644 --- a/agent/consul/peering_backend_oss_test.go +++ b/agent/consul/peering_backend_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 !consulent // +build !consulent diff --git a/agent/consul/peering_backend_test.go b/agent/consul/peering_backend_test.go index 648052b7a1..adfe6fe228 100644 --- a/agent/consul/peering_backend_test.go +++ b/agent/consul/peering_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/agent/consul/prepared_query/template.go b/agent/consul/prepared_query/template.go index ef2e2abd4c..03cf9d2f58 100644 --- a/agent/consul/prepared_query/template.go +++ b/agent/consul/prepared_query/template.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package prepared_query diff --git a/agent/consul/prepared_query/template_test.go b/agent/consul/prepared_query/template_test.go index d4f7840214..7c9b2f1a3a 100644 --- a/agent/consul/prepared_query/template_test.go +++ b/agent/consul/prepared_query/template_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package prepared_query diff --git a/agent/consul/prepared_query/walk.go b/agent/consul/prepared_query/walk.go index da53ce105b..72296c0c7f 100644 --- a/agent/consul/prepared_query/walk.go +++ b/agent/consul/prepared_query/walk.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package prepared_query diff --git a/agent/consul/prepared_query/walk_oss_test.go b/agent/consul/prepared_query/walk_oss_test.go index dec84b241b..8d19b951c5 100644 --- a/agent/consul/prepared_query/walk_oss_test.go +++ b/agent/consul/prepared_query/walk_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 !consulent // +build !consulent diff --git a/agent/consul/prepared_query/walk_test.go b/agent/consul/prepared_query/walk_test.go index 9ff380248b..b788571e4a 100644 --- a/agent/consul/prepared_query/walk_test.go +++ b/agent/consul/prepared_query/walk_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package prepared_query diff --git a/agent/consul/prepared_query_endpoint.go b/agent/consul/prepared_query_endpoint.go index 101839708e..139556bb1a 100644 --- a/agent/consul/prepared_query_endpoint.go +++ b/agent/consul/prepared_query_endpoint.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/agent/consul/prepared_query_endpoint_oss.go b/agent/consul/prepared_query_endpoint_oss.go index 612b81b2e6..4f7087806c 100644 --- a/agent/consul/prepared_query_endpoint_oss.go +++ b/agent/consul/prepared_query_endpoint_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/prepared_query_endpoint_oss_test.go b/agent/consul/prepared_query_endpoint_oss_test.go index ee96a7b267..10ecbb551d 100644 --- a/agent/consul/prepared_query_endpoint_oss_test.go +++ b/agent/consul/prepared_query_endpoint_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 !consulent // +build !consulent diff --git a/agent/consul/prepared_query_endpoint_test.go b/agent/consul/prepared_query_endpoint_test.go index f8dae39b0a..f0d63dc277 100644 --- a/agent/consul/prepared_query_endpoint_test.go +++ b/agent/consul/prepared_query_endpoint_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/agent/consul/raft_handle.go b/agent/consul/raft_handle.go index bf38f0ee9e..2906fe7115 100644 --- a/agent/consul/raft_handle.go +++ b/agent/consul/raft_handle.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/agent/consul/raft_rpc.go b/agent/consul/raft_rpc.go index 7928ad31e2..1a0d6caa64 100644 --- a/agent/consul/raft_rpc.go +++ b/agent/consul/raft_rpc.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/agent/consul/rate/handler.go b/agent/consul/rate/handler.go index c18ec85edd..bb3aef6393 100644 --- a/agent/consul/rate/handler.go +++ b/agent/consul/rate/handler.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package rate implements server-side RPC rate limiting. package rate diff --git a/agent/consul/rate/handler_oss.go b/agent/consul/rate/handler_oss.go index fc33a69487..b9ec451869 100644 --- a/agent/consul/rate/handler_oss.go +++ b/agent/consul/rate/handler_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/rate/handler_test.go b/agent/consul/rate/handler_test.go index 54a8b86a4b..268568ce95 100644 --- a/agent/consul/rate/handler_test.go +++ b/agent/consul/rate/handler_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rate diff --git a/agent/consul/rate/metrics.go b/agent/consul/rate/metrics.go index cbf796fa93..ac69c14661 100644 --- a/agent/consul/rate/metrics.go +++ b/agent/consul/rate/metrics.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rate diff --git a/agent/consul/replication.go b/agent/consul/replication.go index 0d85d08265..08b8811129 100644 --- a/agent/consul/replication.go +++ b/agent/consul/replication.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/agent/consul/replication_test.go b/agent/consul/replication_test.go index e37e19b1f2..27000fc563 100644 --- a/agent/consul/replication_test.go +++ b/agent/consul/replication_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/agent/consul/reporting/reporting.go b/agent/consul/reporting/reporting.go index fec7050f69..d6c480f6ba 100644 --- a/agent/consul/reporting/reporting.go +++ b/agent/consul/reporting/reporting.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package reporting diff --git a/agent/consul/reporting/reporting_oss.go b/agent/consul/reporting/reporting_oss.go index a1e95a1774..669ca264af 100644 --- a/agent/consul/reporting/reporting_oss.go +++ b/agent/consul/reporting/reporting_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/rpc.go b/agent/consul/rpc.go index f97a5ff886..dbb781951e 100644 --- a/agent/consul/rpc.go +++ b/agent/consul/rpc.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/agent/consul/rpc_test.go b/agent/consul/rpc_test.go index f1b05fa528..39351c98ca 100644 --- a/agent/consul/rpc_test.go +++ b/agent/consul/rpc_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/agent/consul/rtt.go b/agent/consul/rtt.go index 5db0a634b4..1599301e15 100644 --- a/agent/consul/rtt.go +++ b/agent/consul/rtt.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/agent/consul/rtt_test.go b/agent/consul/rtt_test.go index 9420f36c83..aeed0b66f5 100644 --- a/agent/consul/rtt_test.go +++ b/agent/consul/rtt_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/agent/consul/segment_oss.go b/agent/consul/segment_oss.go index 9dfd7a53fd..310835a234 100644 --- a/agent/consul/segment_oss.go +++ b/agent/consul/segment_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/serf_filter.go b/agent/consul/serf_filter.go index fd6911bf0a..7b09c2b9e8 100644 --- a/agent/consul/serf_filter.go +++ b/agent/consul/serf_filter.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/agent/consul/serf_test.go b/agent/consul/serf_test.go index 62cc6d0a0b..4d4bc4926a 100644 --- a/agent/consul/serf_test.go +++ b/agent/consul/serf_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/agent/consul/server.go b/agent/consul/server.go index fba8e8cfd9..4346bb6131 100644 --- a/agent/consul/server.go +++ b/agent/consul/server.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/agent/consul/server_connect.go b/agent/consul/server_connect.go index 496d059cb4..d76e4fc8c4 100644 --- a/agent/consul/server_connect.go +++ b/agent/consul/server_connect.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/agent/consul/server_log_verification.go b/agent/consul/server_log_verification.go index 5646e78760..2bde7dbc81 100644 --- a/agent/consul/server_log_verification.go +++ b/agent/consul/server_log_verification.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/agent/consul/server_lookup.go b/agent/consul/server_lookup.go index e1952d671d..60b9c076bf 100644 --- a/agent/consul/server_lookup.go +++ b/agent/consul/server_lookup.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/agent/consul/server_lookup_test.go b/agent/consul/server_lookup_test.go index 5d3d3d4e0e..52e3605de7 100644 --- a/agent/consul/server_lookup_test.go +++ b/agent/consul/server_lookup_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/agent/consul/server_metadata.go b/agent/consul/server_metadata.go index 742391e0b6..03e4751a29 100644 --- a/agent/consul/server_metadata.go +++ b/agent/consul/server_metadata.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/agent/consul/server_metadata_test.go b/agent/consul/server_metadata_test.go index d091bfdf36..bf993bc1be 100644 --- a/agent/consul/server_metadata_test.go +++ b/agent/consul/server_metadata_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/agent/consul/server_oss.go b/agent/consul/server_oss.go index e31539efb4..4c3dd838e0 100644 --- a/agent/consul/server_oss.go +++ b/agent/consul/server_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/server_oss_test.go b/agent/consul/server_oss_test.go index c1760589a9..472560f2b9 100644 --- a/agent/consul/server_oss_test.go +++ b/agent/consul/server_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 !consulent // +build !consulent diff --git a/agent/consul/server_overview.go b/agent/consul/server_overview.go index 62bdb34406..a94749d534 100644 --- a/agent/consul/server_overview.go +++ b/agent/consul/server_overview.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/agent/consul/server_overview_test.go b/agent/consul/server_overview_test.go index ebb930a1e2..7780b5ce83 100644 --- a/agent/consul/server_overview_test.go +++ b/agent/consul/server_overview_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/agent/consul/server_register.go b/agent/consul/server_register.go index 61f1daefc7..90d95f0619 100644 --- a/agent/consul/server_register.go +++ b/agent/consul/server_register.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/agent/consul/server_serf.go b/agent/consul/server_serf.go index 1dc6c25b1c..aea50aa6dd 100644 --- a/agent/consul/server_serf.go +++ b/agent/consul/server_serf.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/agent/consul/server_test.go b/agent/consul/server_test.go index ebff789b14..1ad333c613 100644 --- a/agent/consul/server_test.go +++ b/agent/consul/server_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/agent/consul/servercert/manager.go b/agent/consul/servercert/manager.go index 75c2a4f276..6647534394 100644 --- a/agent/consul/servercert/manager.go +++ b/agent/consul/servercert/manager.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package servercert diff --git a/agent/consul/servercert/manager_test.go b/agent/consul/servercert/manager_test.go index dfadfe4b95..e9cc0c81c5 100644 --- a/agent/consul/servercert/manager_test.go +++ b/agent/consul/servercert/manager_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package servercert diff --git a/agent/consul/session_endpoint.go b/agent/consul/session_endpoint.go index 6e41138f98..f2f8ab7740 100644 --- a/agent/consul/session_endpoint.go +++ b/agent/consul/session_endpoint.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/agent/consul/session_endpoint_test.go b/agent/consul/session_endpoint_test.go index ae04d2658f..408cd7b058 100644 --- a/agent/consul/session_endpoint_test.go +++ b/agent/consul/session_endpoint_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/agent/consul/session_timers.go b/agent/consul/session_timers.go index b4c1b425cb..f1c62b08a8 100644 --- a/agent/consul/session_timers.go +++ b/agent/consul/session_timers.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/agent/consul/session_timers_test.go b/agent/consul/session_timers_test.go index d44ed2b366..f944cc7674 100644 --- a/agent/consul/session_timers_test.go +++ b/agent/consul/session_timers_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/agent/consul/session_ttl.go b/agent/consul/session_ttl.go index 7866ec8fed..8f5440e14d 100644 --- a/agent/consul/session_ttl.go +++ b/agent/consul/session_ttl.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/agent/consul/session_ttl_test.go b/agent/consul/session_ttl_test.go index 5cd720f3f8..e552f0ff6c 100644 --- a/agent/consul/session_ttl_test.go +++ b/agent/consul/session_ttl_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/agent/consul/snapshot_endpoint.go b/agent/consul/snapshot_endpoint.go index 7e5f21113a..c9a6e9ace4 100644 --- a/agent/consul/snapshot_endpoint.go +++ b/agent/consul/snapshot_endpoint.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // The snapshot endpoint is a special non-RPC endpoint that supports streaming // for taking and restoring snapshots for disaster recovery. This gets wired diff --git a/agent/consul/snapshot_endpoint_test.go b/agent/consul/snapshot_endpoint_test.go index f401bb72e3..40bede9149 100644 --- a/agent/consul/snapshot_endpoint_test.go +++ b/agent/consul/snapshot_endpoint_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/agent/consul/state/acl.go b/agent/consul/state/acl.go index 22c8a6164e..f82b671b18 100644 --- a/agent/consul/state/acl.go +++ b/agent/consul/state/acl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/acl_events.go b/agent/consul/state/acl_events.go index 3767d2d2d1..d00062c23b 100644 --- a/agent/consul/state/acl_events.go +++ b/agent/consul/state/acl_events.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/acl_events_test.go b/agent/consul/state/acl_events_test.go index 303d54a25b..3c6e3fdfab 100644 --- a/agent/consul/state/acl_events_test.go +++ b/agent/consul/state/acl_events_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/acl_oss.go b/agent/consul/state/acl_oss.go index 62bf5c1dc8..ee0a8eb5ee 100644 --- a/agent/consul/state/acl_oss.go +++ b/agent/consul/state/acl_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/acl_oss_test.go b/agent/consul/state/acl_oss_test.go index 4d3bcdcfc0..38cf2ebcda 100644 --- a/agent/consul/state/acl_oss_test.go +++ b/agent/consul/state/acl_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 !consulent // +build !consulent diff --git a/agent/consul/state/acl_schema.go b/agent/consul/state/acl_schema.go index b4e7fc6dcd..cdee3ed9ff 100644 --- a/agent/consul/state/acl_schema.go +++ b/agent/consul/state/acl_schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/acl_test.go b/agent/consul/state/acl_test.go index 4bf42954dd..330c0689aa 100644 --- a/agent/consul/state/acl_test.go +++ b/agent/consul/state/acl_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/autopilot.go b/agent/consul/state/autopilot.go index 472ce4bfc3..608f08f521 100644 --- a/agent/consul/state/autopilot.go +++ b/agent/consul/state/autopilot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/autopilot_test.go b/agent/consul/state/autopilot_test.go index f26163bc4e..a2877e2df5 100644 --- a/agent/consul/state/autopilot_test.go +++ b/agent/consul/state/autopilot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/catalog.go b/agent/consul/state/catalog.go index 07e965d6b2..f5007a893f 100644 --- a/agent/consul/state/catalog.go +++ b/agent/consul/state/catalog.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/catalog_events.go b/agent/consul/state/catalog_events.go index 6be12ec2a3..7b2057c6f4 100644 --- a/agent/consul/state/catalog_events.go +++ b/agent/consul/state/catalog_events.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/catalog_events_oss.go b/agent/consul/state/catalog_events_oss.go index 72e3993b5d..25e9dc149b 100644 --- a/agent/consul/state/catalog_events_oss.go +++ b/agent/consul/state/catalog_events_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/catalog_events_oss_test.go b/agent/consul/state/catalog_events_oss_test.go index 91b4a6ab56..e28d323b84 100644 --- a/agent/consul/state/catalog_events_oss_test.go +++ b/agent/consul/state/catalog_events_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 !consulent // +build !consulent diff --git a/agent/consul/state/catalog_events_test.go b/agent/consul/state/catalog_events_test.go index 46e0b26961..94406e34f9 100644 --- a/agent/consul/state/catalog_events_test.go +++ b/agent/consul/state/catalog_events_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/catalog_oss.go b/agent/consul/state/catalog_oss.go index 78acf8797b..4107f5dbcd 100644 --- a/agent/consul/state/catalog_oss.go +++ b/agent/consul/state/catalog_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/catalog_oss_test.go b/agent/consul/state/catalog_oss_test.go index e8c71812f8..f0ad6ffbc9 100644 --- a/agent/consul/state/catalog_oss_test.go +++ b/agent/consul/state/catalog_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 !consulent // +build !consulent diff --git a/agent/consul/state/catalog_schema.deepcopy.go b/agent/consul/state/catalog_schema.deepcopy.go index 406a7fdce7..af4d430d2f 100644 --- a/agent/consul/state/catalog_schema.deepcopy.go +++ b/agent/consul/state/catalog_schema.deepcopy.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + // generated by deep-copy -pointer-receiver -o ./catalog_schema.deepcopy.go -type upstreamDownstream ./; DO NOT EDIT. package state diff --git a/agent/consul/state/catalog_schema.go b/agent/consul/state/catalog_schema.go index 8702cc2e0c..b8da7c0999 100644 --- a/agent/consul/state/catalog_schema.go +++ b/agent/consul/state/catalog_schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/catalog_test.go b/agent/consul/state/catalog_test.go index e6b279580b..6fc79a5a7c 100644 --- a/agent/consul/state/catalog_test.go +++ b/agent/consul/state/catalog_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/config_entry.go b/agent/consul/state/config_entry.go index 9abaafc390..b298b61220 100644 --- a/agent/consul/state/config_entry.go +++ b/agent/consul/state/config_entry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/config_entry_events.go b/agent/consul/state/config_entry_events.go index 5681362dbe..c6c19fce34 100644 --- a/agent/consul/state/config_entry_events.go +++ b/agent/consul/state/config_entry_events.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/config_entry_events_test.go b/agent/consul/state/config_entry_events_test.go index 1ee92770bc..e8ceb10f65 100644 --- a/agent/consul/state/config_entry_events_test.go +++ b/agent/consul/state/config_entry_events_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/config_entry_exported_services.go b/agent/consul/state/config_entry_exported_services.go index b758adc09e..7534613ae1 100644 --- a/agent/consul/state/config_entry_exported_services.go +++ b/agent/consul/state/config_entry_exported_services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/config_entry_exported_services_oss.go b/agent/consul/state/config_entry_exported_services_oss.go index 9dfc4751d2..0dfbf95ecf 100644 --- a/agent/consul/state/config_entry_exported_services_oss.go +++ b/agent/consul/state/config_entry_exported_services_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/config_entry_intention.go b/agent/consul/state/config_entry_intention.go index ef595e00ff..1999c5d611 100644 --- a/agent/consul/state/config_entry_intention.go +++ b/agent/consul/state/config_entry_intention.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/config_entry_intention_oss.go b/agent/consul/state/config_entry_intention_oss.go index 6d479f9ad6..b0eb69b355 100644 --- a/agent/consul/state/config_entry_intention_oss.go +++ b/agent/consul/state/config_entry_intention_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/config_entry_oss.go b/agent/consul/state/config_entry_oss.go index 35b77972ad..cbf194e16d 100644 --- a/agent/consul/state/config_entry_oss.go +++ b/agent/consul/state/config_entry_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/config_entry_oss_test.go b/agent/consul/state/config_entry_oss_test.go index 02fb3be78a..736ede4e54 100644 --- a/agent/consul/state/config_entry_oss_test.go +++ b/agent/consul/state/config_entry_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 !consulent // +build !consulent diff --git a/agent/consul/state/config_entry_sameness_group.go b/agent/consul/state/config_entry_sameness_group.go index 7f02787b65..d8308008df 100644 --- a/agent/consul/state/config_entry_sameness_group.go +++ b/agent/consul/state/config_entry_sameness_group.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package state import ( diff --git a/agent/consul/state/config_entry_sameness_group_oss.go b/agent/consul/state/config_entry_sameness_group_oss.go index d1e4bdd61e..5eb39760b0 100644 --- a/agent/consul/state/config_entry_sameness_group_oss.go +++ b/agent/consul/state/config_entry_sameness_group_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/config_entry_sameness_group_oss_test.go b/agent/consul/state/config_entry_sameness_group_oss_test.go index ce4aeb8394..6397e90699 100644 --- a/agent/consul/state/config_entry_sameness_group_oss_test.go +++ b/agent/consul/state/config_entry_sameness_group_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 !consulent // +build !consulent diff --git a/agent/consul/state/config_entry_schema.go b/agent/consul/state/config_entry_schema.go index e420d657ca..c662415252 100644 --- a/agent/consul/state/config_entry_schema.go +++ b/agent/consul/state/config_entry_schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/config_entry_test.go b/agent/consul/state/config_entry_test.go index d72f12c876..af9dc09971 100644 --- a/agent/consul/state/config_entry_test.go +++ b/agent/consul/state/config_entry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/connect_ca.go b/agent/consul/state/connect_ca.go index 99e99637b6..4b1eeeab78 100644 --- a/agent/consul/state/connect_ca.go +++ b/agent/consul/state/connect_ca.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/connect_ca_events.go b/agent/consul/state/connect_ca_events.go index 554a867dcd..a285b9d07c 100644 --- a/agent/consul/state/connect_ca_events.go +++ b/agent/consul/state/connect_ca_events.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/connect_ca_events_test.go b/agent/consul/state/connect_ca_events_test.go index bf13eefcb9..79df8df5be 100644 --- a/agent/consul/state/connect_ca_events_test.go +++ b/agent/consul/state/connect_ca_events_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/connect_ca_test.go b/agent/consul/state/connect_ca_test.go index 124392cf1a..2a49723d65 100644 --- a/agent/consul/state/connect_ca_test.go +++ b/agent/consul/state/connect_ca_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/coordinate.go b/agent/consul/state/coordinate.go index f2eb7b3042..bcd71e5a0f 100644 --- a/agent/consul/state/coordinate.go +++ b/agent/consul/state/coordinate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/coordinate_oss.go b/agent/consul/state/coordinate_oss.go index 17956e964e..05568e40b0 100644 --- a/agent/consul/state/coordinate_oss.go +++ b/agent/consul/state/coordinate_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/coordinate_oss_test.go b/agent/consul/state/coordinate_oss_test.go index a460824506..520f8b5d83 100644 --- a/agent/consul/state/coordinate_oss_test.go +++ b/agent/consul/state/coordinate_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 !consulent // +build !consulent diff --git a/agent/consul/state/coordinate_test.go b/agent/consul/state/coordinate_test.go index 0fe582eab5..dad0ce3e32 100644 --- a/agent/consul/state/coordinate_test.go +++ b/agent/consul/state/coordinate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/deep-copy.sh b/agent/consul/state/deep-copy.sh index d976d921f3..809e20432b 100755 --- a/agent/consul/state/deep-copy.sh +++ b/agent/consul/state/deep-copy.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + readonly PACKAGE_DIR="$(dirname "${BASH_SOURCE[0]}")" cd $PACKAGE_DIR diff --git a/agent/consul/state/delay_oss.go b/agent/consul/state/delay_oss.go index a2471ae636..ca55c465fd 100644 --- a/agent/consul/state/delay_oss.go +++ b/agent/consul/state/delay_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/delay_test.go b/agent/consul/state/delay_test.go index 40f1842efd..6a2d0fa80c 100644 --- a/agent/consul/state/delay_test.go +++ b/agent/consul/state/delay_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/events.go b/agent/consul/state/events.go index 666dc60035..0d4f4eb4fe 100644 --- a/agent/consul/state/events.go +++ b/agent/consul/state/events.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/events_test.go b/agent/consul/state/events_test.go index 3da9a26549..c2a4ad399d 100644 --- a/agent/consul/state/events_test.go +++ b/agent/consul/state/events_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/federation_state.go b/agent/consul/state/federation_state.go index 556caa4b48..a02a38ed3b 100644 --- a/agent/consul/state/federation_state.go +++ b/agent/consul/state/federation_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/graveyard.go b/agent/consul/state/graveyard.go index 5b6a95dafb..4539858435 100644 --- a/agent/consul/state/graveyard.go +++ b/agent/consul/state/graveyard.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/graveyard_oss.go b/agent/consul/state/graveyard_oss.go index 963ed6632e..b02659b74c 100644 --- a/agent/consul/state/graveyard_oss.go +++ b/agent/consul/state/graveyard_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/graveyard_test.go b/agent/consul/state/graveyard_test.go index af50673e9e..66aaaf92fb 100644 --- a/agent/consul/state/graveyard_test.go +++ b/agent/consul/state/graveyard_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/index_connect_test.go b/agent/consul/state/index_connect_test.go index a598fab68a..7b5404b5b2 100644 --- a/agent/consul/state/index_connect_test.go +++ b/agent/consul/state/index_connect_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/indexer.go b/agent/consul/state/indexer.go index f360eb2bef..c752b3af55 100644 --- a/agent/consul/state/indexer.go +++ b/agent/consul/state/indexer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/intention.go b/agent/consul/state/intention.go index 4341590e4e..f360555228 100644 --- a/agent/consul/state/intention.go +++ b/agent/consul/state/intention.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/intention_oss.go b/agent/consul/state/intention_oss.go index e82177eb1a..43b80a47ad 100644 --- a/agent/consul/state/intention_oss.go +++ b/agent/consul/state/intention_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/intention_test.go b/agent/consul/state/intention_test.go index 3545527b79..72455565d5 100644 --- a/agent/consul/state/intention_test.go +++ b/agent/consul/state/intention_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/kvs.go b/agent/consul/state/kvs.go index 0d0a419ae5..b0b4f6c1e5 100644 --- a/agent/consul/state/kvs.go +++ b/agent/consul/state/kvs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/kvs_oss.go b/agent/consul/state/kvs_oss.go index 10528e3be6..6243bbd71b 100644 --- a/agent/consul/state/kvs_oss.go +++ b/agent/consul/state/kvs_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/kvs_oss_test.go b/agent/consul/state/kvs_oss_test.go index adf41fe7db..a7a1034c6a 100644 --- a/agent/consul/state/kvs_oss_test.go +++ b/agent/consul/state/kvs_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 !consulent // +build !consulent diff --git a/agent/consul/state/kvs_test.go b/agent/consul/state/kvs_test.go index 4ced02586f..b85a08f98d 100644 --- a/agent/consul/state/kvs_test.go +++ b/agent/consul/state/kvs_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/memdb.go b/agent/consul/state/memdb.go index 0a3b66c6a6..93707d0e07 100644 --- a/agent/consul/state/memdb.go +++ b/agent/consul/state/memdb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/memdb_test.go b/agent/consul/state/memdb_test.go index 7e893619be..e603fc5bb1 100644 --- a/agent/consul/state/memdb_test.go +++ b/agent/consul/state/memdb_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/operations_oss.go b/agent/consul/state/operations_oss.go index 08de08015b..acf1cd38b8 100644 --- a/agent/consul/state/operations_oss.go +++ b/agent/consul/state/operations_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/peering.go b/agent/consul/state/peering.go index b8e2fd10c6..56f279051c 100644 --- a/agent/consul/state/peering.go +++ b/agent/consul/state/peering.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/peering_oss.go b/agent/consul/state/peering_oss.go index a54e2d37dd..40e207729d 100644 --- a/agent/consul/state/peering_oss.go +++ b/agent/consul/state/peering_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/peering_oss_test.go b/agent/consul/state/peering_oss_test.go index 41d1bce452..927fa1c71d 100644 --- a/agent/consul/state/peering_oss_test.go +++ b/agent/consul/state/peering_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 !consulent // +build !consulent diff --git a/agent/consul/state/peering_test.go b/agent/consul/state/peering_test.go index 8125b96860..764286bb77 100644 --- a/agent/consul/state/peering_test.go +++ b/agent/consul/state/peering_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/prepared_query.go b/agent/consul/state/prepared_query.go index 7638d92517..62cf39588d 100644 --- a/agent/consul/state/prepared_query.go +++ b/agent/consul/state/prepared_query.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/prepared_query_index.go b/agent/consul/state/prepared_query_index.go index ac76846366..83bb5dc738 100644 --- a/agent/consul/state/prepared_query_index.go +++ b/agent/consul/state/prepared_query_index.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/prepared_query_index_test.go b/agent/consul/state/prepared_query_index_test.go index a486047f57..aaaa62692f 100644 --- a/agent/consul/state/prepared_query_index_test.go +++ b/agent/consul/state/prepared_query_index_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/prepared_query_test.go b/agent/consul/state/prepared_query_test.go index f0b0cd95f4..dc902de4ad 100644 --- a/agent/consul/state/prepared_query_test.go +++ b/agent/consul/state/prepared_query_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/query.go b/agent/consul/state/query.go index 2256aab995..288e715e83 100644 --- a/agent/consul/state/query.go +++ b/agent/consul/state/query.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/query_oss.go b/agent/consul/state/query_oss.go index 98108d6ff0..178dc60b77 100644 --- a/agent/consul/state/query_oss.go +++ b/agent/consul/state/query_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/schema.go b/agent/consul/state/schema.go index 9e0e6db2fe..0934ca483e 100644 --- a/agent/consul/state/schema.go +++ b/agent/consul/state/schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/schema_oss.go b/agent/consul/state/schema_oss.go index eecde09aab..15a3ec4478 100644 --- a/agent/consul/state/schema_oss.go +++ b/agent/consul/state/schema_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/schema_oss_test.go b/agent/consul/state/schema_oss_test.go index 55fc3ee54c..eb8a1e0795 100644 --- a/agent/consul/state/schema_oss_test.go +++ b/agent/consul/state/schema_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 !consulent // +build !consulent diff --git a/agent/consul/state/schema_test.go b/agent/consul/state/schema_test.go index f67b18e8c3..a0af2223e2 100644 --- a/agent/consul/state/schema_test.go +++ b/agent/consul/state/schema_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/session.go b/agent/consul/state/session.go index 5e666f80fd..d57b05947d 100644 --- a/agent/consul/state/session.go +++ b/agent/consul/state/session.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/session_oss.go b/agent/consul/state/session_oss.go index 1854fb3e14..6bd13c0132 100644 --- a/agent/consul/state/session_oss.go +++ b/agent/consul/state/session_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/session_test.go b/agent/consul/state/session_test.go index eab4299581..08f7ad09d0 100644 --- a/agent/consul/state/session_test.go +++ b/agent/consul/state/session_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/state_store.go b/agent/consul/state/state_store.go index fce3b3c961..dff3441535 100644 --- a/agent/consul/state/state_store.go +++ b/agent/consul/state/state_store.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/state_store_oss_test.go b/agent/consul/state/state_store_oss_test.go index 5515b193f6..81f25ed1e8 100644 --- a/agent/consul/state/state_store_oss_test.go +++ b/agent/consul/state/state_store_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 !consulent // +build !consulent diff --git a/agent/consul/state/state_store_test.go b/agent/consul/state/state_store_test.go index 587f15c03d..751ecee779 100644 --- a/agent/consul/state/state_store_test.go +++ b/agent/consul/state/state_store_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/store_integration_test.go b/agent/consul/state/store_integration_test.go index 9395aa1cb1..25a91c5586 100644 --- a/agent/consul/state/store_integration_test.go +++ b/agent/consul/state/store_integration_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/system_metadata.go b/agent/consul/state/system_metadata.go index ed802efbd1..06e2d3cc59 100644 --- a/agent/consul/state/system_metadata.go +++ b/agent/consul/state/system_metadata.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/system_metadata_test.go b/agent/consul/state/system_metadata_test.go index 59f8bcd30c..c2ac97b390 100644 --- a/agent/consul/state/system_metadata_test.go +++ b/agent/consul/state/system_metadata_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/tombstone_gc.go b/agent/consul/state/tombstone_gc.go index 3fc19c5cd9..6eab5b6b5b 100644 --- a/agent/consul/state/tombstone_gc.go +++ b/agent/consul/state/tombstone_gc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/tombstone_gc_test.go b/agent/consul/state/tombstone_gc_test.go index d0fd11fa7c..def4c9af19 100644 --- a/agent/consul/state/tombstone_gc_test.go +++ b/agent/consul/state/tombstone_gc_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/txn.go b/agent/consul/state/txn.go index 81d8acd039..30189fc1ed 100644 --- a/agent/consul/state/txn.go +++ b/agent/consul/state/txn.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/txn_test.go b/agent/consul/state/txn_test.go index a128badf42..bda004a63a 100644 --- a/agent/consul/state/txn_test.go +++ b/agent/consul/state/txn_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/usage.go b/agent/consul/state/usage.go index 0893d25288..20515e2e7b 100644 --- a/agent/consul/state/usage.go +++ b/agent/consul/state/usage.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/state/usage_oss.go b/agent/consul/state/usage_oss.go index 1824cf1239..3daad8b986 100644 --- a/agent/consul/state/usage_oss.go +++ b/agent/consul/state/usage_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/state/usage_test.go b/agent/consul/state/usage_test.go index 68844ebc11..4195779b8c 100644 --- a/agent/consul/state/usage_test.go +++ b/agent/consul/state/usage_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/agent/consul/stats_fetcher.go b/agent/consul/stats_fetcher.go index d52930e85a..94e122f2b4 100644 --- a/agent/consul/stats_fetcher.go +++ b/agent/consul/stats_fetcher.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/agent/consul/stats_fetcher_test.go b/agent/consul/stats_fetcher_test.go index 783424393a..8dc9ce9eb2 100644 --- a/agent/consul/stats_fetcher_test.go +++ b/agent/consul/stats_fetcher_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/agent/consul/status_endpoint.go b/agent/consul/status_endpoint.go index efa2fa2cf4..bca454e25e 100644 --- a/agent/consul/status_endpoint.go +++ b/agent/consul/status_endpoint.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/agent/consul/status_endpoint_test.go b/agent/consul/status_endpoint_test.go index 6d95d7f6fd..d4cf5cb779 100644 --- a/agent/consul/status_endpoint_test.go +++ b/agent/consul/status_endpoint_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/agent/consul/stream/event.go b/agent/consul/stream/event.go index db6f3a6312..df8160d2dd 100644 --- a/agent/consul/stream/event.go +++ b/agent/consul/stream/event.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 /* Package stream provides a publish/subscribe system for events produced by changes diff --git a/agent/consul/stream/event_buffer.go b/agent/consul/stream/event_buffer.go index 1c7f8c2b95..08060306e8 100644 --- a/agent/consul/stream/event_buffer.go +++ b/agent/consul/stream/event_buffer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/stream/event_buffer_test.go b/agent/consul/stream/event_buffer_test.go index b6ec48e177..892a14d733 100644 --- a/agent/consul/stream/event_buffer_test.go +++ b/agent/consul/stream/event_buffer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/stream/event_publisher.go b/agent/consul/stream/event_publisher.go index f39ea22869..bb6d87f8ba 100644 --- a/agent/consul/stream/event_publisher.go +++ b/agent/consul/stream/event_publisher.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/stream/event_publisher_test.go b/agent/consul/stream/event_publisher_test.go index 13efd0fb56..4ae53ebcbf 100644 --- a/agent/consul/stream/event_publisher_test.go +++ b/agent/consul/stream/event_publisher_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/stream/event_snapshot.go b/agent/consul/stream/event_snapshot.go index 6b4b693689..40c9f3d007 100644 --- a/agent/consul/stream/event_snapshot.go +++ b/agent/consul/stream/event_snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/stream/event_snapshot_test.go b/agent/consul/stream/event_snapshot_test.go index 0888b90c39..8a6d4e27c6 100644 --- a/agent/consul/stream/event_snapshot_test.go +++ b/agent/consul/stream/event_snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/stream/event_test.go b/agent/consul/stream/event_test.go index ff6f07c10e..22afe390de 100644 --- a/agent/consul/stream/event_test.go +++ b/agent/consul/stream/event_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/stream/noop.go b/agent/consul/stream/noop.go index 1cd35ea922..65fcbb3fb7 100644 --- a/agent/consul/stream/noop.go +++ b/agent/consul/stream/noop.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/stream/string_types.go b/agent/consul/stream/string_types.go index 6e6c4ef8e9..2d0cb65677 100644 --- a/agent/consul/stream/string_types.go +++ b/agent/consul/stream/string_types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/stream/subscription.go b/agent/consul/stream/subscription.go index 40286768ab..23911eff2e 100644 --- a/agent/consul/stream/subscription.go +++ b/agent/consul/stream/subscription.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/stream/subscription_test.go b/agent/consul/stream/subscription_test.go index 9bf0b95b5d..fd4af464ee 100644 --- a/agent/consul/stream/subscription_test.go +++ b/agent/consul/stream/subscription_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stream diff --git a/agent/consul/subscribe_backend.go b/agent/consul/subscribe_backend.go index 9afcd4fc56..c73dea1813 100644 --- a/agent/consul/subscribe_backend.go +++ b/agent/consul/subscribe_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/agent/consul/subscribe_backend_test.go b/agent/consul/subscribe_backend_test.go index 833f049c97..8d0f7a501c 100644 --- a/agent/consul/subscribe_backend_test.go +++ b/agent/consul/subscribe_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/agent/consul/system_metadata.go b/agent/consul/system_metadata.go index 40185294b8..f110255aa2 100644 --- a/agent/consul/system_metadata.go +++ b/agent/consul/system_metadata.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/agent/consul/system_metadata_test.go b/agent/consul/system_metadata_test.go index 7c4eb30e47..75e69786b8 100644 --- a/agent/consul/system_metadata_test.go +++ b/agent/consul/system_metadata_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/agent/consul/tenancy_bridge.go b/agent/consul/tenancy_bridge.go index 99f8ca660a..4573db2feb 100644 --- a/agent/consul/tenancy_bridge.go +++ b/agent/consul/tenancy_bridge.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/agent/consul/tenancy_bridge_oss.go b/agent/consul/tenancy_bridge_oss.go index 2272af74ce..03f87378e7 100644 --- a/agent/consul/tenancy_bridge_oss.go +++ b/agent/consul/tenancy_bridge_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/txn_endpoint.go b/agent/consul/txn_endpoint.go index e7e5d87087..f39cd502cb 100644 --- a/agent/consul/txn_endpoint.go +++ b/agent/consul/txn_endpoint.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/agent/consul/txn_endpoint_test.go b/agent/consul/txn_endpoint_test.go index f5654fdc00..ef2ecd13a3 100644 --- a/agent/consul/txn_endpoint_test.go +++ b/agent/consul/txn_endpoint_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/agent/consul/type_registry.go b/agent/consul/type_registry.go index 1e5ba55a0c..90bf76576f 100644 --- a/agent/consul/type_registry.go +++ b/agent/consul/type_registry.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package consul import ( diff --git a/agent/consul/usagemetrics/usagemetrics.go b/agent/consul/usagemetrics/usagemetrics.go index 169238c375..7bd21b7d26 100644 --- a/agent/consul/usagemetrics/usagemetrics.go +++ b/agent/consul/usagemetrics/usagemetrics.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package usagemetrics diff --git a/agent/consul/usagemetrics/usagemetrics_oss.go b/agent/consul/usagemetrics/usagemetrics_oss.go index 17853b4fcf..7de677cc07 100644 --- a/agent/consul/usagemetrics/usagemetrics_oss.go +++ b/agent/consul/usagemetrics/usagemetrics_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/consul/usagemetrics/usagemetrics_oss_test.go b/agent/consul/usagemetrics/usagemetrics_oss_test.go index 8a4b511577..c25159343f 100644 --- a/agent/consul/usagemetrics/usagemetrics_oss_test.go +++ b/agent/consul/usagemetrics/usagemetrics_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 !consulent // +build !consulent diff --git a/agent/consul/usagemetrics/usagemetrics_test.go b/agent/consul/usagemetrics/usagemetrics_test.go index 7bdf396b25..c97fb13be8 100644 --- a/agent/consul/usagemetrics/usagemetrics_test.go +++ b/agent/consul/usagemetrics/usagemetrics_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package usagemetrics diff --git a/agent/consul/util.go b/agent/consul/util.go index 6fd6c77da3..0fd88e14c8 100644 --- a/agent/consul/util.go +++ b/agent/consul/util.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/agent/consul/util_test.go b/agent/consul/util_test.go index c41b774891..d0a4fcb684 100644 --- a/agent/consul/util_test.go +++ b/agent/consul/util_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/agent/consul/wanfed/pool.go b/agent/consul/wanfed/pool.go index 9320087b3f..3d08301934 100644 --- a/agent/consul/wanfed/pool.go +++ b/agent/consul/wanfed/pool.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package wanfed diff --git a/agent/consul/wanfed/wanfed.go b/agent/consul/wanfed/wanfed.go index e82eddcfa8..7732e05ad3 100644 --- a/agent/consul/wanfed/wanfed.go +++ b/agent/consul/wanfed/wanfed.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package wanfed diff --git a/agent/consul/wanfed/wanfed_test.go b/agent/consul/wanfed/wanfed_test.go index ef45c197c1..8254e9434b 100644 --- a/agent/consul/wanfed/wanfed_test.go +++ b/agent/consul/wanfed/wanfed_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package wanfed diff --git a/agent/consul/watch/server_local.go b/agent/consul/watch/server_local.go index 5937ba1c6a..2bb98fe349 100644 --- a/agent/consul/watch/server_local.go +++ b/agent/consul/watch/server_local.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package watch diff --git a/agent/consul/watch/server_local_test.go b/agent/consul/watch/server_local_test.go index 1f96b1ec00..84ab8de573 100644 --- a/agent/consul/watch/server_local_test.go +++ b/agent/consul/watch/server_local_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package watch diff --git a/agent/consul/xdscapacity/capacity.go b/agent/consul/xdscapacity/capacity.go index 6396841d63..bf3cf4ced0 100644 --- a/agent/consul/xdscapacity/capacity.go +++ b/agent/consul/xdscapacity/capacity.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xdscapacity diff --git a/agent/consul/xdscapacity/capacity_test.go b/agent/consul/xdscapacity/capacity_test.go index d26453feae..b3a3935a88 100644 --- a/agent/consul/xdscapacity/capacity_test.go +++ b/agent/consul/xdscapacity/capacity_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xdscapacity diff --git a/agent/coordinate_endpoint.go b/agent/coordinate_endpoint.go index 744498c055..60b69244af 100644 --- a/agent/coordinate_endpoint.go +++ b/agent/coordinate_endpoint.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/agent/coordinate_endpoint_test.go b/agent/coordinate_endpoint_test.go index fe6deeef95..508f308d13 100644 --- a/agent/coordinate_endpoint_test.go +++ b/agent/coordinate_endpoint_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/agent/debug/host.go b/agent/debug/host.go index 5116bf7499..f863117e54 100644 --- a/agent/debug/host.go +++ b/agent/debug/host.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package debug diff --git a/agent/debug/host_test.go b/agent/debug/host_test.go index 1289e21b4f..dce469b542 100644 --- a/agent/debug/host_test.go +++ b/agent/debug/host_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package debug diff --git a/agent/delegate_mock_test.go b/agent/delegate_mock_test.go index 7f0593473e..a75cf2d1e2 100644 --- a/agent/delegate_mock_test.go +++ b/agent/delegate_mock_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/agent/denylist.go b/agent/denylist.go index b621465298..5fdd8cc9f8 100644 --- a/agent/denylist.go +++ b/agent/denylist.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/agent/denylist_test.go b/agent/denylist_test.go index f9370723a7..dd77e977d9 100644 --- a/agent/denylist_test.go +++ b/agent/denylist_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/agent/discovery_chain_endpoint.go b/agent/discovery_chain_endpoint.go index a3aaa421f9..69a5e668f4 100644 --- a/agent/discovery_chain_endpoint.go +++ b/agent/discovery_chain_endpoint.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/agent/discovery_chain_endpoint_test.go b/agent/discovery_chain_endpoint_test.go index ed42ca0aed..7e1e9a5524 100644 --- a/agent/discovery_chain_endpoint_test.go +++ b/agent/discovery_chain_endpoint_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/agent/dns.go b/agent/dns.go index 5804dc97dd..3ae9a18b67 100644 --- a/agent/dns.go +++ b/agent/dns.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/agent/dns/dns.go b/agent/dns/dns.go index 9f8e785a39..1942a1fdd8 100644 --- a/agent/dns/dns.go +++ b/agent/dns/dns.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dns diff --git a/agent/dns/dns_test.go b/agent/dns/dns_test.go index 91dc3ea72a..3acd2260e0 100644 --- a/agent/dns/dns_test.go +++ b/agent/dns/dns_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dns diff --git a/agent/dns/validation.go b/agent/dns/validation.go index cd66acf6fa..a88aaff2db 100644 --- a/agent/dns/validation.go +++ b/agent/dns/validation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dns diff --git a/agent/dns/validation_test.go b/agent/dns/validation_test.go index bcb65adf14..8855e375c5 100644 --- a/agent/dns/validation_test.go +++ b/agent/dns/validation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dns_test diff --git a/agent/dns_oss.go b/agent/dns_oss.go index e7b6dbf8c2..b809009665 100644 --- a/agent/dns_oss.go +++ b/agent/dns_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/dns_oss_test.go b/agent/dns_oss_test.go index 7bbe6fdd50..32dbfa7785 100644 --- a/agent/dns_oss_test.go +++ b/agent/dns_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 !consulent // +build !consulent diff --git a/agent/dns_test.go b/agent/dns_test.go index ef5364964d..3998995272 100644 --- a/agent/dns_test.go +++ b/agent/dns_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/agent/enterprise_delegate_oss.go b/agent/enterprise_delegate_oss.go index 20bfeec220..5c455e2437 100644 --- a/agent/enterprise_delegate_oss.go +++ b/agent/enterprise_delegate_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/envoyextensions/builtin/aws-lambda/aws_lambda.go b/agent/envoyextensions/builtin/aws-lambda/aws_lambda.go index fa36d6fa50..978fc5cf55 100644 --- a/agent/envoyextensions/builtin/aws-lambda/aws_lambda.go +++ b/agent/envoyextensions/builtin/aws-lambda/aws_lambda.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awslambda diff --git a/agent/envoyextensions/builtin/aws-lambda/aws_lambda_test.go b/agent/envoyextensions/builtin/aws-lambda/aws_lambda_test.go index 26f49eef4b..3dda09e317 100644 --- a/agent/envoyextensions/builtin/aws-lambda/aws_lambda_test.go +++ b/agent/envoyextensions/builtin/aws-lambda/aws_lambda_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package awslambda diff --git a/agent/envoyextensions/builtin/ext-authz/ext_authz.go b/agent/envoyextensions/builtin/ext-authz/ext_authz.go index 7400aef13a..f5368c97ab 100644 --- a/agent/envoyextensions/builtin/ext-authz/ext_authz.go +++ b/agent/envoyextensions/builtin/ext-authz/ext_authz.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extauthz diff --git a/agent/envoyextensions/builtin/ext-authz/ext_authz_test.go b/agent/envoyextensions/builtin/ext-authz/ext_authz_test.go index 88e87d7e9a..6db284476d 100644 --- a/agent/envoyextensions/builtin/ext-authz/ext_authz_test.go +++ b/agent/envoyextensions/builtin/ext-authz/ext_authz_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extauthz diff --git a/agent/envoyextensions/builtin/ext-authz/structs.go b/agent/envoyextensions/builtin/ext-authz/structs.go index a14cedd63a..0a7e7dcce4 100644 --- a/agent/envoyextensions/builtin/ext-authz/structs.go +++ b/agent/envoyextensions/builtin/ext-authz/structs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extauthz diff --git a/agent/envoyextensions/builtin/lua/lua.go b/agent/envoyextensions/builtin/lua/lua.go index aefea37e6c..ba08d9d286 100644 --- a/agent/envoyextensions/builtin/lua/lua.go +++ b/agent/envoyextensions/builtin/lua/lua.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lua diff --git a/agent/envoyextensions/builtin/lua/lua_test.go b/agent/envoyextensions/builtin/lua/lua_test.go index 3ea2ba716c..afe65d067f 100644 --- a/agent/envoyextensions/builtin/lua/lua_test.go +++ b/agent/envoyextensions/builtin/lua/lua_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lua diff --git a/agent/envoyextensions/builtin/property-override/property_override.go b/agent/envoyextensions/builtin/property-override/property_override.go index 41e98074b7..70577a56e3 100644 --- a/agent/envoyextensions/builtin/property-override/property_override.go +++ b/agent/envoyextensions/builtin/property-override/property_override.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package propertyoverride import ( diff --git a/agent/envoyextensions/builtin/property-override/property_override_test.go b/agent/envoyextensions/builtin/property-override/property_override_test.go index 0e4317f9dd..20febc2107 100644 --- a/agent/envoyextensions/builtin/property-override/property_override_test.go +++ b/agent/envoyextensions/builtin/property-override/property_override_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package propertyoverride import ( diff --git a/agent/envoyextensions/builtin/property-override/structpatcher.go b/agent/envoyextensions/builtin/property-override/structpatcher.go index 91de4cf7f8..76fe3be1a8 100644 --- a/agent/envoyextensions/builtin/property-override/structpatcher.go +++ b/agent/envoyextensions/builtin/property-override/structpatcher.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package propertyoverride import ( diff --git a/agent/envoyextensions/builtin/property-override/structpatcher_test.go b/agent/envoyextensions/builtin/property-override/structpatcher_test.go index ac7379f9f1..4916f0c505 100644 --- a/agent/envoyextensions/builtin/property-override/structpatcher_test.go +++ b/agent/envoyextensions/builtin/property-override/structpatcher_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package propertyoverride import ( diff --git a/agent/envoyextensions/builtin/wasm/structs.go b/agent/envoyextensions/builtin/wasm/structs.go index 012099ab62..67540fee56 100644 --- a/agent/envoyextensions/builtin/wasm/structs.go +++ b/agent/envoyextensions/builtin/wasm/structs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package wasm diff --git a/agent/envoyextensions/builtin/wasm/wasm.go b/agent/envoyextensions/builtin/wasm/wasm.go index c16ac4da81..da1e0a7cea 100644 --- a/agent/envoyextensions/builtin/wasm/wasm.go +++ b/agent/envoyextensions/builtin/wasm/wasm.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package wasm diff --git a/agent/envoyextensions/builtin/wasm/wasm_test.go b/agent/envoyextensions/builtin/wasm/wasm_test.go index 93f3a4b5e0..41769beecd 100644 --- a/agent/envoyextensions/builtin/wasm/wasm_test.go +++ b/agent/envoyextensions/builtin/wasm/wasm_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package wasm diff --git a/agent/envoyextensions/registered_extensions.go b/agent/envoyextensions/registered_extensions.go index 7b0f2ae61d..d9721b320b 100644 --- a/agent/envoyextensions/registered_extensions.go +++ b/agent/envoyextensions/registered_extensions.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoyextensions diff --git a/agent/envoyextensions/registered_extensions_test.go b/agent/envoyextensions/registered_extensions_test.go index 7f3cb6bbac..818db87faf 100644 --- a/agent/envoyextensions/registered_extensions_test.go +++ b/agent/envoyextensions/registered_extensions_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoyextensions diff --git a/agent/event_endpoint.go b/agent/event_endpoint.go index 034dec3056..da589632c7 100644 --- a/agent/event_endpoint.go +++ b/agent/event_endpoint.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/agent/event_endpoint_test.go b/agent/event_endpoint_test.go index 4be21a6914..a041088c44 100644 --- a/agent/event_endpoint_test.go +++ b/agent/event_endpoint_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/agent/exec/exec.go b/agent/exec/exec.go index d4b4bfafd1..408dc6bb81 100644 --- a/agent/exec/exec.go +++ b/agent/exec/exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package exec diff --git a/agent/exec/exec_unix.go b/agent/exec/exec_unix.go index 32ff23249e..b31e593163 100644 --- a/agent/exec/exec_unix.go +++ b/agent/exec/exec_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 // +build !windows diff --git a/agent/exec/exec_windows.go b/agent/exec/exec_windows.go index 1a0cb4c82c..aeb9b6a847 100644 --- a/agent/exec/exec_windows.go +++ b/agent/exec/exec_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 // +build windows diff --git a/agent/federation_state_endpoint.go b/agent/federation_state_endpoint.go index 0bec145ae6..40a3df1ff1 100644 --- a/agent/federation_state_endpoint.go +++ b/agent/federation_state_endpoint.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/agent/grpc-external/forward.go b/agent/grpc-external/forward.go index c0ed064ac8..395fb6aa47 100644 --- a/agent/grpc-external/forward.go +++ b/agent/grpc-external/forward.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package external diff --git a/agent/grpc-external/limiter/limiter.go b/agent/grpc-external/limiter/limiter.go index f995f96304..44aaac616f 100644 --- a/agent/grpc-external/limiter/limiter.go +++ b/agent/grpc-external/limiter/limiter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // package limiter provides primatives for limiting the number of concurrent // operations in-flight. diff --git a/agent/grpc-external/limiter/limiter_test.go b/agent/grpc-external/limiter/limiter_test.go index fa165a6670..3cfa3ad263 100644 --- a/agent/grpc-external/limiter/limiter_test.go +++ b/agent/grpc-external/limiter/limiter_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package limiter diff --git a/agent/grpc-external/options.go b/agent/grpc-external/options.go index a25a448299..04e5c10efb 100644 --- a/agent/grpc-external/options.go +++ b/agent/grpc-external/options.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package external diff --git a/agent/grpc-external/options_test.go b/agent/grpc-external/options_test.go index b2edb8fbf1..ccc0ad12fd 100644 --- a/agent/grpc-external/options_test.go +++ b/agent/grpc-external/options_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package external diff --git a/agent/grpc-external/querymeta.go b/agent/grpc-external/querymeta.go index 55b960255f..0f4dd52adb 100644 --- a/agent/grpc-external/querymeta.go +++ b/agent/grpc-external/querymeta.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package external import ( diff --git a/agent/grpc-external/querymeta_test.go b/agent/grpc-external/querymeta_test.go index 66c7136a3d..4406929648 100644 --- a/agent/grpc-external/querymeta_test.go +++ b/agent/grpc-external/querymeta_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package external import ( diff --git a/agent/grpc-external/server.go b/agent/grpc-external/server.go index 0513d22e22..6090a8f31a 100644 --- a/agent/grpc-external/server.go +++ b/agent/grpc-external/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package external diff --git a/agent/grpc-external/services/acl/login.go b/agent/grpc-external/services/acl/login.go index c8c399d108..1e44acf8a1 100644 --- a/agent/grpc-external/services/acl/login.go +++ b/agent/grpc-external/services/acl/login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/agent/grpc-external/services/acl/login_test.go b/agent/grpc-external/services/acl/login_test.go index e858618a90..3b956d7c8c 100644 --- a/agent/grpc-external/services/acl/login_test.go +++ b/agent/grpc-external/services/acl/login_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/agent/grpc-external/services/acl/logout.go b/agent/grpc-external/services/acl/logout.go index bd3bb5e3e4..691ac7b888 100644 --- a/agent/grpc-external/services/acl/logout.go +++ b/agent/grpc-external/services/acl/logout.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/agent/grpc-external/services/acl/logout_test.go b/agent/grpc-external/services/acl/logout_test.go index 69491db5e3..df5c396282 100644 --- a/agent/grpc-external/services/acl/logout_test.go +++ b/agent/grpc-external/services/acl/logout_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/agent/grpc-external/services/acl/server.go b/agent/grpc-external/services/acl/server.go index 5513950e02..2393f11aa1 100644 --- a/agent/grpc-external/services/acl/server.go +++ b/agent/grpc-external/services/acl/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/agent/grpc-external/services/acl/server_test.go b/agent/grpc-external/services/acl/server_test.go index 89c49bf226..1b6cd06600 100644 --- a/agent/grpc-external/services/acl/server_test.go +++ b/agent/grpc-external/services/acl/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/agent/grpc-external/services/connectca/server.go b/agent/grpc-external/services/connectca/server.go index c90962e180..4ef91705f7 100644 --- a/agent/grpc-external/services/connectca/server.go +++ b/agent/grpc-external/services/connectca/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connectca diff --git a/agent/grpc-external/services/connectca/server_test.go b/agent/grpc-external/services/connectca/server_test.go index 84636e9e75..27c8d17c0c 100644 --- a/agent/grpc-external/services/connectca/server_test.go +++ b/agent/grpc-external/services/connectca/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connectca diff --git a/agent/grpc-external/services/connectca/sign.go b/agent/grpc-external/services/connectca/sign.go index 59c1a6f283..148bf675b0 100644 --- a/agent/grpc-external/services/connectca/sign.go +++ b/agent/grpc-external/services/connectca/sign.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connectca diff --git a/agent/grpc-external/services/connectca/sign_test.go b/agent/grpc-external/services/connectca/sign_test.go index e43978e0b9..07be304081 100644 --- a/agent/grpc-external/services/connectca/sign_test.go +++ b/agent/grpc-external/services/connectca/sign_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connectca diff --git a/agent/grpc-external/services/connectca/watch_roots.go b/agent/grpc-external/services/connectca/watch_roots.go index 14927e2188..ddd02ca56e 100644 --- a/agent/grpc-external/services/connectca/watch_roots.go +++ b/agent/grpc-external/services/connectca/watch_roots.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connectca diff --git a/agent/grpc-external/services/connectca/watch_roots_test.go b/agent/grpc-external/services/connectca/watch_roots_test.go index bfdb76f33b..171e003246 100644 --- a/agent/grpc-external/services/connectca/watch_roots_test.go +++ b/agent/grpc-external/services/connectca/watch_roots_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connectca diff --git a/agent/grpc-external/services/dataplane/get_envoy_bootstrap_params.go b/agent/grpc-external/services/dataplane/get_envoy_bootstrap_params.go index 13bbd1c9f9..147f84d302 100644 --- a/agent/grpc-external/services/dataplane/get_envoy_bootstrap_params.go +++ b/agent/grpc-external/services/dataplane/get_envoy_bootstrap_params.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dataplane diff --git a/agent/grpc-external/services/dataplane/get_envoy_bootstrap_params_test.go b/agent/grpc-external/services/dataplane/get_envoy_bootstrap_params_test.go index 322d2f6527..03e968ba42 100644 --- a/agent/grpc-external/services/dataplane/get_envoy_bootstrap_params_test.go +++ b/agent/grpc-external/services/dataplane/get_envoy_bootstrap_params_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dataplane diff --git a/agent/grpc-external/services/dataplane/get_supported_features.go b/agent/grpc-external/services/dataplane/get_supported_features.go index ea63871533..214f0e249f 100644 --- a/agent/grpc-external/services/dataplane/get_supported_features.go +++ b/agent/grpc-external/services/dataplane/get_supported_features.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dataplane diff --git a/agent/grpc-external/services/dataplane/get_supported_features_test.go b/agent/grpc-external/services/dataplane/get_supported_features_test.go index 329b5df0f6..4761ccb3cb 100644 --- a/agent/grpc-external/services/dataplane/get_supported_features_test.go +++ b/agent/grpc-external/services/dataplane/get_supported_features_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dataplane diff --git a/agent/grpc-external/services/dataplane/server.go b/agent/grpc-external/services/dataplane/server.go index 8772893863..88b586f459 100644 --- a/agent/grpc-external/services/dataplane/server.go +++ b/agent/grpc-external/services/dataplane/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dataplane diff --git a/agent/grpc-external/services/dataplane/server_test.go b/agent/grpc-external/services/dataplane/server_test.go index 15ac272871..ec57396bcb 100644 --- a/agent/grpc-external/services/dataplane/server_test.go +++ b/agent/grpc-external/services/dataplane/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dataplane diff --git a/agent/grpc-external/services/dns/server.go b/agent/grpc-external/services/dns/server.go index a9733c4066..a6f2249733 100644 --- a/agent/grpc-external/services/dns/server.go +++ b/agent/grpc-external/services/dns/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dns diff --git a/agent/grpc-external/services/dns/server_test.go b/agent/grpc-external/services/dns/server_test.go index 0144eccc0c..a6576b51ad 100644 --- a/agent/grpc-external/services/dns/server_test.go +++ b/agent/grpc-external/services/dns/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dns diff --git a/agent/grpc-external/services/peerstream/health_snapshot.go b/agent/grpc-external/services/peerstream/health_snapshot.go index dd9a10c674..efd60a7f10 100644 --- a/agent/grpc-external/services/peerstream/health_snapshot.go +++ b/agent/grpc-external/services/peerstream/health_snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/health_snapshot_test.go b/agent/grpc-external/services/peerstream/health_snapshot_test.go index 7ea404f385..6759db252d 100644 --- a/agent/grpc-external/services/peerstream/health_snapshot_test.go +++ b/agent/grpc-external/services/peerstream/health_snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/replication.go b/agent/grpc-external/services/peerstream/replication.go index a0c1e4387f..692a475235 100644 --- a/agent/grpc-external/services/peerstream/replication.go +++ b/agent/grpc-external/services/peerstream/replication.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/server.go b/agent/grpc-external/services/peerstream/server.go index 58e436bd1f..4127312fe7 100644 --- a/agent/grpc-external/services/peerstream/server.go +++ b/agent/grpc-external/services/peerstream/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/server_test.go b/agent/grpc-external/services/peerstream/server_test.go index cb7c60e3cf..836b09d89b 100644 --- a/agent/grpc-external/services/peerstream/server_test.go +++ b/agent/grpc-external/services/peerstream/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/stream_resources.go b/agent/grpc-external/services/peerstream/stream_resources.go index 61c98d3f07..9f2d9cf896 100644 --- a/agent/grpc-external/services/peerstream/stream_resources.go +++ b/agent/grpc-external/services/peerstream/stream_resources.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/stream_test.go b/agent/grpc-external/services/peerstream/stream_test.go index 2d8f6f3e16..8c1e0783bd 100644 --- a/agent/grpc-external/services/peerstream/stream_test.go +++ b/agent/grpc-external/services/peerstream/stream_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/stream_tracker.go b/agent/grpc-external/services/peerstream/stream_tracker.go index abb5a003a3..c74a1b284f 100644 --- a/agent/grpc-external/services/peerstream/stream_tracker.go +++ b/agent/grpc-external/services/peerstream/stream_tracker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/stream_tracker_test.go b/agent/grpc-external/services/peerstream/stream_tracker_test.go index d676587a25..33ea536469 100644 --- a/agent/grpc-external/services/peerstream/stream_tracker_test.go +++ b/agent/grpc-external/services/peerstream/stream_tracker_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/subscription_blocking.go b/agent/grpc-external/services/peerstream/subscription_blocking.go index 7fa8bc1eff..a1257d3d33 100644 --- a/agent/grpc-external/services/peerstream/subscription_blocking.go +++ b/agent/grpc-external/services/peerstream/subscription_blocking.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/subscription_manager.go b/agent/grpc-external/services/peerstream/subscription_manager.go index 4fcd27635b..bd2d36ffd9 100644 --- a/agent/grpc-external/services/peerstream/subscription_manager.go +++ b/agent/grpc-external/services/peerstream/subscription_manager.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/subscription_manager_test.go b/agent/grpc-external/services/peerstream/subscription_manager_test.go index 4ed912368e..cc2afee0d5 100644 --- a/agent/grpc-external/services/peerstream/subscription_manager_test.go +++ b/agent/grpc-external/services/peerstream/subscription_manager_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/subscription_state.go b/agent/grpc-external/services/peerstream/subscription_state.go index dba315370d..a1a370a3ec 100644 --- a/agent/grpc-external/services/peerstream/subscription_state.go +++ b/agent/grpc-external/services/peerstream/subscription_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/subscription_state_test.go b/agent/grpc-external/services/peerstream/subscription_state_test.go index 3cba66c9c2..cc3e49ab4c 100644 --- a/agent/grpc-external/services/peerstream/subscription_state_test.go +++ b/agent/grpc-external/services/peerstream/subscription_state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/subscription_view.go b/agent/grpc-external/services/peerstream/subscription_view.go index c85c82b15e..575729bc71 100644 --- a/agent/grpc-external/services/peerstream/subscription_view.go +++ b/agent/grpc-external/services/peerstream/subscription_view.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/subscription_view_test.go b/agent/grpc-external/services/peerstream/subscription_view_test.go index a51ca57e29..cd2f61e60f 100644 --- a/agent/grpc-external/services/peerstream/subscription_view_test.go +++ b/agent/grpc-external/services/peerstream/subscription_view_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/peerstream/testing.go b/agent/grpc-external/services/peerstream/testing.go index 2208249dc6..47cc8d1dbe 100644 --- a/agent/grpc-external/services/peerstream/testing.go +++ b/agent/grpc-external/services/peerstream/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peerstream diff --git a/agent/grpc-external/services/resource/delete.go b/agent/grpc-external/services/resource/delete.go index 459f97f28a..0c5a861654 100644 --- a/agent/grpc-external/services/resource/delete.go +++ b/agent/grpc-external/services/resource/delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/delete_test.go b/agent/grpc-external/services/resource/delete_test.go index fd74d427ee..ee32a12a65 100644 --- a/agent/grpc-external/services/resource/delete_test.go +++ b/agent/grpc-external/services/resource/delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/list.go b/agent/grpc-external/services/resource/list.go index 7332c0c8a0..803f64901b 100644 --- a/agent/grpc-external/services/resource/list.go +++ b/agent/grpc-external/services/resource/list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/list_by_owner.go b/agent/grpc-external/services/resource/list_by_owner.go index 02b513011f..8f1b4216a3 100644 --- a/agent/grpc-external/services/resource/list_by_owner.go +++ b/agent/grpc-external/services/resource/list_by_owner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/list_by_owner_test.go b/agent/grpc-external/services/resource/list_by_owner_test.go index 218971a050..5b2fe63975 100644 --- a/agent/grpc-external/services/resource/list_by_owner_test.go +++ b/agent/grpc-external/services/resource/list_by_owner_test.go @@ -1,5 +1,5 @@ // // Copyright (c) HashiCorp, Inc. -// // SPDX-License-Identifier: MPL-2.0 +// // SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/list_test.go b/agent/grpc-external/services/resource/list_test.go index 4d6b50951b..93a8d1c45f 100644 --- a/agent/grpc-external/services/resource/list_test.go +++ b/agent/grpc-external/services/resource/list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/read.go b/agent/grpc-external/services/resource/read.go index ca248cd962..4f247a72ac 100644 --- a/agent/grpc-external/services/resource/read.go +++ b/agent/grpc-external/services/resource/read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/read_test.go b/agent/grpc-external/services/resource/read_test.go index 4b93f210e3..ac63d0a268 100644 --- a/agent/grpc-external/services/resource/read_test.go +++ b/agent/grpc-external/services/resource/read_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/server.go b/agent/grpc-external/services/resource/server.go index 64ac47e6dd..29b18bd964 100644 --- a/agent/grpc-external/services/resource/server.go +++ b/agent/grpc-external/services/resource/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/server_oss.go b/agent/grpc-external/services/resource/server_oss.go index 1871aab205..562af97320 100644 --- a/agent/grpc-external/services/resource/server_oss.go +++ b/agent/grpc-external/services/resource/server_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/grpc-external/services/resource/server_oss_test.go b/agent/grpc-external/services/resource/server_oss_test.go index 5f92f5226c..9e155019ca 100644 --- a/agent/grpc-external/services/resource/server_oss_test.go +++ b/agent/grpc-external/services/resource/server_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 !consulent // +build !consulent diff --git a/agent/grpc-external/services/resource/server_test.go b/agent/grpc-external/services/resource/server_test.go index 0530f51a2a..f2ee151295 100644 --- a/agent/grpc-external/services/resource/server_test.go +++ b/agent/grpc-external/services/resource/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/testing/testing.go b/agent/grpc-external/services/resource/testing/testing.go index b35a9491f3..403263404f 100644 --- a/agent/grpc-external/services/resource/testing/testing.go +++ b/agent/grpc-external/services/resource/testing/testing.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package testing import ( diff --git a/agent/grpc-external/services/resource/watch.go b/agent/grpc-external/services/resource/watch.go index 140ff78fbd..17cc48c094 100644 --- a/agent/grpc-external/services/resource/watch.go +++ b/agent/grpc-external/services/resource/watch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/watch_test.go b/agent/grpc-external/services/resource/watch_test.go index 95695f295e..7574c155da 100644 --- a/agent/grpc-external/services/resource/watch_test.go +++ b/agent/grpc-external/services/resource/watch_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/write.go b/agent/grpc-external/services/resource/write.go index b85b33ef23..ec39f3a12a 100644 --- a/agent/grpc-external/services/resource/write.go +++ b/agent/grpc-external/services/resource/write.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/write_status.go b/agent/grpc-external/services/resource/write_status.go index 67a2eff053..d0dea6f162 100644 --- a/agent/grpc-external/services/resource/write_status.go +++ b/agent/grpc-external/services/resource/write_status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/write_status_test.go b/agent/grpc-external/services/resource/write_status_test.go index aa26330176..8470f50d85 100644 --- a/agent/grpc-external/services/resource/write_status_test.go +++ b/agent/grpc-external/services/resource/write_status_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/resource/write_test.go b/agent/grpc-external/services/resource/write_test.go index fbd1ed2b50..861f099519 100644 --- a/agent/grpc-external/services/resource/write_test.go +++ b/agent/grpc-external/services/resource/write_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/agent/grpc-external/services/serverdiscovery/server.go b/agent/grpc-external/services/serverdiscovery/server.go index 4776171221..99011c6d07 100644 --- a/agent/grpc-external/services/serverdiscovery/server.go +++ b/agent/grpc-external/services/serverdiscovery/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverdiscovery diff --git a/agent/grpc-external/services/serverdiscovery/server_test.go b/agent/grpc-external/services/serverdiscovery/server_test.go index cac32bd31e..a9fd65b7cb 100644 --- a/agent/grpc-external/services/serverdiscovery/server_test.go +++ b/agent/grpc-external/services/serverdiscovery/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverdiscovery diff --git a/agent/grpc-external/services/serverdiscovery/watch_servers.go b/agent/grpc-external/services/serverdiscovery/watch_servers.go index 31a2cb92c8..94ed7ac58a 100644 --- a/agent/grpc-external/services/serverdiscovery/watch_servers.go +++ b/agent/grpc-external/services/serverdiscovery/watch_servers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverdiscovery diff --git a/agent/grpc-external/services/serverdiscovery/watch_servers_test.go b/agent/grpc-external/services/serverdiscovery/watch_servers_test.go index d58d0be407..0df48f3bb3 100644 --- a/agent/grpc-external/services/serverdiscovery/watch_servers_test.go +++ b/agent/grpc-external/services/serverdiscovery/watch_servers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serverdiscovery diff --git a/agent/grpc-external/stats_test.go b/agent/grpc-external/stats_test.go index eed834064e..798c900148 100644 --- a/agent/grpc-external/stats_test.go +++ b/agent/grpc-external/stats_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package external diff --git a/agent/grpc-external/testutils/acl.go b/agent/grpc-external/testutils/acl.go index 440a837682..caa5c7ae81 100644 --- a/agent/grpc-external/testutils/acl.go +++ b/agent/grpc-external/testutils/acl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testutils diff --git a/agent/grpc-external/testutils/fsm.go b/agent/grpc-external/testutils/fsm.go index 0e7b645a65..fdec1b109e 100644 --- a/agent/grpc-external/testutils/fsm.go +++ b/agent/grpc-external/testutils/fsm.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testutils diff --git a/agent/grpc-external/testutils/server.go b/agent/grpc-external/testutils/server.go index eecb10bb95..13cbb985e5 100644 --- a/agent/grpc-external/testutils/server.go +++ b/agent/grpc-external/testutils/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testutils diff --git a/agent/grpc-external/utils.go b/agent/grpc-external/utils.go index b3a3d3d202..13c84c75c1 100644 --- a/agent/grpc-external/utils.go +++ b/agent/grpc-external/utils.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package external diff --git a/agent/grpc-internal/balancer/balancer.go b/agent/grpc-internal/balancer/balancer.go index 4941a80873..884c2a1dec 100644 --- a/agent/grpc-internal/balancer/balancer.go +++ b/agent/grpc-internal/balancer/balancer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // package balancer implements a custom gRPC load balancer. // diff --git a/agent/grpc-internal/balancer/balancer_test.go b/agent/grpc-internal/balancer/balancer_test.go index 35912aab26..f0c6db9f53 100644 --- a/agent/grpc-internal/balancer/balancer_test.go +++ b/agent/grpc-internal/balancer/balancer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package balancer diff --git a/agent/grpc-internal/balancer/registry.go b/agent/grpc-internal/balancer/registry.go index f11ea6c8ce..53b2e6555a 100644 --- a/agent/grpc-internal/balancer/registry.go +++ b/agent/grpc-internal/balancer/registry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package balancer diff --git a/agent/grpc-internal/client.go b/agent/grpc-internal/client.go index 98a6f1fd81..1d49bc23cd 100644 --- a/agent/grpc-internal/client.go +++ b/agent/grpc-internal/client.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/agent/grpc-internal/client_test.go b/agent/grpc-internal/client_test.go index a3b99e78ad..134a62aa4a 100644 --- a/agent/grpc-internal/client_test.go +++ b/agent/grpc-internal/client_test.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/agent/grpc-internal/handler.go b/agent/grpc-internal/handler.go index 3278d74443..b0eeaa8a4f 100644 --- a/agent/grpc-internal/handler.go +++ b/agent/grpc-internal/handler.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/agent/grpc-internal/handler_test.go b/agent/grpc-internal/handler_test.go index 80c026113d..2027c05586 100644 --- a/agent/grpc-internal/handler_test.go +++ b/agent/grpc-internal/handler_test.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/agent/grpc-internal/listener.go b/agent/grpc-internal/listener.go index bcbf121c73..a1c2266137 100644 --- a/agent/grpc-internal/listener.go +++ b/agent/grpc-internal/listener.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/agent/grpc-internal/pipe.go b/agent/grpc-internal/pipe.go index 188defd085..555f6d2162 100644 --- a/agent/grpc-internal/pipe.go +++ b/agent/grpc-internal/pipe.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/agent/grpc-internal/pipe_test.go b/agent/grpc-internal/pipe_test.go index e6ce286d1f..f51d158129 100644 --- a/agent/grpc-internal/pipe_test.go +++ b/agent/grpc-internal/pipe_test.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/agent/grpc-internal/resolver/registry.go b/agent/grpc-internal/resolver/registry.go index 5151cfd46c..aab369c501 100644 --- a/agent/grpc-internal/resolver/registry.go +++ b/agent/grpc-internal/resolver/registry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resolver diff --git a/agent/grpc-internal/resolver/resolver.go b/agent/grpc-internal/resolver/resolver.go index d04f1e657e..8d1436bf7a 100644 --- a/agent/grpc-internal/resolver/resolver.go +++ b/agent/grpc-internal/resolver/resolver.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resolver diff --git a/agent/grpc-internal/resolver/resolver_test.go b/agent/grpc-internal/resolver/resolver_test.go index 2bd3f24f99..0914eba147 100644 --- a/agent/grpc-internal/resolver/resolver_test.go +++ b/agent/grpc-internal/resolver/resolver_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package resolver import ( diff --git a/agent/grpc-internal/server_test.go b/agent/grpc-internal/server_test.go index 83774c712f..12f420979b 100644 --- a/agent/grpc-internal/server_test.go +++ b/agent/grpc-internal/server_test.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/agent/grpc-internal/services/subscribe/logger.go b/agent/grpc-internal/services/subscribe/logger.go index faaa63ff84..11c18f6adf 100644 --- a/agent/grpc-internal/services/subscribe/logger.go +++ b/agent/grpc-internal/services/subscribe/logger.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package subscribe diff --git a/agent/grpc-internal/services/subscribe/subscribe.go b/agent/grpc-internal/services/subscribe/subscribe.go index 08c501b6dd..a728b0164c 100644 --- a/agent/grpc-internal/services/subscribe/subscribe.go +++ b/agent/grpc-internal/services/subscribe/subscribe.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package subscribe diff --git a/agent/grpc-internal/services/subscribe/subscribe_test.go b/agent/grpc-internal/services/subscribe/subscribe_test.go index 54a267f7c4..910862d4cf 100644 --- a/agent/grpc-internal/services/subscribe/subscribe_test.go +++ b/agent/grpc-internal/services/subscribe/subscribe_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package subscribe diff --git a/agent/grpc-internal/stats_test.go b/agent/grpc-internal/stats_test.go index 5da26f512c..d14c4c46bc 100644 --- a/agent/grpc-internal/stats_test.go +++ b/agent/grpc-internal/stats_test.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/agent/grpc-internal/tracker.go b/agent/grpc-internal/tracker.go index a313f88e53..251fe48f95 100644 --- a/agent/grpc-internal/tracker.go +++ b/agent/grpc-internal/tracker.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/agent/grpc-middleware/auth_interceptor.go b/agent/grpc-middleware/auth_interceptor.go index 0472b71f00..af85e5c6f9 100644 --- a/agent/grpc-middleware/auth_interceptor.go +++ b/agent/grpc-middleware/auth_interceptor.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/grpc-middleware/auth_interceptor_test.go b/agent/grpc-middleware/auth_interceptor_test.go index 18f9334cc9..0c447499bc 100644 --- a/agent/grpc-middleware/auth_interceptor_test.go +++ b/agent/grpc-middleware/auth_interceptor_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/grpc-middleware/handshake.go b/agent/grpc-middleware/handshake.go index 82b352bb5a..893421e0e7 100644 --- a/agent/grpc-middleware/handshake.go +++ b/agent/grpc-middleware/handshake.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/grpc-middleware/handshake_test.go b/agent/grpc-middleware/handshake_test.go index f987a6689a..178451a314 100644 --- a/agent/grpc-middleware/handshake_test.go +++ b/agent/grpc-middleware/handshake_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/grpc-middleware/rate.go b/agent/grpc-middleware/rate.go index 6f84fd36c1..bdb63cd244 100644 --- a/agent/grpc-middleware/rate.go +++ b/agent/grpc-middleware/rate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/grpc-middleware/rate_test.go b/agent/grpc-middleware/rate_test.go index 0a71d23246..16c84734a9 100644 --- a/agent/grpc-middleware/rate_test.go +++ b/agent/grpc-middleware/rate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/grpc-middleware/recovery.go b/agent/grpc-middleware/recovery.go index cf1cbabe4e..04b918ee9b 100644 --- a/agent/grpc-middleware/recovery.go +++ b/agent/grpc-middleware/recovery.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/grpc-middleware/stats.go b/agent/grpc-middleware/stats.go index 564d14a844..a6bf1d2c59 100644 --- a/agent/grpc-middleware/stats.go +++ b/agent/grpc-middleware/stats.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/grpc-middleware/testutil/fake_sink.go b/agent/grpc-middleware/testutil/fake_sink.go index c121481ee2..be7623c774 100644 --- a/agent/grpc-middleware/testutil/fake_sink.go +++ b/agent/grpc-middleware/testutil/fake_sink.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testutil diff --git a/agent/grpc-middleware/testutil/testservice/buf.gen.yaml b/agent/grpc-middleware/testutil/testservice/buf.gen.yaml index b8ba317a33..8d8a6c7dbf 100644 --- a/agent/grpc-middleware/testutil/testservice/buf.gen.yaml +++ b/agent/grpc-middleware/testutil/testservice/buf.gen.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: v1 managed: diff --git a/agent/grpc-middleware/testutil/testservice/fake_service.go b/agent/grpc-middleware/testutil/testservice/fake_service.go index 4428e17374..ca21d286f0 100644 --- a/agent/grpc-middleware/testutil/testservice/fake_service.go +++ b/agent/grpc-middleware/testutil/testservice/fake_service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testservice diff --git a/agent/grpc-middleware/testutil/testservice/simple.pb.go b/agent/grpc-middleware/testutil/testservice/simple.pb.go index 18022b3dad..b4f664bf1c 100644 --- a/agent/grpc-middleware/testutil/testservice/simple.pb.go +++ b/agent/grpc-middleware/testutil/testservice/simple.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/agent/grpc-middleware/testutil/testservice/simple.proto b/agent/grpc-middleware/testutil/testservice/simple.proto index c8ce3d5811..d005a45aa1 100644 --- a/agent/grpc-middleware/testutil/testservice/simple.proto +++ b/agent/grpc-middleware/testutil/testservice/simple.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/agent/hcp/bootstrap/bootstrap.go b/agent/hcp/bootstrap/bootstrap.go index 191859ea00..8e544bdec3 100644 --- a/agent/hcp/bootstrap/bootstrap.go +++ b/agent/hcp/bootstrap/bootstrap.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package bootstrap handles bootstrapping an agent's config from HCP. It must be a // separate package from other HCP components because it has a dependency on diff --git a/agent/hcp/bootstrap/bootstrap_test.go b/agent/hcp/bootstrap/bootstrap_test.go index 74b57e5f50..b475223ff8 100644 --- a/agent/hcp/bootstrap/bootstrap_test.go +++ b/agent/hcp/bootstrap/bootstrap_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package bootstrap import ( diff --git a/agent/hcp/bootstrap/testing.go b/agent/hcp/bootstrap/testing.go index a10a5d2bc8..f073d17183 100644 --- a/agent/hcp/bootstrap/testing.go +++ b/agent/hcp/bootstrap/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bootstrap diff --git a/agent/hcp/client/client.go b/agent/hcp/client/client.go index f04767e983..c0526c0e4a 100644 --- a/agent/hcp/client/client.go +++ b/agent/hcp/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/agent/hcp/client/client_test.go b/agent/hcp/client/client_test.go index d4bae2ae4c..5571630ad4 100644 --- a/agent/hcp/client/client_test.go +++ b/agent/hcp/client/client_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package client import ( diff --git a/agent/hcp/client/metrics_client.go b/agent/hcp/client/metrics_client.go index 3c5b5c4fb9..b3c1c6a6b3 100644 --- a/agent/hcp/client/metrics_client.go +++ b/agent/hcp/client/metrics_client.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package client import ( diff --git a/agent/hcp/client/metrics_client_test.go b/agent/hcp/client/metrics_client_test.go index 4119e326e9..20a5f010ec 100644 --- a/agent/hcp/client/metrics_client_test.go +++ b/agent/hcp/client/metrics_client_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package client import ( diff --git a/agent/hcp/client/mock_CloudConfig.go b/agent/hcp/client/mock_CloudConfig.go index 5f2ef50046..574f83e55f 100644 --- a/agent/hcp/client/mock_CloudConfig.go +++ b/agent/hcp/client/mock_CloudConfig.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package client import ( diff --git a/agent/hcp/client/telemetry_config.go b/agent/hcp/client/telemetry_config.go index 55c2264380..4c5b27c58b 100644 --- a/agent/hcp/client/telemetry_config.go +++ b/agent/hcp/client/telemetry_config.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package client import ( diff --git a/agent/hcp/client/telemetry_config_test.go b/agent/hcp/client/telemetry_config_test.go index 42d3ee6498..1e6e2cb23a 100644 --- a/agent/hcp/client/telemetry_config_test.go +++ b/agent/hcp/client/telemetry_config_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package client import ( diff --git a/agent/hcp/config/config.go b/agent/hcp/config/config.go index 319c39e40e..59977ef46f 100644 --- a/agent/hcp/config/config.go +++ b/agent/hcp/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/agent/hcp/deps.go b/agent/hcp/deps.go index 0d52c7b54e..503792d84c 100644 --- a/agent/hcp/deps.go +++ b/agent/hcp/deps.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcp diff --git a/agent/hcp/deps_test.go b/agent/hcp/deps_test.go index 8bab66bac3..101fe076cb 100644 --- a/agent/hcp/deps_test.go +++ b/agent/hcp/deps_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package hcp import ( diff --git a/agent/hcp/discover/discover.go b/agent/hcp/discover/discover.go index 12024b7dd6..981400c38b 100644 --- a/agent/hcp/discover/discover.go +++ b/agent/hcp/discover/discover.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discover diff --git a/agent/hcp/manager.go b/agent/hcp/manager.go index 0dc9db95da..a3664b0608 100644 --- a/agent/hcp/manager.go +++ b/agent/hcp/manager.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcp diff --git a/agent/hcp/manager_test.go b/agent/hcp/manager_test.go index 48ace16661..8432e63ed5 100644 --- a/agent/hcp/manager_test.go +++ b/agent/hcp/manager_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcp diff --git a/agent/hcp/scada/capabilities.go b/agent/hcp/scada/capabilities.go index c18192ae6e..bbb6ea6266 100644 --- a/agent/hcp/scada/capabilities.go +++ b/agent/hcp/scada/capabilities.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package scada diff --git a/agent/hcp/scada/scada.go b/agent/hcp/scada/scada.go index 5aba819bda..151e1b6862 100644 --- a/agent/hcp/scada/scada.go +++ b/agent/hcp/scada/scada.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package scada diff --git a/agent/hcp/telemetry/custom_metrics.go b/agent/hcp/telemetry/custom_metrics.go index d691dccde2..39df765b92 100644 --- a/agent/hcp/telemetry/custom_metrics.go +++ b/agent/hcp/telemetry/custom_metrics.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package telemetry // Keys for custom Go Metrics metrics emitted only for the OTEL diff --git a/agent/hcp/telemetry/doc.go b/agent/hcp/telemetry/doc.go index 4ef18f39bd..d982a37c0f 100644 --- a/agent/hcp/telemetry/doc.go +++ b/agent/hcp/telemetry/doc.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + // Package telemetry implements functionality to collect, aggregate, convert and export // telemetry data in OpenTelemetry Protocol (OTLP) format. // diff --git a/agent/hcp/telemetry/gauge_store.go b/agent/hcp/telemetry/gauge_store.go index 76dfb78066..bb7030dae8 100644 --- a/agent/hcp/telemetry/gauge_store.go +++ b/agent/hcp/telemetry/gauge_store.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package telemetry import ( diff --git a/agent/hcp/telemetry/gauge_store_test.go b/agent/hcp/telemetry/gauge_store_test.go index 1171ee379c..4ccac624db 100644 --- a/agent/hcp/telemetry/gauge_store_test.go +++ b/agent/hcp/telemetry/gauge_store_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package telemetry import ( diff --git a/agent/hcp/telemetry/otel_exporter.go b/agent/hcp/telemetry/otel_exporter.go index 084657816e..23852f3539 100644 --- a/agent/hcp/telemetry/otel_exporter.go +++ b/agent/hcp/telemetry/otel_exporter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package telemetry import ( diff --git a/agent/hcp/telemetry/otel_exporter_test.go b/agent/hcp/telemetry/otel_exporter_test.go index 53b7bd3160..09d848d3be 100644 --- a/agent/hcp/telemetry/otel_exporter_test.go +++ b/agent/hcp/telemetry/otel_exporter_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package telemetry import ( diff --git a/agent/hcp/telemetry/otel_sink.go b/agent/hcp/telemetry/otel_sink.go index 49a6d59507..a25c549e23 100644 --- a/agent/hcp/telemetry/otel_sink.go +++ b/agent/hcp/telemetry/otel_sink.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package telemetry import ( diff --git a/agent/hcp/telemetry/otel_sink_test.go b/agent/hcp/telemetry/otel_sink_test.go index 509dde299d..13c310b34c 100644 --- a/agent/hcp/telemetry/otel_sink_test.go +++ b/agent/hcp/telemetry/otel_sink_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package telemetry import ( diff --git a/agent/hcp/telemetry/otlp_transform.go b/agent/hcp/telemetry/otlp_transform.go index 76e20552a0..a244f0f1a5 100644 --- a/agent/hcp/telemetry/otlp_transform.go +++ b/agent/hcp/telemetry/otlp_transform.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package telemetry import ( diff --git a/agent/hcp/telemetry/otlp_transform_test.go b/agent/hcp/telemetry/otlp_transform_test.go index 8f6beb7d48..04ff40382d 100644 --- a/agent/hcp/telemetry/otlp_transform_test.go +++ b/agent/hcp/telemetry/otlp_transform_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package telemetry import ( diff --git a/agent/hcp/telemetry_provider.go b/agent/hcp/telemetry_provider.go index eb0f23e804..870d3b3685 100644 --- a/agent/hcp/telemetry_provider.go +++ b/agent/hcp/telemetry_provider.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package hcp import ( diff --git a/agent/hcp/telemetry_provider_test.go b/agent/hcp/telemetry_provider_test.go index 684593b4f3..0c20a5742e 100644 --- a/agent/hcp/telemetry_provider_test.go +++ b/agent/hcp/telemetry_provider_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package hcp import ( diff --git a/agent/hcp/testing.go b/agent/hcp/testing.go index 94f3122c33..30f7ba7bcd 100644 --- a/agent/hcp/testing.go +++ b/agent/hcp/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcp diff --git a/agent/hcp/testserver/main.go b/agent/hcp/testserver/main.go index ffdd4cac51..e0db7670ef 100644 --- a/agent/hcp/testserver/main.go +++ b/agent/hcp/testserver/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/agent/health_endpoint.go b/agent/health_endpoint.go index ea3d315f6b..3b888988d2 100644 --- a/agent/health_endpoint.go +++ b/agent/health_endpoint.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/agent/health_endpoint_test.go b/agent/health_endpoint_test.go index 3a589be0d7..021a269b8a 100644 --- a/agent/health_endpoint_test.go +++ b/agent/health_endpoint_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/agent/http.go b/agent/http.go index 200f28c755..982e784c76 100644 --- a/agent/http.go +++ b/agent/http.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/agent/http_decode_test.go b/agent/http_decode_test.go index 03d1b9191f..6aece784c0 100644 --- a/agent/http_decode_test.go +++ b/agent/http_decode_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/agent/http_oss.go b/agent/http_oss.go index 6aafdaa2c2..8f6d81ca98 100644 --- a/agent/http_oss.go +++ b/agent/http_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/http_oss_test.go b/agent/http_oss_test.go index 5ba36320f6..37b13d38c8 100644 --- a/agent/http_oss_test.go +++ b/agent/http_oss_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/agent/http_register.go b/agent/http_register.go index b3f0dfea3f..bc2551ec00 100644 --- a/agent/http_register.go +++ b/agent/http_register.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/agent/http_test.go b/agent/http_test.go index 99100c5fbc..83510d9c06 100644 --- a/agent/http_test.go +++ b/agent/http_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/agent/intentions_endpoint.go b/agent/intentions_endpoint.go index 2353c5bdac..4f0b188a0c 100644 --- a/agent/intentions_endpoint.go +++ b/agent/intentions_endpoint.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/agent/intentions_endpoint_oss_test.go b/agent/intentions_endpoint_oss_test.go index 1eb8f82939..a0dcfb6924 100644 --- a/agent/intentions_endpoint_oss_test.go +++ b/agent/intentions_endpoint_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 !consulent // +build !consulent diff --git a/agent/intentions_endpoint_test.go b/agent/intentions_endpoint_test.go index 161b8b5139..b1309feb9d 100644 --- a/agent/intentions_endpoint_test.go +++ b/agent/intentions_endpoint_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/agent/keyring.go b/agent/keyring.go index 3d96880f03..f30680774b 100644 --- a/agent/keyring.go +++ b/agent/keyring.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/agent/keyring_test.go b/agent/keyring_test.go index 7ce5d2cd4b..1a9332a8a7 100644 --- a/agent/keyring_test.go +++ b/agent/keyring_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/agent/kvs_endpoint.go b/agent/kvs_endpoint.go index d5ad8cabc3..e60567cd5b 100644 --- a/agent/kvs_endpoint.go +++ b/agent/kvs_endpoint.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/agent/kvs_endpoint_test.go b/agent/kvs_endpoint_test.go index 6ea5efced2..2b35630008 100644 --- a/agent/kvs_endpoint_test.go +++ b/agent/kvs_endpoint_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/agent/leafcert/cached_roots.go b/agent/leafcert/cached_roots.go index b973b6dc66..aaf768a2fb 100644 --- a/agent/leafcert/cached_roots.go +++ b/agent/leafcert/cached_roots.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/cert.go b/agent/leafcert/cert.go index 0230685737..b6236a4a14 100644 --- a/agent/leafcert/cert.go +++ b/agent/leafcert/cert.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/generate.go b/agent/leafcert/generate.go index 0e397cdc2d..9551e760b1 100644 --- a/agent/leafcert/generate.go +++ b/agent/leafcert/generate.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/leafcert.go b/agent/leafcert/leafcert.go index 9cd0c08db1..5b1cd6b9be 100644 --- a/agent/leafcert/leafcert.go +++ b/agent/leafcert/leafcert.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/leafcert_test.go b/agent/leafcert/leafcert_test.go index 0db683a816..0b523523e4 100644 --- a/agent/leafcert/leafcert_test.go +++ b/agent/leafcert/leafcert_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/roots.go b/agent/leafcert/roots.go index 7f95e0578d..161b0d0a04 100644 --- a/agent/leafcert/roots.go +++ b/agent/leafcert/roots.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/signer_netrpc.go b/agent/leafcert/signer_netrpc.go index 2d6b490a9e..0e1a7a7487 100644 --- a/agent/leafcert/signer_netrpc.go +++ b/agent/leafcert/signer_netrpc.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/signer_test.go b/agent/leafcert/signer_test.go index 21e3388f5a..ad385f8c72 100644 --- a/agent/leafcert/signer_test.go +++ b/agent/leafcert/signer_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/structs.go b/agent/leafcert/structs.go index 531d35c897..7ad11a0869 100644 --- a/agent/leafcert/structs.go +++ b/agent/leafcert/structs.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/structs_test.go b/agent/leafcert/structs_test.go index bb131f10ed..6a8e034700 100644 --- a/agent/leafcert/structs_test.go +++ b/agent/leafcert/structs_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/util.go b/agent/leafcert/util.go index a7453df37b..795aa62ac1 100644 --- a/agent/leafcert/util.go +++ b/agent/leafcert/util.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/util_test.go b/agent/leafcert/util_test.go index be89ad5936..0716a9af88 100644 --- a/agent/leafcert/util_test.go +++ b/agent/leafcert/util_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/leafcert/watch.go b/agent/leafcert/watch.go index 62a7260c42..fe745f916d 100644 --- a/agent/leafcert/watch.go +++ b/agent/leafcert/watch.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package leafcert import ( diff --git a/agent/local/state.go b/agent/local/state.go index 3e43ddc9a1..6a5fac9ff2 100644 --- a/agent/local/state.go +++ b/agent/local/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package local diff --git a/agent/local/state_internal_test.go b/agent/local/state_internal_test.go index ba68e20f28..61fc2c0273 100644 --- a/agent/local/state_internal_test.go +++ b/agent/local/state_internal_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package local diff --git a/agent/local/state_test.go b/agent/local/state_test.go index 4751352ec1..ced73201e7 100644 --- a/agent/local/state_test.go +++ b/agent/local/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package local_test diff --git a/agent/local/testing.go b/agent/local/testing.go index 5303cb6b0c..5e9ae15ac3 100644 --- a/agent/local/testing.go +++ b/agent/local/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package local diff --git a/agent/log-drop/log-drop.go b/agent/log-drop/log-drop.go index 54bc09c5a8..ea08f88d89 100644 --- a/agent/log-drop/log-drop.go +++ b/agent/log-drop/log-drop.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logdrop diff --git a/agent/log-drop/log-drop_test.go b/agent/log-drop/log-drop_test.go index fdb61a059e..c050a734be 100644 --- a/agent/log-drop/log-drop_test.go +++ b/agent/log-drop/log-drop_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logdrop diff --git a/agent/metadata/build.go b/agent/metadata/build.go index b50fa96acc..76a432d9a3 100644 --- a/agent/metadata/build.go +++ b/agent/metadata/build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metadata diff --git a/agent/metadata/build_test.go b/agent/metadata/build_test.go index 4688db2e18..888b9b0210 100644 --- a/agent/metadata/build_test.go +++ b/agent/metadata/build_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metadata diff --git a/agent/metadata/server.go b/agent/metadata/server.go index 64c9936909..2e626787bd 100644 --- a/agent/metadata/server.go +++ b/agent/metadata/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metadata diff --git a/agent/metadata/server_internal_test.go b/agent/metadata/server_internal_test.go index 5f3d47724e..bb0561ab2d 100644 --- a/agent/metadata/server_internal_test.go +++ b/agent/metadata/server_internal_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metadata diff --git a/agent/metadata/server_test.go b/agent/metadata/server_test.go index 8ee63fa3b4..78b16f2599 100644 --- a/agent/metadata/server_test.go +++ b/agent/metadata/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metadata_test diff --git a/agent/metrics.go b/agent/metrics.go index d9294eb25c..58f9e3c829 100644 --- a/agent/metrics.go +++ b/agent/metrics.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/agent/metrics/testing.go b/agent/metrics/testing.go index 0fc3455ab5..3663d6834c 100644 --- a/agent/metrics/testing.go +++ b/agent/metrics/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package metrics diff --git a/agent/metrics_test.go b/agent/metrics_test.go index 76da0e55f2..41013b3c70 100644 --- a/agent/metrics_test.go +++ b/agent/metrics_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/agent/mock/notify.go b/agent/mock/notify.go index 1aa700b31d..00dc9a3864 100644 --- a/agent/mock/notify.go +++ b/agent/mock/notify.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/agent/nodeid.go b/agent/nodeid.go index 1e5823aef7..c2192fac91 100644 --- a/agent/nodeid.go +++ b/agent/nodeid.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/agent/nodeid_test.go b/agent/nodeid_test.go index d48889bf6d..73ce601249 100644 --- a/agent/nodeid_test.go +++ b/agent/nodeid_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/agent/notify.go b/agent/notify.go index eec501f098..80a150b194 100644 --- a/agent/notify.go +++ b/agent/notify.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/agent/notify_test.go b/agent/notify_test.go index fe08800ae2..f256ee319c 100644 --- a/agent/notify_test.go +++ b/agent/notify_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/agent/operator_endpoint.go b/agent/operator_endpoint.go index 099f3dcfe4..f669c13bd5 100644 --- a/agent/operator_endpoint.go +++ b/agent/operator_endpoint.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/agent/operator_endpoint_oss.go b/agent/operator_endpoint_oss.go index 366899cd96..51c382627a 100644 --- a/agent/operator_endpoint_oss.go +++ b/agent/operator_endpoint_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/operator_endpoint_oss_test.go b/agent/operator_endpoint_oss_test.go index f4de46f905..0086a56065 100644 --- a/agent/operator_endpoint_oss_test.go +++ b/agent/operator_endpoint_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 !consulent // +build !consulent diff --git a/agent/operator_endpoint_test.go b/agent/operator_endpoint_test.go index 4d90dbb224..ffe5c1a53a 100644 --- a/agent/operator_endpoint_test.go +++ b/agent/operator_endpoint_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/agent/peering_endpoint.go b/agent/peering_endpoint.go index 8372c94c2e..7527dc4796 100644 --- a/agent/peering_endpoint.go +++ b/agent/peering_endpoint.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/agent/peering_endpoint_oss_test.go b/agent/peering_endpoint_oss_test.go index 997251580b..c74cccf200 100644 --- a/agent/peering_endpoint_oss_test.go +++ b/agent/peering_endpoint_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 !consulent // +build !consulent diff --git a/agent/peering_endpoint_test.go b/agent/peering_endpoint_test.go index 7ec63c1cd7..ba3b704b8b 100644 --- a/agent/peering_endpoint_test.go +++ b/agent/peering_endpoint_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/agent/pool/conn.go b/agent/pool/conn.go index 45a2c09486..24d4c2cba4 100644 --- a/agent/pool/conn.go +++ b/agent/pool/conn.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pool diff --git a/agent/pool/peek.go b/agent/pool/peek.go index d6557bb23d..b631134341 100644 --- a/agent/pool/peek.go +++ b/agent/pool/peek.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pool diff --git a/agent/pool/peek_test.go b/agent/pool/peek_test.go index cb53c421f9..29fbe9d4ab 100644 --- a/agent/pool/peek_test.go +++ b/agent/pool/peek_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pool diff --git a/agent/pool/pool.go b/agent/pool/pool.go index cadb0e4af4..899cefe2e9 100644 --- a/agent/pool/pool.go +++ b/agent/pool/pool.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pool diff --git a/agent/prepared_query_endpoint.go b/agent/prepared_query_endpoint.go index 8d5f9fdc53..15ab1005e4 100644 --- a/agent/prepared_query_endpoint.go +++ b/agent/prepared_query_endpoint.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/agent/prepared_query_endpoint_test.go b/agent/prepared_query_endpoint_test.go index f96c43ad8b..07e4b8e68c 100644 --- a/agent/prepared_query_endpoint_test.go +++ b/agent/prepared_query_endpoint_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/agent/proxycfg-glue/config_entry.go b/agent/proxycfg-glue/config_entry.go index cd86d91e1e..3a79e22827 100644 --- a/agent/proxycfg-glue/config_entry.go +++ b/agent/proxycfg-glue/config_entry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/discovery_chain.go b/agent/proxycfg-glue/discovery_chain.go index 3b322e6b33..518467492d 100644 --- a/agent/proxycfg-glue/discovery_chain.go +++ b/agent/proxycfg-glue/discovery_chain.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/discovery_chain_test.go b/agent/proxycfg-glue/discovery_chain_test.go index 60d48537c6..e4156667d3 100644 --- a/agent/proxycfg-glue/discovery_chain_test.go +++ b/agent/proxycfg-glue/discovery_chain_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/exported_peered_services.go b/agent/proxycfg-glue/exported_peered_services.go index 8637891f15..1b92600451 100644 --- a/agent/proxycfg-glue/exported_peered_services.go +++ b/agent/proxycfg-glue/exported_peered_services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/exported_peered_services_test.go b/agent/proxycfg-glue/exported_peered_services_test.go index a2b99d4d25..91b42323fa 100644 --- a/agent/proxycfg-glue/exported_peered_services_test.go +++ b/agent/proxycfg-glue/exported_peered_services_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/federation_state_list_mesh_gateways.go b/agent/proxycfg-glue/federation_state_list_mesh_gateways.go index f5f32f1c01..c34303552c 100644 --- a/agent/proxycfg-glue/federation_state_list_mesh_gateways.go +++ b/agent/proxycfg-glue/federation_state_list_mesh_gateways.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/federation_state_list_mesh_gateways_test.go b/agent/proxycfg-glue/federation_state_list_mesh_gateways_test.go index fd73e19aaf..baf477f434 100644 --- a/agent/proxycfg-glue/federation_state_list_mesh_gateways_test.go +++ b/agent/proxycfg-glue/federation_state_list_mesh_gateways_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/gateway_services.go b/agent/proxycfg-glue/gateway_services.go index 24f4087eea..555b1d5385 100644 --- a/agent/proxycfg-glue/gateway_services.go +++ b/agent/proxycfg-glue/gateway_services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/gateway_services_test.go b/agent/proxycfg-glue/gateway_services_test.go index eb853bd7b4..ff89a62c92 100644 --- a/agent/proxycfg-glue/gateway_services_test.go +++ b/agent/proxycfg-glue/gateway_services_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/glue.go b/agent/proxycfg-glue/glue.go index d0363ec3b8..8f23bf458e 100644 --- a/agent/proxycfg-glue/glue.go +++ b/agent/proxycfg-glue/glue.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/health.go b/agent/proxycfg-glue/health.go index f0808da978..6acf5b7023 100644 --- a/agent/proxycfg-glue/health.go +++ b/agent/proxycfg-glue/health.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/health_blocking.go b/agent/proxycfg-glue/health_blocking.go index 0a47a920d1..181605298a 100644 --- a/agent/proxycfg-glue/health_blocking.go +++ b/agent/proxycfg-glue/health_blocking.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/health_blocking_test.go b/agent/proxycfg-glue/health_blocking_test.go index 3dcdaf17d6..c64381b7fd 100644 --- a/agent/proxycfg-glue/health_blocking_test.go +++ b/agent/proxycfg-glue/health_blocking_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package proxycfgglue import ( diff --git a/agent/proxycfg-glue/health_test.go b/agent/proxycfg-glue/health_test.go index 6f5702ca19..821e22a789 100644 --- a/agent/proxycfg-glue/health_test.go +++ b/agent/proxycfg-glue/health_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/helpers_test.go b/agent/proxycfg-glue/helpers_test.go index 0d8bd8c966..3c7eb5b7ad 100644 --- a/agent/proxycfg-glue/helpers_test.go +++ b/agent/proxycfg-glue/helpers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/intention_upstreams.go b/agent/proxycfg-glue/intention_upstreams.go index 07a12c4ddb..dc67313722 100644 --- a/agent/proxycfg-glue/intention_upstreams.go +++ b/agent/proxycfg-glue/intention_upstreams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/intention_upstreams_test.go b/agent/proxycfg-glue/intention_upstreams_test.go index 3028524eb0..bfaeb55b38 100644 --- a/agent/proxycfg-glue/intention_upstreams_test.go +++ b/agent/proxycfg-glue/intention_upstreams_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/intentions.go b/agent/proxycfg-glue/intentions.go index 5176054325..f3186c6689 100644 --- a/agent/proxycfg-glue/intentions.go +++ b/agent/proxycfg-glue/intentions.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/intentions_oss.go b/agent/proxycfg-glue/intentions_oss.go index bd1823adb1..d4bdef266e 100644 --- a/agent/proxycfg-glue/intentions_oss.go +++ b/agent/proxycfg-glue/intentions_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/proxycfg-glue/intentions_test.go b/agent/proxycfg-glue/intentions_test.go index 07d3a8067e..0e1ab10918 100644 --- a/agent/proxycfg-glue/intentions_test.go +++ b/agent/proxycfg-glue/intentions_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/internal_service_dump.go b/agent/proxycfg-glue/internal_service_dump.go index e41dc020b1..d1c701083d 100644 --- a/agent/proxycfg-glue/internal_service_dump.go +++ b/agent/proxycfg-glue/internal_service_dump.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/internal_service_dump_test.go b/agent/proxycfg-glue/internal_service_dump_test.go index a6e6c3b028..1eba4c0438 100644 --- a/agent/proxycfg-glue/internal_service_dump_test.go +++ b/agent/proxycfg-glue/internal_service_dump_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/leafcerts.go b/agent/proxycfg-glue/leafcerts.go index 24631ffc31..b805586a15 100644 --- a/agent/proxycfg-glue/leafcerts.go +++ b/agent/proxycfg-glue/leafcerts.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/peered_upstreams.go b/agent/proxycfg-glue/peered_upstreams.go index df38b3f0da..f345c26df5 100644 --- a/agent/proxycfg-glue/peered_upstreams.go +++ b/agent/proxycfg-glue/peered_upstreams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/peered_upstreams_test.go b/agent/proxycfg-glue/peered_upstreams_test.go index b0e7c0d8f8..026fd67a34 100644 --- a/agent/proxycfg-glue/peered_upstreams_test.go +++ b/agent/proxycfg-glue/peered_upstreams_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/peering_list.go b/agent/proxycfg-glue/peering_list.go index 219bf9b955..6e7a78c707 100644 --- a/agent/proxycfg-glue/peering_list.go +++ b/agent/proxycfg-glue/peering_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/peering_list_test.go b/agent/proxycfg-glue/peering_list_test.go index f570dbbcc2..575d161b4e 100644 --- a/agent/proxycfg-glue/peering_list_test.go +++ b/agent/proxycfg-glue/peering_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/resolved_service_config.go b/agent/proxycfg-glue/resolved_service_config.go index 89611bbc07..11654cd767 100644 --- a/agent/proxycfg-glue/resolved_service_config.go +++ b/agent/proxycfg-glue/resolved_service_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/resolved_service_config_test.go b/agent/proxycfg-glue/resolved_service_config_test.go index 60d39eec20..248ab4eab3 100644 --- a/agent/proxycfg-glue/resolved_service_config_test.go +++ b/agent/proxycfg-glue/resolved_service_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/service_http_checks.go b/agent/proxycfg-glue/service_http_checks.go index 45521f712a..2d0a9dfcff 100644 --- a/agent/proxycfg-glue/service_http_checks.go +++ b/agent/proxycfg-glue/service_http_checks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/service_http_checks_test.go b/agent/proxycfg-glue/service_http_checks_test.go index cfe28c7e89..87bdfc7abe 100644 --- a/agent/proxycfg-glue/service_http_checks_test.go +++ b/agent/proxycfg-glue/service_http_checks_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/service_list.go b/agent/proxycfg-glue/service_list.go index 418103aef6..f4a9380df7 100644 --- a/agent/proxycfg-glue/service_list.go +++ b/agent/proxycfg-glue/service_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/service_list_test.go b/agent/proxycfg-glue/service_list_test.go index 154c1300a3..c6372aaf4e 100644 --- a/agent/proxycfg-glue/service_list_test.go +++ b/agent/proxycfg-glue/service_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/trust_bundle.go b/agent/proxycfg-glue/trust_bundle.go index 108e7ea9f9..f623d2a555 100644 --- a/agent/proxycfg-glue/trust_bundle.go +++ b/agent/proxycfg-glue/trust_bundle.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-glue/trust_bundle_test.go b/agent/proxycfg-glue/trust_bundle_test.go index da77e32a56..e2082e3d24 100644 --- a/agent/proxycfg-glue/trust_bundle_test.go +++ b/agent/proxycfg-glue/trust_bundle_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfgglue diff --git a/agent/proxycfg-sources/catalog/config_source.go b/agent/proxycfg-sources/catalog/config_source.go index 3fbca88de5..fb1ceab316 100644 --- a/agent/proxycfg-sources/catalog/config_source.go +++ b/agent/proxycfg-sources/catalog/config_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package catalog diff --git a/agent/proxycfg-sources/catalog/config_source_test.go b/agent/proxycfg-sources/catalog/config_source_test.go index 661fae9c08..0767466a6d 100644 --- a/agent/proxycfg-sources/catalog/config_source_test.go +++ b/agent/proxycfg-sources/catalog/config_source_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package catalog diff --git a/agent/proxycfg-sources/local/config_source.go b/agent/proxycfg-sources/local/config_source.go index 18b8a045c4..e104043bac 100644 --- a/agent/proxycfg-sources/local/config_source.go +++ b/agent/proxycfg-sources/local/config_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package local diff --git a/agent/proxycfg-sources/local/local.go b/agent/proxycfg-sources/local/local.go index 92eefe1eb8..44867eb067 100644 --- a/agent/proxycfg-sources/local/local.go +++ b/agent/proxycfg-sources/local/local.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package local integrates the proxycfg Manager with the agent's local state. package local diff --git a/agent/proxycfg-sources/local/sync.go b/agent/proxycfg-sources/local/sync.go index 86427c9f00..982e527f79 100644 --- a/agent/proxycfg-sources/local/sync.go +++ b/agent/proxycfg-sources/local/sync.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package local diff --git a/agent/proxycfg-sources/local/sync_test.go b/agent/proxycfg-sources/local/sync_test.go index 8fa4883518..5aa030db4c 100644 --- a/agent/proxycfg-sources/local/sync_test.go +++ b/agent/proxycfg-sources/local/sync_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package local diff --git a/agent/proxycfg/api_gateway.go b/agent/proxycfg/api_gateway.go index b4954cd397..3ed3948120 100644 --- a/agent/proxycfg/api_gateway.go +++ b/agent/proxycfg/api_gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/connect_proxy.go b/agent/proxycfg/connect_proxy.go index 7dcbe18e71..0a8c173792 100644 --- a/agent/proxycfg/connect_proxy.go +++ b/agent/proxycfg/connect_proxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/data_sources.go b/agent/proxycfg/data_sources.go index ee779dfb6c..dfb9a70f35 100644 --- a/agent/proxycfg/data_sources.go +++ b/agent/proxycfg/data_sources.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/data_sources_oss.go b/agent/proxycfg/data_sources_oss.go index 5a92e9486b..a4a4aaff74 100644 --- a/agent/proxycfg/data_sources_oss.go +++ b/agent/proxycfg/data_sources_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/proxycfg/deep-copy.sh b/agent/proxycfg/deep-copy.sh index 17791e79b1..2e1f361dd7 100755 --- a/agent/proxycfg/deep-copy.sh +++ b/agent/proxycfg/deep-copy.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 readonly PACKAGE_DIR="$(dirname "${BASH_SOURCE[0]}")" diff --git a/agent/proxycfg/ingress_gateway.go b/agent/proxycfg/ingress_gateway.go index efb774c9b1..3ab5828add 100644 --- a/agent/proxycfg/ingress_gateway.go +++ b/agent/proxycfg/ingress_gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/internal/watch/watchmap.go b/agent/proxycfg/internal/watch/watchmap.go index c36ec3237c..d4fba2ea03 100644 --- a/agent/proxycfg/internal/watch/watchmap.go +++ b/agent/proxycfg/internal/watch/watchmap.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package watch diff --git a/agent/proxycfg/internal/watch/watchmap_test.go b/agent/proxycfg/internal/watch/watchmap_test.go index c5bef8e471..54fb51d4df 100644 --- a/agent/proxycfg/internal/watch/watchmap_test.go +++ b/agent/proxycfg/internal/watch/watchmap_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package watch diff --git a/agent/proxycfg/manager.go b/agent/proxycfg/manager.go index a942fd1d1e..ac87dddc19 100644 --- a/agent/proxycfg/manager.go +++ b/agent/proxycfg/manager.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/manager_test.go b/agent/proxycfg/manager_test.go index 13dd0f9542..72deaa73ab 100644 --- a/agent/proxycfg/manager_test.go +++ b/agent/proxycfg/manager_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/mesh_gateway.go b/agent/proxycfg/mesh_gateway.go index 80aa75b783..0237e84232 100644 --- a/agent/proxycfg/mesh_gateway.go +++ b/agent/proxycfg/mesh_gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/mesh_gateway_oss.go b/agent/proxycfg/mesh_gateway_oss.go index 2959a8383a..0c302f27cd 100644 --- a/agent/proxycfg/mesh_gateway_oss.go +++ b/agent/proxycfg/mesh_gateway_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/proxycfg/naming.go b/agent/proxycfg/naming.go index 44c1c2cf40..3339cb8a5a 100644 --- a/agent/proxycfg/naming.go +++ b/agent/proxycfg/naming.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/naming_oss.go b/agent/proxycfg/naming_oss.go index 858b8d3553..a98204a8bb 100644 --- a/agent/proxycfg/naming_oss.go +++ b/agent/proxycfg/naming_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/proxycfg/naming_test.go b/agent/proxycfg/naming_test.go index caf917f5d9..0615a81281 100644 --- a/agent/proxycfg/naming_test.go +++ b/agent/proxycfg/naming_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/proxycfg.go b/agent/proxycfg/proxycfg.go index 759c0b7339..9b71156dfe 100644 --- a/agent/proxycfg/proxycfg.go +++ b/agent/proxycfg/proxycfg.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package proxycfg contains components for sourcing the data required to // configure Connect proxies. The Manager provides an API with which proxy diff --git a/agent/proxycfg/snapshot.go b/agent/proxycfg/snapshot.go index 1d06e5fd8c..974ba82fa7 100644 --- a/agent/proxycfg/snapshot.go +++ b/agent/proxycfg/snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/snapshot_test.go b/agent/proxycfg/snapshot_test.go index ea6700cd24..b4b0ab57c9 100644 --- a/agent/proxycfg/snapshot_test.go +++ b/agent/proxycfg/snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/state.go b/agent/proxycfg/state.go index 7bbb7f7b87..853dca5a9f 100644 --- a/agent/proxycfg/state.go +++ b/agent/proxycfg/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/state_oss_test.go b/agent/proxycfg/state_oss_test.go index e817aeef0b..36f2e07183 100644 --- a/agent/proxycfg/state_oss_test.go +++ b/agent/proxycfg/state_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 !consulent // +build !consulent diff --git a/agent/proxycfg/state_test.go b/agent/proxycfg/state_test.go index 86957df4bd..dad4465f13 100644 --- a/agent/proxycfg/state_test.go +++ b/agent/proxycfg/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/terminating_gateway.go b/agent/proxycfg/terminating_gateway.go index 7d29ee7050..05085a6ab2 100644 --- a/agent/proxycfg/terminating_gateway.go +++ b/agent/proxycfg/terminating_gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/testing.go b/agent/proxycfg/testing.go index 4ec19469a9..bdd565ec04 100644 --- a/agent/proxycfg/testing.go +++ b/agent/proxycfg/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/testing_api_gateway.go b/agent/proxycfg/testing_api_gateway.go index f42875af8c..ddfa17dcf6 100644 --- a/agent/proxycfg/testing_api_gateway.go +++ b/agent/proxycfg/testing_api_gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/testing_connect_proxy.go b/agent/proxycfg/testing_connect_proxy.go index 8a1583edd0..cf6f4a479b 100644 --- a/agent/proxycfg/testing_connect_proxy.go +++ b/agent/proxycfg/testing_connect_proxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/testing_ingress_gateway.go b/agent/proxycfg/testing_ingress_gateway.go index 7c3599af20..3967b57036 100644 --- a/agent/proxycfg/testing_ingress_gateway.go +++ b/agent/proxycfg/testing_ingress_gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/testing_mesh_gateway.go b/agent/proxycfg/testing_mesh_gateway.go index d6622699d0..865e219cd4 100644 --- a/agent/proxycfg/testing_mesh_gateway.go +++ b/agent/proxycfg/testing_mesh_gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/testing_oss.go b/agent/proxycfg/testing_oss.go index 202252a3a7..6aa07588d4 100644 --- a/agent/proxycfg/testing_oss.go +++ b/agent/proxycfg/testing_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/proxycfg/testing_peering.go b/agent/proxycfg/testing_peering.go index 39d7363606..0af8bafa9f 100644 --- a/agent/proxycfg/testing_peering.go +++ b/agent/proxycfg/testing_peering.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/testing_terminating_gateway.go b/agent/proxycfg/testing_terminating_gateway.go index 731c8e54b2..6a71877994 100644 --- a/agent/proxycfg/testing_terminating_gateway.go +++ b/agent/proxycfg/testing_terminating_gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/testing_tproxy.go b/agent/proxycfg/testing_tproxy.go index 52bbf2f5ec..9c1c0934e2 100644 --- a/agent/proxycfg/testing_tproxy.go +++ b/agent/proxycfg/testing_tproxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/testing_upstreams.go b/agent/proxycfg/testing_upstreams.go index c5c47ae72f..aa8c6c2e04 100644 --- a/agent/proxycfg/testing_upstreams.go +++ b/agent/proxycfg/testing_upstreams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg/testing_upstreams_oss.go b/agent/proxycfg/testing_upstreams_oss.go index 3b8e22d0bd..711a2794b6 100644 --- a/agent/proxycfg/testing_upstreams_oss.go +++ b/agent/proxycfg/testing_upstreams_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/proxycfg/upstreams.go b/agent/proxycfg/upstreams.go index 5e42072fac..ff2cbd212a 100644 --- a/agent/proxycfg/upstreams.go +++ b/agent/proxycfg/upstreams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxycfg diff --git a/agent/proxycfg_test.go b/agent/proxycfg_test.go index 334af2cca0..74584331ae 100644 --- a/agent/proxycfg_test.go +++ b/agent/proxycfg_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/agent/reload.go b/agent/reload.go index ce31fd1a76..cf68481621 100644 --- a/agent/reload.go +++ b/agent/reload.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/agent/remote_exec.go b/agent/remote_exec.go index 770221ed26..876c189862 100644 --- a/agent/remote_exec.go +++ b/agent/remote_exec.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/agent/remote_exec_test.go b/agent/remote_exec_test.go index 9994095078..f077de895a 100644 --- a/agent/remote_exec_test.go +++ b/agent/remote_exec_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/agent/retry_join.go b/agent/retry_join.go index a629aa0470..eb010c0c22 100644 --- a/agent/retry_join.go +++ b/agent/retry_join.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/agent/retry_join_test.go b/agent/retry_join_test.go index af90205965..4184ab0a9f 100644 --- a/agent/retry_join_test.go +++ b/agent/retry_join_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/agent/router/grpc.go b/agent/router/grpc.go index 9fe6355d4d..ce3f079e86 100644 --- a/agent/router/grpc.go +++ b/agent/router/grpc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package router diff --git a/agent/router/manager.go b/agent/router/manager.go index cccbc27d08..07d55127f3 100644 --- a/agent/router/manager.go +++ b/agent/router/manager.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package servers provides a Manager interface for Manager managed // metadata.Server objects. The servers package manages servers from a Consul diff --git a/agent/router/manager_internal_test.go b/agent/router/manager_internal_test.go index 0e1fa28189..120a5f012c 100644 --- a/agent/router/manager_internal_test.go +++ b/agent/router/manager_internal_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package router diff --git a/agent/router/manager_test.go b/agent/router/manager_test.go index 708bb620a0..6490164fda 100644 --- a/agent/router/manager_test.go +++ b/agent/router/manager_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package router_test diff --git a/agent/router/router.go b/agent/router/router.go index bdba22f42d..c261b6ed7c 100644 --- a/agent/router/router.go +++ b/agent/router/router.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package router diff --git a/agent/router/router_test.go b/agent/router/router_test.go index 1064dea342..206b0befe8 100644 --- a/agent/router/router_test.go +++ b/agent/router/router_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package router diff --git a/agent/router/serf_adapter.go b/agent/router/serf_adapter.go index f30449dc05..d3a228ca3d 100644 --- a/agent/router/serf_adapter.go +++ b/agent/router/serf_adapter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package router diff --git a/agent/router/serf_flooder.go b/agent/router/serf_flooder.go index 34ef318377..06d59d5c4a 100644 --- a/agent/router/serf_flooder.go +++ b/agent/router/serf_flooder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package router diff --git a/agent/routine-leak-checker/leak_test.go b/agent/routine-leak-checker/leak_test.go index 91d84b071b..f6b3c2a749 100644 --- a/agent/routine-leak-checker/leak_test.go +++ b/agent/routine-leak-checker/leak_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package leakcheck diff --git a/agent/rpc/middleware/interceptors.go b/agent/rpc/middleware/interceptors.go index f614e06cea..1e4a4e591f 100644 --- a/agent/rpc/middleware/interceptors.go +++ b/agent/rpc/middleware/interceptors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/rpc/middleware/interceptors_test.go b/agent/rpc/middleware/interceptors_test.go index a22837fc6d..a8e07c8d4d 100644 --- a/agent/rpc/middleware/interceptors_test.go +++ b/agent/rpc/middleware/interceptors_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/rpc/middleware/rate_limit_mappings.go b/agent/rpc/middleware/rate_limit_mappings.go index 0df249c932..f9ca6a3333 100644 --- a/agent/rpc/middleware/rate_limit_mappings.go +++ b/agent/rpc/middleware/rate_limit_mappings.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/rpc/middleware/recovery.go b/agent/rpc/middleware/recovery.go index df37f969d4..6c23eb3ed3 100644 --- a/agent/rpc/middleware/recovery.go +++ b/agent/rpc/middleware/recovery.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package middleware diff --git a/agent/rpc/operator/service.go b/agent/rpc/operator/service.go index 6b3302c9f2..697b0db254 100644 --- a/agent/rpc/operator/service.go +++ b/agent/rpc/operator/service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package operator diff --git a/agent/rpc/operator/service_test.go b/agent/rpc/operator/service_test.go index 465a6d6428..3cc9e117d4 100644 --- a/agent/rpc/operator/service_test.go +++ b/agent/rpc/operator/service_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package operator diff --git a/agent/rpc/peering/service.go b/agent/rpc/peering/service.go index f8e89cabbd..50e75a428f 100644 --- a/agent/rpc/peering/service.go +++ b/agent/rpc/peering/service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peering diff --git a/agent/rpc/peering/service_oss_test.go b/agent/rpc/peering/service_oss_test.go index d4e5fab0ba..92fb9fac45 100644 --- a/agent/rpc/peering/service_oss_test.go +++ b/agent/rpc/peering/service_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 !consulent // +build !consulent diff --git a/agent/rpc/peering/service_test.go b/agent/rpc/peering/service_test.go index 0af92f5316..49bf97b19c 100644 --- a/agent/rpc/peering/service_test.go +++ b/agent/rpc/peering/service_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peering_test diff --git a/agent/rpc/peering/testing.go b/agent/rpc/peering/testing.go index ddd9d43a8a..8989950ee2 100644 --- a/agent/rpc/peering/testing.go +++ b/agent/rpc/peering/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peering diff --git a/agent/rpc/peering/testutil_oss_test.go b/agent/rpc/peering/testutil_oss_test.go index d15d62e9f1..4602c01fc5 100644 --- a/agent/rpc/peering/testutil_oss_test.go +++ b/agent/rpc/peering/testutil_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 !consulent // +build !consulent diff --git a/agent/rpc/peering/validate.go b/agent/rpc/peering/validate.go index 1bd3f393bd..2de6684d85 100644 --- a/agent/rpc/peering/validate.go +++ b/agent/rpc/peering/validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peering diff --git a/agent/rpc/peering/validate_test.go b/agent/rpc/peering/validate_test.go index c5b3c6c7bd..669baf4170 100644 --- a/agent/rpc/peering/validate_test.go +++ b/agent/rpc/peering/validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peering diff --git a/agent/rpcclient/common.go b/agent/rpcclient/common.go index 8ff1573992..316fb341a9 100644 --- a/agent/rpcclient/common.go +++ b/agent/rpcclient/common.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rpcclient diff --git a/agent/rpcclient/configentry/configentry.go b/agent/rpcclient/configentry/configentry.go index ada7928dc1..2b38455beb 100644 --- a/agent/rpcclient/configentry/configentry.go +++ b/agent/rpcclient/configentry/configentry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/rpcclient/configentry/configentry_test.go b/agent/rpcclient/configentry/configentry_test.go index 9f526892fd..92e6f4b3c8 100644 --- a/agent/rpcclient/configentry/configentry_test.go +++ b/agent/rpcclient/configentry/configentry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/rpcclient/configentry/view.go b/agent/rpcclient/configentry/view.go index dae3208810..70271a9220 100644 --- a/agent/rpcclient/configentry/view.go +++ b/agent/rpcclient/configentry/view.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/rpcclient/configentry/view_test.go b/agent/rpcclient/configentry/view_test.go index 37e642e5c3..0209c898ca 100644 --- a/agent/rpcclient/configentry/view_test.go +++ b/agent/rpcclient/configentry/view_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configentry diff --git a/agent/rpcclient/health/health.go b/agent/rpcclient/health/health.go index 8a65a50578..f062d2aac2 100644 --- a/agent/rpcclient/health/health.go +++ b/agent/rpcclient/health/health.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package health diff --git a/agent/rpcclient/health/health_test.go b/agent/rpcclient/health/health_test.go index 2d8c57a3be..30900bc04c 100644 --- a/agent/rpcclient/health/health_test.go +++ b/agent/rpcclient/health/health_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package health diff --git a/agent/rpcclient/health/streaming_test.go b/agent/rpcclient/health/streaming_test.go index 3a0ba734ba..180b61f0ee 100644 --- a/agent/rpcclient/health/streaming_test.go +++ b/agent/rpcclient/health/streaming_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package health diff --git a/agent/rpcclient/health/view.go b/agent/rpcclient/health/view.go index e1fffd3e23..8e08ba801e 100644 --- a/agent/rpcclient/health/view.go +++ b/agent/rpcclient/health/view.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package health diff --git a/agent/rpcclient/health/view_test.go b/agent/rpcclient/health/view_test.go index 2324ba866c..ce2af7cdac 100644 --- a/agent/rpcclient/health/view_test.go +++ b/agent/rpcclient/health/view_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package health diff --git a/agent/service_checks_test.go b/agent/service_checks_test.go index c567776587..41372cc47d 100644 --- a/agent/service_checks_test.go +++ b/agent/service_checks_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/agent/service_manager.go b/agent/service_manager.go index b7e38b393a..1c6041f8f0 100644 --- a/agent/service_manager.go +++ b/agent/service_manager.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/agent/service_manager_test.go b/agent/service_manager_test.go index 724022d42a..289503a51e 100644 --- a/agent/service_manager_test.go +++ b/agent/service_manager_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/agent/session_endpoint.go b/agent/session_endpoint.go index a9b9a6dee6..90c3fa32ba 100644 --- a/agent/session_endpoint.go +++ b/agent/session_endpoint.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/agent/session_endpoint_test.go b/agent/session_endpoint_test.go index 5ce93db7a6..ae5a492808 100644 --- a/agent/session_endpoint_test.go +++ b/agent/session_endpoint_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/agent/setup.go b/agent/setup.go index 7599668e33..4c1aaa1a99 100644 --- a/agent/setup.go +++ b/agent/setup.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/agent/setup_oss.go b/agent/setup_oss.go index 46c4b80eb4..af24a1515e 100644 --- a/agent/setup_oss.go +++ b/agent/setup_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/sidecar_service.go b/agent/sidecar_service.go index 7dfb067b50..8e57d5930b 100644 --- a/agent/sidecar_service.go +++ b/agent/sidecar_service.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/agent/sidecar_service_test.go b/agent/sidecar_service_test.go index 4960dd73d0..fd39a5a284 100644 --- a/agent/sidecar_service_test.go +++ b/agent/sidecar_service_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/agent/signal_unix.go b/agent/signal_unix.go index bd0b3e7793..83e00f27b3 100644 --- a/agent/signal_unix.go +++ b/agent/signal_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 // +build !windows diff --git a/agent/signal_windows.go b/agent/signal_windows.go index c6ea0c980f..cb49a169c0 100644 --- a/agent/signal_windows.go +++ b/agent/signal_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 // +build windows diff --git a/agent/snapshot_endpoint.go b/agent/snapshot_endpoint.go index 60d9862564..06805ae5f8 100644 --- a/agent/snapshot_endpoint.go +++ b/agent/snapshot_endpoint.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/agent/snapshot_endpoint_test.go b/agent/snapshot_endpoint_test.go index e68fb22f38..a534fe0251 100644 --- a/agent/snapshot_endpoint_test.go +++ b/agent/snapshot_endpoint_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/agent/status_endpoint.go b/agent/status_endpoint.go index 86f9f1a5d0..4a40ec8910 100644 --- a/agent/status_endpoint.go +++ b/agent/status_endpoint.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/agent/status_endpoint_test.go b/agent/status_endpoint_test.go index 5be9d6be64..db231fbc9b 100644 --- a/agent/status_endpoint_test.go +++ b/agent/status_endpoint_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/agent/streaming_test.go b/agent/streaming_test.go index 9074f66e83..fed1e8126d 100644 --- a/agent/streaming_test.go +++ b/agent/streaming_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/agent/structs/acl.go b/agent/structs/acl.go index 9815506943..813a3b1758 100644 --- a/agent/structs/acl.go +++ b/agent/structs/acl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/acl_cache.go b/agent/structs/acl_cache.go index 46d4fdd281..15f3a2edc3 100644 --- a/agent/structs/acl_cache.go +++ b/agent/structs/acl_cache.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/acl_cache_test.go b/agent/structs/acl_cache_test.go index e390da960f..57e218ff21 100644 --- a/agent/structs/acl_cache_test.go +++ b/agent/structs/acl_cache_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/acl_oss.go b/agent/structs/acl_oss.go index 9cc4e7813c..5406204760 100644 --- a/agent/structs/acl_oss.go +++ b/agent/structs/acl_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/acl_test.go b/agent/structs/acl_test.go index 6658b83350..e1fb35263b 100644 --- a/agent/structs/acl_test.go +++ b/agent/structs/acl_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/aclfilter/filter.go b/agent/structs/aclfilter/filter.go index ddd63db10e..d59bf3c9c4 100644 --- a/agent/structs/aclfilter/filter.go +++ b/agent/structs/aclfilter/filter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aclfilter diff --git a/agent/structs/aclfilter/filter_test.go b/agent/structs/aclfilter/filter_test.go index 2339b0acd2..98f3bb63f2 100644 --- a/agent/structs/aclfilter/filter_test.go +++ b/agent/structs/aclfilter/filter_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package aclfilter diff --git a/agent/structs/auto_encrypt.go b/agent/structs/auto_encrypt.go index 2e9053f9a5..cce7c4effa 100644 --- a/agent/structs/auto_encrypt.go +++ b/agent/structs/auto_encrypt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/autopilot.go b/agent/structs/autopilot.go index a5a14684fa..431e2ad4d3 100644 --- a/agent/structs/autopilot.go +++ b/agent/structs/autopilot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/autopilot_oss.go b/agent/structs/autopilot_oss.go index 3098c0cf3c..55420d23e1 100644 --- a/agent/structs/autopilot_oss.go +++ b/agent/structs/autopilot_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/catalog.go b/agent/structs/catalog.go index f11af9f878..84795ce478 100644 --- a/agent/structs/catalog.go +++ b/agent/structs/catalog.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/catalog_oss.go b/agent/structs/catalog_oss.go index 91e08264b9..ad5218bf80 100644 --- a/agent/structs/catalog_oss.go +++ b/agent/structs/catalog_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/check_definition.go b/agent/structs/check_definition.go index 600fc1f050..ec76083260 100644 --- a/agent/structs/check_definition.go +++ b/agent/structs/check_definition.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/check_definition_test.go b/agent/structs/check_definition_test.go index 676499ef04..5a51f377c0 100644 --- a/agent/structs/check_definition_test.go +++ b/agent/structs/check_definition_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/check_type.go b/agent/structs/check_type.go index 0f31a89bfb..96254f62d8 100644 --- a/agent/structs/check_type.go +++ b/agent/structs/check_type.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry.go b/agent/structs/config_entry.go index 1b43350254..27ea020bd4 100644 --- a/agent/structs/config_entry.go +++ b/agent/structs/config_entry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_apigw_jwt_oss.go b/agent/structs/config_entry_apigw_jwt_oss.go index b2caa520ef..5c0b40b5c8 100644 --- a/agent/structs/config_entry_apigw_jwt_oss.go +++ b/agent/structs/config_entry_apigw_jwt_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/config_entry_discoverychain.go b/agent/structs/config_entry_discoverychain.go index 587d98561c..6dc0a05d82 100644 --- a/agent/structs/config_entry_discoverychain.go +++ b/agent/structs/config_entry_discoverychain.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_discoverychain_oss.go b/agent/structs/config_entry_discoverychain_oss.go index d9a645ff2d..6ef43654a0 100644 --- a/agent/structs/config_entry_discoverychain_oss.go +++ b/agent/structs/config_entry_discoverychain_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/config_entry_discoverychain_oss_test.go b/agent/structs/config_entry_discoverychain_oss_test.go index ec816f07c2..40ac59f865 100644 --- a/agent/structs/config_entry_discoverychain_oss_test.go +++ b/agent/structs/config_entry_discoverychain_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 !consulent // +build !consulent diff --git a/agent/structs/config_entry_discoverychain_test.go b/agent/structs/config_entry_discoverychain_test.go index 7378e20787..5961446d1f 100644 --- a/agent/structs/config_entry_discoverychain_test.go +++ b/agent/structs/config_entry_discoverychain_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_exports.go b/agent/structs/config_entry_exports.go index 631773072d..97e33dd6e7 100644 --- a/agent/structs/config_entry_exports.go +++ b/agent/structs/config_entry_exports.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_exports_oss.go b/agent/structs/config_entry_exports_oss.go index 9f9bb1cc08..770139ee2e 100644 --- a/agent/structs/config_entry_exports_oss.go +++ b/agent/structs/config_entry_exports_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/config_entry_exports_oss_test.go b/agent/structs/config_entry_exports_oss_test.go index 0c3982f737..cb1d5d4b3b 100644 --- a/agent/structs/config_entry_exports_oss_test.go +++ b/agent/structs/config_entry_exports_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 !consulent // +build !consulent diff --git a/agent/structs/config_entry_exports_test.go b/agent/structs/config_entry_exports_test.go index 7905b46009..62e5586a0d 100644 --- a/agent/structs/config_entry_exports_test.go +++ b/agent/structs/config_entry_exports_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_gateways.go b/agent/structs/config_entry_gateways.go index caffddcf21..00c2687d1e 100644 --- a/agent/structs/config_entry_gateways.go +++ b/agent/structs/config_entry_gateways.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_gateways_test.go b/agent/structs/config_entry_gateways_test.go index 16a18752d9..03866f929d 100644 --- a/agent/structs/config_entry_gateways_test.go +++ b/agent/structs/config_entry_gateways_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_inline_certificate.go b/agent/structs/config_entry_inline_certificate.go index de11f2c950..f397ee2ba1 100644 --- a/agent/structs/config_entry_inline_certificate.go +++ b/agent/structs/config_entry_inline_certificate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_inline_certificate_test.go b/agent/structs/config_entry_inline_certificate_test.go index b95f3b0e96..3c537c0591 100644 --- a/agent/structs/config_entry_inline_certificate_test.go +++ b/agent/structs/config_entry_inline_certificate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_intentions.go b/agent/structs/config_entry_intentions.go index bc4d36863b..f32aafa9a8 100644 --- a/agent/structs/config_entry_intentions.go +++ b/agent/structs/config_entry_intentions.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_intentions_oss.go b/agent/structs/config_entry_intentions_oss.go index 3c97b55aac..e11063b999 100644 --- a/agent/structs/config_entry_intentions_oss.go +++ b/agent/structs/config_entry_intentions_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/config_entry_intentions_oss_test.go b/agent/structs/config_entry_intentions_oss_test.go index 23d4ded4d2..03f82075e5 100644 --- a/agent/structs/config_entry_intentions_oss_test.go +++ b/agent/structs/config_entry_intentions_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 !consulent // +build !consulent diff --git a/agent/structs/config_entry_intentions_test.go b/agent/structs/config_entry_intentions_test.go index 56c04bb21e..ea8703de05 100644 --- a/agent/structs/config_entry_intentions_test.go +++ b/agent/structs/config_entry_intentions_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_jwt_provider.go b/agent/structs/config_entry_jwt_provider.go index 7336027d70..12bc7c89d9 100644 --- a/agent/structs/config_entry_jwt_provider.go +++ b/agent/structs/config_entry_jwt_provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_jwt_provider_oss.go b/agent/structs/config_entry_jwt_provider_oss.go index 533f349c01..1473cf95d9 100644 --- a/agent/structs/config_entry_jwt_provider_oss.go +++ b/agent/structs/config_entry_jwt_provider_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/config_entry_jwt_provider_test.go b/agent/structs/config_entry_jwt_provider_test.go index a63507663c..6a117fe508 100644 --- a/agent/structs/config_entry_jwt_provider_test.go +++ b/agent/structs/config_entry_jwt_provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_mesh.go b/agent/structs/config_entry_mesh.go index 249973c00b..a531821650 100644 --- a/agent/structs/config_entry_mesh.go +++ b/agent/structs/config_entry_mesh.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_mesh_oss.go b/agent/structs/config_entry_mesh_oss.go index 1612d65682..319bf6adc1 100644 --- a/agent/structs/config_entry_mesh_oss.go +++ b/agent/structs/config_entry_mesh_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/config_entry_mesh_test.go b/agent/structs/config_entry_mesh_test.go index 6bdfaa15ca..f6eaea9e9c 100644 --- a/agent/structs/config_entry_mesh_test.go +++ b/agent/structs/config_entry_mesh_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_oss.go b/agent/structs/config_entry_oss.go index c6b033f370..b95192bec2 100644 --- a/agent/structs/config_entry_oss.go +++ b/agent/structs/config_entry_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/config_entry_oss_test.go b/agent/structs/config_entry_oss_test.go index ce9ac5fad2..4ef11d04cd 100644 --- a/agent/structs/config_entry_oss_test.go +++ b/agent/structs/config_entry_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 !consulent // +build !consulent diff --git a/agent/structs/config_entry_routes.go b/agent/structs/config_entry_routes.go index cab7d98d64..d285a40624 100644 --- a/agent/structs/config_entry_routes.go +++ b/agent/structs/config_entry_routes.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_routes_test.go b/agent/structs/config_entry_routes_test.go index 476ce46eed..5ab85e5977 100644 --- a/agent/structs/config_entry_routes_test.go +++ b/agent/structs/config_entry_routes_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_sameness_group.go b/agent/structs/config_entry_sameness_group.go index a1d0dccb3c..dd1b84aa85 100644 --- a/agent/structs/config_entry_sameness_group.go +++ b/agent/structs/config_entry_sameness_group.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_sameness_group_oss.go b/agent/structs/config_entry_sameness_group_oss.go index 0693ed0ee8..c1d888f447 100644 --- a/agent/structs/config_entry_sameness_group_oss.go +++ b/agent/structs/config_entry_sameness_group_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/config_entry_status.go b/agent/structs/config_entry_status.go index fb91a0add3..749ba15968 100644 --- a/agent/structs/config_entry_status.go +++ b/agent/structs/config_entry_status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/config_entry_test.go b/agent/structs/config_entry_test.go index 9143dc05d9..b164e67b4f 100644 --- a/agent/structs/config_entry_test.go +++ b/agent/structs/config_entry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/connect.go b/agent/structs/connect.go index 227c2eb472..4a6033efab 100644 --- a/agent/structs/connect.go +++ b/agent/structs/connect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/connect_ca.go b/agent/structs/connect_ca.go index c8a7cea1df..90e139fab0 100644 --- a/agent/structs/connect_ca.go +++ b/agent/structs/connect_ca.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/connect_ca_test.go b/agent/structs/connect_ca_test.go index d64efef375..5f224e04f7 100644 --- a/agent/structs/connect_ca_test.go +++ b/agent/structs/connect_ca_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/connect_oss.go b/agent/structs/connect_oss.go index 9547c24514..b78e8b4c6c 100644 --- a/agent/structs/connect_oss.go +++ b/agent/structs/connect_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/connect_proxy_config.go b/agent/structs/connect_proxy_config.go index acca2ad1cb..3bd5276f82 100644 --- a/agent/structs/connect_proxy_config.go +++ b/agent/structs/connect_proxy_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/connect_proxy_config_oss.go b/agent/structs/connect_proxy_config_oss.go index 898ca163a5..dfdc10bbad 100644 --- a/agent/structs/connect_proxy_config_oss.go +++ b/agent/structs/connect_proxy_config_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/connect_proxy_config_test.go b/agent/structs/connect_proxy_config_test.go index bcf43b2119..be16d17be6 100644 --- a/agent/structs/connect_proxy_config_test.go +++ b/agent/structs/connect_proxy_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/deep-copy.sh b/agent/structs/deep-copy.sh index e4ab69273a..cbc1bdc42a 100755 --- a/agent/structs/deep-copy.sh +++ b/agent/structs/deep-copy.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 readonly PACKAGE_DIR="$(dirname "${BASH_SOURCE[0]}")" diff --git a/agent/structs/discovery_chain.go b/agent/structs/discovery_chain.go index 029fc3b0a8..c81dd1ec08 100644 --- a/agent/structs/discovery_chain.go +++ b/agent/structs/discovery_chain.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/discovery_chain_oss.go b/agent/structs/discovery_chain_oss.go index febff8c776..b4a83b8904 100644 --- a/agent/structs/discovery_chain_oss.go +++ b/agent/structs/discovery_chain_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/envoy_extension.go b/agent/structs/envoy_extension.go index c788aedf37..ab9988bf21 100644 --- a/agent/structs/envoy_extension.go +++ b/agent/structs/envoy_extension.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/errors.go b/agent/structs/errors.go index 82e2b0b5f0..df8123dc60 100644 --- a/agent/structs/errors.go +++ b/agent/structs/errors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/federation_state.go b/agent/structs/federation_state.go index f123a0954b..5a0e8eef6d 100644 --- a/agent/structs/federation_state.go +++ b/agent/structs/federation_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/identity.go b/agent/structs/identity.go index 286dd552a3..b55f6bb7ae 100644 --- a/agent/structs/identity.go +++ b/agent/structs/identity.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/intention.go b/agent/structs/intention.go index 21d5432b41..3bbc2584f7 100644 --- a/agent/structs/intention.go +++ b/agent/structs/intention.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/intention_oss.go b/agent/structs/intention_oss.go index b6ae492dcd..77deca9af3 100644 --- a/agent/structs/intention_oss.go +++ b/agent/structs/intention_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/intention_test.go b/agent/structs/intention_test.go index 600f600729..077bef0f20 100644 --- a/agent/structs/intention_test.go +++ b/agent/structs/intention_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/operator.go b/agent/structs/operator.go index 05862861e3..9d78cb9214 100644 --- a/agent/structs/operator.go +++ b/agent/structs/operator.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/peering.go b/agent/structs/peering.go index 3ee7acb224..927efabb34 100644 --- a/agent/structs/peering.go +++ b/agent/structs/peering.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/prepared_query.go b/agent/structs/prepared_query.go index bf1581975e..1c851c476e 100644 --- a/agent/structs/prepared_query.go +++ b/agent/structs/prepared_query.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/prepared_query_test.go b/agent/structs/prepared_query_test.go index a6d6e64849..537c6b0438 100644 --- a/agent/structs/prepared_query_test.go +++ b/agent/structs/prepared_query_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/protobuf_compat.go b/agent/structs/protobuf_compat.go index 65ebf2eaf4..c52d85a32c 100644 --- a/agent/structs/protobuf_compat.go +++ b/agent/structs/protobuf_compat.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/service_definition.go b/agent/structs/service_definition.go index 6ee81af059..9b9fec89e9 100644 --- a/agent/structs/service_definition.go +++ b/agent/structs/service_definition.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/service_definition_test.go b/agent/structs/service_definition_test.go index 023972092f..ec6d4fc537 100644 --- a/agent/structs/service_definition_test.go +++ b/agent/structs/service_definition_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/snapshot.go b/agent/structs/snapshot.go index 4f62221675..3d71fb093d 100644 --- a/agent/structs/snapshot.go +++ b/agent/structs/snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/structs.deepcopy_oss.go b/agent/structs/structs.deepcopy_oss.go index 552f00c97f..d2e909bf49 100644 --- a/agent/structs/structs.deepcopy_oss.go +++ b/agent/structs/structs.deepcopy_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/structs.go b/agent/structs/structs.go index 096f767a47..fbacb36ffe 100644 --- a/agent/structs/structs.go +++ b/agent/structs/structs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/structs_ext_test.go b/agent/structs/structs_ext_test.go index 9bbc4ca0cb..3b1cd6b6df 100644 --- a/agent/structs/structs_ext_test.go +++ b/agent/structs/structs_ext_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs_test diff --git a/agent/structs/structs_filtering_test.go b/agent/structs/structs_filtering_test.go index 9739923e0e..3750adb16c 100644 --- a/agent/structs/structs_filtering_test.go +++ b/agent/structs/structs_filtering_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/structs_oss.go b/agent/structs/structs_oss.go index b1f051f21c..f922b7fd72 100644 --- a/agent/structs/structs_oss.go +++ b/agent/structs/structs_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/structs/structs_oss_test.go b/agent/structs/structs_oss_test.go index 55e51a7008..6ec8723ae5 100644 --- a/agent/structs/structs_oss_test.go +++ b/agent/structs/structs_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 !consulent // +build !consulent diff --git a/agent/structs/structs_test.go b/agent/structs/structs_test.go index 20365e43bc..bf909aa419 100644 --- a/agent/structs/structs_test.go +++ b/agent/structs/structs_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/system_metadata.go b/agent/structs/system_metadata.go index fa6f6cd0ae..555756201a 100644 --- a/agent/structs/system_metadata.go +++ b/agent/structs/system_metadata.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/testing.go b/agent/structs/testing.go index ad8382b0ce..527da21c4e 100644 --- a/agent/structs/testing.go +++ b/agent/structs/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/testing_catalog.go b/agent/structs/testing_catalog.go index 2706e71e36..8047695bba 100644 --- a/agent/structs/testing_catalog.go +++ b/agent/structs/testing_catalog.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/testing_connect_proxy_config.go b/agent/structs/testing_connect_proxy_config.go index c41cc99651..971e355fba 100644 --- a/agent/structs/testing_connect_proxy_config.go +++ b/agent/structs/testing_connect_proxy_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/testing_intention.go b/agent/structs/testing_intention.go index 57c6f9d501..974a103de1 100644 --- a/agent/structs/testing_intention.go +++ b/agent/structs/testing_intention.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/testing_service_definition.go b/agent/structs/testing_service_definition.go index 2707067262..da51014f43 100644 --- a/agent/structs/testing_service_definition.go +++ b/agent/structs/testing_service_definition.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/structs/txn.go b/agent/structs/txn.go index a97b4733f5..efb11aa891 100644 --- a/agent/structs/txn.go +++ b/agent/structs/txn.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/agent/submatview/handler.go b/agent/submatview/handler.go index b3c900e695..f33746a7f3 100644 --- a/agent/submatview/handler.go +++ b/agent/submatview/handler.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package submatview diff --git a/agent/submatview/local_materializer.go b/agent/submatview/local_materializer.go index 5eeaefaa66..4ee06a3640 100644 --- a/agent/submatview/local_materializer.go +++ b/agent/submatview/local_materializer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package submatview diff --git a/agent/submatview/local_materializer_test.go b/agent/submatview/local_materializer_test.go index e6600a0516..fa7a018450 100644 --- a/agent/submatview/local_materializer_test.go +++ b/agent/submatview/local_materializer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package submatview diff --git a/agent/submatview/materializer.go b/agent/submatview/materializer.go index 240f6cfafb..42754c914d 100644 --- a/agent/submatview/materializer.go +++ b/agent/submatview/materializer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package submatview diff --git a/agent/submatview/rpc_materializer.go b/agent/submatview/rpc_materializer.go index 855576b1b3..dfeb90172a 100644 --- a/agent/submatview/rpc_materializer.go +++ b/agent/submatview/rpc_materializer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package submatview diff --git a/agent/submatview/store.go b/agent/submatview/store.go index 1f18912126..ccfc319e2f 100644 --- a/agent/submatview/store.go +++ b/agent/submatview/store.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package submatview diff --git a/agent/submatview/store_integration_test.go b/agent/submatview/store_integration_test.go index 3b6d9fbc2b..45ba11d3cc 100644 --- a/agent/submatview/store_integration_test.go +++ b/agent/submatview/store_integration_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package submatview_test diff --git a/agent/submatview/store_test.go b/agent/submatview/store_test.go index 36a92e7ec0..c878654d89 100644 --- a/agent/submatview/store_test.go +++ b/agent/submatview/store_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package submatview diff --git a/agent/submatview/streaming_test.go b/agent/submatview/streaming_test.go index 223babf530..54b28d1abe 100644 --- a/agent/submatview/streaming_test.go +++ b/agent/submatview/streaming_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package submatview diff --git a/agent/systemd/notify.go b/agent/systemd/notify.go index 88ce2c2ece..60c71947dc 100644 --- a/agent/systemd/notify.go +++ b/agent/systemd/notify.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package systemd diff --git a/agent/testagent.go b/agent/testagent.go index 57b9c1b111..3d0e2c8038 100644 --- a/agent/testagent.go +++ b/agent/testagent.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/agent/testagent_test.go b/agent/testagent_test.go index 66d1d61f01..266b6e864c 100644 --- a/agent/testagent_test.go +++ b/agent/testagent_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/agent/token/persistence.go b/agent/token/persistence.go index 9d543b30ed..117f72359d 100644 --- a/agent/token/persistence.go +++ b/agent/token/persistence.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/agent/token/persistence_test.go b/agent/token/persistence_test.go index 093515f70e..5d6e73f0d2 100644 --- a/agent/token/persistence_test.go +++ b/agent/token/persistence_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/agent/token/store.go b/agent/token/store.go index b0f9732a8c..a32475eb47 100644 --- a/agent/token/store.go +++ b/agent/token/store.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/agent/token/store_oss.go b/agent/token/store_oss.go index bf2ff796f0..98d291385a 100644 --- a/agent/token/store_oss.go +++ b/agent/token/store_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/token/store_test.go b/agent/token/store_test.go index 8d0992f229..c35c44a7b6 100644 --- a/agent/token/store_test.go +++ b/agent/token/store_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/agent/translate_addr.go b/agent/translate_addr.go index 9be80ebc0f..1c0f8a4003 100644 --- a/agent/translate_addr.go +++ b/agent/translate_addr.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/agent/txn_endpoint.go b/agent/txn_endpoint.go index faf9c9e726..10117a53c5 100644 --- a/agent/txn_endpoint.go +++ b/agent/txn_endpoint.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/agent/txn_endpoint_test.go b/agent/txn_endpoint_test.go index 19c5925ba7..fe19ed8253 100644 --- a/agent/txn_endpoint_test.go +++ b/agent/txn_endpoint_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/agent/ui_endpoint.go b/agent/ui_endpoint.go index 20d6f8a412..d0cc8a5be8 100644 --- a/agent/ui_endpoint.go +++ b/agent/ui_endpoint.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/agent/ui_endpoint_oss_test.go b/agent/ui_endpoint_oss_test.go index 3e57fca667..82a16b765f 100644 --- a/agent/ui_endpoint_oss_test.go +++ b/agent/ui_endpoint_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 !consulent // +build !consulent diff --git a/agent/ui_endpoint_test.go b/agent/ui_endpoint_test.go index d2cda642f2..ab27d2ea8e 100644 --- a/agent/ui_endpoint_test.go +++ b/agent/ui_endpoint_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/agent/uiserver/buf_index_fs.go b/agent/uiserver/buf_index_fs.go index 9ea23316fb..283616c36e 100644 --- a/agent/uiserver/buf_index_fs.go +++ b/agent/uiserver/buf_index_fs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package uiserver diff --git a/agent/uiserver/buffered_file.go b/agent/uiserver/buffered_file.go index 5c794dac26..daa30c610d 100644 --- a/agent/uiserver/buffered_file.go +++ b/agent/uiserver/buffered_file.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package uiserver diff --git a/agent/uiserver/redirect_fs.go b/agent/uiserver/redirect_fs.go index 66b48e637f..4a61ba7b2c 100644 --- a/agent/uiserver/redirect_fs.go +++ b/agent/uiserver/redirect_fs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package uiserver diff --git a/agent/uiserver/ui_template_data.go b/agent/uiserver/ui_template_data.go index d8d5fc42ba..726207b148 100644 --- a/agent/uiserver/ui_template_data.go +++ b/agent/uiserver/ui_template_data.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package uiserver diff --git a/agent/uiserver/uiserver.go b/agent/uiserver/uiserver.go index 8cabb8e3e0..0cd20c5fda 100644 --- a/agent/uiserver/uiserver.go +++ b/agent/uiserver/uiserver.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package uiserver diff --git a/agent/uiserver/uiserver_test.go b/agent/uiserver/uiserver_test.go index c42792fe32..ce64927654 100644 --- a/agent/uiserver/uiserver_test.go +++ b/agent/uiserver/uiserver_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package uiserver diff --git a/agent/user_event.go b/agent/user_event.go index 25be0dd88f..23cbc90c33 100644 --- a/agent/user_event.go +++ b/agent/user_event.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/agent/user_event_test.go b/agent/user_event_test.go index ac807def92..62ea5f4adc 100644 --- a/agent/user_event_test.go +++ b/agent/user_event_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/agent/util.go b/agent/util.go index 285ba91df9..1bcdbca01f 100644 --- a/agent/util.go +++ b/agent/util.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/agent/util_test.go b/agent/util_test.go index 4c3ae5602d..42aa745e70 100644 --- a/agent/util_test.go +++ b/agent/util_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/agent/watch_handler.go b/agent/watch_handler.go index 518fd6c77c..b926b71675 100644 --- a/agent/watch_handler.go +++ b/agent/watch_handler.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/agent/watch_handler_test.go b/agent/watch_handler_test.go index f97d4d3982..151e05e9c0 100644 --- a/agent/watch_handler_test.go +++ b/agent/watch_handler_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/agent/xds/accesslogs/accesslogs.go b/agent/xds/accesslogs/accesslogs.go index 84cbf55e64..25a3baf192 100644 --- a/agent/xds/accesslogs/accesslogs.go +++ b/agent/xds/accesslogs/accesslogs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package accesslogs diff --git a/agent/xds/clusters.go b/agent/xds/clusters.go index bcce1d01ab..6907b9bc46 100644 --- a/agent/xds/clusters.go +++ b/agent/xds/clusters.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/clusters_test.go b/agent/xds/clusters_test.go index fa8e625fdd..32723bf481 100644 --- a/agent/xds/clusters_test.go +++ b/agent/xds/clusters_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/config.go b/agent/xds/config.go index 2b8da88939..958326afaa 100644 --- a/agent/xds/config.go +++ b/agent/xds/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/config_test.go b/agent/xds/config_test.go index e544c30b39..72ef0bb1e5 100644 --- a/agent/xds/config_test.go +++ b/agent/xds/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/delta.go b/agent/xds/delta.go index b59c039532..d44b84fd4e 100644 --- a/agent/xds/delta.go +++ b/agent/xds/delta.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/delta_envoy_extender_oss_test.go b/agent/xds/delta_envoy_extender_oss_test.go index 10411e353c..5f4b563b59 100644 --- a/agent/xds/delta_envoy_extender_oss_test.go +++ b/agent/xds/delta_envoy_extender_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 !consulent // +build !consulent diff --git a/agent/xds/delta_envoy_extender_test.go b/agent/xds/delta_envoy_extender_test.go index 6cd57fa53a..cfa762cb04 100644 --- a/agent/xds/delta_envoy_extender_test.go +++ b/agent/xds/delta_envoy_extender_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/delta_test.go b/agent/xds/delta_test.go index 7d4b294634..f324e91934 100644 --- a/agent/xds/delta_test.go +++ b/agent/xds/delta_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/endpoints.go b/agent/xds/endpoints.go index c24f48df4b..8903ba3e7c 100644 --- a/agent/xds/endpoints.go +++ b/agent/xds/endpoints.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/endpoints_test.go b/agent/xds/endpoints_test.go index 59a8b698de..a4757f00c5 100644 --- a/agent/xds/endpoints_test.go +++ b/agent/xds/endpoints_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/extensionruntime/runtime_config.go b/agent/xds/extensionruntime/runtime_config.go index 110e3db1df..924368ebdf 100644 --- a/agent/xds/extensionruntime/runtime_config.go +++ b/agent/xds/extensionruntime/runtime_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extensionruntime diff --git a/agent/xds/extensionruntime/runtime_config_oss_test.go b/agent/xds/extensionruntime/runtime_config_oss_test.go index c70a3f47f4..1a38c044ef 100644 --- a/agent/xds/extensionruntime/runtime_config_oss_test.go +++ b/agent/xds/extensionruntime/runtime_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 !consulent // +build !consulent diff --git a/agent/xds/failover_policy.go b/agent/xds/failover_policy.go index 562b43dad7..ab3e86f25d 100644 --- a/agent/xds/failover_policy.go +++ b/agent/xds/failover_policy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/failover_policy_oss.go b/agent/xds/failover_policy_oss.go index e22d717e2a..ac8d843e40 100644 --- a/agent/xds/failover_policy_oss.go +++ b/agent/xds/failover_policy_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/xds/golden_test.go b/agent/xds/golden_test.go index 9209678bb5..d77ffda6a6 100644 --- a/agent/xds/golden_test.go +++ b/agent/xds/golden_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/jwt_authn.go b/agent/xds/jwt_authn.go index 17b34e5cd6..36b8e05cb3 100644 --- a/agent/xds/jwt_authn.go +++ b/agent/xds/jwt_authn.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/jwt_authn_test.go b/agent/xds/jwt_authn_test.go index ab8665b1dc..834f62ad4c 100644 --- a/agent/xds/jwt_authn_test.go +++ b/agent/xds/jwt_authn_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/listeners.go b/agent/xds/listeners.go index 386fd00f17..b3b58bc2ad 100644 --- a/agent/xds/listeners.go +++ b/agent/xds/listeners.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/listeners_apigateway.go b/agent/xds/listeners_apigateway.go index fcb1ee0829..3078c740a0 100644 --- a/agent/xds/listeners_apigateway.go +++ b/agent/xds/listeners_apigateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/listeners_ingress.go b/agent/xds/listeners_ingress.go index ea4c311cdd..3dfd9705d9 100644 --- a/agent/xds/listeners_ingress.go +++ b/agent/xds/listeners_ingress.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/listeners_test.go b/agent/xds/listeners_test.go index 499461bb36..ab19ebc056 100644 --- a/agent/xds/listeners_test.go +++ b/agent/xds/listeners_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/locality_policy.go b/agent/xds/locality_policy.go index 4d221f293b..c94ba95ea2 100644 --- a/agent/xds/locality_policy.go +++ b/agent/xds/locality_policy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/locality_policy_oss.go b/agent/xds/locality_policy_oss.go index 3db948b026..fbc17775d6 100644 --- a/agent/xds/locality_policy_oss.go +++ b/agent/xds/locality_policy_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/xds/naming.go b/agent/xds/naming.go index ab9224f71c..d9a2de2c32 100644 --- a/agent/xds/naming.go +++ b/agent/xds/naming.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/net_fallback.go b/agent/xds/net_fallback.go index 7230c18ef2..e35ed3c99a 100644 --- a/agent/xds/net_fallback.go +++ b/agent/xds/net_fallback.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !linux // +build !linux diff --git a/agent/xds/net_linux.go b/agent/xds/net_linux.go index 96932ca307..59e535f6de 100644 --- a/agent/xds/net_linux.go +++ b/agent/xds/net_linux.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build linux // +build linux diff --git a/agent/xds/protocol_trace.go b/agent/xds/protocol_trace.go index 42d82d7601..76d4e8e6ee 100644 --- a/agent/xds/protocol_trace.go +++ b/agent/xds/protocol_trace.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/rbac.go b/agent/xds/rbac.go index bfb0a39569..b3f9267eef 100644 --- a/agent/xds/rbac.go +++ b/agent/xds/rbac.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/rbac_test.go b/agent/xds/rbac_test.go index 6bc3602870..9885052250 100644 --- a/agent/xds/rbac_test.go +++ b/agent/xds/rbac_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/resources.go b/agent/xds/resources.go index c7099e5cb5..15378861f3 100644 --- a/agent/xds/resources.go +++ b/agent/xds/resources.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/resources_oss_test.go b/agent/xds/resources_oss_test.go index 5da963940c..fa71348172 100644 --- a/agent/xds/resources_oss_test.go +++ b/agent/xds/resources_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 !consulent // +build !consulent diff --git a/agent/xds/resources_test.go b/agent/xds/resources_test.go index f1ba3d5146..22ef50bc87 100644 --- a/agent/xds/resources_test.go +++ b/agent/xds/resources_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/response.go b/agent/xds/response.go index e452e8a2f2..92e0f9d0a8 100644 --- a/agent/xds/response.go +++ b/agent/xds/response.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/routes.go b/agent/xds/routes.go index e02e845bd9..92b7d6db0c 100644 --- a/agent/xds/routes.go +++ b/agent/xds/routes.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/routes_test.go b/agent/xds/routes_test.go index 9496eca4b6..c691114b5e 100644 --- a/agent/xds/routes_test.go +++ b/agent/xds/routes_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/secrets.go b/agent/xds/secrets.go index d150a12dc1..628cec7905 100644 --- a/agent/xds/secrets.go +++ b/agent/xds/secrets.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/server.go b/agent/xds/server.go index 2e012a4cb6..c8a5fa1086 100644 --- a/agent/xds/server.go +++ b/agent/xds/server.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/server_oss.go b/agent/xds/server_oss.go index c1d651c0ad..a01e9bf493 100644 --- a/agent/xds/server_oss.go +++ b/agent/xds/server_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/agent/xds/testcommon/testcommon.go b/agent/xds/testcommon/testcommon.go index 1b0d6ebcbf..44d2cc3bbe 100644 --- a/agent/xds/testcommon/testcommon.go +++ b/agent/xds/testcommon/testcommon.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testcommon diff --git a/agent/xds/testing.go b/agent/xds/testing.go index 446f1a37a6..916bbd9b50 100644 --- a/agent/xds/testing.go +++ b/agent/xds/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/validateupstream-test/validateupstream_test.go b/agent/xds/validateupstream-test/validateupstream_test.go index f2810bb1c0..9c57bdf81a 100644 --- a/agent/xds/validateupstream-test/validateupstream_test.go +++ b/agent/xds/validateupstream-test/validateupstream_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validateupstream_test diff --git a/agent/xds/xds.go b/agent/xds/xds.go index 07fe1c4731..aab5bc7aaf 100644 --- a/agent/xds/xds.go +++ b/agent/xds/xds.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package xds provides an implementation of a gRPC service that exports Envoy's // xDS API for config discovery. Specifically we support the Aggregated diff --git a/agent/xds/xds_protocol_helpers_test.go b/agent/xds/xds_protocol_helpers_test.go index 958a27474c..d609268a20 100644 --- a/agent/xds/xds_protocol_helpers_test.go +++ b/agent/xds/xds_protocol_helpers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/agent/xds/z_xds_packages_test.go b/agent/xds/z_xds_packages_test.go index 149490678c..f5f0435189 100644 --- a/agent/xds/z_xds_packages_test.go +++ b/agent/xds/z_xds_packages_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xds diff --git a/api/LICENSE b/api/LICENSE new file mode 100644 index 0000000000..7c5baa45e1 --- /dev/null +++ b/api/LICENSE @@ -0,0 +1,365 @@ +Copyright (c) 2020 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. + diff --git a/buf.work.yaml b/buf.work.yaml index f89f53a2bd..5fab419b16 100644 --- a/buf.work.yaml +++ b/buf.work.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: v1 directories: diff --git a/build-support/docker/Build-Go.dockerfile b/build-support/docker/Build-Go.dockerfile index c5b3c8394e..2337a72702 100644 --- a/build-support/docker/Build-Go.dockerfile +++ b/build-support/docker/Build-Go.dockerfile @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 ARG GOLANG_VERSION=1.20.7 FROM golang:${GOLANG_VERSION} diff --git a/build-support/docker/Build-UI.dockerfile b/build-support/docker/Build-UI.dockerfile index 6682458137..9d646fb6ea 100644 --- a/build-support/docker/Build-UI.dockerfile +++ b/build-support/docker/Build-UI.dockerfile @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 FROM docker.mirror.hashicorp.services/circleci/node:16-browsers diff --git a/build-support/docker/Consul-Dev-Dbg.dockerfile b/build-support/docker/Consul-Dev-Dbg.dockerfile index cf1ae388d1..488fb05326 100644 --- a/build-support/docker/Consul-Dev-Dbg.dockerfile +++ b/build-support/docker/Consul-Dev-Dbg.dockerfile @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 FROM consul:local EXPOSE 4000 diff --git a/build-support/docker/Consul-Dev-Multiarch.dockerfile b/build-support/docker/Consul-Dev-Multiarch.dockerfile index 265a1804cf..e35a98d5f8 100644 --- a/build-support/docker/Consul-Dev-Multiarch.dockerfile +++ b/build-support/docker/Consul-Dev-Multiarch.dockerfile @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 ARG CONSUL_IMAGE_VERSION=latest FROM hashicorp/consul:${CONSUL_IMAGE_VERSION} diff --git a/build-support/docker/Consul-Dev.dockerfile b/build-support/docker/Consul-Dev.dockerfile index 122bc3192a..12f014969a 100644 --- a/build-support/docker/Consul-Dev.dockerfile +++ b/build-support/docker/Consul-Dev.dockerfile @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 ARG CONSUL_IMAGE_VERSION=latest FROM hashicorp/consul:${CONSUL_IMAGE_VERSION} diff --git a/build-support/functions/00-vars.sh b/build-support/functions/00-vars.sh index 69de94257e..50000f61ce 100644 --- a/build-support/functions/00-vars.sh +++ b/build-support/functions/00-vars.sh @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # GPG Key ID to use for publically released builds HASHICORP_GPG_KEY="348FFC4C" diff --git a/build-support/functions/10-util.sh b/build-support/functions/10-util.sh index fdce50c507..9bdecd6503 100644 --- a/build-support/functions/10-util.sh +++ b/build-support/functions/10-util.sh @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 function err { if test "${COLORIZE}" -eq 1 diff --git a/build-support/functions/20-build.sh b/build-support/functions/20-build.sh index 9f357884f1..2788e3deea 100644 --- a/build-support/functions/20-build.sh +++ b/build-support/functions/20-build.sh @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 function supported_osarch { # Arguments: diff --git a/build-support/functions/30-release.sh b/build-support/functions/30-release.sh index d83d9f4155..26f7c10489 100644 --- a/build-support/functions/30-release.sh +++ b/build-support/functions/30-release.sh @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 function tag_release { # Arguments: diff --git a/build-support/scripts/build-date.sh b/build-support/scripts/build-date.sh index 5b52bffa26..49f3851bef 100755 --- a/build-support/scripts/build-date.sh +++ b/build-support/scripts/build-date.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 readonly SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" readonly SCRIPT_DIR="$(dirname ${BASH_SOURCE[0]})" diff --git a/build-support/scripts/build-docker.sh b/build-support/scripts/build-docker.sh index 2b72aa5fb0..d36196e66b 100755 --- a/build-support/scripts/build-docker.sh +++ b/build-support/scripts/build-docker.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 readonly SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" diff --git a/build-support/scripts/check-allowed-imports.sh b/build-support/scripts/check-allowed-imports.sh index fb0280e6ff..efba156c79 100755 --- a/build-support/scripts/check-allowed-imports.sh +++ b/build-support/scripts/check-allowed-imports.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 readonly SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" diff --git a/build-support/scripts/devtools.sh b/build-support/scripts/devtools.sh index 82cf316cb3..edf4b83eae 100755 --- a/build-support/scripts/devtools.sh +++ b/build-support/scripts/devtools.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 readonly SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" diff --git a/build-support/scripts/functions.sh b/build-support/scripts/functions.sh index 42fe385c01..4db767f13c 100755 --- a/build-support/scripts/functions.sh +++ b/build-support/scripts/functions.sh @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # # NOTE: This file is meant to be sourced from other bash scripts/shells diff --git a/build-support/scripts/protobuf.sh b/build-support/scripts/protobuf.sh index f7b8ce5594..20d06c8077 100755 --- a/build-support/scripts/protobuf.sh +++ b/build-support/scripts/protobuf.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 readonly SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" diff --git a/build-support/scripts/release.sh b/build-support/scripts/release.sh index a8fbe84d89..fa7e7c066d 100755 --- a/build-support/scripts/release.sh +++ b/build-support/scripts/release.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 readonly SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" diff --git a/build-support/scripts/version.sh b/build-support/scripts/version.sh index 46630636bb..2bc9998813 100755 --- a/build-support/scripts/version.sh +++ b/build-support/scripts/version.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 readonly SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" diff --git a/build-support/windows/build-consul-dev-image.sh b/build-support/windows/build-consul-dev-image.sh index 4c03f2f9b0..ddc5e521d1 100644 --- a/build-support/windows/build-consul-dev-image.sh +++ b/build-support/windows/build-consul-dev-image.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + cd ../../ rm -rf dist diff --git a/build-support/windows/build-consul-local-images.sh b/build-support/windows/build-consul-local-images.sh index eaa7cc1056..8398e813bb 100644 --- a/build-support/windows/build-consul-local-images.sh +++ b/build-support/windows/build-consul-local-images.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + readonly HASHICORP_DOCKER_PROXY="docker.mirror.hashicorp.services" diff --git a/build-support/windows/build-test-sds-server-image.sh b/build-support/windows/build-test-sds-server-image.sh index 25de3dadbe..6856c2f439 100644 --- a/build-support/windows/build-test-sds-server-image.sh +++ b/build-support/windows/build-test-sds-server-image.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + cd ../../test/integration/connect/envoy diff --git a/command/acl/acl.go b/command/acl/acl.go index 71ef8c9a06..745fa78175 100644 --- a/command/acl/acl.go +++ b/command/acl/acl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/command/acl/acl_helpers.go b/command/acl/acl_helpers.go index b0e65d224c..3459228c61 100644 --- a/command/acl/acl_helpers.go +++ b/command/acl/acl_helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/command/acl/acl_test.go b/command/acl/acl_test.go index 2095795ff0..c2a46f18b0 100644 --- a/command/acl/acl_test.go +++ b/command/acl/acl_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acl diff --git a/command/acl/agenttokens/agent_tokens.go b/command/acl/agenttokens/agent_tokens.go index 4e4a359ace..f4e0c496ac 100644 --- a/command/acl/agenttokens/agent_tokens.go +++ b/command/acl/agenttokens/agent_tokens.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agenttokens diff --git a/command/acl/agenttokens/agent_tokens_test.go b/command/acl/agenttokens/agent_tokens_test.go index d735b66d83..84f7fa3358 100644 --- a/command/acl/agenttokens/agent_tokens_test.go +++ b/command/acl/agenttokens/agent_tokens_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package agenttokens diff --git a/command/acl/authmethod/authmethod.go b/command/acl/authmethod/authmethod.go index 897498024c..18b9e58c26 100644 --- a/command/acl/authmethod/authmethod.go +++ b/command/acl/authmethod/authmethod.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethod diff --git a/command/acl/authmethod/create/authmethod_create.go b/command/acl/authmethod/create/authmethod_create.go index 912a647d41..17f328d2b8 100644 --- a/command/acl/authmethod/create/authmethod_create.go +++ b/command/acl/authmethod/create/authmethod_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethodcreate diff --git a/command/acl/authmethod/create/authmethod_create_oss.go b/command/acl/authmethod/create/authmethod_create_oss.go index ff2d488897..5c6ad24683 100644 --- a/command/acl/authmethod/create/authmethod_create_oss.go +++ b/command/acl/authmethod/create/authmethod_create_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/command/acl/authmethod/create/authmethod_create_test.go b/command/acl/authmethod/create/authmethod_create_test.go index b0d6a8cfe1..b939254492 100644 --- a/command/acl/authmethod/create/authmethod_create_test.go +++ b/command/acl/authmethod/create/authmethod_create_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethodcreate diff --git a/command/acl/authmethod/delete/authmethod_delete.go b/command/acl/authmethod/delete/authmethod_delete.go index 44548a5983..e3ccd0efdd 100644 --- a/command/acl/authmethod/delete/authmethod_delete.go +++ b/command/acl/authmethod/delete/authmethod_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethoddelete diff --git a/command/acl/authmethod/delete/authmethod_delete_test.go b/command/acl/authmethod/delete/authmethod_delete_test.go index 45bd3ac561..fc513fde7e 100644 --- a/command/acl/authmethod/delete/authmethod_delete_test.go +++ b/command/acl/authmethod/delete/authmethod_delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethoddelete diff --git a/command/acl/authmethod/formatter.go b/command/acl/authmethod/formatter.go index 3204af910b..6a22443d58 100644 --- a/command/acl/authmethod/formatter.go +++ b/command/acl/authmethod/formatter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethod diff --git a/command/acl/authmethod/list/authmethod_list.go b/command/acl/authmethod/list/authmethod_list.go index 1bcf24b75a..cae9916c12 100644 --- a/command/acl/authmethod/list/authmethod_list.go +++ b/command/acl/authmethod/list/authmethod_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethodlist diff --git a/command/acl/authmethod/list/authmethod_list_test.go b/command/acl/authmethod/list/authmethod_list_test.go index 9064b252cd..cd1aa2ac76 100644 --- a/command/acl/authmethod/list/authmethod_list_test.go +++ b/command/acl/authmethod/list/authmethod_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethodlist diff --git a/command/acl/authmethod/read/authmethod_read.go b/command/acl/authmethod/read/authmethod_read.go index b7860ca066..72d3a6f181 100644 --- a/command/acl/authmethod/read/authmethod_read.go +++ b/command/acl/authmethod/read/authmethod_read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethodread diff --git a/command/acl/authmethod/read/authmethod_read_test.go b/command/acl/authmethod/read/authmethod_read_test.go index a24c1d2e55..20a18c76df 100644 --- a/command/acl/authmethod/read/authmethod_read_test.go +++ b/command/acl/authmethod/read/authmethod_read_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethodread diff --git a/command/acl/authmethod/update/authmethod_update.go b/command/acl/authmethod/update/authmethod_update.go index 2798e6e6da..1c5422e88d 100644 --- a/command/acl/authmethod/update/authmethod_update.go +++ b/command/acl/authmethod/update/authmethod_update.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethodupdate diff --git a/command/acl/authmethod/update/authmethod_update_oss.go b/command/acl/authmethod/update/authmethod_update_oss.go index c1ea320424..d2c10d4586 100644 --- a/command/acl/authmethod/update/authmethod_update_oss.go +++ b/command/acl/authmethod/update/authmethod_update_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/command/acl/authmethod/update/authmethod_update_test.go b/command/acl/authmethod/update/authmethod_update_test.go index e85f270cdf..87ddf2f2c0 100644 --- a/command/acl/authmethod/update/authmethod_update_test.go +++ b/command/acl/authmethod/update/authmethod_update_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package authmethodupdate diff --git a/command/acl/bindingrule/bindingrule.go b/command/acl/bindingrule/bindingrule.go index 782041e1ac..8d23e3ee37 100644 --- a/command/acl/bindingrule/bindingrule.go +++ b/command/acl/bindingrule/bindingrule.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingrule diff --git a/command/acl/bindingrule/create/bindingrule_create.go b/command/acl/bindingrule/create/bindingrule_create.go index d5253c456e..cdedbb744d 100644 --- a/command/acl/bindingrule/create/bindingrule_create.go +++ b/command/acl/bindingrule/create/bindingrule_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingrulecreate diff --git a/command/acl/bindingrule/create/bindingrule_create_test.go b/command/acl/bindingrule/create/bindingrule_create_test.go index 43189f784c..2985c41abf 100644 --- a/command/acl/bindingrule/create/bindingrule_create_test.go +++ b/command/acl/bindingrule/create/bindingrule_create_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingrulecreate diff --git a/command/acl/bindingrule/delete/bindingrule_delete.go b/command/acl/bindingrule/delete/bindingrule_delete.go index ffb22fc73d..3fc02d788b 100644 --- a/command/acl/bindingrule/delete/bindingrule_delete.go +++ b/command/acl/bindingrule/delete/bindingrule_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingruledelete diff --git a/command/acl/bindingrule/delete/bindingrule_delete_test.go b/command/acl/bindingrule/delete/bindingrule_delete_test.go index abd10f8add..9655fbb101 100644 --- a/command/acl/bindingrule/delete/bindingrule_delete_test.go +++ b/command/acl/bindingrule/delete/bindingrule_delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingruledelete diff --git a/command/acl/bindingrule/formatter.go b/command/acl/bindingrule/formatter.go index 1fb1feeafc..6d96f4b71b 100644 --- a/command/acl/bindingrule/formatter.go +++ b/command/acl/bindingrule/formatter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingrule diff --git a/command/acl/bindingrule/list/bindingrule_list.go b/command/acl/bindingrule/list/bindingrule_list.go index 2f6529af5d..15f395afdf 100644 --- a/command/acl/bindingrule/list/bindingrule_list.go +++ b/command/acl/bindingrule/list/bindingrule_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingrulelist diff --git a/command/acl/bindingrule/list/bindingrule_list_test.go b/command/acl/bindingrule/list/bindingrule_list_test.go index bbb1188f8a..22035341e4 100644 --- a/command/acl/bindingrule/list/bindingrule_list_test.go +++ b/command/acl/bindingrule/list/bindingrule_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingrulelist diff --git a/command/acl/bindingrule/read/bindingrule_read.go b/command/acl/bindingrule/read/bindingrule_read.go index 25858d6485..0ff55bd4ac 100644 --- a/command/acl/bindingrule/read/bindingrule_read.go +++ b/command/acl/bindingrule/read/bindingrule_read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingruleread diff --git a/command/acl/bindingrule/read/bindingrule_read_test.go b/command/acl/bindingrule/read/bindingrule_read_test.go index 9e1615e003..4a324edf23 100644 --- a/command/acl/bindingrule/read/bindingrule_read_test.go +++ b/command/acl/bindingrule/read/bindingrule_read_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingruleread diff --git a/command/acl/bindingrule/update/bindingrule_update.go b/command/acl/bindingrule/update/bindingrule_update.go index 59998059f4..071e2bdc01 100644 --- a/command/acl/bindingrule/update/bindingrule_update.go +++ b/command/acl/bindingrule/update/bindingrule_update.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingruleupdate diff --git a/command/acl/bindingrule/update/bindingrule_update_test.go b/command/acl/bindingrule/update/bindingrule_update_test.go index 2f7437edcd..6124e9df2d 100644 --- a/command/acl/bindingrule/update/bindingrule_update_test.go +++ b/command/acl/bindingrule/update/bindingrule_update_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bindingruleupdate diff --git a/command/acl/bootstrap/bootstrap.go b/command/acl/bootstrap/bootstrap.go index 2f608bbdab..2a2bfd3716 100644 --- a/command/acl/bootstrap/bootstrap.go +++ b/command/acl/bootstrap/bootstrap.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bootstrap diff --git a/command/acl/bootstrap/bootstrap_test.go b/command/acl/bootstrap/bootstrap_test.go index ef5fcf41dc..e9a0e8cebe 100644 --- a/command/acl/bootstrap/bootstrap_test.go +++ b/command/acl/bootstrap/bootstrap_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bootstrap diff --git a/command/acl/policy/create/policy_create.go b/command/acl/policy/create/policy_create.go index 131d096b1c..03d836ee4a 100644 --- a/command/acl/policy/create/policy_create.go +++ b/command/acl/policy/create/policy_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policycreate diff --git a/command/acl/policy/create/policy_create_test.go b/command/acl/policy/create/policy_create_test.go index 94ef7ac95f..953dd978ed 100644 --- a/command/acl/policy/create/policy_create_test.go +++ b/command/acl/policy/create/policy_create_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policycreate diff --git a/command/acl/policy/delete/policy_delete.go b/command/acl/policy/delete/policy_delete.go index eb1fbfc83b..63c02a47dd 100644 --- a/command/acl/policy/delete/policy_delete.go +++ b/command/acl/policy/delete/policy_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policydelete diff --git a/command/acl/policy/delete/policy_delete_test.go b/command/acl/policy/delete/policy_delete_test.go index 4e0b8ffbf6..33f121db98 100644 --- a/command/acl/policy/delete/policy_delete_test.go +++ b/command/acl/policy/delete/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 policydelete diff --git a/command/acl/policy/formatter.go b/command/acl/policy/formatter.go index 1e78976412..dce79c3907 100644 --- a/command/acl/policy/formatter.go +++ b/command/acl/policy/formatter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policy diff --git a/command/acl/policy/list/policy_list.go b/command/acl/policy/list/policy_list.go index d88f575950..44be10d684 100644 --- a/command/acl/policy/list/policy_list.go +++ b/command/acl/policy/list/policy_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policylist diff --git a/command/acl/policy/list/policy_list_test.go b/command/acl/policy/list/policy_list_test.go index d9df5cc879..b0cc05b2a5 100644 --- a/command/acl/policy/list/policy_list_test.go +++ b/command/acl/policy/list/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 policylist diff --git a/command/acl/policy/policy.go b/command/acl/policy/policy.go index 7a7b80cba8..565c672706 100644 --- a/command/acl/policy/policy.go +++ b/command/acl/policy/policy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policy diff --git a/command/acl/policy/read/policy_read.go b/command/acl/policy/read/policy_read.go index e1b6b923df..36f1e65340 100644 --- a/command/acl/policy/read/policy_read.go +++ b/command/acl/policy/read/policy_read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policyread diff --git a/command/acl/policy/read/policy_read_test.go b/command/acl/policy/read/policy_read_test.go index 08fe5d1ce9..70036457ce 100644 --- a/command/acl/policy/read/policy_read_test.go +++ b/command/acl/policy/read/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 policyread diff --git a/command/acl/policy/update/policy_update.go b/command/acl/policy/update/policy_update.go index ec0577ebb9..60b6340736 100644 --- a/command/acl/policy/update/policy_update.go +++ b/command/acl/policy/update/policy_update.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policyupdate diff --git a/command/acl/policy/update/policy_update_test.go b/command/acl/policy/update/policy_update_test.go index 22fa8b4c89..4d77191d64 100644 --- a/command/acl/policy/update/policy_update_test.go +++ b/command/acl/policy/update/policy_update_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package policyupdate diff --git a/command/acl/role/create/role_create.go b/command/acl/role/create/role_create.go index 588b3a0cb6..b951367b2c 100644 --- a/command/acl/role/create/role_create.go +++ b/command/acl/role/create/role_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rolecreate diff --git a/command/acl/role/create/role_create_test.go b/command/acl/role/create/role_create_test.go index 40f15433a7..7094a76e6c 100644 --- a/command/acl/role/create/role_create_test.go +++ b/command/acl/role/create/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 rolecreate diff --git a/command/acl/role/delete/role_delete.go b/command/acl/role/delete/role_delete.go index 21dc7c0d1b..aaac306f01 100644 --- a/command/acl/role/delete/role_delete.go +++ b/command/acl/role/delete/role_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package roledelete diff --git a/command/acl/role/delete/role_delete_test.go b/command/acl/role/delete/role_delete_test.go index 8a38cf2cfc..61897ca245 100644 --- a/command/acl/role/delete/role_delete_test.go +++ b/command/acl/role/delete/role_delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package roledelete diff --git a/command/acl/role/formatter.go b/command/acl/role/formatter.go index 5df6085e46..0dba147fab 100644 --- a/command/acl/role/formatter.go +++ b/command/acl/role/formatter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package role diff --git a/command/acl/role/formatter_test.go b/command/acl/role/formatter_test.go index cd1ba90fe9..ac6be59b42 100644 --- a/command/acl/role/formatter_test.go +++ b/command/acl/role/formatter_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package role diff --git a/command/acl/role/list/role_list.go b/command/acl/role/list/role_list.go index 3582f9da63..558419e070 100644 --- a/command/acl/role/list/role_list.go +++ b/command/acl/role/list/role_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rolelist diff --git a/command/acl/role/list/role_list_test.go b/command/acl/role/list/role_list_test.go index 651ab12027..0a94d11a10 100644 --- a/command/acl/role/list/role_list_test.go +++ b/command/acl/role/list/role_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rolelist diff --git a/command/acl/role/read/role_read.go b/command/acl/role/read/role_read.go index d6d06997ad..027aaa8001 100644 --- a/command/acl/role/read/role_read.go +++ b/command/acl/role/read/role_read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package roleread diff --git a/command/acl/role/read/role_read_test.go b/command/acl/role/read/role_read_test.go index c7be4cb4c0..bef1fab260 100644 --- a/command/acl/role/read/role_read_test.go +++ b/command/acl/role/read/role_read_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package roleread diff --git a/command/acl/role/role.go b/command/acl/role/role.go index 2ea085f763..c1da51d864 100644 --- a/command/acl/role/role.go +++ b/command/acl/role/role.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package role diff --git a/command/acl/role/update/role_update.go b/command/acl/role/update/role_update.go index c42ab7ce9e..731bfb1726 100644 --- a/command/acl/role/update/role_update.go +++ b/command/acl/role/update/role_update.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package roleupdate diff --git a/command/acl/role/update/role_update_test.go b/command/acl/role/update/role_update_test.go index 18d6110996..07c4cb2d2d 100644 --- a/command/acl/role/update/role_update_test.go +++ b/command/acl/role/update/role_update_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package roleupdate diff --git a/command/acl/token/clone/token_clone.go b/command/acl/token/clone/token_clone.go index 0f4ed2473a..127fca7876 100644 --- a/command/acl/token/clone/token_clone.go +++ b/command/acl/token/clone/token_clone.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenclone diff --git a/command/acl/token/clone/token_clone_test.go b/command/acl/token/clone/token_clone_test.go index 0142db7437..7181ac0cae 100644 --- a/command/acl/token/clone/token_clone_test.go +++ b/command/acl/token/clone/token_clone_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenclone diff --git a/command/acl/token/create/token_create.go b/command/acl/token/create/token_create.go index 4f33562908..25c00df605 100644 --- a/command/acl/token/create/token_create.go +++ b/command/acl/token/create/token_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokencreate diff --git a/command/acl/token/create/token_create_test.go b/command/acl/token/create/token_create_test.go index 747d941517..b92c64b0d1 100644 --- a/command/acl/token/create/token_create_test.go +++ b/command/acl/token/create/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 tokencreate diff --git a/command/acl/token/delete/token_delete.go b/command/acl/token/delete/token_delete.go index 378c399115..aa9f79903b 100644 --- a/command/acl/token/delete/token_delete.go +++ b/command/acl/token/delete/token_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokendelete diff --git a/command/acl/token/delete/token_delete_test.go b/command/acl/token/delete/token_delete_test.go index 988e4afe24..29c1fe292d 100644 --- a/command/acl/token/delete/token_delete_test.go +++ b/command/acl/token/delete/token_delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokendelete diff --git a/command/acl/token/formatter.go b/command/acl/token/formatter.go index dbe1a939fc..6dec483aad 100644 --- a/command/acl/token/formatter.go +++ b/command/acl/token/formatter.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/acl/token/formatter_oss_test.go b/command/acl/token/formatter_oss_test.go index 32f5b0164b..07be7b7ef6 100644 --- a/command/acl/token/formatter_oss_test.go +++ b/command/acl/token/formatter_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 !consulent // +build !consulent diff --git a/command/acl/token/formatter_test.go b/command/acl/token/formatter_test.go index 2a5e5414d7..ba4c04981d 100644 --- a/command/acl/token/formatter_test.go +++ b/command/acl/token/formatter_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/acl/token/list/token_list.go b/command/acl/token/list/token_list.go index 4d7177dddf..7f500426f3 100644 --- a/command/acl/token/list/token_list.go +++ b/command/acl/token/list/token_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenlist diff --git a/command/acl/token/list/token_list_test.go b/command/acl/token/list/token_list_test.go index 0a4441c47a..c8586bde6b 100644 --- a/command/acl/token/list/token_list_test.go +++ b/command/acl/token/list/token_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenlist diff --git a/command/acl/token/read/token_read.go b/command/acl/token/read/token_read.go index c5798a8b9b..23496135bf 100644 --- a/command/acl/token/read/token_read.go +++ b/command/acl/token/read/token_read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenread diff --git a/command/acl/token/read/token_read_test.go b/command/acl/token/read/token_read_test.go index ea2317b79f..69df72e729 100644 --- a/command/acl/token/read/token_read_test.go +++ b/command/acl/token/read/token_read_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenread diff --git a/command/acl/token/token.go b/command/acl/token/token.go index e8bb0cd420..db3771926c 100644 --- a/command/acl/token/token.go +++ b/command/acl/token/token.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/acl/token/update/token_update.go b/command/acl/token/update/token_update.go index 915c358d48..9d636ba215 100644 --- a/command/acl/token/update/token_update.go +++ b/command/acl/token/update/token_update.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenupdate diff --git a/command/acl/token/update/token_update_test.go b/command/acl/token/update/token_update_test.go index b96d95d466..019b8554a5 100644 --- a/command/acl/token/update/token_update_test.go +++ b/command/acl/token/update/token_update_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tokenupdate diff --git a/command/agent/agent.go b/command/agent/agent.go index c241fa2b7b..84515f2c94 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.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/agent_test.go b/command/agent/agent_test.go index a197c6ed44..3fa5d1e1a3 100644 --- a/command/agent/agent_test.go +++ b/command/agent/agent_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/startup_logger.go b/command/agent/startup_logger.go index baa016a2a7..f324ac6c55 100644 --- a/command/agent/startup_logger.go +++ b/command/agent/startup_logger.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/catalog/catalog.go b/command/catalog/catalog.go index dbc229eb35..f685512060 100644 --- a/command/catalog/catalog.go +++ b/command/catalog/catalog.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package catalog diff --git a/command/catalog/catalog_test.go b/command/catalog/catalog_test.go index 5ff5ac40e2..308da9452e 100644 --- a/command/catalog/catalog_test.go +++ b/command/catalog/catalog_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package catalog diff --git a/command/catalog/helpers.go b/command/catalog/helpers.go index 1d9ad1964d..f457d8f792 100644 --- a/command/catalog/helpers.go +++ b/command/catalog/helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package catalog diff --git a/command/catalog/helpers_oss.go b/command/catalog/helpers_oss.go index 5f60fd9b13..51e0421887 100644 --- a/command/catalog/helpers_oss.go +++ b/command/catalog/helpers_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/command/catalog/list/dc/catalog_list_datacenters.go b/command/catalog/list/dc/catalog_list_datacenters.go index 7df18e7a8b..c7531c9164 100644 --- a/command/catalog/list/dc/catalog_list_datacenters.go +++ b/command/catalog/list/dc/catalog_list_datacenters.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dc diff --git a/command/catalog/list/dc/catalog_list_datacenters_test.go b/command/catalog/list/dc/catalog_list_datacenters_test.go index 6052db9941..68a8a8bc50 100644 --- a/command/catalog/list/dc/catalog_list_datacenters_test.go +++ b/command/catalog/list/dc/catalog_list_datacenters_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dc diff --git a/command/catalog/list/nodes/catalog_list_nodes.go b/command/catalog/list/nodes/catalog_list_nodes.go index 44760182cd..1d1f3912f2 100644 --- a/command/catalog/list/nodes/catalog_list_nodes.go +++ b/command/catalog/list/nodes/catalog_list_nodes.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nodes diff --git a/command/catalog/list/nodes/catalog_list_nodes_test.go b/command/catalog/list/nodes/catalog_list_nodes_test.go index 0bef492b7b..59db1c666b 100644 --- a/command/catalog/list/nodes/catalog_list_nodes_test.go +++ b/command/catalog/list/nodes/catalog_list_nodes_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nodes diff --git a/command/catalog/list/services/catalog_list_services.go b/command/catalog/list/services/catalog_list_services.go index 029c8bae94..4bbcce6532 100644 --- a/command/catalog/list/services/catalog_list_services.go +++ b/command/catalog/list/services/catalog_list_services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package services diff --git a/command/catalog/list/services/catalog_list_services_test.go b/command/catalog/list/services/catalog_list_services_test.go index 28c7c0652e..905729410d 100644 --- a/command/catalog/list/services/catalog_list_services_test.go +++ b/command/catalog/list/services/catalog_list_services_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package services diff --git a/command/cli/cli.go b/command/cli/cli.go index 4afaeb279f..a0bb5d78dd 100644 --- a/command/cli/cli.go +++ b/command/cli/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/command/cli/formatting.go b/command/cli/formatting.go index 11ca247e90..fec86797b0 100644 --- a/command/cli/formatting.go +++ b/command/cli/formatting.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cli diff --git a/command/config/config.go b/command/config/config.go index e5fbe803a8..ed54954cbe 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/delete/config_delete.go b/command/config/delete/config_delete.go index e9a9f97c7d..baec168b17 100644 --- a/command/config/delete/config_delete.go +++ b/command/config/delete/config_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package delete diff --git a/command/config/delete/config_delete_test.go b/command/config/delete/config_delete_test.go index 66b5a47a71..d7d6d92260 100644 --- a/command/config/delete/config_delete_test.go +++ b/command/config/delete/config_delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package delete diff --git a/command/config/list/config_list.go b/command/config/list/config_list.go index 978804a191..4dd469590c 100644 --- a/command/config/list/config_list.go +++ b/command/config/list/config_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package list diff --git a/command/config/list/config_list_test.go b/command/config/list/config_list_test.go index bf188f51bd..3e528a062f 100644 --- a/command/config/list/config_list_test.go +++ b/command/config/list/config_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package list diff --git a/command/config/read/config_read.go b/command/config/read/config_read.go index 348d893738..d3e3828817 100644 --- a/command/config/read/config_read.go +++ b/command/config/read/config_read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package read diff --git a/command/config/read/config_read_test.go b/command/config/read/config_read_test.go index 074c0ee30d..5fbf37885d 100644 --- a/command/config/read/config_read_test.go +++ b/command/config/read/config_read_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package read diff --git a/command/config/write/config_write.go b/command/config/write/config_write.go index d8e8aff20a..4edfbed3bf 100644 --- a/command/config/write/config_write.go +++ b/command/config/write/config_write.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package write diff --git a/command/config/write/config_write_test.go b/command/config/write/config_write_test.go index 3319084f4f..15e7a47465 100644 --- a/command/config/write/config_write_test.go +++ b/command/config/write/config_write_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package write diff --git a/command/connect/ca/ca.go b/command/connect/ca/ca.go index f85ae17d6b..a5edd43dbc 100644 --- a/command/connect/ca/ca.go +++ b/command/connect/ca/ca.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/command/connect/ca/ca_test.go b/command/connect/ca/ca_test.go index eb20f57c22..84ebe2873d 100644 --- a/command/connect/ca/ca_test.go +++ b/command/connect/ca/ca_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/command/connect/ca/get/connect_ca_get.go b/command/connect/ca/get/connect_ca_get.go index a2a7c6cb8b..40b9b556a4 100644 --- a/command/connect/ca/get/connect_ca_get.go +++ b/command/connect/ca/get/connect_ca_get.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package get diff --git a/command/connect/ca/get/connect_ca_get_test.go b/command/connect/ca/get/connect_ca_get_test.go index 7d628fb294..0e5545152c 100644 --- a/command/connect/ca/get/connect_ca_get_test.go +++ b/command/connect/ca/get/connect_ca_get_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package get diff --git a/command/connect/ca/set/connect_ca_set.go b/command/connect/ca/set/connect_ca_set.go index ca17f3e212..2c9af4ec6e 100644 --- a/command/connect/ca/set/connect_ca_set.go +++ b/command/connect/ca/set/connect_ca_set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package set diff --git a/command/connect/ca/set/connect_ca_set_test.go b/command/connect/ca/set/connect_ca_set_test.go index 1928a7dbd4..4193d718f0 100644 --- a/command/connect/ca/set/connect_ca_set_test.go +++ b/command/connect/ca/set/connect_ca_set_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package set diff --git a/command/connect/connect.go b/command/connect/connect.go index 6750172916..c92481a723 100644 --- a/command/connect/connect.go +++ b/command/connect/connect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/command/connect/connect_test.go b/command/connect/connect_test.go index 452207a96b..3098962dc4 100644 --- a/command/connect/connect_test.go +++ b/command/connect/connect_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/command/connect/envoy/bootstrap_config.go b/command/connect/envoy/bootstrap_config.go index 2a0e21c4d2..452d3679d6 100644 --- a/command/connect/envoy/bootstrap_config.go +++ b/command/connect/envoy/bootstrap_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoy diff --git a/command/connect/envoy/bootstrap_config_test.go b/command/connect/envoy/bootstrap_config_test.go index 293aee6600..ed00e0d914 100644 --- a/command/connect/envoy/bootstrap_config_test.go +++ b/command/connect/envoy/bootstrap_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoy diff --git a/command/connect/envoy/bootstrap_tpl.go b/command/connect/envoy/bootstrap_tpl.go index 6d1946c90d..4b4bbc8db7 100644 --- a/command/connect/envoy/bootstrap_tpl.go +++ b/command/connect/envoy/bootstrap_tpl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoy diff --git a/command/connect/envoy/envoy.go b/command/connect/envoy/envoy.go index 948412febf..3489f1017a 100644 --- a/command/connect/envoy/envoy.go +++ b/command/connect/envoy/envoy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoy diff --git a/command/connect/envoy/envoy_oss_test.go b/command/connect/envoy/envoy_oss_test.go index 89e3fd303e..9e97516cf5 100644 --- a/command/connect/envoy/envoy_oss_test.go +++ b/command/connect/envoy/envoy_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 !consulent // +build !consulent diff --git a/command/connect/envoy/envoy_test.go b/command/connect/envoy/envoy_test.go index 517108e033..0e61eea186 100644 --- a/command/connect/envoy/envoy_test.go +++ b/command/connect/envoy/envoy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoy diff --git a/command/connect/envoy/exec.go b/command/connect/envoy/exec.go index ffece038f7..71f903c106 100644 --- a/command/connect/envoy/exec.go +++ b/command/connect/envoy/exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoy diff --git a/command/connect/envoy/exec_supported.go b/command/connect/envoy/exec_supported.go index 09dbf895bb..d61cbc8507 100644 --- a/command/connect/envoy/exec_supported.go +++ b/command/connect/envoy/exec_supported.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + //go:build linux || darwin || windows // +build linux darwin windows diff --git a/command/connect/envoy/exec_test.go b/command/connect/envoy/exec_test.go index 3ffc89e2f2..0dbab3c6a0 100644 --- a/command/connect/envoy/exec_test.go +++ b/command/connect/envoy/exec_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build linux || darwin // +build linux darwin diff --git a/command/connect/envoy/exec_unix.go b/command/connect/envoy/exec_unix.go index e3d07e2af3..49d340483c 100644 --- a/command/connect/envoy/exec_unix.go +++ b/command/connect/envoy/exec_unix.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build linux || darwin // +build linux darwin diff --git a/command/connect/envoy/exec_unsupported.go b/command/connect/envoy/exec_unsupported.go index ebbce2dfa2..87f45ec7af 100644 --- a/command/connect/envoy/exec_unsupported.go +++ b/command/connect/envoy/exec_unsupported.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !linux && !darwin && !windows // +build !linux,!darwin,!windows diff --git a/command/connect/envoy/exec_windows.go b/command/connect/envoy/exec_windows.go index e70108794c..1ae4f0cddb 100644 --- a/command/connect/envoy/exec_windows.go +++ b/command/connect/envoy/exec_windows.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + //go:build windows // +build windows diff --git a/command/connect/envoy/flags.go b/command/connect/envoy/flags.go index eed9698c72..4d7994ccd4 100644 --- a/command/connect/envoy/flags.go +++ b/command/connect/envoy/flags.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoy diff --git a/command/connect/envoy/flags_test.go b/command/connect/envoy/flags_test.go index 617f852691..596c0fa1a2 100644 --- a/command/connect/envoy/flags_test.go +++ b/command/connect/envoy/flags_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoy diff --git a/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap.go b/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap.go index 48cec90b81..e6dbc33db1 100644 --- a/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap.go +++ b/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pipebootstrap diff --git a/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap_test.go b/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap_test.go index 8e8b982f61..4f271b6e74 100644 --- a/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap_test.go +++ b/command/connect/envoy/pipe-bootstrap/connect_envoy_pipe-bootstrap_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pipebootstrap diff --git a/command/connect/expose/expose.go b/command/connect/expose/expose.go index 0fe3e3de74..569ab46bab 100644 --- a/command/connect/expose/expose.go +++ b/command/connect/expose/expose.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package expose diff --git a/command/connect/expose/expose_test.go b/command/connect/expose/expose_test.go index 9db76a765e..511a495640 100644 --- a/command/connect/expose/expose_test.go +++ b/command/connect/expose/expose_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package expose diff --git a/command/connect/proxy/flag_upstreams.go b/command/connect/proxy/flag_upstreams.go index 21a70c9b3c..47bbb730ae 100644 --- a/command/connect/proxy/flag_upstreams.go +++ b/command/connect/proxy/flag_upstreams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/command/connect/proxy/flag_upstreams_test.go b/command/connect/proxy/flag_upstreams_test.go index 42647c9839..7e47a9ad79 100644 --- a/command/connect/proxy/flag_upstreams_test.go +++ b/command/connect/proxy/flag_upstreams_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/command/connect/proxy/proxy.go b/command/connect/proxy/proxy.go index 3585d798ab..9b352dab5d 100644 --- a/command/connect/proxy/proxy.go +++ b/command/connect/proxy/proxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/command/connect/proxy/proxy_test.go b/command/connect/proxy/proxy_test.go index fc55eadcc9..f17b04f5f8 100644 --- a/command/connect/proxy/proxy_test.go +++ b/command/connect/proxy/proxy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/command/connect/proxy/register.go b/command/connect/proxy/register.go index c3051e0f9d..87d6dbb9a2 100644 --- a/command/connect/proxy/register.go +++ b/command/connect/proxy/register.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/command/connect/proxy/register_test.go b/command/connect/proxy/register_test.go index c1845ac625..823b11d23c 100644 --- a/command/connect/proxy/register_test.go +++ b/command/connect/proxy/register_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/command/connect/redirecttraffic/redirect_traffic.go b/command/connect/redirecttraffic/redirect_traffic.go index 5e92193f0b..8a597696b7 100644 --- a/command/connect/redirecttraffic/redirect_traffic.go +++ b/command/connect/redirecttraffic/redirect_traffic.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package redirecttraffic diff --git a/command/connect/redirecttraffic/redirect_traffic_test.go b/command/connect/redirecttraffic/redirect_traffic_test.go index 209cfcc35d..de9b362416 100644 --- a/command/connect/redirecttraffic/redirect_traffic_test.go +++ b/command/connect/redirecttraffic/redirect_traffic_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package redirecttraffic diff --git a/command/debug/debug.go b/command/debug/debug.go index 0c3fcca57a..291e0d79e8 100644 --- a/command/debug/debug.go +++ b/command/debug/debug.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package debug diff --git a/command/debug/debug_test.go b/command/debug/debug_test.go index e916ee9e7f..1340ed057f 100644 --- a/command/debug/debug_test.go +++ b/command/debug/debug_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package debug diff --git a/command/event/event.go b/command/event/event.go index 5882b6005f..73c19b6c5f 100644 --- a/command/event/event.go +++ b/command/event/event.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package event diff --git a/command/event/event_test.go b/command/event/event_test.go index b267e8920a..349cb0daa8 100644 --- a/command/event/event_test.go +++ b/command/event/event_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package event diff --git a/command/exec/exec.go b/command/exec/exec.go index 140cdea300..53026a6f8c 100644 --- a/command/exec/exec.go +++ b/command/exec/exec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package exec diff --git a/command/exec/exec_test.go b/command/exec/exec_test.go index 74f446d11c..d8335160f2 100644 --- a/command/exec/exec_test.go +++ b/command/exec/exec_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package exec diff --git a/command/flags/config.go b/command/flags/config.go index 162ffea5a2..39c615554d 100644 --- a/command/flags/config.go +++ b/command/flags/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flags diff --git a/command/flags/config_test.go b/command/flags/config_test.go index bc718f1dc5..1a6d69ca4b 100644 --- a/command/flags/config_test.go +++ b/command/flags/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flags diff --git a/command/flags/flag_map_value.go b/command/flags/flag_map_value.go index 58afc9f5c3..af5fec436d 100644 --- a/command/flags/flag_map_value.go +++ b/command/flags/flag_map_value.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flags diff --git a/command/flags/flag_map_value_test.go b/command/flags/flag_map_value_test.go index 4177f452af..d04342a01b 100644 --- a/command/flags/flag_map_value_test.go +++ b/command/flags/flag_map_value_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flags diff --git a/command/flags/flag_slice_value.go b/command/flags/flag_slice_value.go index b965b76546..58428e58ce 100644 --- a/command/flags/flag_slice_value.go +++ b/command/flags/flag_slice_value.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flags diff --git a/command/flags/flag_slice_value_test.go b/command/flags/flag_slice_value_test.go index 84421f0f95..24187f3f41 100644 --- a/command/flags/flag_slice_value_test.go +++ b/command/flags/flag_slice_value_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flags diff --git a/command/flags/http.go b/command/flags/http.go index 82e59431ae..16157adc8a 100644 --- a/command/flags/http.go +++ b/command/flags/http.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flags diff --git a/command/flags/http_test.go b/command/flags/http_test.go index baf4ac231c..f8b48f80cb 100644 --- a/command/flags/http_test.go +++ b/command/flags/http_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flags diff --git a/command/flags/merge.go b/command/flags/merge.go index c7a475b4b1..251698e320 100644 --- a/command/flags/merge.go +++ b/command/flags/merge.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flags diff --git a/command/flags/usage.go b/command/flags/usage.go index 245cfd67c0..3583620bd9 100644 --- a/command/flags/usage.go +++ b/command/flags/usage.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package flags diff --git a/command/forceleave/forceleave.go b/command/forceleave/forceleave.go index 1b3aac559f..2c9e2ceb1d 100644 --- a/command/forceleave/forceleave.go +++ b/command/forceleave/forceleave.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package forceleave diff --git a/command/forceleave/forceleave_test.go b/command/forceleave/forceleave_test.go index c29d2996b8..05d4907775 100644 --- a/command/forceleave/forceleave_test.go +++ b/command/forceleave/forceleave_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package forceleave diff --git a/command/helpers/decode_shim.go b/command/helpers/decode_shim.go index 20ca1faeaa..d2a73895a5 100644 --- a/command/helpers/decode_shim.go +++ b/command/helpers/decode_shim.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package helpers diff --git a/command/helpers/helpers.go b/command/helpers/helpers.go index 0238c72da6..bc990f76fa 100644 --- a/command/helpers/helpers.go +++ b/command/helpers/helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package helpers diff --git a/command/helpers/helpers_test.go b/command/helpers/helpers_test.go index 8d8b2164f7..6479386747 100644 --- a/command/helpers/helpers_test.go +++ b/command/helpers/helpers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package helpers diff --git a/command/info/info.go b/command/info/info.go index de17a53dd0..5bbad23eab 100644 --- a/command/info/info.go +++ b/command/info/info.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package info diff --git a/command/info/info_test.go b/command/info/info_test.go index 5e046df8c4..0faac3acc6 100644 --- a/command/info/info_test.go +++ b/command/info/info_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package info diff --git a/command/intention/check/check.go b/command/intention/check/check.go index ed8119170f..dce63c75bc 100644 --- a/command/intention/check/check.go +++ b/command/intention/check/check.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package check diff --git a/command/intention/check/check_test.go b/command/intention/check/check_test.go index 7ecac4a92f..666d44d80c 100644 --- a/command/intention/check/check_test.go +++ b/command/intention/check/check_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package check diff --git a/command/intention/create/create.go b/command/intention/create/create.go index c1eab7b0f1..df92dfe302 100644 --- a/command/intention/create/create.go +++ b/command/intention/create/create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package create diff --git a/command/intention/create/create_test.go b/command/intention/create/create_test.go index e74c87c2bb..90250368ef 100644 --- a/command/intention/create/create_test.go +++ b/command/intention/create/create_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package create diff --git a/command/intention/delete/delete.go b/command/intention/delete/delete.go index b63029d91d..a58ee163e6 100644 --- a/command/intention/delete/delete.go +++ b/command/intention/delete/delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package delete diff --git a/command/intention/delete/delete_test.go b/command/intention/delete/delete_test.go index dedcf8ff2e..51e59c8b52 100644 --- a/command/intention/delete/delete_test.go +++ b/command/intention/delete/delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package delete diff --git a/command/intention/format.go b/command/intention/format.go index 8683063207..bd202cfa50 100644 --- a/command/intention/format.go +++ b/command/intention/format.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package intention diff --git a/command/intention/get/get.go b/command/intention/get/get.go index 1c24379626..64dd2c8441 100644 --- a/command/intention/get/get.go +++ b/command/intention/get/get.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package get diff --git a/command/intention/get/get_test.go b/command/intention/get/get_test.go index 6f6f31ee9e..7559a36118 100644 --- a/command/intention/get/get_test.go +++ b/command/intention/get/get_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package get diff --git a/command/intention/helpers.go b/command/intention/helpers.go index 60774da85c..abc7c21e73 100644 --- a/command/intention/helpers.go +++ b/command/intention/helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package intention diff --git a/command/intention/helpers_test.go b/command/intention/helpers_test.go index 11dff93b10..cd2db64c69 100644 --- a/command/intention/helpers_test.go +++ b/command/intention/helpers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package intention diff --git a/command/intention/intention.go b/command/intention/intention.go index 450ec630a4..77ba5e2f5e 100644 --- a/command/intention/intention.go +++ b/command/intention/intention.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package intention diff --git a/command/intention/intention_test.go b/command/intention/intention_test.go index 098fecfa93..3a728fc028 100644 --- a/command/intention/intention_test.go +++ b/command/intention/intention_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package intention diff --git a/command/intention/list/intention_list.go b/command/intention/list/intention_list.go index f79f454dc7..408f9d8dcd 100644 --- a/command/intention/list/intention_list.go +++ b/command/intention/list/intention_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package list diff --git a/command/intention/list/intention_list_test.go b/command/intention/list/intention_list_test.go index 2227c1c508..ccd6faefe3 100644 --- a/command/intention/list/intention_list_test.go +++ b/command/intention/list/intention_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package list diff --git a/command/intention/match/match.go b/command/intention/match/match.go index b6f00d1a0e..ee115a7b1a 100644 --- a/command/intention/match/match.go +++ b/command/intention/match/match.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package match diff --git a/command/intention/match/match_test.go b/command/intention/match/match_test.go index d2a69ceada..6715c7eba8 100644 --- a/command/intention/match/match_test.go +++ b/command/intention/match/match_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package match diff --git a/command/join/join.go b/command/join/join.go index 074813993d..f5d041ed4b 100644 --- a/command/join/join.go +++ b/command/join/join.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package join diff --git a/command/join/join_test.go b/command/join/join_test.go index e5d43c7cde..828cb46b6e 100644 --- a/command/join/join_test.go +++ b/command/join/join_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package join diff --git a/command/keygen/keygen.go b/command/keygen/keygen.go index c7ab5337c0..e2907bda0c 100644 --- a/command/keygen/keygen.go +++ b/command/keygen/keygen.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package keygen diff --git a/command/keygen/keygen_test.go b/command/keygen/keygen_test.go index a78a07cfed..59edb12896 100644 --- a/command/keygen/keygen_test.go +++ b/command/keygen/keygen_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package keygen diff --git a/command/keyring/keyring.go b/command/keyring/keyring.go index 2f9d96f0e2..0e4756f619 100644 --- a/command/keyring/keyring.go +++ b/command/keyring/keyring.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package keyring diff --git a/command/keyring/keyring_test.go b/command/keyring/keyring_test.go index 5ee1b1a875..68c5e7f982 100644 --- a/command/keyring/keyring_test.go +++ b/command/keyring/keyring_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package keyring diff --git a/command/kv/del/kv_delete.go b/command/kv/del/kv_delete.go index 89bdde4508..e58e4a2296 100644 --- a/command/kv/del/kv_delete.go +++ b/command/kv/del/kv_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package del diff --git a/command/kv/del/kv_delete_test.go b/command/kv/del/kv_delete_test.go index 29d9b7bb98..254fb4aa50 100644 --- a/command/kv/del/kv_delete_test.go +++ b/command/kv/del/kv_delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package del diff --git a/command/kv/exp/kv_export.go b/command/kv/exp/kv_export.go index c14acd4424..2f2e835bd4 100644 --- a/command/kv/exp/kv_export.go +++ b/command/kv/exp/kv_export.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package exp diff --git a/command/kv/exp/kv_export_test.go b/command/kv/exp/kv_export_test.go index 96e1d46911..76da13dcd4 100644 --- a/command/kv/exp/kv_export_test.go +++ b/command/kv/exp/kv_export_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package exp diff --git a/command/kv/get/kv_get.go b/command/kv/get/kv_get.go index b53173c048..4abf025175 100644 --- a/command/kv/get/kv_get.go +++ b/command/kv/get/kv_get.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package get diff --git a/command/kv/get/kv_get_test.go b/command/kv/get/kv_get_test.go index 92b6675b80..56318586de 100644 --- a/command/kv/get/kv_get_test.go +++ b/command/kv/get/kv_get_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package get diff --git a/command/kv/imp/kv_import.go b/command/kv/imp/kv_import.go index b1e6841060..1d91d281df 100644 --- a/command/kv/imp/kv_import.go +++ b/command/kv/imp/kv_import.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package imp diff --git a/command/kv/imp/kv_import_test.go b/command/kv/imp/kv_import_test.go index 3528c2119a..6bed5684ce 100644 --- a/command/kv/imp/kv_import_test.go +++ b/command/kv/imp/kv_import_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package imp diff --git a/command/kv/impexp/kvimpexp.go b/command/kv/impexp/kvimpexp.go index 3235439ee5..0dc4b394e0 100644 --- a/command/kv/impexp/kvimpexp.go +++ b/command/kv/impexp/kvimpexp.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package impexp diff --git a/command/kv/kv.go b/command/kv/kv.go index 3d98b63bdb..86d8c258e0 100644 --- a/command/kv/kv.go +++ b/command/kv/kv.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kv diff --git a/command/kv/kv_test.go b/command/kv/kv_test.go index 56ee94fa7e..85195ee9ac 100644 --- a/command/kv/kv_test.go +++ b/command/kv/kv_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kv diff --git a/command/kv/put/kv_put.go b/command/kv/put/kv_put.go index 13e6ee4b9e..5f0580ce14 100644 --- a/command/kv/put/kv_put.go +++ b/command/kv/put/kv_put.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package put diff --git a/command/kv/put/kv_put_test.go b/command/kv/put/kv_put_test.go index bd07f5aab3..1f0245c8e0 100644 --- a/command/kv/put/kv_put_test.go +++ b/command/kv/put/kv_put_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package put diff --git a/command/leave/leave.go b/command/leave/leave.go index d822b5fedc..8d997fb83c 100644 --- a/command/leave/leave.go +++ b/command/leave/leave.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package leave diff --git a/command/leave/leave_test.go b/command/leave/leave_test.go index 67f16fefb7..317a6862b9 100644 --- a/command/leave/leave_test.go +++ b/command/leave/leave_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package leave diff --git a/command/lock/lock.go b/command/lock/lock.go index f1acfd4f90..a662babe04 100644 --- a/command/lock/lock.go +++ b/command/lock/lock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lock diff --git a/command/lock/lock_test.go b/command/lock/lock_test.go index d90a7c0826..f32de5bc5e 100644 --- a/command/lock/lock_test.go +++ b/command/lock/lock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lock diff --git a/command/lock/util_unix.go b/command/lock/util_unix.go index 3c754560b4..d2c9bf1dd4 100644 --- a/command/lock/util_unix.go +++ b/command/lock/util_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 // +build !windows diff --git a/command/lock/util_windows.go b/command/lock/util_windows.go index 9a271af66d..12f148fa00 100644 --- a/command/lock/util_windows.go +++ b/command/lock/util_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 // +build windows diff --git a/command/login/aws.go b/command/login/aws.go index 99230679c1..e7fb6af58e 100644 --- a/command/login/aws.go +++ b/command/login/aws.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package login diff --git a/command/login/login.go b/command/login/login.go index 18f2762c99..0ab5237852 100644 --- a/command/login/login.go +++ b/command/login/login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package login diff --git a/command/login/login_oss.go b/command/login/login_oss.go index 365d89dfd5..34f9351778 100644 --- a/command/login/login_oss.go +++ b/command/login/login_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/command/login/login_test.go b/command/login/login_test.go index 918e1fcbff..c3bf117676 100644 --- a/command/login/login_test.go +++ b/command/login/login_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package login diff --git a/command/logout/logout.go b/command/logout/logout.go index 8ff8fb6778..35365f4469 100644 --- a/command/logout/logout.go +++ b/command/logout/logout.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logout diff --git a/command/logout/logout_test.go b/command/logout/logout_test.go index 1e3890bb8a..7228def746 100644 --- a/command/logout/logout_test.go +++ b/command/logout/logout_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package logout diff --git a/command/maint/maint.go b/command/maint/maint.go index e9d189157b..252aa1de46 100644 --- a/command/maint/maint.go +++ b/command/maint/maint.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package maint diff --git a/command/maint/maint_test.go b/command/maint/maint_test.go index c182ecbdf3..eabd173a62 100644 --- a/command/maint/maint_test.go +++ b/command/maint/maint_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package maint diff --git a/command/members/members.go b/command/members/members.go index 9895837f64..7b10612643 100644 --- a/command/members/members.go +++ b/command/members/members.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package members diff --git a/command/members/members_test.go b/command/members/members_test.go index 646c51ec62..76e3bbe126 100644 --- a/command/members/members_test.go +++ b/command/members/members_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package members diff --git a/command/monitor/monitor.go b/command/monitor/monitor.go index 0703b34a05..e1d0e8597d 100644 --- a/command/monitor/monitor.go +++ b/command/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/command/monitor/monitor_test.go b/command/monitor/monitor_test.go index 61abfb6c9b..e9eacdda4c 100644 --- a/command/monitor/monitor_test.go +++ b/command/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/command/operator/autopilot/get/operator_autopilot_get.go b/command/operator/autopilot/get/operator_autopilot_get.go index d891672782..5cc2dc351e 100644 --- a/command/operator/autopilot/get/operator_autopilot_get.go +++ b/command/operator/autopilot/get/operator_autopilot_get.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package get diff --git a/command/operator/autopilot/get/operator_autopilot_get_test.go b/command/operator/autopilot/get/operator_autopilot_get_test.go index fc5e0f12e1..264706ea24 100644 --- a/command/operator/autopilot/get/operator_autopilot_get_test.go +++ b/command/operator/autopilot/get/operator_autopilot_get_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package get diff --git a/command/operator/autopilot/operator_autopilot.go b/command/operator/autopilot/operator_autopilot.go index 38d51641eb..d1de582fbe 100644 --- a/command/operator/autopilot/operator_autopilot.go +++ b/command/operator/autopilot/operator_autopilot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autopilot diff --git a/command/operator/autopilot/operator_autopilot_test.go b/command/operator/autopilot/operator_autopilot_test.go index 9fa91f988b..9861749b17 100644 --- a/command/operator/autopilot/operator_autopilot_test.go +++ b/command/operator/autopilot/operator_autopilot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package autopilot diff --git a/command/operator/autopilot/set/operator_autopilot_set.go b/command/operator/autopilot/set/operator_autopilot_set.go index c396dd5d96..6a8dd5fec9 100644 --- a/command/operator/autopilot/set/operator_autopilot_set.go +++ b/command/operator/autopilot/set/operator_autopilot_set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package set diff --git a/command/operator/autopilot/set/operator_autopilot_set_test.go b/command/operator/autopilot/set/operator_autopilot_set_test.go index c8d757bdbb..b92e7ef4b4 100644 --- a/command/operator/autopilot/set/operator_autopilot_set_test.go +++ b/command/operator/autopilot/set/operator_autopilot_set_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package set diff --git a/command/operator/autopilot/state/formatter.go b/command/operator/autopilot/state/formatter.go index f4e42a6578..11cec09c6a 100644 --- a/command/operator/autopilot/state/formatter.go +++ b/command/operator/autopilot/state/formatter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/command/operator/autopilot/state/operator_autopilot_state.go b/command/operator/autopilot/state/operator_autopilot_state.go index b5fd6d0718..be85fdb3cc 100644 --- a/command/operator/autopilot/state/operator_autopilot_state.go +++ b/command/operator/autopilot/state/operator_autopilot_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/command/operator/autopilot/state/operator_autopilot_state_test.go b/command/operator/autopilot/state/operator_autopilot_state_test.go index b18db7836d..a2d51438a6 100644 --- a/command/operator/autopilot/state/operator_autopilot_state_test.go +++ b/command/operator/autopilot/state/operator_autopilot_state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package state diff --git a/command/operator/operator.go b/command/operator/operator.go index b66924d3cb..06c8c7622e 100644 --- a/command/operator/operator.go +++ b/command/operator/operator.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package operator diff --git a/command/operator/operator_test.go b/command/operator/operator_test.go index 822ffc5234..d25f4fc4f8 100644 --- a/command/operator/operator_test.go +++ b/command/operator/operator_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package operator diff --git a/command/operator/raft/listpeers/operator_raft_list.go b/command/operator/raft/listpeers/operator_raft_list.go index 29643a87cf..abe682c103 100644 --- a/command/operator/raft/listpeers/operator_raft_list.go +++ b/command/operator/raft/listpeers/operator_raft_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package listpeers diff --git a/command/operator/raft/listpeers/operator_raft_list_test.go b/command/operator/raft/listpeers/operator_raft_list_test.go index 0694e0dd10..c29ed9d418 100644 --- a/command/operator/raft/listpeers/operator_raft_list_test.go +++ b/command/operator/raft/listpeers/operator_raft_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package listpeers diff --git a/command/operator/raft/operator_raft.go b/command/operator/raft/operator_raft.go index 42b6175e97..52bcb446f9 100644 --- a/command/operator/raft/operator_raft.go +++ b/command/operator/raft/operator_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/command/operator/raft/operator_raft_test.go b/command/operator/raft/operator_raft_test.go index 275606ab5a..cac0545fa5 100644 --- a/command/operator/raft/operator_raft_test.go +++ b/command/operator/raft/operator_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/command/operator/raft/removepeer/operator_raft_remove.go b/command/operator/raft/removepeer/operator_raft_remove.go index eea10a045d..12692d4d52 100644 --- a/command/operator/raft/removepeer/operator_raft_remove.go +++ b/command/operator/raft/removepeer/operator_raft_remove.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package removepeer diff --git a/command/operator/raft/removepeer/operator_raft_remove_test.go b/command/operator/raft/removepeer/operator_raft_remove_test.go index e81fc1474a..e764771264 100644 --- a/command/operator/raft/removepeer/operator_raft_remove_test.go +++ b/command/operator/raft/removepeer/operator_raft_remove_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package removepeer diff --git a/command/operator/raft/transferleader/transfer_leader.go b/command/operator/raft/transferleader/transfer_leader.go index 9e3630c056..ebeb77dfc8 100644 --- a/command/operator/raft/transferleader/transfer_leader.go +++ b/command/operator/raft/transferleader/transfer_leader.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transferleader diff --git a/command/operator/raft/transferleader/transfer_leader_test.go b/command/operator/raft/transferleader/transfer_leader_test.go index 7c0fc4115d..2b56fe1d78 100644 --- a/command/operator/raft/transferleader/transfer_leader_test.go +++ b/command/operator/raft/transferleader/transfer_leader_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package transferleader diff --git a/command/operator/usage/instances/usage_instances.go b/command/operator/usage/instances/usage_instances.go index 1ac90dce8d..83231db0a1 100644 --- a/command/operator/usage/instances/usage_instances.go +++ b/command/operator/usage/instances/usage_instances.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package instances diff --git a/command/operator/usage/instances/usage_instances_oss.go b/command/operator/usage/instances/usage_instances_oss.go index dc9511b32c..ef614edfac 100644 --- a/command/operator/usage/instances/usage_instances_oss.go +++ b/command/operator/usage/instances/usage_instances_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/command/operator/usage/instances/usage_instances_oss_test.go b/command/operator/usage/instances/usage_instances_oss_test.go index 478b9f4211..a064828a45 100644 --- a/command/operator/usage/instances/usage_instances_oss_test.go +++ b/command/operator/usage/instances/usage_instances_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 !consulent // +build !consulent diff --git a/command/operator/usage/instances/usage_instances_test.go b/command/operator/usage/instances/usage_instances_test.go index 8ad38e1b0c..7dac04dd3e 100644 --- a/command/operator/usage/instances/usage_instances_test.go +++ b/command/operator/usage/instances/usage_instances_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package instances diff --git a/command/operator/usage/usage.go b/command/operator/usage/usage.go index 3d733f8f36..6e7cde57e4 100644 --- a/command/operator/usage/usage.go +++ b/command/operator/usage/usage.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package usage diff --git a/command/peering/delete/delete.go b/command/peering/delete/delete.go index f4399b73ce..039ace5391 100644 --- a/command/peering/delete/delete.go +++ b/command/peering/delete/delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package delete diff --git a/command/peering/delete/delete_test.go b/command/peering/delete/delete_test.go index 56d0d495a8..5aa299b78d 100644 --- a/command/peering/delete/delete_test.go +++ b/command/peering/delete/delete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package delete diff --git a/command/peering/establish/establish.go b/command/peering/establish/establish.go index ef5178eecf..42178f1490 100644 --- a/command/peering/establish/establish.go +++ b/command/peering/establish/establish.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package establish diff --git a/command/peering/establish/establish_test.go b/command/peering/establish/establish_test.go index 515b727f78..25abae316b 100644 --- a/command/peering/establish/establish_test.go +++ b/command/peering/establish/establish_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package establish diff --git a/command/peering/generate/generate.go b/command/peering/generate/generate.go index 26410480f5..e2122aa7aa 100644 --- a/command/peering/generate/generate.go +++ b/command/peering/generate/generate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package generate diff --git a/command/peering/generate/generate_test.go b/command/peering/generate/generate_test.go index 529f46aacd..863b266ed1 100644 --- a/command/peering/generate/generate_test.go +++ b/command/peering/generate/generate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package generate diff --git a/command/peering/list/list.go b/command/peering/list/list.go index 87fb6bade5..10e85d9b58 100644 --- a/command/peering/list/list.go +++ b/command/peering/list/list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package list diff --git a/command/peering/list/list_test.go b/command/peering/list/list_test.go index f923e6d2b7..43da968472 100644 --- a/command/peering/list/list_test.go +++ b/command/peering/list/list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package list diff --git a/command/peering/peering.go b/command/peering/peering.go index 2a4834e514..157dd42c63 100644 --- a/command/peering/peering.go +++ b/command/peering/peering.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peering diff --git a/command/peering/read/read.go b/command/peering/read/read.go index ddd44cb4fe..8d15210fcf 100644 --- a/command/peering/read/read.go +++ b/command/peering/read/read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package read diff --git a/command/peering/read/read_test.go b/command/peering/read/read_test.go index 42b3544661..90a2ac8792 100644 --- a/command/peering/read/read_test.go +++ b/command/peering/read/read_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package read diff --git a/command/registry.go b/command/registry.go index b370f14bc8..f01e3a1080 100644 --- a/command/registry.go +++ b/command/registry.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/registry_oss.go b/command/registry_oss.go index 2a77082210..7ea2f73a12 100644 --- a/command/registry_oss.go +++ b/command/registry_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/command/reload/reload.go b/command/reload/reload.go index b0989817fd..458b90cbf6 100644 --- a/command/reload/reload.go +++ b/command/reload/reload.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package reload diff --git a/command/reload/reload_test.go b/command/reload/reload_test.go index d75712c539..11313fb138 100644 --- a/command/reload/reload_test.go +++ b/command/reload/reload_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package reload diff --git a/command/rtt/rtt.go b/command/rtt/rtt.go index f7a7414511..db9e3efd06 100644 --- a/command/rtt/rtt.go +++ b/command/rtt/rtt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rtt diff --git a/command/rtt/rtt_test.go b/command/rtt/rtt_test.go index 8534fc1a59..4b0621cfe3 100644 --- a/command/rtt/rtt_test.go +++ b/command/rtt/rtt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package rtt diff --git a/command/services/config.go b/command/services/config.go index f881778956..1a173078d6 100644 --- a/command/services/config.go +++ b/command/services/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package services diff --git a/command/services/config_test.go b/command/services/config_test.go index e8770337d4..b8a2207fb9 100644 --- a/command/services/config_test.go +++ b/command/services/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package services diff --git a/command/services/deregister/deregister.go b/command/services/deregister/deregister.go index 69a4ef9437..bff2c97270 100644 --- a/command/services/deregister/deregister.go +++ b/command/services/deregister/deregister.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package deregister diff --git a/command/services/deregister/deregister_test.go b/command/services/deregister/deregister_test.go index 15d9ffddb2..2ee9d8de5f 100644 --- a/command/services/deregister/deregister_test.go +++ b/command/services/deregister/deregister_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package deregister diff --git a/command/services/export/export.go b/command/services/export/export.go index 637553f93e..49a5756602 100644 --- a/command/services/export/export.go +++ b/command/services/export/export.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package export import ( diff --git a/command/services/export/export_test.go b/command/services/export/export_test.go index 6a2dfa9d67..aa13aff63c 100644 --- a/command/services/export/export_test.go +++ b/command/services/export/export_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package export import ( diff --git a/command/services/register/register.go b/command/services/register/register.go index 6e5f7a0fcf..33599dda01 100644 --- a/command/services/register/register.go +++ b/command/services/register/register.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package register diff --git a/command/services/register/register_test.go b/command/services/register/register_test.go index 2004610cf5..24d5f4fb87 100644 --- a/command/services/register/register_test.go +++ b/command/services/register/register_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package register diff --git a/command/services/services.go b/command/services/services.go index 9c12445def..521092f063 100644 --- a/command/services/services.go +++ b/command/services/services.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package services diff --git a/command/services/services_test.go b/command/services/services_test.go index 11a31cd16d..a2d4b45262 100644 --- a/command/services/services_test.go +++ b/command/services/services_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package services diff --git a/command/snapshot/inspect/formatter.go b/command/snapshot/inspect/formatter.go index 2898bf174f..53da998b25 100644 --- a/command/snapshot/inspect/formatter.go +++ b/command/snapshot/inspect/formatter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inspect diff --git a/command/snapshot/inspect/formatter_test.go b/command/snapshot/inspect/formatter_test.go index b55ea6b972..48b8d1da4d 100644 --- a/command/snapshot/inspect/formatter_test.go +++ b/command/snapshot/inspect/formatter_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inspect diff --git a/command/snapshot/inspect/snapshot_inspect.go b/command/snapshot/inspect/snapshot_inspect.go index 018d3f3dec..483e937eb4 100644 --- a/command/snapshot/inspect/snapshot_inspect.go +++ b/command/snapshot/inspect/snapshot_inspect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inspect diff --git a/command/snapshot/inspect/snapshot_inspect_test.go b/command/snapshot/inspect/snapshot_inspect_test.go index f6a7990783..1f7ff69f1b 100644 --- a/command/snapshot/inspect/snapshot_inspect_test.go +++ b/command/snapshot/inspect/snapshot_inspect_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inspect diff --git a/command/snapshot/restore/snapshot_restore.go b/command/snapshot/restore/snapshot_restore.go index 170e77685d..aaa08a162d 100644 --- a/command/snapshot/restore/snapshot_restore.go +++ b/command/snapshot/restore/snapshot_restore.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package restore diff --git a/command/snapshot/restore/snapshot_restore_test.go b/command/snapshot/restore/snapshot_restore_test.go index 076df99a6b..61c8b2bed0 100644 --- a/command/snapshot/restore/snapshot_restore_test.go +++ b/command/snapshot/restore/snapshot_restore_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package restore diff --git a/command/snapshot/save/snapshot_save.go b/command/snapshot/save/snapshot_save.go index f250202be8..2395a4f3a0 100644 --- a/command/snapshot/save/snapshot_save.go +++ b/command/snapshot/save/snapshot_save.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package save diff --git a/command/snapshot/save/snapshot_save_test.go b/command/snapshot/save/snapshot_save_test.go index 915ba5e5f5..a95b537e94 100644 --- a/command/snapshot/save/snapshot_save_test.go +++ b/command/snapshot/save/snapshot_save_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package save diff --git a/command/snapshot/snapshot_command.go b/command/snapshot/snapshot_command.go index 7378f5449f..2e96550e19 100644 --- a/command/snapshot/snapshot_command.go +++ b/command/snapshot/snapshot_command.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package snapshot diff --git a/command/snapshot/snapshot_command_test.go b/command/snapshot/snapshot_command_test.go index 99db9533a3..d38f5cde92 100644 --- a/command/snapshot/snapshot_command_test.go +++ b/command/snapshot/snapshot_command_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package snapshot diff --git a/command/tls/ca/create/tls_ca_create.go b/command/tls/ca/create/tls_ca_create.go index 4c25f8aec7..43a9c249f1 100644 --- a/command/tls/ca/create/tls_ca_create.go +++ b/command/tls/ca/create/tls_ca_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package create diff --git a/command/tls/ca/create/tls_ca_create_test.go b/command/tls/ca/create/tls_ca_create_test.go index d9e837e56d..aee2b69062 100644 --- a/command/tls/ca/create/tls_ca_create_test.go +++ b/command/tls/ca/create/tls_ca_create_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package create diff --git a/command/tls/ca/tls_ca.go b/command/tls/ca/tls_ca.go index 65207c0dc8..ef943a4fbf 100644 --- a/command/tls/ca/tls_ca.go +++ b/command/tls/ca/tls_ca.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/command/tls/ca/tls_ca_test.go b/command/tls/ca/tls_ca_test.go index 74cd8de37d..d24c15665f 100644 --- a/command/tls/ca/tls_ca_test.go +++ b/command/tls/ca/tls_ca_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ca diff --git a/command/tls/cert/create/tls_cert_create.go b/command/tls/cert/create/tls_cert_create.go index 7af36bc986..9e0f92173b 100644 --- a/command/tls/cert/create/tls_cert_create.go +++ b/command/tls/cert/create/tls_cert_create.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package create diff --git a/command/tls/cert/create/tls_cert_create_test.go b/command/tls/cert/create/tls_cert_create_test.go index 9f9fa1385a..6e807d4a4f 100644 --- a/command/tls/cert/create/tls_cert_create_test.go +++ b/command/tls/cert/create/tls_cert_create_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package create diff --git a/command/tls/cert/tls_cert.go b/command/tls/cert/tls_cert.go index 17795507e4..38551ef6c6 100644 --- a/command/tls/cert/tls_cert.go +++ b/command/tls/cert/tls_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/tls/cert/tls_cert_test.go b/command/tls/cert/tls_cert_test.go index ab5144813d..912ff3e58e 100644 --- a/command/tls/cert/tls_cert_test.go +++ b/command/tls/cert/tls_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/tls/tls.go b/command/tls/tls.go index fda3c4a123..a25a313ed0 100644 --- a/command/tls/tls.go +++ b/command/tls/tls.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tls diff --git a/command/tls/tls_test.go b/command/tls/tls_test.go index dd34df10fd..7bd99fd4c1 100644 --- a/command/tls/tls_test.go +++ b/command/tls/tls_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tls diff --git a/command/troubleshoot/proxy/troubleshoot_proxy.go b/command/troubleshoot/proxy/troubleshoot_proxy.go index 08928b9e54..1f513043fb 100644 --- a/command/troubleshoot/proxy/troubleshoot_proxy.go +++ b/command/troubleshoot/proxy/troubleshoot_proxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/command/troubleshoot/troubleshoot.go b/command/troubleshoot/troubleshoot.go index 431c671ee7..36c77ff104 100644 --- a/command/troubleshoot/troubleshoot.go +++ b/command/troubleshoot/troubleshoot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/command/troubleshoot/troubleshoot_test.go b/command/troubleshoot/troubleshoot_test.go index 9ec2f68665..a0e3f1c069 100644 --- a/command/troubleshoot/troubleshoot_test.go +++ b/command/troubleshoot/troubleshoot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/command/troubleshoot/upstreams/troubleshoot_upstreams.go b/command/troubleshoot/upstreams/troubleshoot_upstreams.go index 19737c7353..5796dac583 100644 --- a/command/troubleshoot/upstreams/troubleshoot_upstreams.go +++ b/command/troubleshoot/upstreams/troubleshoot_upstreams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upstreams diff --git a/command/validate/validate.go b/command/validate/validate.go index a44120a89f..1a9630c65f 100644 --- a/command/validate/validate.go +++ b/command/validate/validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validate diff --git a/command/validate/validate_test.go b/command/validate/validate_test.go index fdd0c7b2f2..dc5b519dbe 100644 --- a/command/validate/validate_test.go +++ b/command/validate/validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validate diff --git a/command/version/formatter.go b/command/version/formatter.go index c7c16da441..612c305a79 100644 --- a/command/version/formatter.go +++ b/command/version/formatter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package version diff --git a/command/version/formatter_test.go b/command/version/formatter_test.go index b5c0bd2482..45e4019dfb 100644 --- a/command/version/formatter_test.go +++ b/command/version/formatter_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package version diff --git a/command/version/version.go b/command/version/version.go index 1c2157a8ea..da8978c3e7 100644 --- a/command/version/version.go +++ b/command/version/version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package version diff --git a/command/version/version_test.go b/command/version/version_test.go index 45bd4fc6ac..d0af11506e 100644 --- a/command/version/version_test.go +++ b/command/version/version_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package version diff --git a/command/watch/watch.go b/command/watch/watch.go index b187fa369a..205ff3fb08 100644 --- a/command/watch/watch.go +++ b/command/watch/watch.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package watch diff --git a/command/watch/watch_test.go b/command/watch/watch_test.go index ed830a2aa7..ba29c2731a 100644 --- a/command/watch/watch_test.go +++ b/command/watch/watch_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package watch diff --git a/connect/certgen/certgen.go b/connect/certgen/certgen.go index ced3720cd8..509e7f8df4 100644 --- a/connect/certgen/certgen.go +++ b/connect/certgen/certgen.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // certgen: a tool for generating test certificates on disk for use as // test-fixtures and for end-to-end testing and local development. diff --git a/connect/example_test.go b/connect/example_test.go index 666f2f09db..51571bf181 100644 --- a/connect/example_test.go +++ b/connect/example_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/connect/proxy/config.go b/connect/proxy/config.go index 9d5e85bf4d..19476d48d4 100644 --- a/connect/proxy/config.go +++ b/connect/proxy/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/connect/proxy/config_test.go b/connect/proxy/config_test.go index 55bd64e1b1..a196958316 100644 --- a/connect/proxy/config_test.go +++ b/connect/proxy/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/connect/proxy/conn.go b/connect/proxy/conn.go index 2c9314642e..acc1a49eb4 100644 --- a/connect/proxy/conn.go +++ b/connect/proxy/conn.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/connect/proxy/conn_test.go b/connect/proxy/conn_test.go index 95836af0d9..b5be7952d0 100644 --- a/connect/proxy/conn_test.go +++ b/connect/proxy/conn_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/connect/proxy/listener.go b/connect/proxy/listener.go index 97d607c751..fc823d2712 100644 --- a/connect/proxy/listener.go +++ b/connect/proxy/listener.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/connect/proxy/listener_test.go b/connect/proxy/listener_test.go index 9b4e573a4a..5554ecf353 100644 --- a/connect/proxy/listener_test.go +++ b/connect/proxy/listener_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/connect/proxy/proxy.go b/connect/proxy/proxy.go index f5e7f91346..c365862ad8 100644 --- a/connect/proxy/proxy.go +++ b/connect/proxy/proxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/connect/proxy/proxy_test.go b/connect/proxy/proxy_test.go index 876a91c81a..20b4cdd55e 100644 --- a/connect/proxy/proxy_test.go +++ b/connect/proxy/proxy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/connect/proxy/testing.go b/connect/proxy/testing.go index 7f8604394a..6756f16a25 100644 --- a/connect/proxy/testing.go +++ b/connect/proxy/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package proxy diff --git a/connect/resolver.go b/connect/resolver.go index eb68b1c123..fa89bc36d3 100644 --- a/connect/resolver.go +++ b/connect/resolver.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/connect/resolver_test.go b/connect/resolver_test.go index 51bc13ee28..3aece268b5 100644 --- a/connect/resolver_test.go +++ b/connect/resolver_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/connect/service.go b/connect/service.go index 1260b065a0..ea38dd59b2 100644 --- a/connect/service.go +++ b/connect/service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/connect/service_test.go b/connect/service_test.go index 87f522214c..0f6ed51a8b 100644 --- a/connect/service_test.go +++ b/connect/service_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/connect/testing.go b/connect/testing.go index 4fe1a54f6e..1017ee15f5 100644 --- a/connect/testing.go +++ b/connect/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/connect/tls.go b/connect/tls.go index ed34b3315b..3d29cf48e1 100644 --- a/connect/tls.go +++ b/connect/tls.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/connect/tls_test.go b/connect/tls_test.go index 5c96371c94..74609b1740 100644 --- a/connect/tls_test.go +++ b/connect/tls_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package connect diff --git a/envoyextensions/extensioncommon/basic_envoy_extender.go b/envoyextensions/extensioncommon/basic_envoy_extender.go index a99d7439fe..86cee8f14a 100644 --- a/envoyextensions/extensioncommon/basic_envoy_extender.go +++ b/envoyextensions/extensioncommon/basic_envoy_extender.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extensioncommon diff --git a/envoyextensions/extensioncommon/basic_extension_adapter.go b/envoyextensions/extensioncommon/basic_extension_adapter.go index fbf73f34c2..39e1e8c836 100644 --- a/envoyextensions/extensioncommon/basic_extension_adapter.go +++ b/envoyextensions/extensioncommon/basic_extension_adapter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extensioncommon diff --git a/envoyextensions/extensioncommon/envoy_extender.go b/envoyextensions/extensioncommon/envoy_extender.go index 8b713f00ba..269f01acd6 100644 --- a/envoyextensions/extensioncommon/envoy_extender.go +++ b/envoyextensions/extensioncommon/envoy_extender.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extensioncommon diff --git a/envoyextensions/extensioncommon/envoy_extender_test.go b/envoyextensions/extensioncommon/envoy_extender_test.go index 48e338ed89..9fe6b49aeb 100644 --- a/envoyextensions/extensioncommon/envoy_extender_test.go +++ b/envoyextensions/extensioncommon/envoy_extender_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package extensioncommon import ( diff --git a/envoyextensions/extensioncommon/resources.go b/envoyextensions/extensioncommon/resources.go index 22c6c3ffa9..989c35dba7 100644 --- a/envoyextensions/extensioncommon/resources.go +++ b/envoyextensions/extensioncommon/resources.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extensioncommon diff --git a/envoyextensions/extensioncommon/resources_test.go b/envoyextensions/extensioncommon/resources_test.go index 659da8770e..477e66494c 100644 --- a/envoyextensions/extensioncommon/resources_test.go +++ b/envoyextensions/extensioncommon/resources_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extensioncommon diff --git a/envoyextensions/extensioncommon/runtime_config.go b/envoyextensions/extensioncommon/runtime_config.go index a20e4ed04e..2a5e7d6007 100644 --- a/envoyextensions/extensioncommon/runtime_config.go +++ b/envoyextensions/extensioncommon/runtime_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extensioncommon diff --git a/envoyextensions/extensioncommon/runtime_config_test.go b/envoyextensions/extensioncommon/runtime_config_test.go index fa2ac8df5f..8c4c9bed6e 100644 --- a/envoyextensions/extensioncommon/runtime_config_test.go +++ b/envoyextensions/extensioncommon/runtime_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extensioncommon diff --git a/envoyextensions/extensioncommon/upstream_envoy_extender.go b/envoyextensions/extensioncommon/upstream_envoy_extender.go index 135aca3f82..35cebe2fa5 100644 --- a/envoyextensions/extensioncommon/upstream_envoy_extender.go +++ b/envoyextensions/extensioncommon/upstream_envoy_extender.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package extensioncommon diff --git a/envoyextensions/xdscommon/envoy_versioning.go b/envoyextensions/xdscommon/envoy_versioning.go index 393a96bf9e..c5f9d4798c 100644 --- a/envoyextensions/xdscommon/envoy_versioning.go +++ b/envoyextensions/xdscommon/envoy_versioning.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xdscommon diff --git a/envoyextensions/xdscommon/envoy_versioning_test.go b/envoyextensions/xdscommon/envoy_versioning_test.go index 8cf3948f8a..bc02e9c4aa 100644 --- a/envoyextensions/xdscommon/envoy_versioning_test.go +++ b/envoyextensions/xdscommon/envoy_versioning_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xdscommon diff --git a/envoyextensions/xdscommon/proxysupport.go b/envoyextensions/xdscommon/proxysupport.go index 290d4e03b8..764d967616 100644 --- a/envoyextensions/xdscommon/proxysupport.go +++ b/envoyextensions/xdscommon/proxysupport.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xdscommon diff --git a/envoyextensions/xdscommon/proxysupport_test.go b/envoyextensions/xdscommon/proxysupport_test.go index 042ab5ad87..cc90b726c9 100644 --- a/envoyextensions/xdscommon/proxysupport_test.go +++ b/envoyextensions/xdscommon/proxysupport_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xdscommon diff --git a/envoyextensions/xdscommon/xdscommon.go b/envoyextensions/xdscommon/xdscommon.go index 30c82de9ae..efc2c5a87d 100644 --- a/envoyextensions/xdscommon/xdscommon.go +++ b/envoyextensions/xdscommon/xdscommon.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package xdscommon diff --git a/envoyextensions/xdscommon/xdscommon_test.go b/envoyextensions/xdscommon/xdscommon_test.go index 5cca6e13a6..2d1aec40b5 100644 --- a/envoyextensions/xdscommon/xdscommon_test.go +++ b/envoyextensions/xdscommon/xdscommon_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package xdscommon import ( diff --git a/fixup_acl_move.sh b/fixup_acl_move.sh index 2dbc9c6aef..ac57c8c7e9 100644 --- a/fixup_acl_move.sh +++ b/fixup_acl_move.sh @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 GOIMPORTS=~/go/bin/goimports diff --git a/internal/catalog/catalogtest/run_test.go b/internal/catalog/catalogtest/run_test.go index defaad2a16..7e4d56aa90 100644 --- a/internal/catalog/catalogtest/run_test.go +++ b/internal/catalog/catalogtest/run_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package catalogtest import ( diff --git a/internal/catalog/catalogtest/test_integration_v1alpha1.go b/internal/catalog/catalogtest/test_integration_v1alpha1.go index 19be6d7a48..e034502c45 100644 --- a/internal/catalog/catalogtest/test_integration_v1alpha1.go +++ b/internal/catalog/catalogtest/test_integration_v1alpha1.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package catalogtest import ( diff --git a/internal/catalog/catalogtest/test_lifecycle_v1alpha1.go b/internal/catalog/catalogtest/test_lifecycle_v1alpha1.go index d7529a6ec4..55e9d2bbe2 100644 --- a/internal/catalog/catalogtest/test_lifecycle_v1alpha1.go +++ b/internal/catalog/catalogtest/test_lifecycle_v1alpha1.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package catalogtest import ( diff --git a/internal/catalog/exports.go b/internal/catalog/exports.go index d5723ddb38..4019fbeb51 100644 --- a/internal/catalog/exports.go +++ b/internal/catalog/exports.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package catalog diff --git a/internal/catalog/internal/controllers/endpoints/controller.go b/internal/catalog/internal/controllers/endpoints/controller.go index 1be2a3fd2f..af10d40d3b 100644 --- a/internal/catalog/internal/controllers/endpoints/controller.go +++ b/internal/catalog/internal/controllers/endpoints/controller.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package endpoints diff --git a/internal/catalog/internal/controllers/endpoints/controller_test.go b/internal/catalog/internal/controllers/endpoints/controller_test.go index ff53509057..646bb288d3 100644 --- a/internal/catalog/internal/controllers/endpoints/controller_test.go +++ b/internal/catalog/internal/controllers/endpoints/controller_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package endpoints import ( diff --git a/internal/catalog/internal/controllers/endpoints/reconciliation_data.go b/internal/catalog/internal/controllers/endpoints/reconciliation_data.go index f00ac1595a..0194d471b0 100644 --- a/internal/catalog/internal/controllers/endpoints/reconciliation_data.go +++ b/internal/catalog/internal/controllers/endpoints/reconciliation_data.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package endpoints import ( diff --git a/internal/catalog/internal/controllers/endpoints/reconciliation_data_test.go b/internal/catalog/internal/controllers/endpoints/reconciliation_data_test.go index c0c83deda9..b162238270 100644 --- a/internal/catalog/internal/controllers/endpoints/reconciliation_data_test.go +++ b/internal/catalog/internal/controllers/endpoints/reconciliation_data_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package endpoints import ( diff --git a/internal/catalog/internal/controllers/endpoints/status.go b/internal/catalog/internal/controllers/endpoints/status.go index 5388a0fda9..7506697836 100644 --- a/internal/catalog/internal/controllers/endpoints/status.go +++ b/internal/catalog/internal/controllers/endpoints/status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package endpoints diff --git a/internal/catalog/internal/controllers/failover/controller.go b/internal/catalog/internal/controllers/failover/controller.go index ecb04b6d8f..ea6efa992d 100644 --- a/internal/catalog/internal/controllers/failover/controller.go +++ b/internal/catalog/internal/controllers/failover/controller.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package failover diff --git a/internal/catalog/internal/controllers/failover/controller_test.go b/internal/catalog/internal/controllers/failover/controller_test.go index a53a9f8af4..de42844ae6 100644 --- a/internal/catalog/internal/controllers/failover/controller_test.go +++ b/internal/catalog/internal/controllers/failover/controller_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package failover diff --git a/internal/catalog/internal/controllers/failover/status.go b/internal/catalog/internal/controllers/failover/status.go index 10e5a472bd..b2801c41ed 100644 --- a/internal/catalog/internal/controllers/failover/status.go +++ b/internal/catalog/internal/controllers/failover/status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package failover diff --git a/internal/catalog/internal/controllers/nodehealth/controller.go b/internal/catalog/internal/controllers/nodehealth/controller.go index 4e3aff9993..362ac1578c 100644 --- a/internal/catalog/internal/controllers/nodehealth/controller.go +++ b/internal/catalog/internal/controllers/nodehealth/controller.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nodehealth diff --git a/internal/catalog/internal/controllers/nodehealth/controller_test.go b/internal/catalog/internal/controllers/nodehealth/controller_test.go index 8150fe0bdd..9723dabf93 100644 --- a/internal/catalog/internal/controllers/nodehealth/controller_test.go +++ b/internal/catalog/internal/controllers/nodehealth/controller_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nodehealth diff --git a/internal/catalog/internal/controllers/nodehealth/status.go b/internal/catalog/internal/controllers/nodehealth/status.go index 14a3151484..d3cf0d8a8d 100644 --- a/internal/catalog/internal/controllers/nodehealth/status.go +++ b/internal/catalog/internal/controllers/nodehealth/status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package nodehealth diff --git a/internal/catalog/internal/controllers/register.go b/internal/catalog/internal/controllers/register.go index 78a0f1316a..df1f7c88c7 100644 --- a/internal/catalog/internal/controllers/register.go +++ b/internal/catalog/internal/controllers/register.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package controllers diff --git a/internal/catalog/internal/controllers/workloadhealth/controller.go b/internal/catalog/internal/controllers/workloadhealth/controller.go index 77009697bc..d8a33c9222 100644 --- a/internal/catalog/internal/controllers/workloadhealth/controller.go +++ b/internal/catalog/internal/controllers/workloadhealth/controller.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package workloadhealth import ( diff --git a/internal/catalog/internal/controllers/workloadhealth/controller_test.go b/internal/catalog/internal/controllers/workloadhealth/controller_test.go index 29d93f088d..1afb06243a 100644 --- a/internal/catalog/internal/controllers/workloadhealth/controller_test.go +++ b/internal/catalog/internal/controllers/workloadhealth/controller_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package workloadhealth diff --git a/internal/catalog/internal/controllers/workloadhealth/status.go b/internal/catalog/internal/controllers/workloadhealth/status.go index 05cc989ddd..f7bf000da2 100644 --- a/internal/catalog/internal/controllers/workloadhealth/status.go +++ b/internal/catalog/internal/controllers/workloadhealth/status.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package workloadhealth import ( diff --git a/internal/catalog/internal/mappers/failovermapper/failover_mapper.go b/internal/catalog/internal/mappers/failovermapper/failover_mapper.go index 61da20a348..def0e1c6cd 100644 --- a/internal/catalog/internal/mappers/failovermapper/failover_mapper.go +++ b/internal/catalog/internal/mappers/failovermapper/failover_mapper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package failovermapper diff --git a/internal/catalog/internal/mappers/failovermapper/failover_mapper_test.go b/internal/catalog/internal/mappers/failovermapper/failover_mapper_test.go index 41621d8d21..8a4ac2d722 100644 --- a/internal/catalog/internal/mappers/failovermapper/failover_mapper_test.go +++ b/internal/catalog/internal/mappers/failovermapper/failover_mapper_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package failovermapper diff --git a/internal/catalog/internal/mappers/nodemapper/node_mapper.go b/internal/catalog/internal/mappers/nodemapper/node_mapper.go index 8eea26dd08..11e575f307 100644 --- a/internal/catalog/internal/mappers/nodemapper/node_mapper.go +++ b/internal/catalog/internal/mappers/nodemapper/node_mapper.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package nodemapper import ( diff --git a/internal/catalog/internal/mappers/nodemapper/node_mapper_test.go b/internal/catalog/internal/mappers/nodemapper/node_mapper_test.go index acfe67cf6b..763e192ebf 100644 --- a/internal/catalog/internal/mappers/nodemapper/node_mapper_test.go +++ b/internal/catalog/internal/mappers/nodemapper/node_mapper_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package nodemapper import ( diff --git a/internal/catalog/internal/mappers/selectiontracker/selection_tracker.go b/internal/catalog/internal/mappers/selectiontracker/selection_tracker.go index 3bf229bff6..3cfe0489dd 100644 --- a/internal/catalog/internal/mappers/selectiontracker/selection_tracker.go +++ b/internal/catalog/internal/mappers/selectiontracker/selection_tracker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package selectiontracker diff --git a/internal/catalog/internal/mappers/selectiontracker/selection_tracker_test.go b/internal/catalog/internal/mappers/selectiontracker/selection_tracker_test.go index 75fa0967c9..be4f7121d3 100644 --- a/internal/catalog/internal/mappers/selectiontracker/selection_tracker_test.go +++ b/internal/catalog/internal/mappers/selectiontracker/selection_tracker_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package selectiontracker import ( diff --git a/internal/catalog/internal/types/dns_policy.go b/internal/catalog/internal/types/dns_policy.go index 4c34560276..d2b6001b5d 100644 --- a/internal/catalog/internal/types/dns_policy.go +++ b/internal/catalog/internal/types/dns_policy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/dns_policy_test.go b/internal/catalog/internal/types/dns_policy_test.go index b4c2da3c78..93ee628041 100644 --- a/internal/catalog/internal/types/dns_policy_test.go +++ b/internal/catalog/internal/types/dns_policy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/errors.go b/internal/catalog/internal/types/errors.go index 6f0b44c1b3..3b331a9a63 100644 --- a/internal/catalog/internal/types/errors.go +++ b/internal/catalog/internal/types/errors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/errors_test.go b/internal/catalog/internal/types/errors_test.go index 7a81577273..08f227166a 100644 --- a/internal/catalog/internal/types/errors_test.go +++ b/internal/catalog/internal/types/errors_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/failover_policy.go b/internal/catalog/internal/types/failover_policy.go index 49d38674bb..761bb32419 100644 --- a/internal/catalog/internal/types/failover_policy.go +++ b/internal/catalog/internal/types/failover_policy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/failover_policy_test.go b/internal/catalog/internal/types/failover_policy_test.go index 3d41cb25fc..8f2ad97172 100644 --- a/internal/catalog/internal/types/failover_policy_test.go +++ b/internal/catalog/internal/types/failover_policy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/health_checks.go b/internal/catalog/internal/types/health_checks.go index 7df200ec28..f22f9bea97 100644 --- a/internal/catalog/internal/types/health_checks.go +++ b/internal/catalog/internal/types/health_checks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/health_checks_test.go b/internal/catalog/internal/types/health_checks_test.go index 12c13d3c1a..8ae722959e 100644 --- a/internal/catalog/internal/types/health_checks_test.go +++ b/internal/catalog/internal/types/health_checks_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/health_status.go b/internal/catalog/internal/types/health_status.go index 5e5a659475..29c4094f9a 100644 --- a/internal/catalog/internal/types/health_status.go +++ b/internal/catalog/internal/types/health_status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/health_status_test.go b/internal/catalog/internal/types/health_status_test.go index be9d30d501..d504b64b76 100644 --- a/internal/catalog/internal/types/health_status_test.go +++ b/internal/catalog/internal/types/health_status_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/node.go b/internal/catalog/internal/types/node.go index 0d2c795aba..2d9bc6e821 100644 --- a/internal/catalog/internal/types/node.go +++ b/internal/catalog/internal/types/node.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/node_test.go b/internal/catalog/internal/types/node_test.go index 93e5ecea32..4f3ca2c0a5 100644 --- a/internal/catalog/internal/types/node_test.go +++ b/internal/catalog/internal/types/node_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/service.go b/internal/catalog/internal/types/service.go index 27e13530e5..9f933c53b9 100644 --- a/internal/catalog/internal/types/service.go +++ b/internal/catalog/internal/types/service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/service_endpoints.go b/internal/catalog/internal/types/service_endpoints.go index be34751031..294ca09fab 100644 --- a/internal/catalog/internal/types/service_endpoints.go +++ b/internal/catalog/internal/types/service_endpoints.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/service_endpoints_test.go b/internal/catalog/internal/types/service_endpoints_test.go index 25492577d3..ac835c9c70 100644 --- a/internal/catalog/internal/types/service_endpoints_test.go +++ b/internal/catalog/internal/types/service_endpoints_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/service_test.go b/internal/catalog/internal/types/service_test.go index 1a0a035d91..a2bdf2360a 100644 --- a/internal/catalog/internal/types/service_test.go +++ b/internal/catalog/internal/types/service_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/types.go b/internal/catalog/internal/types/types.go index 3eb76d296f..4d64f2137c 100644 --- a/internal/catalog/internal/types/types.go +++ b/internal/catalog/internal/types/types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/types_test.go b/internal/catalog/internal/types/types_test.go index d40fc42dd0..e63fd044ea 100644 --- a/internal/catalog/internal/types/types_test.go +++ b/internal/catalog/internal/types/types_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/validators.go b/internal/catalog/internal/types/validators.go index e9fc085627..602ad71174 100644 --- a/internal/catalog/internal/types/validators.go +++ b/internal/catalog/internal/types/validators.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/validators_test.go b/internal/catalog/internal/types/validators_test.go index cd3a12c5c0..d1f5e85d2b 100644 --- a/internal/catalog/internal/types/validators_test.go +++ b/internal/catalog/internal/types/validators_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/virtual_ips.go b/internal/catalog/internal/types/virtual_ips.go index a27f08df0a..73cb4855d4 100644 --- a/internal/catalog/internal/types/virtual_ips.go +++ b/internal/catalog/internal/types/virtual_ips.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/virtual_ips_test.go b/internal/catalog/internal/types/virtual_ips_test.go index 76d55e7ecd..16edac73ce 100644 --- a/internal/catalog/internal/types/virtual_ips_test.go +++ b/internal/catalog/internal/types/virtual_ips_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/workload.go b/internal/catalog/internal/types/workload.go index a0dc7142d1..8560abfe87 100644 --- a/internal/catalog/internal/types/workload.go +++ b/internal/catalog/internal/types/workload.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/catalog/internal/types/workload_test.go b/internal/catalog/internal/types/workload_test.go index 03662472f2..6c4d6708c2 100644 --- a/internal/catalog/internal/types/workload_test.go +++ b/internal/catalog/internal/types/workload_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/controller/api.go b/internal/controller/api.go index 8f5d873368..17dfa8ef0a 100644 --- a/internal/controller/api.go +++ b/internal/controller/api.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/controller/api_test.go b/internal/controller/api_test.go index e80a2d7d71..215063d87c 100644 --- a/internal/controller/api_test.go +++ b/internal/controller/api_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package controller_test diff --git a/internal/controller/controller.go b/internal/controller/controller.go index 54d5c57386..f6a064853c 100644 --- a/internal/controller/controller.go +++ b/internal/controller/controller.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package controller diff --git a/internal/controller/dependency_mappers.go b/internal/controller/dependency_mappers.go index c054c4369e..e66e4b50e5 100644 --- a/internal/controller/dependency_mappers.go +++ b/internal/controller/dependency_mappers.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package controller import ( diff --git a/internal/controller/dependency_mappers_test.go b/internal/controller/dependency_mappers_test.go index b5300bfb9a..b9956cdb71 100644 --- a/internal/controller/dependency_mappers_test.go +++ b/internal/controller/dependency_mappers_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package controller import ( diff --git a/internal/controller/doc.go b/internal/controller/doc.go index 2895379152..db7d944e93 100644 --- a/internal/controller/doc.go +++ b/internal/controller/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package controller provides an API for implementing control loops on top of // Consul resources. It is heavily inspired by [Kubebuilder] and the Kubernetes diff --git a/internal/controller/lease.go b/internal/controller/lease.go index 2cb00d1330..596bd2546b 100644 --- a/internal/controller/lease.go +++ b/internal/controller/lease.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package controller // Lease is used to ensure controllers are run as singletons (i.e. one leader- diff --git a/internal/controller/manager.go b/internal/controller/manager.go index 92c5829c58..1e7e910210 100644 --- a/internal/controller/manager.go +++ b/internal/controller/manager.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package controller import ( diff --git a/internal/controller/supervisor.go b/internal/controller/supervisor.go index 5983ff4c4b..4abb841f60 100644 --- a/internal/controller/supervisor.go +++ b/internal/controller/supervisor.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package controller import ( diff --git a/internal/controller/supervisor_test.go b/internal/controller/supervisor_test.go index 1792b8b95c..e455565d88 100644 --- a/internal/controller/supervisor_test.go +++ b/internal/controller/supervisor_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package controller import ( diff --git a/internal/go-sso/oidcauth/auth.go b/internal/go-sso/oidcauth/auth.go index c50940780e..a2f35763a3 100644 --- a/internal/go-sso/oidcauth/auth.go +++ b/internal/go-sso/oidcauth/auth.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // package oidcauth bundles up an opinionated approach to authentication using // both the OIDC authorization code workflow and simple JWT decoding (via diff --git a/internal/go-sso/oidcauth/config.go b/internal/go-sso/oidcauth/config.go index 3d51aff19f..84bbac9e0c 100644 --- a/internal/go-sso/oidcauth/config.go +++ b/internal/go-sso/oidcauth/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidcauth diff --git a/internal/go-sso/oidcauth/config_test.go b/internal/go-sso/oidcauth/config_test.go index 0ef4abcd69..c72a69e084 100644 --- a/internal/go-sso/oidcauth/config_test.go +++ b/internal/go-sso/oidcauth/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidcauth diff --git a/internal/go-sso/oidcauth/internal/strutil/util.go b/internal/go-sso/oidcauth/internal/strutil/util.go index 50cd24c324..9cdc0b1acb 100644 --- a/internal/go-sso/oidcauth/internal/strutil/util.go +++ b/internal/go-sso/oidcauth/internal/strutil/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package strutil diff --git a/internal/go-sso/oidcauth/internal/strutil/util_test.go b/internal/go-sso/oidcauth/internal/strutil/util_test.go index 2e3fd1919a..06d76a6c69 100644 --- a/internal/go-sso/oidcauth/internal/strutil/util_test.go +++ b/internal/go-sso/oidcauth/internal/strutil/util_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package strutil diff --git a/internal/go-sso/oidcauth/jwt.go b/internal/go-sso/oidcauth/jwt.go index 0695a60c55..fbb6a31669 100644 --- a/internal/go-sso/oidcauth/jwt.go +++ b/internal/go-sso/oidcauth/jwt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidcauth diff --git a/internal/go-sso/oidcauth/jwt_test.go b/internal/go-sso/oidcauth/jwt_test.go index 9a8d9cf07e..621fb6660b 100644 --- a/internal/go-sso/oidcauth/jwt_test.go +++ b/internal/go-sso/oidcauth/jwt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidcauth diff --git a/internal/go-sso/oidcauth/oidc.go b/internal/go-sso/oidcauth/oidc.go index dbbf22582a..df00dfcc25 100644 --- a/internal/go-sso/oidcauth/oidc.go +++ b/internal/go-sso/oidcauth/oidc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidcauth diff --git a/internal/go-sso/oidcauth/oidc_test.go b/internal/go-sso/oidcauth/oidc_test.go index 288c704d08..48de99b641 100644 --- a/internal/go-sso/oidcauth/oidc_test.go +++ b/internal/go-sso/oidcauth/oidc_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidcauth diff --git a/internal/go-sso/oidcauth/oidcauthtest/testing.go b/internal/go-sso/oidcauth/oidcauthtest/testing.go index 432bcae333..0956673c05 100644 --- a/internal/go-sso/oidcauth/oidcauthtest/testing.go +++ b/internal/go-sso/oidcauth/oidcauthtest/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // package oidcauthtest exposes tools to assist in writing unit tests of OIDC // and JWT authentication workflows. diff --git a/internal/go-sso/oidcauth/oidcjwt.go b/internal/go-sso/oidcauth/oidcjwt.go index fec78dae23..14a6b4def2 100644 --- a/internal/go-sso/oidcauth/oidcjwt.go +++ b/internal/go-sso/oidcauth/oidcjwt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidcauth diff --git a/internal/go-sso/oidcauth/oidcjwt_test.go b/internal/go-sso/oidcauth/oidcjwt_test.go index e1bd0cd919..4957485633 100644 --- a/internal/go-sso/oidcauth/oidcjwt_test.go +++ b/internal/go-sso/oidcauth/oidcjwt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidcauth diff --git a/internal/go-sso/oidcauth/util.go b/internal/go-sso/oidcauth/util.go index 06cc9054b8..709798dee6 100644 --- a/internal/go-sso/oidcauth/util.go +++ b/internal/go-sso/oidcauth/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidcauth diff --git a/internal/go-sso/oidcauth/util_test.go b/internal/go-sso/oidcauth/util_test.go index 1bef6d51c6..6cf8bae1b3 100644 --- a/internal/go-sso/oidcauth/util_test.go +++ b/internal/go-sso/oidcauth/util_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oidcauth diff --git a/internal/mesh/exports.go b/internal/mesh/exports.go index f0edd1ff45..2e40e05893 100644 --- a/internal/mesh/exports.go +++ b/internal/mesh/exports.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mesh diff --git a/internal/mesh/internal/types/computed_routes.go b/internal/mesh/internal/types/computed_routes.go index aca627d554..8314a2cc2e 100644 --- a/internal/mesh/internal/types/computed_routes.go +++ b/internal/mesh/internal/types/computed_routes.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/mesh/internal/types/destination_policy.go b/internal/mesh/internal/types/destination_policy.go index f92dbabdae..e3f6bfbd01 100644 --- a/internal/mesh/internal/types/destination_policy.go +++ b/internal/mesh/internal/types/destination_policy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/mesh/internal/types/grpc_route.go b/internal/mesh/internal/types/grpc_route.go index eacf5a245b..cdd4669bca 100644 --- a/internal/mesh/internal/types/grpc_route.go +++ b/internal/mesh/internal/types/grpc_route.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/mesh/internal/types/http_route.go b/internal/mesh/internal/types/http_route.go index bd2a4a43f8..6f5f284ed9 100644 --- a/internal/mesh/internal/types/http_route.go +++ b/internal/mesh/internal/types/http_route.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/mesh/internal/types/proxy_configuration.go b/internal/mesh/internal/types/proxy_configuration.go index 3349090b52..29b43ce7a3 100644 --- a/internal/mesh/internal/types/proxy_configuration.go +++ b/internal/mesh/internal/types/proxy_configuration.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/mesh/internal/types/proxy_state_template.go b/internal/mesh/internal/types/proxy_state_template.go index 2637a53a6d..404237717d 100644 --- a/internal/mesh/internal/types/proxy_state_template.go +++ b/internal/mesh/internal/types/proxy_state_template.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package types import ( diff --git a/internal/mesh/internal/types/tcp_route.go b/internal/mesh/internal/types/tcp_route.go index dcd1eca4a4..e217d07490 100644 --- a/internal/mesh/internal/types/tcp_route.go +++ b/internal/mesh/internal/types/tcp_route.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/mesh/internal/types/types.go b/internal/mesh/internal/types/types.go index 4fc36c11b2..3b800f36d7 100644 --- a/internal/mesh/internal/types/types.go +++ b/internal/mesh/internal/types/types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/mesh/internal/types/types_test.go b/internal/mesh/internal/types/types_test.go index 4324e87078..b481a75d0a 100644 --- a/internal/mesh/internal/types/types_test.go +++ b/internal/mesh/internal/types/types_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/mesh/internal/types/upstreams.go b/internal/mesh/internal/types/upstreams.go index 8ccb155459..f96e40d1ff 100644 --- a/internal/mesh/internal/types/upstreams.go +++ b/internal/mesh/internal/types/upstreams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/mesh/internal/types/upstreams_configuration.go b/internal/mesh/internal/types/upstreams_configuration.go index 0f4db27d96..ae7ba0d5b0 100644 --- a/internal/mesh/internal/types/upstreams_configuration.go +++ b/internal/mesh/internal/types/upstreams_configuration.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/internal/radix/doc.go b/internal/radix/doc.go index 47e8961d0d..f69f68a2d6 100644 --- a/internal/radix/doc.go +++ b/internal/radix/doc.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + // This packages contents were originally copied from github.com/armon/go-radix. // After the intial copy all the data structures were made to use Go 1.18 generics // instead of relying on the use of interface{} or the any type. diff --git a/internal/radix/radix.go b/internal/radix/radix.go index 0f1d8d772a..c2b7ee8389 100644 --- a/internal/radix/radix.go +++ b/internal/radix/radix.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package radix import ( diff --git a/internal/radix/radix_test.go b/internal/radix/radix_test.go index 9f616b73f4..ea7015dc29 100644 --- a/internal/radix/radix_test.go +++ b/internal/radix/radix_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package radix import ( diff --git a/internal/resource/authz_oss.go b/internal/resource/authz_oss.go index 014318f228..4d68ccd6b9 100644 --- a/internal/resource/authz_oss.go +++ b/internal/resource/authz_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/internal/resource/decode.go b/internal/resource/decode.go index 7d9142ceb7..7b1fb7b364 100644 --- a/internal/resource/decode.go +++ b/internal/resource/decode.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/resource/decode_test.go b/internal/resource/decode_test.go index e5b079156e..31ebe47c64 100644 --- a/internal/resource/decode_test.go +++ b/internal/resource/decode_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource_test diff --git a/internal/resource/demo/controller.go b/internal/resource/demo/controller.go index 11afc3bac5..7f1bba902e 100644 --- a/internal/resource/demo/controller.go +++ b/internal/resource/demo/controller.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package demo diff --git a/internal/resource/demo/controller_test.go b/internal/resource/demo/controller_test.go index 8d4ee79c73..a8c2640d61 100644 --- a/internal/resource/demo/controller_test.go +++ b/internal/resource/demo/controller_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package demo diff --git a/internal/resource/demo/demo.go b/internal/resource/demo/demo.go index a7901dd128..56d40d5ae8 100644 --- a/internal/resource/demo/demo.go +++ b/internal/resource/demo/demo.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package demo includes fake resource types for working on Consul's generic // state storage without having to refer to specific features. diff --git a/internal/resource/equality.go b/internal/resource/equality.go index 20c65e2fce..5a9023ac24 100644 --- a/internal/resource/equality.go +++ b/internal/resource/equality.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/resource/equality_test.go b/internal/resource/equality_test.go index 7a0ec72f3c..8413905606 100644 --- a/internal/resource/equality_test.go +++ b/internal/resource/equality_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource_test diff --git a/internal/resource/errors.go b/internal/resource/errors.go index 8eaf9e2259..dbb624c8d0 100644 --- a/internal/resource/errors.go +++ b/internal/resource/errors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/resource/errors_test.go b/internal/resource/errors_test.go index 990a916077..e6739bd7fd 100644 --- a/internal/resource/errors_test.go +++ b/internal/resource/errors_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/resource/http/http.go b/internal/resource/http/http.go index 532a91cfca..26ae55a943 100644 --- a/internal/resource/http/http.go +++ b/internal/resource/http/http.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package http import ( diff --git a/internal/resource/http/http_test.go b/internal/resource/http/http_test.go index 80e506cd92..65b9ce6ba9 100644 --- a/internal/resource/http/http_test.go +++ b/internal/resource/http/http_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package http import ( diff --git a/internal/resource/mappers/bimapper/bimapper.go b/internal/resource/mappers/bimapper/bimapper.go index 714b825b6c..5fee1e3891 100644 --- a/internal/resource/mappers/bimapper/bimapper.go +++ b/internal/resource/mappers/bimapper/bimapper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bimapper diff --git a/internal/resource/mappers/bimapper/bimapper_test.go b/internal/resource/mappers/bimapper/bimapper_test.go index 747a0021a2..d1d6be846e 100644 --- a/internal/resource/mappers/bimapper/bimapper_test.go +++ b/internal/resource/mappers/bimapper/bimapper_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package bimapper diff --git a/internal/resource/reaper/controller.go b/internal/resource/reaper/controller.go index 7a7789f986..f8de86f921 100644 --- a/internal/resource/reaper/controller.go +++ b/internal/resource/reaper/controller.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package reaper diff --git a/internal/resource/reaper/controller_test.go b/internal/resource/reaper/controller_test.go index 9e6f0f3d5a..c06ccedab5 100644 --- a/internal/resource/reaper/controller_test.go +++ b/internal/resource/reaper/controller_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package reaper diff --git a/internal/resource/reference.go b/internal/resource/reference.go index 7610f6288d..47c2a0da2d 100644 --- a/internal/resource/reference.go +++ b/internal/resource/reference.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/resource/refkey.go b/internal/resource/refkey.go index d6ddcac6a1..44f0765c20 100644 --- a/internal/resource/refkey.go +++ b/internal/resource/refkey.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/resource/refkey_test.go b/internal/resource/refkey_test.go index f5f1a7796f..8c4b5eaf92 100644 --- a/internal/resource/refkey_test.go +++ b/internal/resource/refkey_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource_test diff --git a/internal/resource/registry.go b/internal/resource/registry.go index 9ebb13f9c9..27b966f828 100644 --- a/internal/resource/registry.go +++ b/internal/resource/registry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/resource/registry_test.go b/internal/resource/registry_test.go index 9ab00f8414..1e89c9957b 100644 --- a/internal/resource/registry_test.go +++ b/internal/resource/registry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource_test diff --git a/internal/resource/resourcetest/builder.go b/internal/resource/resourcetest/builder.go index 11e82c0783..86294ce571 100644 --- a/internal/resource/resourcetest/builder.go +++ b/internal/resource/resourcetest/builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resourcetest diff --git a/internal/resource/resourcetest/client.go b/internal/resource/resourcetest/client.go index 17d621884e..f3b3bd799f 100644 --- a/internal/resource/resourcetest/client.go +++ b/internal/resource/resourcetest/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resourcetest diff --git a/internal/resource/resourcetest/decode.go b/internal/resource/resourcetest/decode.go index 3bdb35cc02..077bbc0dd5 100644 --- a/internal/resource/resourcetest/decode.go +++ b/internal/resource/resourcetest/decode.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resourcetest diff --git a/internal/resource/resourcetest/fs.go b/internal/resource/resourcetest/fs.go index e7a1417a59..a31ac0f10c 100644 --- a/internal/resource/resourcetest/fs.go +++ b/internal/resource/resourcetest/fs.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package resourcetest import ( diff --git a/internal/resource/resourcetest/require.go b/internal/resource/resourcetest/require.go index 8e102398fa..b57bab8b2e 100644 --- a/internal/resource/resourcetest/require.go +++ b/internal/resource/resourcetest/require.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package resourcetest import ( diff --git a/internal/resource/resourcetest/testing.go b/internal/resource/resourcetest/testing.go index 1c774082b3..1be9947226 100644 --- a/internal/resource/resourcetest/testing.go +++ b/internal/resource/resourcetest/testing.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package resourcetest // T represents the subset of testing.T methods that will be used diff --git a/internal/resource/resourcetest/validation.go b/internal/resource/resourcetest/validation.go index e8f3ee2218..d758822118 100644 --- a/internal/resource/resourcetest/validation.go +++ b/internal/resource/resourcetest/validation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resourcetest diff --git a/internal/resource/stringer.go b/internal/resource/stringer.go index 927a86f2ba..075c08ac0d 100644 --- a/internal/resource/stringer.go +++ b/internal/resource/stringer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/resource/tenancy.go b/internal/resource/tenancy.go index fd29f61725..16032205ba 100644 --- a/internal/resource/tenancy.go +++ b/internal/resource/tenancy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package resource diff --git a/internal/resource/tombstone.go b/internal/resource/tombstone.go index 6d0285c602..d86ae96ec4 100644 --- a/internal/resource/tombstone.go +++ b/internal/resource/tombstone.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package resource import "github.com/hashicorp/consul/proto-public/pbresource" diff --git a/internal/storage/conformance/conformance.go b/internal/storage/conformance/conformance.go index 22356a88a9..543a574fb5 100644 --- a/internal/storage/conformance/conformance.go +++ b/internal/storage/conformance/conformance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package conformance diff --git a/internal/storage/inmem/backend.go b/internal/storage/inmem/backend.go index fc22aa5ace..bf256e508f 100644 --- a/internal/storage/inmem/backend.go +++ b/internal/storage/inmem/backend.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/internal/storage/inmem/backend_test.go b/internal/storage/inmem/backend_test.go index e37de15afa..7978dcdf29 100644 --- a/internal/storage/inmem/backend_test.go +++ b/internal/storage/inmem/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inmem_test diff --git a/internal/storage/inmem/event_index.go b/internal/storage/inmem/event_index.go index 68d9ec13b1..f71e809289 100644 --- a/internal/storage/inmem/event_index.go +++ b/internal/storage/inmem/event_index.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/internal/storage/inmem/schema.go b/internal/storage/inmem/schema.go index 6a58eacd58..37e39dbc57 100644 --- a/internal/storage/inmem/schema.go +++ b/internal/storage/inmem/schema.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/internal/storage/inmem/snapshot.go b/internal/storage/inmem/snapshot.go index 6233f4d30b..36739ac65b 100644 --- a/internal/storage/inmem/snapshot.go +++ b/internal/storage/inmem/snapshot.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/internal/storage/inmem/snapshot_test.go b/internal/storage/inmem/snapshot_test.go index b703495d2c..f3e1bdbaa7 100644 --- a/internal/storage/inmem/snapshot_test.go +++ b/internal/storage/inmem/snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package inmem_test diff --git a/internal/storage/inmem/store.go b/internal/storage/inmem/store.go index 5c50b1c138..d9c27d339f 100644 --- a/internal/storage/inmem/store.go +++ b/internal/storage/inmem/store.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/internal/storage/inmem/watch.go b/internal/storage/inmem/watch.go index 85c657e3a3..bdab0fc5ee 100644 --- a/internal/storage/inmem/watch.go +++ b/internal/storage/inmem/watch.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/internal/storage/raft/backend.go b/internal/storage/raft/backend.go index 4e1cd05bbb..8a7a973c3e 100644 --- a/internal/storage/raft/backend.go +++ b/internal/storage/raft/backend.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/internal/storage/raft/conformance_test.go b/internal/storage/raft/conformance_test.go index ef79087e17..6c75e462d2 100644 --- a/internal/storage/raft/conformance_test.go +++ b/internal/storage/raft/conformance_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package raft_test diff --git a/internal/storage/raft/forwarding.go b/internal/storage/raft/forwarding.go index 798ca58465..2700339afb 100644 --- a/internal/storage/raft/forwarding.go +++ b/internal/storage/raft/forwarding.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/internal/storage/storage.go b/internal/storage/storage.go index 24a763e395..2a86a769fe 100644 --- a/internal/storage/storage.go +++ b/internal/storage/storage.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package storage diff --git a/internal/testing/golden/golden.go b/internal/testing/golden/golden.go index 079f69f02a..4466ad4cbc 100644 --- a/internal/testing/golden/golden.go +++ b/internal/testing/golden/golden.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package golden diff --git a/internal/tools/proto-gen-rpc-glue/e2e/consul/agent/structs/structs.go b/internal/tools/proto-gen-rpc-glue/e2e/consul/agent/structs/structs.go index 59d2a19b8c..6e76027299 100644 --- a/internal/tools/proto-gen-rpc-glue/e2e/consul/agent/structs/structs.go +++ b/internal/tools/proto-gen-rpc-glue/e2e/consul/agent/structs/structs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structs diff --git a/internal/tools/proto-gen-rpc-glue/e2e/consul/proto/pbcommon/common.go b/internal/tools/proto-gen-rpc-glue/e2e/consul/proto/pbcommon/common.go index 5c1b497e55..1395e682ed 100644 --- a/internal/tools/proto-gen-rpc-glue/e2e/consul/proto/pbcommon/common.go +++ b/internal/tools/proto-gen-rpc-glue/e2e/consul/proto/pbcommon/common.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbcommon diff --git a/internal/tools/proto-gen-rpc-glue/e2e/source.pb.go b/internal/tools/proto-gen-rpc-glue/e2e/source.pb.go index 3a83b84317..c69dac63b5 100644 --- a/internal/tools/proto-gen-rpc-glue/e2e/source.pb.go +++ b/internal/tools/proto-gen-rpc-glue/e2e/source.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build example // +build example diff --git a/internal/tools/proto-gen-rpc-glue/main.go b/internal/tools/proto-gen-rpc-glue/main.go index 65a25122bc..2412c33862 100644 --- a/internal/tools/proto-gen-rpc-glue/main.go +++ b/internal/tools/proto-gen-rpc-glue/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/internal/tools/proto-gen-rpc-glue/main_test.go b/internal/tools/proto-gen-rpc-glue/main_test.go index 87ed4e3917..01eb28e92a 100644 --- a/internal/tools/proto-gen-rpc-glue/main_test.go +++ b/internal/tools/proto-gen-rpc-glue/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 diff --git a/internal/tools/protoc-gen-consul-rate-limit/main.go b/internal/tools/protoc-gen-consul-rate-limit/main.go index b4bf571158..349c371c28 100644 --- a/internal/tools/protoc-gen-consul-rate-limit/main.go +++ b/internal/tools/protoc-gen-consul-rate-limit/main.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // protoc-gen-consul-rate-limit // This protoc plugin maintains the mapping of gRPC method names to diff --git a/internal/tools/protoc-gen-consul-rate-limit/postprocess/main.go b/internal/tools/protoc-gen-consul-rate-limit/postprocess/main.go index 12c18097f9..cf0685a378 100644 --- a/internal/tools/protoc-gen-consul-rate-limit/postprocess/main.go +++ b/internal/tools/protoc-gen-consul-rate-limit/postprocess/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/ipaddr/detect.go b/ipaddr/detect.go index e208b13ed5..bc2bf56c35 100644 --- a/ipaddr/detect.go +++ b/ipaddr/detect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ipaddr diff --git a/ipaddr/detect_test.go b/ipaddr/detect_test.go index 865421e10c..c199492c17 100644 --- a/ipaddr/detect_test.go +++ b/ipaddr/detect_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ipaddr diff --git a/ipaddr/ipaddr.go b/ipaddr/ipaddr.go index 92a04e8018..89f8c70a4c 100644 --- a/ipaddr/ipaddr.go +++ b/ipaddr/ipaddr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ipaddr diff --git a/ipaddr/ipaddr_test.go b/ipaddr/ipaddr_test.go index a8aae7f32d..009144c2de 100644 --- a/ipaddr/ipaddr_test.go +++ b/ipaddr/ipaddr_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ipaddr diff --git a/lib/cluster.go b/lib/cluster.go index 3b121da598..a97ceea722 100644 --- a/lib/cluster.go +++ b/lib/cluster.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/cluster_test.go b/lib/cluster_test.go index 44b77332df..3493a6fb39 100644 --- a/lib/cluster_test.go +++ b/lib/cluster_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/decode/decode.go b/lib/decode/decode.go index fc1558a9f7..645916d2d6 100644 --- a/lib/decode/decode.go +++ b/lib/decode/decode.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 /* Package decode provides tools for customizing the decoding of configuration, diff --git a/lib/decode/decode_test.go b/lib/decode/decode_test.go index b1250ebcc8..3219e96b4b 100644 --- a/lib/decode/decode_test.go +++ b/lib/decode/decode_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package decode diff --git a/lib/eof.go b/lib/eof.go index b8f6ac0e24..e208ca73d7 100644 --- a/lib/eof.go +++ b/lib/eof.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/eof_test.go b/lib/eof_test.go index 373846a72c..330a1152a8 100644 --- a/lib/eof_test.go +++ b/lib/eof_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/file/atomic.go b/lib/file/atomic.go index 3fa5890052..4053f443d8 100644 --- a/lib/file/atomic.go +++ b/lib/file/atomic.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/lib/file/atomic_test.go b/lib/file/atomic_test.go index a74b2d2ecd..baf4bc1771 100644 --- a/lib/file/atomic_test.go +++ b/lib/file/atomic_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/lib/hoststats/collector.go b/lib/hoststats/collector.go index c4c57b35c5..fb316e0dce 100644 --- a/lib/hoststats/collector.go +++ b/lib/hoststats/collector.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package hoststats import ( diff --git a/lib/hoststats/cpu.go b/lib/hoststats/cpu.go index 45633b40df..420a80ef94 100644 --- a/lib/hoststats/cpu.go +++ b/lib/hoststats/cpu.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package hoststats import ( diff --git a/lib/hoststats/cpu_test.go b/lib/hoststats/cpu_test.go index 5d5efbe976..dcc1df9aab 100644 --- a/lib/hoststats/cpu_test.go +++ b/lib/hoststats/cpu_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package hoststats import ( diff --git a/lib/hoststats/host.go b/lib/hoststats/host.go index 426cf43ea2..3a44618d20 100644 --- a/lib/hoststats/host.go +++ b/lib/hoststats/host.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package hoststats import ( diff --git a/lib/hoststats/metrics.go b/lib/hoststats/metrics.go index c89d40b813..95055cea43 100644 --- a/lib/hoststats/metrics.go +++ b/lib/hoststats/metrics.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package hoststats import ( diff --git a/lib/json.go b/lib/json.go index c5ae22b2f9..7e58942a82 100644 --- a/lib/json.go +++ b/lib/json.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/map_walker.go b/lib/map_walker.go index 3e8cec77ca..1be33b61f1 100644 --- a/lib/map_walker.go +++ b/lib/map_walker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/map_walker_test.go b/lib/map_walker_test.go index 2a3b4c189d..6156abe462 100644 --- a/lib/map_walker_test.go +++ b/lib/map_walker_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/maps/maps.go b/lib/maps/maps.go index 1996d5f4cd..ae19d030a2 100644 --- a/lib/maps/maps.go +++ b/lib/maps/maps.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package maps diff --git a/lib/maps/maps_test.go b/lib/maps/maps_test.go index bebb9afb5f..5d0f4edbc4 100644 --- a/lib/maps/maps_test.go +++ b/lib/maps/maps_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package maps diff --git a/lib/math.go b/lib/math.go index 75859a2a65..673dfb84e9 100644 --- a/lib/math.go +++ b/lib/math.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/math_test.go b/lib/math_test.go index 7ac4141a26..2ce631fe75 100644 --- a/lib/math_test.go +++ b/lib/math_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib_test diff --git a/lib/mutex/mutex.go b/lib/mutex/mutex.go index a28290c0b3..8101204c2e 100644 --- a/lib/mutex/mutex.go +++ b/lib/mutex/mutex.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 /* Package mutex implements the sync.Locker interface using x/sync/semaphore. It diff --git a/lib/mutex/mutex_test.go b/lib/mutex/mutex_test.go index 000681d03e..2d51706e4e 100644 --- a/lib/mutex/mutex_test.go +++ b/lib/mutex/mutex_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package mutex diff --git a/lib/path.go b/lib/path.go index 347de0cbde..fd45378ec1 100644 --- a/lib/path.go +++ b/lib/path.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/retry/retry.go b/lib/retry/retry.go index ee9a8b2354..e0605f89c4 100644 --- a/lib/retry/retry.go +++ b/lib/retry/retry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package retry diff --git a/lib/retry/retry_test.go b/lib/retry/retry_test.go index 74bb982b91..d8a822f6b6 100644 --- a/lib/retry/retry_test.go +++ b/lib/retry/retry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package retry diff --git a/lib/routine/routine.go b/lib/routine/routine.go index 3bcbd1fbee..b5ebe85e22 100644 --- a/lib/routine/routine.go +++ b/lib/routine/routine.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package routine diff --git a/lib/routine/routine_test.go b/lib/routine/routine_test.go index cfb98d98c3..c04311ac59 100644 --- a/lib/routine/routine_test.go +++ b/lib/routine/routine_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package routine diff --git a/lib/rtt.go b/lib/rtt.go index 5d90431f5d..d716e6fcbe 100644 --- a/lib/rtt.go +++ b/lib/rtt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/rtt_test.go b/lib/rtt_test.go index a8a6786ecf..1e7779b9ad 100644 --- a/lib/rtt_test.go +++ b/lib/rtt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/semaphore/semaphore.go b/lib/semaphore/semaphore.go index 662d211528..fdfbbb34db 100644 --- a/lib/semaphore/semaphore.go +++ b/lib/semaphore/semaphore.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package semaphore implements a simple semaphore that is based on // golang.org/x/sync/semaphore but doesn't support weights. It's advantage over diff --git a/lib/semaphore/semaphore_test.go b/lib/semaphore/semaphore_test.go index d7da1979b0..b3182e1107 100644 --- a/lib/semaphore/semaphore_test.go +++ b/lib/semaphore/semaphore_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package semaphore diff --git a/lib/serf/serf.go b/lib/serf/serf.go index ad5297e58b..932fed427b 100644 --- a/lib/serf/serf.go +++ b/lib/serf/serf.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package serf diff --git a/lib/stop_context.go b/lib/stop_context.go index ea560e0929..98bde25e45 100644 --- a/lib/stop_context.go +++ b/lib/stop_context.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/stop_context_test.go b/lib/stop_context_test.go index 6da3a6fc61..b62749513f 100644 --- a/lib/stop_context_test.go +++ b/lib/stop_context_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/strings.go b/lib/strings.go index d268845acc..7213a93259 100644 --- a/lib/strings.go +++ b/lib/strings.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/stringslice/stringslice.go b/lib/stringslice/stringslice.go index 325f603d77..7c32864b94 100644 --- a/lib/stringslice/stringslice.go +++ b/lib/stringslice/stringslice.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stringslice diff --git a/lib/stringslice/stringslice_test.go b/lib/stringslice/stringslice_test.go index 975fe34976..dd25071757 100644 --- a/lib/stringslice/stringslice_test.go +++ b/lib/stringslice/stringslice_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package stringslice diff --git a/lib/telemetry.go b/lib/telemetry.go index b66ec721b1..e06341eefb 100644 --- a/lib/telemetry.go +++ b/lib/telemetry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/telemetry_test.go b/lib/telemetry_test.go index a2c0075598..ab0f7e5b91 100644 --- a/lib/telemetry_test.go +++ b/lib/telemetry_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/template/hil.go b/lib/template/hil.go index 5b9cc0e2cf..502f10d258 100644 --- a/lib/template/hil.go +++ b/lib/template/hil.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/lib/template/hil_test.go b/lib/template/hil_test.go index 84f3558a4a..4f582f61d1 100644 --- a/lib/template/hil_test.go +++ b/lib/template/hil_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/lib/translate.go b/lib/translate.go index adb58539c0..6fd49010fc 100644 --- a/lib/translate.go +++ b/lib/translate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/translate_test.go b/lib/translate_test.go index 36d113004a..f36588b740 100644 --- a/lib/translate_test.go +++ b/lib/translate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/ttlcache/eviction.go b/lib/ttlcache/eviction.go index 3e20bb09b6..5d5012e7db 100644 --- a/lib/ttlcache/eviction.go +++ b/lib/ttlcache/eviction.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 /* Package ttlcache provides an ExpiryHeap that can be used by a cache to track the diff --git a/lib/ttlcache/eviction_test.go b/lib/ttlcache/eviction_test.go index fe55b68cf1..18bf2fbbc7 100644 --- a/lib/ttlcache/eviction_test.go +++ b/lib/ttlcache/eviction_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ttlcache diff --git a/lib/useragent.go b/lib/useragent.go index c3f74e5c6b..1837a4622f 100644 --- a/lib/useragent.go +++ b/lib/useragent.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/useragent_test.go b/lib/useragent_test.go index 4890e454a5..23df537c9d 100644 --- a/lib/useragent_test.go +++ b/lib/useragent_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/lib/uuid.go b/lib/uuid.go index 8db9517d70..2c0d657f5b 100644 --- a/lib/uuid.go +++ b/lib/uuid.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lib diff --git a/logging/gated_writer.go b/logging/gated_writer.go index 2e0023369a..5a28c8cf52 100644 --- a/logging/gated_writer.go +++ b/logging/gated_writer.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/logging/gated_writer_test.go b/logging/gated_writer_test.go index f0adc8de85..cc44ad04b2 100644 --- a/logging/gated_writer_test.go +++ b/logging/gated_writer_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/logging/grpc.go b/logging/grpc.go index f565b865fb..ebe2207e45 100644 --- a/logging/grpc.go +++ b/logging/grpc.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/logging/grpc_test.go b/logging/grpc_test.go index 29f1c976e5..0a90f11066 100644 --- a/logging/grpc_test.go +++ b/logging/grpc_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/logging/log_levels.go b/logging/log_levels.go index dc3bb8b530..5ed830ee30 100644 --- a/logging/log_levels.go +++ b/logging/log_levels.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/logging/logfile.go b/logging/logfile.go index c836a73f9d..bc7b38d91c 100644 --- a/logging/logfile.go +++ b/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/logging/logfile_test.go b/logging/logfile_test.go index 7412938be8..ae9d8fb1b0 100644 --- a/logging/logfile_test.go +++ b/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/logging/logger.go b/logging/logger.go index fb5128790f..8d63ed7e15 100644 --- a/logging/logger.go +++ b/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/logging/logger_test.go b/logging/logger_test.go index ca5f1eecd2..5cb0c1e441 100644 --- a/logging/logger_test.go +++ b/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/logging/monitor/monitor.go b/logging/monitor/monitor.go index 7440a6586f..6a812a879f 100644 --- a/logging/monitor/monitor.go +++ b/logging/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/logging/monitor/monitor_test.go b/logging/monitor/monitor_test.go index ba77eab36f..5f834f4f23 100644 --- a/logging/monitor/monitor_test.go +++ b/logging/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/logging/names.go b/logging/names.go index 1c7ecc4487..69a859443c 100644 --- a/logging/names.go +++ b/logging/names.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/logging/syslog.go b/logging/syslog.go index 8eb1391fcb..ceb0ae0ac2 100644 --- a/logging/syslog.go +++ b/logging/syslog.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/logging/syslog_test.go b/logging/syslog_test.go index fdef92b528..1b3d66feba 100644 --- a/logging/syslog_test.go +++ b/logging/syslog_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build linux || darwin || dragonfly || freebsd || netbsd || openbsd || solaris // +build linux darwin dragonfly freebsd netbsd openbsd solaris diff --git a/logging/syslog_unsupported_test.go b/logging/syslog_unsupported_test.go index d616580d2f..dab3d47d72 100644 --- a/logging/syslog_unsupported_test.go +++ b/logging/syslog_unsupported_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 || plan9 || nacl // +build windows plan9 nacl diff --git a/main.go b/main.go index 63f5a4f26d..d29454035b 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 diff --git a/proto-public/annotations/ratelimit/ratelimit.pb.go b/proto-public/annotations/ratelimit/ratelimit.pb.go index 3514d47ceb..3faa4db3b6 100644 --- a/proto-public/annotations/ratelimit/ratelimit.pb.go +++ b/proto-public/annotations/ratelimit/ratelimit.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/annotations/ratelimit/ratelimit.proto b/proto-public/annotations/ratelimit/ratelimit.proto index 9869d86f85..4ce40cffa3 100644 --- a/proto-public/annotations/ratelimit/ratelimit.proto +++ b/proto-public/annotations/ratelimit/ratelimit.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/buf.gen.yaml b/proto-public/buf.gen.yaml index 738828ad87..943e30a2eb 100644 --- a/proto-public/buf.gen.yaml +++ b/proto-public/buf.gen.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: v1 managed: diff --git a/proto-public/buf.yaml b/proto-public/buf.yaml index 878225723e..e60ce31aba 100644 --- a/proto-public/buf.yaml +++ b/proto-public/buf.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: v1 name: buf.build/hashicorp/consul diff --git a/proto-public/pbacl/acl.pb.go b/proto-public/pbacl/acl.pb.go index f85a9e0b48..56d2ea26aa 100644 --- a/proto-public/pbacl/acl.pb.go +++ b/proto-public/pbacl/acl.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbacl/acl.proto b/proto-public/pbacl/acl.proto index bfb71ad4f2..f57436c511 100644 --- a/proto-public/pbacl/acl.proto +++ b/proto-public/pbacl/acl.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbcatalog/v1alpha1/dns.pb.go b/proto-public/pbcatalog/v1alpha1/dns.pb.go index 9f6ed584df..347781e14a 100644 --- a/proto-public/pbcatalog/v1alpha1/dns.pb.go +++ b/proto-public/pbcatalog/v1alpha1/dns.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbcatalog/v1alpha1/dns.proto b/proto-public/pbcatalog/v1alpha1/dns.proto index 35ca336b11..0936c34310 100644 --- a/proto-public/pbcatalog/v1alpha1/dns.proto +++ b/proto-public/pbcatalog/v1alpha1/dns.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbcatalog/v1alpha1/failover_policy.pb.go b/proto-public/pbcatalog/v1alpha1/failover_policy.pb.go index 568405a1cd..a0128c4c2d 100644 --- a/proto-public/pbcatalog/v1alpha1/failover_policy.pb.go +++ b/proto-public/pbcatalog/v1alpha1/failover_policy.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbcatalog/v1alpha1/failover_policy.proto b/proto-public/pbcatalog/v1alpha1/failover_policy.proto index 69dcec0d97..2b8e18c829 100644 --- a/proto-public/pbcatalog/v1alpha1/failover_policy.proto +++ b/proto-public/pbcatalog/v1alpha1/failover_policy.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbcatalog/v1alpha1/failover_policy_extras.go b/proto-public/pbcatalog/v1alpha1/failover_policy_extras.go index 8c1f2d104c..4111e89433 100644 --- a/proto-public/pbcatalog/v1alpha1/failover_policy_extras.go +++ b/proto-public/pbcatalog/v1alpha1/failover_policy_extras.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package catalogv1alpha1 diff --git a/proto-public/pbcatalog/v1alpha1/failover_policy_extras_test.go b/proto-public/pbcatalog/v1alpha1/failover_policy_extras_test.go index f9fe3e879d..8849d4a022 100644 --- a/proto-public/pbcatalog/v1alpha1/failover_policy_extras_test.go +++ b/proto-public/pbcatalog/v1alpha1/failover_policy_extras_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package catalogv1alpha1 diff --git a/proto-public/pbcatalog/v1alpha1/health.pb.go b/proto-public/pbcatalog/v1alpha1/health.pb.go index 071c405d99..58709a57be 100644 --- a/proto-public/pbcatalog/v1alpha1/health.pb.go +++ b/proto-public/pbcatalog/v1alpha1/health.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbcatalog/v1alpha1/health.proto b/proto-public/pbcatalog/v1alpha1/health.proto index 477aa15fc5..9b302208b6 100644 --- a/proto-public/pbcatalog/v1alpha1/health.proto +++ b/proto-public/pbcatalog/v1alpha1/health.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbcatalog/v1alpha1/node.pb.go b/proto-public/pbcatalog/v1alpha1/node.pb.go index b59d03bb91..69346e9dff 100644 --- a/proto-public/pbcatalog/v1alpha1/node.pb.go +++ b/proto-public/pbcatalog/v1alpha1/node.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbcatalog/v1alpha1/node.proto b/proto-public/pbcatalog/v1alpha1/node.proto index 56a7ce3a2c..5367ec05aa 100644 --- a/proto-public/pbcatalog/v1alpha1/node.proto +++ b/proto-public/pbcatalog/v1alpha1/node.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbcatalog/v1alpha1/protocol.pb.go b/proto-public/pbcatalog/v1alpha1/protocol.pb.go index 71e89aab4a..07e6efb767 100644 --- a/proto-public/pbcatalog/v1alpha1/protocol.pb.go +++ b/proto-public/pbcatalog/v1alpha1/protocol.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbcatalog/v1alpha1/protocol.proto b/proto-public/pbcatalog/v1alpha1/protocol.proto index a18351c5d6..d57803f8ab 100644 --- a/proto-public/pbcatalog/v1alpha1/protocol.proto +++ b/proto-public/pbcatalog/v1alpha1/protocol.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbcatalog/v1alpha1/selector.pb.go b/proto-public/pbcatalog/v1alpha1/selector.pb.go index 8caf0f51d6..12d1210ede 100644 --- a/proto-public/pbcatalog/v1alpha1/selector.pb.go +++ b/proto-public/pbcatalog/v1alpha1/selector.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbcatalog/v1alpha1/selector.proto b/proto-public/pbcatalog/v1alpha1/selector.proto index 1b5aa366e0..fce4d85d0d 100644 --- a/proto-public/pbcatalog/v1alpha1/selector.proto +++ b/proto-public/pbcatalog/v1alpha1/selector.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbcatalog/v1alpha1/service.pb.go b/proto-public/pbcatalog/v1alpha1/service.pb.go index cd72ccf268..3be2d077d1 100644 --- a/proto-public/pbcatalog/v1alpha1/service.pb.go +++ b/proto-public/pbcatalog/v1alpha1/service.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbcatalog/v1alpha1/service.proto b/proto-public/pbcatalog/v1alpha1/service.proto index 4d4d681308..3b9abc4b57 100644 --- a/proto-public/pbcatalog/v1alpha1/service.proto +++ b/proto-public/pbcatalog/v1alpha1/service.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbcatalog/v1alpha1/service_endpoints.pb.go b/proto-public/pbcatalog/v1alpha1/service_endpoints.pb.go index 903de0706b..2ec7c9a191 100644 --- a/proto-public/pbcatalog/v1alpha1/service_endpoints.pb.go +++ b/proto-public/pbcatalog/v1alpha1/service_endpoints.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbcatalog/v1alpha1/service_endpoints.proto b/proto-public/pbcatalog/v1alpha1/service_endpoints.proto index df3c70e031..49de36bb01 100644 --- a/proto-public/pbcatalog/v1alpha1/service_endpoints.proto +++ b/proto-public/pbcatalog/v1alpha1/service_endpoints.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbcatalog/v1alpha1/vip.pb.go b/proto-public/pbcatalog/v1alpha1/vip.pb.go index 7ba05aa850..88995afaa0 100644 --- a/proto-public/pbcatalog/v1alpha1/vip.pb.go +++ b/proto-public/pbcatalog/v1alpha1/vip.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbcatalog/v1alpha1/vip.proto b/proto-public/pbcatalog/v1alpha1/vip.proto index 5efee624fc..3ffa152114 100644 --- a/proto-public/pbcatalog/v1alpha1/vip.proto +++ b/proto-public/pbcatalog/v1alpha1/vip.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbcatalog/v1alpha1/workload.pb.go b/proto-public/pbcatalog/v1alpha1/workload.pb.go index e1f75d810c..f0f8d807d5 100644 --- a/proto-public/pbcatalog/v1alpha1/workload.pb.go +++ b/proto-public/pbcatalog/v1alpha1/workload.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbcatalog/v1alpha1/workload.proto b/proto-public/pbcatalog/v1alpha1/workload.proto index 00c82b8eeb..ee64b72637 100644 --- a/proto-public/pbcatalog/v1alpha1/workload.proto +++ b/proto-public/pbcatalog/v1alpha1/workload.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbconnectca/ca.pb.go b/proto-public/pbconnectca/ca.pb.go index b4312816f3..289acf7bd5 100644 --- a/proto-public/pbconnectca/ca.pb.go +++ b/proto-public/pbconnectca/ca.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbconnectca/ca.proto b/proto-public/pbconnectca/ca.proto index 9458e83478..7fe821b244 100644 --- a/proto-public/pbconnectca/ca.proto +++ b/proto-public/pbconnectca/ca.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbdataplane/dataplane.pb.go b/proto-public/pbdataplane/dataplane.pb.go index eeecbc2bd0..8507fd37f3 100644 --- a/proto-public/pbdataplane/dataplane.pb.go +++ b/proto-public/pbdataplane/dataplane.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package dataplane provides a service on Consul servers for the Consul Dataplane diff --git a/proto-public/pbdataplane/dataplane.proto b/proto-public/pbdataplane/dataplane.proto index 98a0a750fb..ced1b334eb 100644 --- a/proto-public/pbdataplane/dataplane.proto +++ b/proto-public/pbdataplane/dataplane.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package dataplane provides a service on Consul servers for the Consul Dataplane diff --git a/proto-public/pbdns/dns.pb.go b/proto-public/pbdns/dns.pb.go index c3825d68e9..8d0d58d7d5 100644 --- a/proto-public/pbdns/dns.pb.go +++ b/proto-public/pbdns/dns.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbdns/dns.proto b/proto-public/pbdns/dns.proto index 126b1cc4eb..5771350ce3 100644 --- a/proto-public/pbdns/dns.proto +++ b/proto-public/pbdns/dns.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/common.pb.go b/proto-public/pbmesh/v1alpha1/common.pb.go index 4262d3872c..680539c99d 100644 --- a/proto-public/pbmesh/v1alpha1/common.pb.go +++ b/proto-public/pbmesh/v1alpha1/common.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/common.proto b/proto-public/pbmesh/v1alpha1/common.proto index 48668e59dd..63110429c6 100644 --- a/proto-public/pbmesh/v1alpha1/common.proto +++ b/proto-public/pbmesh/v1alpha1/common.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/computed_routes.pb.go b/proto-public/pbmesh/v1alpha1/computed_routes.pb.go index 605e4fbd67..da04a618ec 100644 --- a/proto-public/pbmesh/v1alpha1/computed_routes.pb.go +++ b/proto-public/pbmesh/v1alpha1/computed_routes.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/computed_routes.proto b/proto-public/pbmesh/v1alpha1/computed_routes.proto index d48d417d68..3cc898f2e6 100644 --- a/proto-public/pbmesh/v1alpha1/computed_routes.proto +++ b/proto-public/pbmesh/v1alpha1/computed_routes.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/connection.pb.go b/proto-public/pbmesh/v1alpha1/connection.pb.go index 221845b26d..e3595a7248 100644 --- a/proto-public/pbmesh/v1alpha1/connection.pb.go +++ b/proto-public/pbmesh/v1alpha1/connection.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/connection.proto b/proto-public/pbmesh/v1alpha1/connection.proto index 8cae7c1c10..52c9f45632 100644 --- a/proto-public/pbmesh/v1alpha1/connection.proto +++ b/proto-public/pbmesh/v1alpha1/connection.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/destination_policy.pb.go b/proto-public/pbmesh/v1alpha1/destination_policy.pb.go index 44a3049d5e..0d7048e836 100644 --- a/proto-public/pbmesh/v1alpha1/destination_policy.pb.go +++ b/proto-public/pbmesh/v1alpha1/destination_policy.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/destination_policy.proto b/proto-public/pbmesh/v1alpha1/destination_policy.proto index cc03f38d8c..a1be9d9a30 100644 --- a/proto-public/pbmesh/v1alpha1/destination_policy.proto +++ b/proto-public/pbmesh/v1alpha1/destination_policy.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/expose.pb.go b/proto-public/pbmesh/v1alpha1/expose.pb.go index c5e13ecf00..4d346add84 100644 --- a/proto-public/pbmesh/v1alpha1/expose.pb.go +++ b/proto-public/pbmesh/v1alpha1/expose.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/expose.proto b/proto-public/pbmesh/v1alpha1/expose.proto index bf8591f20d..33663db881 100644 --- a/proto-public/pbmesh/v1alpha1/expose.proto +++ b/proto-public/pbmesh/v1alpha1/expose.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/grpc_route.pb.go b/proto-public/pbmesh/v1alpha1/grpc_route.pb.go index 2f25aae654..a9f043d581 100644 --- a/proto-public/pbmesh/v1alpha1/grpc_route.pb.go +++ b/proto-public/pbmesh/v1alpha1/grpc_route.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/grpc_route.proto b/proto-public/pbmesh/v1alpha1/grpc_route.proto index ce4ca4d917..98369980a5 100644 --- a/proto-public/pbmesh/v1alpha1/grpc_route.proto +++ b/proto-public/pbmesh/v1alpha1/grpc_route.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/http_route.pb.go b/proto-public/pbmesh/v1alpha1/http_route.pb.go index f69b84f226..94af113814 100644 --- a/proto-public/pbmesh/v1alpha1/http_route.pb.go +++ b/proto-public/pbmesh/v1alpha1/http_route.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/http_route.proto b/proto-public/pbmesh/v1alpha1/http_route.proto index ea14176b1b..595a5ae3e7 100644 --- a/proto-public/pbmesh/v1alpha1/http_route.proto +++ b/proto-public/pbmesh/v1alpha1/http_route.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/http_route_retries.pb.go b/proto-public/pbmesh/v1alpha1/http_route_retries.pb.go index 5a34d26a32..6a3e5142da 100644 --- a/proto-public/pbmesh/v1alpha1/http_route_retries.pb.go +++ b/proto-public/pbmesh/v1alpha1/http_route_retries.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/http_route_retries.proto b/proto-public/pbmesh/v1alpha1/http_route_retries.proto index 3ea112027a..594ea8a119 100644 --- a/proto-public/pbmesh/v1alpha1/http_route_retries.proto +++ b/proto-public/pbmesh/v1alpha1/http_route_retries.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/http_route_timeouts.pb.go b/proto-public/pbmesh/v1alpha1/http_route_timeouts.pb.go index 0fc421e43e..27b3cfdb51 100644 --- a/proto-public/pbmesh/v1alpha1/http_route_timeouts.pb.go +++ b/proto-public/pbmesh/v1alpha1/http_route_timeouts.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/http_route_timeouts.proto b/proto-public/pbmesh/v1alpha1/http_route_timeouts.proto index f33587496b..b627d2f1ca 100644 --- a/proto-public/pbmesh/v1alpha1/http_route_timeouts.proto +++ b/proto-public/pbmesh/v1alpha1/http_route_timeouts.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/access_logs.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/access_logs.pb.go index bedb5f9880..c7bc160ae4 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/access_logs.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/access_logs.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/access_logs.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/access_logs.proto index 00770c0c14..f02c63ff3b 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/access_logs.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/access_logs.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/address.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/address.pb.go index 0afb768f4a..0f954be123 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/address.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/address.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/address.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/address.proto index 2d08199a0e..ac6384879c 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/address.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/address.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/cluster.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/cluster.pb.go index 59d800a466..9cbfe4ad69 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/cluster.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/cluster.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/cluster.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/cluster.proto index 6fd7dba828..9b4194d981 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/cluster.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/cluster.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/endpoints.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/endpoints.pb.go index ce14e15f72..10e306c8a3 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/endpoints.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/endpoints.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/endpoints.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/endpoints.proto index 28ff53b7ee..09feada9cf 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/endpoints.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/endpoints.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/escape_hatches.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/escape_hatches.pb.go index 9250341dbe..03d095abdf 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/escape_hatches.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/escape_hatches.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/escape_hatches.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/escape_hatches.proto index ab88711827..3e6049459a 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/escape_hatches.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/escape_hatches.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/header_mutations.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/header_mutations.pb.go index 71d0b5dc3c..da94adbc54 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/header_mutations.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/header_mutations.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/header_mutations.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/header_mutations.proto index ca3bd6ee79..0359c144ca 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/header_mutations.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/header_mutations.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/intentions.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/intentions.pb.go index 171c5f357f..1b54eee4ae 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/intentions.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/intentions.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/intentions.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/intentions.proto index 37f009cc30..d47c5bc047 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/intentions.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/intentions.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/listener.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/listener.pb.go index 24c6f5fc8c..962c109388 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/listener.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/listener.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/listener.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/listener.proto index d4a4dcda9f..66f23651b0 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/listener.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/listener.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/references.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/references.pb.go index cee7c44bc4..666e2a91ac 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/references.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/references.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/references.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/references.proto index 3e2c1ddd45..168a25a49e 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/references.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/references.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/route.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/route.pb.go index c6840dd18a..3256ab8c2e 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/route.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/route.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/route.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/route.proto index 2ec10f3737..084b52d2d7 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/route.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/route.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/transport_socket.pb.go b/proto-public/pbmesh/v1alpha1/pbproxystate/transport_socket.pb.go index c5615447b0..9801e29c3c 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/transport_socket.pb.go +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/transport_socket.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/pbproxystate/transport_socket.proto b/proto-public/pbmesh/v1alpha1/pbproxystate/transport_socket.proto index df7d706027..4e53326183 100644 --- a/proto-public/pbmesh/v1alpha1/pbproxystate/transport_socket.proto +++ b/proto-public/pbmesh/v1alpha1/pbproxystate/transport_socket.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/proxy_configuration.pb.go b/proto-public/pbmesh/v1alpha1/proxy_configuration.pb.go index 0072714553..6795d42ae8 100644 --- a/proto-public/pbmesh/v1alpha1/proxy_configuration.pb.go +++ b/proto-public/pbmesh/v1alpha1/proxy_configuration.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/proxy_configuration.proto b/proto-public/pbmesh/v1alpha1/proxy_configuration.proto index c20ff3d47c..6d64ba37d2 100644 --- a/proto-public/pbmesh/v1alpha1/proxy_configuration.proto +++ b/proto-public/pbmesh/v1alpha1/proxy_configuration.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/proxy_state.pb.go b/proto-public/pbmesh/v1alpha1/proxy_state.pb.go index cb858b6d1d..4f8fc7914a 100644 --- a/proto-public/pbmesh/v1alpha1/proxy_state.pb.go +++ b/proto-public/pbmesh/v1alpha1/proxy_state.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/proxy_state.proto b/proto-public/pbmesh/v1alpha1/proxy_state.proto index 46ef458e57..94280a261f 100644 --- a/proto-public/pbmesh/v1alpha1/proxy_state.proto +++ b/proto-public/pbmesh/v1alpha1/proxy_state.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/routing.pb.go b/proto-public/pbmesh/v1alpha1/routing.pb.go index 19f6a7d1c1..cccbd6ff77 100644 --- a/proto-public/pbmesh/v1alpha1/routing.pb.go +++ b/proto-public/pbmesh/v1alpha1/routing.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/routing.proto b/proto-public/pbmesh/v1alpha1/routing.proto index d2b1cdd8b0..cbd15e3997 100644 --- a/proto-public/pbmesh/v1alpha1/routing.proto +++ b/proto-public/pbmesh/v1alpha1/routing.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/tcp_route.pb.go b/proto-public/pbmesh/v1alpha1/tcp_route.pb.go index 6a8cf5700f..80cd8ca963 100644 --- a/proto-public/pbmesh/v1alpha1/tcp_route.pb.go +++ b/proto-public/pbmesh/v1alpha1/tcp_route.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/tcp_route.proto b/proto-public/pbmesh/v1alpha1/tcp_route.proto index 0a6c974c04..bd3e46ca5b 100644 --- a/proto-public/pbmesh/v1alpha1/tcp_route.proto +++ b/proto-public/pbmesh/v1alpha1/tcp_route.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/upstreams.pb.go b/proto-public/pbmesh/v1alpha1/upstreams.pb.go index e8e9e4f9cf..bc50e86272 100644 --- a/proto-public/pbmesh/v1alpha1/upstreams.pb.go +++ b/proto-public/pbmesh/v1alpha1/upstreams.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/upstreams.proto b/proto-public/pbmesh/v1alpha1/upstreams.proto index a78d8c3f97..3b85502087 100644 --- a/proto-public/pbmesh/v1alpha1/upstreams.proto +++ b/proto-public/pbmesh/v1alpha1/upstreams.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbmesh/v1alpha1/upstreams_configuration.pb.go b/proto-public/pbmesh/v1alpha1/upstreams_configuration.pb.go index 61f9709cdc..10527dd3b7 100644 --- a/proto-public/pbmesh/v1alpha1/upstreams_configuration.pb.go +++ b/proto-public/pbmesh/v1alpha1/upstreams_configuration.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbmesh/v1alpha1/upstreams_configuration.proto b/proto-public/pbmesh/v1alpha1/upstreams_configuration.proto index 81bbbf5f82..5452e95ee2 100644 --- a/proto-public/pbmesh/v1alpha1/upstreams_configuration.proto +++ b/proto-public/pbmesh/v1alpha1/upstreams_configuration.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbresource/resource.pb.go b/proto-public/pbresource/resource.pb.go index 889a0314af..9ff9f6f0d8 100644 --- a/proto-public/pbresource/resource.pb.go +++ b/proto-public/pbresource/resource.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto-public/pbresource/resource.proto b/proto-public/pbresource/resource.proto index 9e65647587..1f4bfb3059 100644 --- a/proto-public/pbresource/resource.proto +++ b/proto-public/pbresource/resource.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto-public/pbserverdiscovery/serverdiscovery.pb.go b/proto-public/pbserverdiscovery/serverdiscovery.pb.go index 37b3b592e7..2ef18a5b44 100644 --- a/proto-public/pbserverdiscovery/serverdiscovery.pb.go +++ b/proto-public/pbserverdiscovery/serverdiscovery.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package serverdiscovery provides a service on Consul servers to discover the set of servers // currently able to handle incoming requests. diff --git a/proto-public/pbserverdiscovery/serverdiscovery.proto b/proto-public/pbserverdiscovery/serverdiscovery.proto index c2c06aed72..9c4f9e96a7 100644 --- a/proto-public/pbserverdiscovery/serverdiscovery.proto +++ b/proto-public/pbserverdiscovery/serverdiscovery.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package serverdiscovery provides a service on Consul servers to discover the set of servers // currently able to handle incoming requests. diff --git a/proto/buf.gen.yaml b/proto/buf.gen.yaml index e8a1a956ab..efb9703b10 100644 --- a/proto/buf.gen.yaml +++ b/proto/buf.gen.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: v1 managed: diff --git a/proto/buf.yaml b/proto/buf.yaml index de63034c3c..a8aa501964 100644 --- a/proto/buf.yaml +++ b/proto/buf.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 version: v1 lint: diff --git a/proto/private/pbacl/acl.go b/proto/private/pbacl/acl.go index 3d3b8de520..5c9cc6285e 100644 --- a/proto/private/pbacl/acl.go +++ b/proto/private/pbacl/acl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbacl diff --git a/proto/private/pbacl/acl.pb.go b/proto/private/pbacl/acl.pb.go index e8d0719e8d..f6aa5c3418 100644 --- a/proto/private/pbacl/acl.pb.go +++ b/proto/private/pbacl/acl.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbacl/acl.proto b/proto/private/pbacl/acl.proto index 4a96f2671c..0fa9ecd89d 100644 --- a/proto/private/pbacl/acl.proto +++ b/proto/private/pbacl/acl.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbautoconf/auto_config.go b/proto/private/pbautoconf/auto_config.go index e2de2f18d9..39d37d1dc8 100644 --- a/proto/private/pbautoconf/auto_config.go +++ b/proto/private/pbautoconf/auto_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbautoconf diff --git a/proto/private/pbautoconf/auto_config.pb.go b/proto/private/pbautoconf/auto_config.pb.go index 55da1b07f9..a9b4c2c891 100644 --- a/proto/private/pbautoconf/auto_config.pb.go +++ b/proto/private/pbautoconf/auto_config.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbautoconf/auto_config.proto b/proto/private/pbautoconf/auto_config.proto index a167107655..a0f4440d79 100644 --- a/proto/private/pbautoconf/auto_config.proto +++ b/proto/private/pbautoconf/auto_config.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbautoconf/auto_config_oss.go b/proto/private/pbautoconf/auto_config_oss.go index 1cab31f171..032ca67ba3 100644 --- a/proto/private/pbautoconf/auto_config_oss.go +++ b/proto/private/pbautoconf/auto_config_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/proto/private/pbcommon/common.go b/proto/private/pbcommon/common.go index e05c0a970a..ecf935d75f 100644 --- a/proto/private/pbcommon/common.go +++ b/proto/private/pbcommon/common.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbcommon diff --git a/proto/private/pbcommon/common.pb.go b/proto/private/pbcommon/common.pb.go index dd6240ad85..fc69281841 100644 --- a/proto/private/pbcommon/common.pb.go +++ b/proto/private/pbcommon/common.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbcommon/common.proto b/proto/private/pbcommon/common.proto index a86aa2dde5..2296dc69d6 100644 --- a/proto/private/pbcommon/common.proto +++ b/proto/private/pbcommon/common.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbcommon/common_oss.go b/proto/private/pbcommon/common_oss.go index c0ce9b27f8..94aef583a1 100644 --- a/proto/private/pbcommon/common_oss.go +++ b/proto/private/pbcommon/common_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/proto/private/pbcommon/convert_pbstruct.go b/proto/private/pbcommon/convert_pbstruct.go index e48dce9ae6..f21d9a40ed 100644 --- a/proto/private/pbcommon/convert_pbstruct.go +++ b/proto/private/pbcommon/convert_pbstruct.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbcommon diff --git a/proto/private/pbcommon/convert_pbstruct_test.go b/proto/private/pbcommon/convert_pbstruct_test.go index 543129fdfd..82f52c6992 100644 --- a/proto/private/pbcommon/convert_pbstruct_test.go +++ b/proto/private/pbcommon/convert_pbstruct_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbcommon diff --git a/proto/private/pbconfig/config.pb.go b/proto/private/pbconfig/config.pb.go index 61c394944f..ce8e43c7ce 100644 --- a/proto/private/pbconfig/config.pb.go +++ b/proto/private/pbconfig/config.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbconfig/config.proto b/proto/private/pbconfig/config.proto index 79b4a3669e..96a0f1cae0 100644 --- a/proto/private/pbconfig/config.proto +++ b/proto/private/pbconfig/config.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbconfigentry/config_entry.go b/proto/private/pbconfigentry/config_entry.go index 705c87d013..8ddfde8ccc 100644 --- a/proto/private/pbconfigentry/config_entry.go +++ b/proto/private/pbconfigentry/config_entry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbconfigentry diff --git a/proto/private/pbconfigentry/config_entry.pb.go b/proto/private/pbconfigentry/config_entry.pb.go index 7ba920b75c..8ec7635b3a 100644 --- a/proto/private/pbconfigentry/config_entry.pb.go +++ b/proto/private/pbconfigentry/config_entry.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbconfigentry/config_entry.proto b/proto/private/pbconfigentry/config_entry.proto index d053ff1814..3c698aab37 100644 --- a/proto/private/pbconfigentry/config_entry.proto +++ b/proto/private/pbconfigentry/config_entry.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbconfigentry/config_entry_oss.go b/proto/private/pbconfigentry/config_entry_oss.go index 26cd931299..b81e076861 100644 --- a/proto/private/pbconfigentry/config_entry_oss.go +++ b/proto/private/pbconfigentry/config_entry_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/proto/private/pbconnect/connect.go b/proto/private/pbconnect/connect.go index 85f8a35b7d..9c3ed9d735 100644 --- a/proto/private/pbconnect/connect.go +++ b/proto/private/pbconnect/connect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbconnect diff --git a/proto/private/pbconnect/connect.pb.go b/proto/private/pbconnect/connect.pb.go index 278114b3b4..18942ff7de 100644 --- a/proto/private/pbconnect/connect.pb.go +++ b/proto/private/pbconnect/connect.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbconnect/connect.proto b/proto/private/pbconnect/connect.proto index afd1a4e1a4..f829dd2262 100644 --- a/proto/private/pbconnect/connect.proto +++ b/proto/private/pbconnect/connect.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbdemo/v1/demo.pb.go b/proto/private/pbdemo/v1/demo.pb.go index a69008fce7..ebc5bc3700 100644 --- a/proto/private/pbdemo/v1/demo.pb.go +++ b/proto/private/pbdemo/v1/demo.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbdemo/v1/demo.proto b/proto/private/pbdemo/v1/demo.proto index 4fcbe7155c..a0498cbd4f 100644 --- a/proto/private/pbdemo/v1/demo.proto +++ b/proto/private/pbdemo/v1/demo.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbdemo/v2/demo.pb.go b/proto/private/pbdemo/v2/demo.pb.go index 2ffed20dcc..a4c52a99d6 100644 --- a/proto/private/pbdemo/v2/demo.pb.go +++ b/proto/private/pbdemo/v2/demo.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbdemo/v2/demo.proto b/proto/private/pbdemo/v2/demo.proto index b208324801..546cfe6972 100644 --- a/proto/private/pbdemo/v2/demo.proto +++ b/proto/private/pbdemo/v2/demo.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pboperator/operator.pb.go b/proto/private/pboperator/operator.pb.go index 5f264c5393..e7e457bc73 100644 --- a/proto/private/pboperator/operator.pb.go +++ b/proto/private/pboperator/operator.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pboperator/operator.proto b/proto/private/pboperator/operator.proto index 4f8b99358d..8669f03041 100644 --- a/proto/private/pboperator/operator.proto +++ b/proto/private/pboperator/operator.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbpeering/peering.go b/proto/private/pbpeering/peering.go index 0fec964c46..5759061afc 100644 --- a/proto/private/pbpeering/peering.go +++ b/proto/private/pbpeering/peering.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbpeering diff --git a/proto/private/pbpeering/peering.pb.go b/proto/private/pbpeering/peering.pb.go index 69af206ca4..a0c7bd2167 100644 --- a/proto/private/pbpeering/peering.pb.go +++ b/proto/private/pbpeering/peering.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbpeering/peering.proto b/proto/private/pbpeering/peering.proto index e72d5eb768..02fddbf17f 100644 --- a/proto/private/pbpeering/peering.proto +++ b/proto/private/pbpeering/peering.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbpeering/peering_oss.go b/proto/private/pbpeering/peering_oss.go index 04d1107d02..4c4dd959e8 100644 --- a/proto/private/pbpeering/peering_oss.go +++ b/proto/private/pbpeering/peering_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/proto/private/pbpeerstream/convert.go b/proto/private/pbpeerstream/convert.go index 27848e0e39..d71dc5d3b1 100644 --- a/proto/private/pbpeerstream/convert.go +++ b/proto/private/pbpeerstream/convert.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbpeerstream diff --git a/proto/private/pbpeerstream/peerstream.go b/proto/private/pbpeerstream/peerstream.go index 85d44785d0..3dc6aa6093 100644 --- a/proto/private/pbpeerstream/peerstream.go +++ b/proto/private/pbpeerstream/peerstream.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbpeerstream diff --git a/proto/private/pbpeerstream/peerstream.pb.go b/proto/private/pbpeerstream/peerstream.pb.go index f20496642d..aeb1bdb220 100644 --- a/proto/private/pbpeerstream/peerstream.pb.go +++ b/proto/private/pbpeerstream/peerstream.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbpeerstream/peerstream.proto b/proto/private/pbpeerstream/peerstream.proto index a66e823e04..b46fcf2270 100644 --- a/proto/private/pbpeerstream/peerstream.proto +++ b/proto/private/pbpeerstream/peerstream.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbpeerstream/types.go b/proto/private/pbpeerstream/types.go index 6b55bfb425..bf2250c64d 100644 --- a/proto/private/pbpeerstream/types.go +++ b/proto/private/pbpeerstream/types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbpeerstream diff --git a/proto/private/pbservice/convert.go b/proto/private/pbservice/convert.go index 973369f03d..8396ff7c64 100644 --- a/proto/private/pbservice/convert.go +++ b/proto/private/pbservice/convert.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbservice diff --git a/proto/private/pbservice/convert_oss.go b/proto/private/pbservice/convert_oss.go index 938495b96b..482a2640c7 100644 --- a/proto/private/pbservice/convert_oss.go +++ b/proto/private/pbservice/convert_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/proto/private/pbservice/convert_oss_test.go b/proto/private/pbservice/convert_oss_test.go index 2367f3e73a..59a29c6ca7 100644 --- a/proto/private/pbservice/convert_oss_test.go +++ b/proto/private/pbservice/convert_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 !consulent // +build !consulent diff --git a/proto/private/pbservice/convert_test.go b/proto/private/pbservice/convert_test.go index 0093a76dd9..5b3c97680e 100644 --- a/proto/private/pbservice/convert_test.go +++ b/proto/private/pbservice/convert_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbservice diff --git a/proto/private/pbservice/healthcheck.pb.go b/proto/private/pbservice/healthcheck.pb.go index aa7a4c7325..ba0edbde9d 100644 --- a/proto/private/pbservice/healthcheck.pb.go +++ b/proto/private/pbservice/healthcheck.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbservice/healthcheck.proto b/proto/private/pbservice/healthcheck.proto index 5800a04191..b3cbf05044 100644 --- a/proto/private/pbservice/healthcheck.proto +++ b/proto/private/pbservice/healthcheck.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbservice/ids.go b/proto/private/pbservice/ids.go index 8ab248c3e8..bac74d6f7e 100644 --- a/proto/private/pbservice/ids.go +++ b/proto/private/pbservice/ids.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbservice diff --git a/proto/private/pbservice/ids_test.go b/proto/private/pbservice/ids_test.go index 9a56604ee8..9477bb8d9b 100644 --- a/proto/private/pbservice/ids_test.go +++ b/proto/private/pbservice/ids_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbservice diff --git a/proto/private/pbservice/node.pb.go b/proto/private/pbservice/node.pb.go index 7b8fa6a334..3d562fe31f 100644 --- a/proto/private/pbservice/node.pb.go +++ b/proto/private/pbservice/node.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbservice/node.proto b/proto/private/pbservice/node.proto index 85e82de708..6b81f0b6c0 100644 --- a/proto/private/pbservice/node.proto +++ b/proto/private/pbservice/node.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbservice/service.pb.go b/proto/private/pbservice/service.pb.go index 13826aa752..871b6a0411 100644 --- a/proto/private/pbservice/service.pb.go +++ b/proto/private/pbservice/service.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbservice/service.proto b/proto/private/pbservice/service.proto index 4573a920a6..b89f1717b1 100644 --- a/proto/private/pbservice/service.proto +++ b/proto/private/pbservice/service.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbstorage/raft.pb.go b/proto/private/pbstorage/raft.pb.go index 8ae22a6aba..6efa5c8f8f 100644 --- a/proto/private/pbstorage/raft.pb.go +++ b/proto/private/pbstorage/raft.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: diff --git a/proto/private/pbstorage/raft.proto b/proto/private/pbstorage/raft.proto index 1dbae409e2..ed7954a869 100644 --- a/proto/private/pbstorage/raft.proto +++ b/proto/private/pbstorage/raft.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; diff --git a/proto/private/pbsubscribe/subscribe.go b/proto/private/pbsubscribe/subscribe.go index 53b7081245..918c3d2980 100644 --- a/proto/private/pbsubscribe/subscribe.go +++ b/proto/private/pbsubscribe/subscribe.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pbsubscribe diff --git a/proto/private/pbsubscribe/subscribe.pb.go b/proto/private/pbsubscribe/subscribe.pb.go index f71a855107..796f581f3f 100644 --- a/proto/private/pbsubscribe/subscribe.pb.go +++ b/proto/private/pbsubscribe/subscribe.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // // Package event provides a service for subscribing to state change events. diff --git a/proto/private/pbsubscribe/subscribe.proto b/proto/private/pbsubscribe/subscribe.proto index 37124b5d02..c327c92c7f 100644 --- a/proto/private/pbsubscribe/subscribe.proto +++ b/proto/private/pbsubscribe/subscribe.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 /* Package event provides a service for subscribing to state change events. diff --git a/proto/private/prototest/testing.go b/proto/private/prototest/testing.go index cc1d1e0141..6b6e81a4a1 100644 --- a/proto/private/prototest/testing.go +++ b/proto/private/prototest/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package prototest diff --git a/proto/private/prototest/testing_test.go b/proto/private/prototest/testing_test.go index 22c1848821..2ee383baa1 100644 --- a/proto/private/prototest/testing_test.go +++ b/proto/private/prototest/testing_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package prototest import ( diff --git a/sdk/LICENSE b/sdk/LICENSE new file mode 100644 index 0000000000..7c5baa45e1 --- /dev/null +++ b/sdk/LICENSE @@ -0,0 +1,365 @@ +Copyright (c) 2020 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. + diff --git a/sentinel/evaluator.go b/sentinel/evaluator.go index d37a82704e..fd609fff90 100644 --- a/sentinel/evaluator.go +++ b/sentinel/evaluator.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sentinel diff --git a/sentinel/scope.go b/sentinel/scope.go index 7f2fb5d721..4a6a87e146 100644 --- a/sentinel/scope.go +++ b/sentinel/scope.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package sentinel diff --git a/sentinel/sentinel_oss.go b/sentinel/sentinel_oss.go index fc688bcb93..9b21607c43 100644 --- a/sentinel/sentinel_oss.go +++ b/sentinel/sentinel_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/service_os/service.go b/service_os/service.go index cba71b23ac..8a23c09347 100644 --- a/service_os/service.go +++ b/service_os/service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package service_os diff --git a/service_os/service_windows.go b/service_os/service_windows.go index 0ff9f2e7c9..6a9ca4386a 100644 --- a/service_os/service_windows.go +++ b/service_os/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 // +build windows diff --git a/snapshot/archive.go b/snapshot/archive.go index 3560e0ac23..38aad441bf 100644 --- a/snapshot/archive.go +++ b/snapshot/archive.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // The archive utilities manage the internal format of a snapshot, which is a // tar file with the following contents: diff --git a/snapshot/archive_test.go b/snapshot/archive_test.go index d7568edb80..74148b84e8 100644 --- a/snapshot/archive_test.go +++ b/snapshot/archive_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package snapshot diff --git a/snapshot/snapshot.go b/snapshot/snapshot.go index a1deee9153..f09f8870e3 100644 --- a/snapshot/snapshot.go +++ b/snapshot/snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // snapshot manages the interactions between Consul and Raft in order to take // and restore snapshots for disaster recovery. The internal format of a diff --git a/snapshot/snapshot_test.go b/snapshot/snapshot_test.go index d59061e9ea..4e9701360d 100644 --- a/snapshot/snapshot_test.go +++ b/snapshot/snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package snapshot diff --git a/test-integ/peering_commontopo/ac1_basic_test.go b/test-integ/peering_commontopo/ac1_basic_test.go index a8fed4f657..85aaee4e6b 100644 --- a/test-integ/peering_commontopo/ac1_basic_test.go +++ b/test-integ/peering_commontopo/ac1_basic_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/ac2_disco_chain_test.go b/test-integ/peering_commontopo/ac2_disco_chain_test.go index c8081015c5..448ab2840b 100644 --- a/test-integ/peering_commontopo/ac2_disco_chain_test.go +++ b/test-integ/peering_commontopo/ac2_disco_chain_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/ac3_service_defaults_upstream_test.go b/test-integ/peering_commontopo/ac3_service_defaults_upstream_test.go index c61070e63a..586103c111 100644 --- a/test-integ/peering_commontopo/ac3_service_defaults_upstream_test.go +++ b/test-integ/peering_commontopo/ac3_service_defaults_upstream_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/ac4_proxy_defaults_test.go b/test-integ/peering_commontopo/ac4_proxy_defaults_test.go index b20986eeba..c413820c6f 100644 --- a/test-integ/peering_commontopo/ac4_proxy_defaults_test.go +++ b/test-integ/peering_commontopo/ac4_proxy_defaults_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/ac5_1_no_svc_mesh_test.go b/test-integ/peering_commontopo/ac5_1_no_svc_mesh_test.go index d22118e2d8..9706eba63c 100644 --- a/test-integ/peering_commontopo/ac5_1_no_svc_mesh_test.go +++ b/test-integ/peering_commontopo/ac5_1_no_svc_mesh_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/ac5_2_pq_failover_test.go b/test-integ/peering_commontopo/ac5_2_pq_failover_test.go index 4833173e82..9493064740 100644 --- a/test-integ/peering_commontopo/ac5_2_pq_failover_test.go +++ b/test-integ/peering_commontopo/ac5_2_pq_failover_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/ac6_failovers_test.go b/test-integ/peering_commontopo/ac6_failovers_test.go index cdee093ec5..aeeeba0fba 100644 --- a/test-integ/peering_commontopo/ac6_failovers_test.go +++ b/test-integ/peering_commontopo/ac6_failovers_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/ac7_1_rotate_gw_test.go b/test-integ/peering_commontopo/ac7_1_rotate_gw_test.go index 2753109687..b8da4e34bf 100644 --- a/test-integ/peering_commontopo/ac7_1_rotate_gw_test.go +++ b/test-integ/peering_commontopo/ac7_1_rotate_gw_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/ac7_2_rotate_leader_test.go b/test-integ/peering_commontopo/ac7_2_rotate_leader_test.go index dd0bf04c2f..986e015a02 100644 --- a/test-integ/peering_commontopo/ac7_2_rotate_leader_test.go +++ b/test-integ/peering_commontopo/ac7_2_rotate_leader_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/asserter.go b/test-integ/peering_commontopo/asserter.go index 77404a222a..1fa1b81ef1 100644 --- a/test-integ/peering_commontopo/asserter.go +++ b/test-integ/peering_commontopo/asserter.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/commontopo.go b/test-integ/peering_commontopo/commontopo.go index 09eebafffb..79969afbb3 100644 --- a/test-integ/peering_commontopo/commontopo.go +++ b/test-integ/peering_commontopo/commontopo.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test-integ/peering_commontopo/sharedtopology_test.go b/test-integ/peering_commontopo/sharedtopology_test.go index 75532e5d56..f51b05e41e 100644 --- a/test-integ/peering_commontopo/sharedtopology_test.go +++ b/test-integ/peering_commontopo/sharedtopology_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package peering import ( diff --git a/test/bin/cluster.bash b/test/bin/cluster.bash index 8b856c4a2c..a6bc7d336f 100755 --- a/test/bin/cluster.bash +++ b/test/bin/cluster.bash @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # # Script for bringing up an N node consul cluster diff --git a/test/ca/generate.sh b/test/ca/generate.sh index 897071dda8..7159431f4c 100755 --- a/test/ca/generate.sh +++ b/test/ca/generate.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -e diff --git a/test/client_certs/generate.sh b/test/client_certs/generate.sh index e93f568dcb..f5c645d7bb 100755 --- a/test/client_certs/generate.sh +++ b/test/client_certs/generate.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/hostname/generate.sh b/test/hostname/generate.sh index 61febd2a36..8e43dbee4e 100755 --- a/test/hostname/generate.sh +++ b/test/hostname/generate.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-api-gateway-http-hostnames/capture.sh b/test/integration/connect/envoy/case-api-gateway-http-hostnames/capture.sh index 13eb01ba5f..92123f3f4c 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-hostnames/capture.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-hostnames/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 api-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-api-gateway-http-hostnames/service_gateway.hcl b/test/integration/connect/envoy/case-api-gateway-http-hostnames/service_gateway.hcl index c0af862f92..1d0d5fffe2 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-hostnames/service_gateway.hcl +++ b/test/integration/connect/envoy/case-api-gateway-http-hostnames/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "api-gateway" diff --git a/test/integration/connect/envoy/case-api-gateway-http-hostnames/setup.sh b/test/integration/connect/envoy/case-api-gateway-http-hostnames/setup.sh index 754e461f84..3b3db83268 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-hostnames/setup.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-hostnames/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-api-gateway-http-hostnames/vars.sh b/test/integration/connect/envoy/case-api-gateway-http-hostnames/vars.sh index 87f668072e..1456b6a5ad 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-hostnames/vars.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-hostnames/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES api-gateway-primary" diff --git a/test/integration/connect/envoy/case-api-gateway-http-simple/capture.sh b/test/integration/connect/envoy/case-api-gateway-http-simple/capture.sh index 13eb01ba5f..92123f3f4c 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-simple/capture.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-simple/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 api-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-api-gateway-http-simple/service_gateway.hcl b/test/integration/connect/envoy/case-api-gateway-http-simple/service_gateway.hcl index c0af862f92..1d0d5fffe2 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-simple/service_gateway.hcl +++ b/test/integration/connect/envoy/case-api-gateway-http-simple/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "api-gateway" diff --git a/test/integration/connect/envoy/case-api-gateway-http-simple/setup.sh b/test/integration/connect/envoy/case-api-gateway-http-simple/setup.sh index 350eea0c5f..e25e92ba00 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-simple/setup.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-simple/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-api-gateway-http-simple/vars.sh b/test/integration/connect/envoy/case-api-gateway-http-simple/vars.sh index 87f668072e..1456b6a5ad 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-simple/vars.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-simple/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES api-gateway-primary" diff --git a/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/capture.sh b/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/capture.sh index 13eb01ba5f..92123f3f4c 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/capture.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 api-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/service_gateway.hcl b/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/service_gateway.hcl index c0af862f92..1d0d5fffe2 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/service_gateway.hcl +++ b/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "api-gateway" diff --git a/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/service_s3.hcl b/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/service_s3.hcl index 3b11b245d4..b41ec03498 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/service_s3.hcl +++ b/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/service_s3.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s3" diff --git a/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/setup.sh b/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/setup.sh index da74ff07c1..622df90c29 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/setup.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/vars.sh b/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/vars.sh index 87f668072e..1456b6a5ad 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/vars.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-splitter-targets/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES api-gateway-primary" diff --git a/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/capture.sh b/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/capture.sh index 13eb01ba5f..92123f3f4c 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/capture.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 api-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/service_gateway.hcl b/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/service_gateway.hcl index c0af862f92..1d0d5fffe2 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/service_gateway.hcl +++ b/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "api-gateway" diff --git a/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/setup.sh b/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/setup.sh index bb058d96fd..23076cd00e 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/setup.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/vars.sh b/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/vars.sh index 87f668072e..1456b6a5ad 100644 --- a/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/vars.sh +++ b/test/integration/connect/envoy/case-api-gateway-http-tls-overlapping-hosts/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES api-gateway-primary" diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/capture.sh b/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/capture.sh index 13eb01ba5f..92123f3f4c 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/capture.sh +++ b/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 api-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/service_gateway.hcl b/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/service_gateway.hcl index c0af862f92..1d0d5fffe2 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/service_gateway.hcl +++ b/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "api-gateway" diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/setup.sh b/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/setup.sh index 35d01c8bb9..a4529b6772 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/setup.sh +++ b/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/vars.sh b/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/vars.sh index 87f668072e..1456b6a5ad 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/vars.sh +++ b/test/integration/connect/envoy/case-api-gateway-tcp-conflicted/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES api-gateway-primary" diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-simple/capture.sh b/test/integration/connect/envoy/case-api-gateway-tcp-simple/capture.sh index 13eb01ba5f..92123f3f4c 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-simple/capture.sh +++ b/test/integration/connect/envoy/case-api-gateway-tcp-simple/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 api-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-simple/service_gateway.hcl b/test/integration/connect/envoy/case-api-gateway-tcp-simple/service_gateway.hcl index c0af862f92..1d0d5fffe2 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-simple/service_gateway.hcl +++ b/test/integration/connect/envoy/case-api-gateway-tcp-simple/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "api-gateway" diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-simple/setup.sh b/test/integration/connect/envoy/case-api-gateway-tcp-simple/setup.sh index 82504d09f5..152e077210 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-simple/setup.sh +++ b/test/integration/connect/envoy/case-api-gateway-tcp-simple/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-simple/vars.sh b/test/integration/connect/envoy/case-api-gateway-tcp-simple/vars.sh index 87f668072e..1456b6a5ad 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-simple/vars.sh +++ b/test/integration/connect/envoy/case-api-gateway-tcp-simple/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES api-gateway-primary" diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/capture.sh b/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/capture.sh index 13eb01ba5f..92123f3f4c 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/capture.sh +++ b/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 api-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/service_gateway.hcl b/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/service_gateway.hcl index c0af862f92..1d0d5fffe2 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/service_gateway.hcl +++ b/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "api-gateway" diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/setup.sh b/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/setup.sh index a4be961ebb..ca9568e348 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/setup.sh +++ b/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/vars.sh b/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/vars.sh index 87f668072e..1456b6a5ad 100644 --- a/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/vars.sh +++ b/test/integration/connect/envoy/case-api-gateway-tcp-tls-overlapping-hosts/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES api-gateway-primary" diff --git a/test/integration/connect/envoy/case-badauthz/capture.sh b/test/integration/connect/envoy/case-badauthz/capture.sh index 94c0278ce2..c6b9e36ed1 100644 --- a/test/integration/connect/envoy/case-badauthz/capture.sh +++ b/test/integration/connect/envoy/case-badauthz/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 || true diff --git a/test/integration/connect/envoy/case-badauthz/setup.sh b/test/integration/connect/envoy/case-badauthz/setup.sh index 6bd91b1f4e..1aa0962cf6 100644 --- a/test/integration/connect/envoy/case-badauthz/setup.sh +++ b/test/integration/connect/envoy/case-badauthz/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-basic/capture.sh b/test/integration/connect/envoy/case-basic/capture.sh index 5268305f8f..14dc00afc6 100644 --- a/test/integration/connect/envoy/case-basic/capture.sh +++ b/test/integration/connect/envoy/case-basic/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-basic/setup.sh b/test/integration/connect/envoy/case-basic/setup.sh index b88cc90129..3fb3ade6c5 100644 --- a/test/integration/connect/envoy/case-basic/setup.sh +++ b/test/integration/connect/envoy/case-basic/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-centralconf/capture.sh b/test/integration/connect/envoy/case-centralconf/capture.sh index 21ebba7878..8bc4413d09 100644 --- a/test/integration/connect/envoy/case-centralconf/capture.sh +++ b/test/integration/connect/envoy/case-centralconf/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-centralconf/service_s1.hcl b/test/integration/connect/envoy/case-centralconf/service_s1.hcl index 6eaca12985..54c6ac6501 100644 --- a/test/integration/connect/envoy/case-centralconf/service_s1.hcl +++ b/test/integration/connect/envoy/case-centralconf/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-centralconf/service_s2.hcl b/test/integration/connect/envoy/case-centralconf/service_s2.hcl index dfb92edce6..1a89f85594 100644 --- a/test/integration/connect/envoy/case-centralconf/service_s2.hcl +++ b/test/integration/connect/envoy/case-centralconf/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-centralconf/setup.sh b/test/integration/connect/envoy/case-centralconf/setup.sh index 10038488c8..934ea006fd 100644 --- a/test/integration/connect/envoy/case-centralconf/setup.sh +++ b/test/integration/connect/envoy/case-centralconf/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/base.hcl b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/base.hcl index 899e81705a..8cd6db1487 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/base.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 primary_datacenter = "alpha" log_level = "trace" diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_gateway.hcl b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_gateway.hcl index 82ddd559eb..640b9b6ce7 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_s1.hcl b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_s1.hcl index 11acde14f4..b065abc905 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_s1.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service in this peer diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_s2.hcl b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_s2.hcl index 42252eb82f..90d2315f4d 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_s2.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/setup.sh index 917d0ba6c1..af71eccb8e 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/bind.hcl b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/bind.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/capture.sh b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/capture.sh index e1b411ab95..0921d3c32a 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/capture.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/base.hcl b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/base.hcl index 189b8e0ccf..55c268b37e 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/base.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 peering { enabled = true diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/service_s1.hcl b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/service_s1.hcl index c9da404077..63dfc2994f 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/service_s2.hcl b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/service_s2.hcl index 42252eb82f..90d2315f4d 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/setup.sh index 830ecb23b7..d84fe0a869 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/vars.sh b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/vars.sh index 9d1f5c977a..41b9591533 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/vars.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy s2 s2-sidecar-proxy s2-alpha s2-sidecar-proxy-alpha gateway-alpha tcpdump-primary tcpdump-alpha" diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/bind.hcl b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/bind.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/capture.sh b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/capture.sh index 93352a5228..0ee4884a15 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/capture.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/primary/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/primary/setup.sh index e9a9055ab6..8b24664564 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/primary/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/join.hcl b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/join.hcl index 0f63220d54..f0bd3fbd4a 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/join.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/join.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 retry_join_wan = ["consul-primary-server"] diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/service_gateway.hcl b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/service_gateway.hcl index 8c2315b9ae..4f91a74018 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/service_s1.hcl b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/service_s1.hcl index 06af757cd6..8b4d4a83a4 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/service_s1.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # we don't want an s1 service in the secondary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/setup.sh index 1af35392b9..ed13954a1f 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/secondary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/vars.sh b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/vars.sh index e33bd22ca6..11e14176e3 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/vars.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-none/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES=" diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/bind.hcl b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/bind.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/capture.sh b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/capture.sh index 93352a5228..0ee4884a15 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/capture.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/primary/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/primary/setup.sh index 33a1a035c5..25a7c173f0 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/primary/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/join.hcl b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/join.hcl index 0f63220d54..f0bd3fbd4a 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/join.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/join.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 retry_join_wan = ["consul-primary-server"] diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/service_gateway.hcl b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/service_gateway.hcl index 8c2315b9ae..4f91a74018 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/service_s1.hcl b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/service_s1.hcl index 06af757cd6..8b4d4a83a4 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/service_s1.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # we don't want an s1 service in the secondary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/setup.sh index 1af35392b9..ed13954a1f 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/secondary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/vars.sh b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/vars.sh index e33bd22ca6..11e14176e3 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/vars.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-dc-failover-gateways-remote/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES=" diff --git a/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/service_s2-v1.hcl b/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/service_s2-v1.hcl index 9dd3cb782f..b96b473cf4 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/service_s2-v1.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/service_s2-v1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v1" diff --git a/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/service_s2-v2.hcl b/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/service_s2-v2.hcl index 451f835e86..d642e71fa3 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/service_s2-v2.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/service_s2-v2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v2" diff --git a/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/setup.sh index 20dd921723..043dd7f7fc 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/vars.sh b/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/vars.sh index 50c5f8f67f..358c95541f 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/vars.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-defaultsubset/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES=" diff --git a/test/integration/connect/envoy/case-cfg-resolver-features/capture.sh b/test/integration/connect/envoy/case-cfg-resolver-features/capture.sh index 39878041c3..b1782df01e 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-features/capture.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-features/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cfg-resolver-features/service_s2-v1.hcl b/test/integration/connect/envoy/case-cfg-resolver-features/service_s2-v1.hcl index 9dd3cb782f..b96b473cf4 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-features/service_s2-v1.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-features/service_s2-v1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v1" diff --git a/test/integration/connect/envoy/case-cfg-resolver-features/service_s2-v2.hcl b/test/integration/connect/envoy/case-cfg-resolver-features/service_s2-v2.hcl index 451f835e86..d642e71fa3 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-features/service_s2-v2.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-features/service_s2-v2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v2" diff --git a/test/integration/connect/envoy/case-cfg-resolver-features/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-features/setup.sh index c3f2fa3a1d..2e3078edc8 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-features/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-features/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-features/vars.sh b/test/integration/connect/envoy/case-cfg-resolver-features/vars.sh index 50c5f8f67f..358c95541f 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-features/vars.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-features/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES=" diff --git a/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/service_s2-v1.hcl b/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/service_s2-v1.hcl index 551db8a322..d45b146272 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/service_s2-v1.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/service_s2-v1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v1" diff --git a/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/setup.sh index 229247da4f..606cadd8f1 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/vars.sh b/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/vars.sh index 9f9b54a8e9..aab3c8c39e 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/vars.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-subset-onlypassing/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES=" diff --git a/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3-v1.hcl b/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3-v1.hcl index af20754d25..d9a050a16f 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3-v1.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3-v1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s3-v1" diff --git a/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3-v2.hcl b/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3-v2.hcl index 22a40609e1..19e2c7cac1 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3-v2.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3-v2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s3-v2" diff --git a/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3.hcl b/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3.hcl index 82db490a87..973e69b01c 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/service_s3.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s3" diff --git a/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/setup.sh index e1fb33c3dc..7d02158a63 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/vars.sh b/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/vars.sh index f76eb49ceb..a9a2bcd571 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/vars.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-subset-redirect/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES=" diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3-v1.hcl b/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3-v1.hcl index af20754d25..d9a050a16f 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3-v1.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3-v1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s3-v1" diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3-v2.hcl b/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3-v2.hcl index 22a40609e1..19e2c7cac1 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3-v2.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3-v2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s3-v2" diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3.hcl b/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3.hcl index 82db490a87..973e69b01c 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-failover/service_s3.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s3" diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-failover/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-svc-failover/setup.sh index b4472fd8a2..eae9bd4fea 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-failover/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-failover/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-failover/vars.sh b/test/integration/connect/envoy/case-cfg-resolver-svc-failover/vars.sh index f76eb49ceb..a9a2bcd571 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-failover/vars.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-failover/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES=" diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/service_s3.hcl b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/service_s3.hcl index 59209aab12..94e31c3df8 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/service_s3.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/service_s3.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s3" diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/setup.sh index 640e1519ea..097f1fa756 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/vars.sh b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/vars.sh index bbc811fa66..63c854f959 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/vars.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-http/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES s3 s3-sidecar-proxy" diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/service_s3.hcl b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/service_s3.hcl index 59209aab12..94e31c3df8 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/service_s3.hcl +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/service_s3.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s3" diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/setup.sh b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/setup.sh index 9ce5a82f75..fd106032bf 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/setup.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/vars.sh b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/vars.sh index bbc811fa66..63c854f959 100644 --- a/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/vars.sh +++ b/test/integration/connect/envoy/case-cfg-resolver-svc-redirect-tcp/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES s3 s3-sidecar-proxy" diff --git a/test/integration/connect/envoy/case-cfg-router-features/capture.sh b/test/integration/connect/envoy/case-cfg-router-features/capture.sh index 39878041c3..b1782df01e 100644 --- a/test/integration/connect/envoy/case-cfg-router-features/capture.sh +++ b/test/integration/connect/envoy/case-cfg-router-features/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cfg-router-features/service_s2-v1.hcl b/test/integration/connect/envoy/case-cfg-router-features/service_s2-v1.hcl index 9dd3cb782f..b96b473cf4 100644 --- a/test/integration/connect/envoy/case-cfg-router-features/service_s2-v1.hcl +++ b/test/integration/connect/envoy/case-cfg-router-features/service_s2-v1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v1" diff --git a/test/integration/connect/envoy/case-cfg-router-features/service_s2-v2.hcl b/test/integration/connect/envoy/case-cfg-router-features/service_s2-v2.hcl index 451f835e86..d642e71fa3 100644 --- a/test/integration/connect/envoy/case-cfg-router-features/service_s2-v2.hcl +++ b/test/integration/connect/envoy/case-cfg-router-features/service_s2-v2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v2" diff --git a/test/integration/connect/envoy/case-cfg-router-features/setup.sh b/test/integration/connect/envoy/case-cfg-router-features/setup.sh index 247bc00c33..577b3512b4 100644 --- a/test/integration/connect/envoy/case-cfg-router-features/setup.sh +++ b/test/integration/connect/envoy/case-cfg-router-features/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-router-features/vars.sh b/test/integration/connect/envoy/case-cfg-router-features/vars.sh index 50c5f8f67f..358c95541f 100644 --- a/test/integration/connect/envoy/case-cfg-router-features/vars.sh +++ b/test/integration/connect/envoy/case-cfg-router-features/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES=" diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/base.hcl b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/base.hcl index 899e81705a..8cd6db1487 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/base.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 primary_datacenter = "alpha" log_level = "trace" diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_gateway.hcl b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_gateway.hcl index 82ddd559eb..640b9b6ce7 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_s1.hcl b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_s1.hcl index 11acde14f4..b065abc905 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_s1.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service in this peer diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_s2.hcl b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_s2.hcl index 6666a63ba2..26b5f481f3 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_s2.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/setup.sh b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/setup.sh index 5aabbbbee0..99c4eb46f2 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/setup.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/alpha/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/bind.hcl b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/bind.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/capture.sh b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/capture.sh index e1b411ab95..0921d3c32a 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/capture.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/base.hcl b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/base.hcl index 189b8e0ccf..55c268b37e 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/base.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 peering { enabled = true diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/service_s1.hcl b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/service_s1.hcl index 70caaaebc9..d50d8cb049 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/service_s2.hcl b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/service_s2.hcl index 6666a63ba2..26b5f481f3 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/setup.sh b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/setup.sh index 8bc36b6d02..9b274b375f 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/setup.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/vars.sh b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/vars.sh index 17f98153dd..7c231bcfad 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/vars.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-cluster-peering/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy s2 s2-sidecar-proxy s2-alpha s2-sidecar-proxy-alpha gateway-alpha" diff --git a/test/integration/connect/envoy/case-cfg-splitter-features/capture.sh b/test/integration/connect/envoy/case-cfg-splitter-features/capture.sh index 39878041c3..b1782df01e 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-features/capture.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-features/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cfg-splitter-features/service_s2-v1.hcl b/test/integration/connect/envoy/case-cfg-splitter-features/service_s2-v1.hcl index 9dd3cb782f..b96b473cf4 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-features/service_s2-v1.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-features/service_s2-v1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v1" diff --git a/test/integration/connect/envoy/case-cfg-splitter-features/service_s2-v2.hcl b/test/integration/connect/envoy/case-cfg-splitter-features/service_s2-v2.hcl index 451f835e86..d642e71fa3 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-features/service_s2-v2.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-features/service_s2-v2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v2" diff --git a/test/integration/connect/envoy/case-cfg-splitter-features/setup.sh b/test/integration/connect/envoy/case-cfg-splitter-features/setup.sh index 68c8ac0a6c..311799fccf 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-features/setup.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-features/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-splitter-features/vars.sh b/test/integration/connect/envoy/case-cfg-splitter-features/vars.sh index 50c5f8f67f..358c95541f 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-features/vars.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-features/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES=" diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/base.hcl b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/base.hcl index 899e81705a..8cd6db1487 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/base.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 primary_datacenter = "alpha" log_level = "trace" diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_gateway.hcl b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_gateway.hcl index 82ddd559eb..640b9b6ce7 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_s1.hcl b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_s1.hcl index 976e0e993d..ca196db64f 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_s1.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_s2.hcl b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_s2.hcl index 6666a63ba2..26b5f481f3 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_s2.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/setup.sh b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/setup.sh index 8c24708aeb..47127ab03d 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/setup.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/alpha/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/bind.hcl b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/bind.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/capture.sh b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/capture.sh index a3dd69ed05..965f136de6 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/capture.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 ingress-gateway primary || true diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/base.hcl b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/base.hcl index 189b8e0ccf..55c268b37e 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/base.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 peering { enabled = true diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/service_ingress.hcl b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/service_ingress.hcl index fbb1d402f9..a1324f7f83 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/service_ingress.hcl +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/service_ingress.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "ingress-gateway" diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/setup.sh b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/setup.sh index d69a26f1d8..ed0da099d6 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/setup.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/vars.sh b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/vars.sh index 2a2aa6fb1e..e5b080741a 100644 --- a/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/vars.sh +++ b/test/integration/connect/envoy/case-cfg-splitter-peering-ingress-gateways/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy s1-alpha s1-sidecar-proxy-alpha s2-alpha s2-sidecar-proxy-alpha gateway-alpha ingress-gateway-primary" diff --git a/test/integration/connect/envoy/case-consul-exec/setup.sh b/test/integration/connect/envoy/case-consul-exec/setup.sh index fe3505623b..7e869b53f1 100644 --- a/test/integration/connect/envoy/case-consul-exec/setup.sh +++ b/test/integration/connect/envoy/case-consul-exec/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-consul-exec/vars.sh b/test/integration/connect/envoy/case-consul-exec/vars.sh index 4af0cb775d..81ee777414 100644 --- a/test/integration/connect/envoy/case-consul-exec/vars.sh +++ b/test/integration/connect/envoy/case-consul-exec/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # Bring up s1 and it's proxy as well because the check that it has a cert causes diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/base.hcl b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/base.hcl index 899e81705a..8cd6db1487 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/base.hcl +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 primary_datacenter = "alpha" log_level = "trace" diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_gateway.hcl b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_gateway.hcl index 82ddd559eb..640b9b6ce7 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_s1.hcl b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_s1.hcl index 11acde14f4..b065abc905 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_s1.hcl +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service in this peer diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_s2.hcl b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_s2.hcl index 42252eb82f..90d2315f4d 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_s2.hcl +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/setup.sh b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/setup.sh index a7fb502a28..ca05659843 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/setup.sh +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/bind.hcl b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/bind.hcl +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/capture.sh b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/capture.sh index 8168b3de64..b4316246f3 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/capture.sh +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19001 mesh-gateway primary || true diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/base.hcl b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/base.hcl index 189b8e0ccf..55c268b37e 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/base.hcl +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 peering { enabled = true diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_gateway.hcl b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_gateway.hcl index 9ea00427e9..a6b33968ad 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_s1.hcl b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_s1.hcl index b8bd0f20be..b3230f6dcf 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_s2.hcl b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_s2.hcl index acd65faf3d..d0f6294f72 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service in the primary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/setup.sh b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/setup.sh index cf57a59db8..d107c44ea6 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/setup.sh +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/vars.sh b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/vars.sh index 475b7f2312..93ac3281f1 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/vars.sh +++ b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy gateway-primary s2-alpha s2-sidecar-proxy-alpha gateway-alpha" diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/base.hcl b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/base.hcl index 899e81705a..8cd6db1487 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/base.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 primary_datacenter = "alpha" log_level = "trace" diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_gateway.hcl b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_gateway.hcl index 82ddd559eb..640b9b6ce7 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s1.hcl b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s1.hcl index 11acde14f4..b065abc905 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s1.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service in this peer diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s2.hcl b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s2.hcl index 42252eb82f..90d2315f4d 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s2.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s3.hcl b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s3.hcl index 59209aab12..94e31c3df8 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s3.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/service_s3.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s3" diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/setup.sh b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/setup.sh index e852ef7d3d..00ab68e361 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/alpha/setup.sh +++ b/test/integration/connect/envoy/case-cross-peers-http-router/alpha/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/bind.hcl b/test/integration/connect/envoy/case-cross-peers-http-router/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/bind.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http-router/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/capture.sh b/test/integration/connect/envoy/case-cross-peers-http-router/capture.sh index bcea1e921c..be4068fd19 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/capture.sh +++ b/test/integration/connect/envoy/case-cross-peers-http-router/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/primary/base.hcl b/test/integration/connect/envoy/case-cross-peers-http-router/primary/base.hcl index 189b8e0ccf..55c268b37e 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/primary/base.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http-router/primary/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 peering { enabled = true diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_gateway.hcl b/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_gateway.hcl index 9ea00427e9..a6b33968ad 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_s1.hcl b/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_s1.hcl index 026636c814..ec6c29b8e1 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_s2.hcl b/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_s2.hcl index acd65faf3d..d0f6294f72 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http-router/primary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service in the primary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/primary/setup.sh b/test/integration/connect/envoy/case-cross-peers-http-router/primary/setup.sh index 2a06124a7d..47c9eff114 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/primary/setup.sh +++ b/test/integration/connect/envoy/case-cross-peers-http-router/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cross-peers-http-router/vars.sh b/test/integration/connect/envoy/case-cross-peers-http-router/vars.sh index 44ed49bb79..b11c21c524 100644 --- a/test/integration/connect/envoy/case-cross-peers-http-router/vars.sh +++ b/test/integration/connect/envoy/case-cross-peers-http-router/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy gateway-primary s2-alpha s2-sidecar-proxy-alpha s3-alpha s3-sidecar-proxy-alpha gateway-alpha tcpdump-primary tcpdump-alpha" diff --git a/test/integration/connect/envoy/case-cross-peers-http/alpha/base.hcl b/test/integration/connect/envoy/case-cross-peers-http/alpha/base.hcl index 899e81705a..8cd6db1487 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/alpha/base.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http/alpha/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 primary_datacenter = "alpha" log_level = "trace" diff --git a/test/integration/connect/envoy/case-cross-peers-http/alpha/service_gateway.hcl b/test/integration/connect/envoy/case-cross-peers-http/alpha/service_gateway.hcl index 82ddd559eb..640b9b6ce7 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/alpha/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http/alpha/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cross-peers-http/alpha/service_s1.hcl b/test/integration/connect/envoy/case-cross-peers-http/alpha/service_s1.hcl index 11acde14f4..b065abc905 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/alpha/service_s1.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http/alpha/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service in this peer diff --git a/test/integration/connect/envoy/case-cross-peers-http/alpha/service_s2.hcl b/test/integration/connect/envoy/case-cross-peers-http/alpha/service_s2.hcl index 42252eb82f..90d2315f4d 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/alpha/service_s2.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http/alpha/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-cross-peers-http/alpha/setup.sh b/test/integration/connect/envoy/case-cross-peers-http/alpha/setup.sh index f7ac96c41a..267d9403db 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/alpha/setup.sh +++ b/test/integration/connect/envoy/case-cross-peers-http/alpha/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cross-peers-http/bind.hcl b/test/integration/connect/envoy/case-cross-peers-http/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/bind.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cross-peers-http/capture.sh b/test/integration/connect/envoy/case-cross-peers-http/capture.sh index 62c8c60d70..3e81bd4465 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/capture.sh +++ b/test/integration/connect/envoy/case-cross-peers-http/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cross-peers-http/primary/base.hcl b/test/integration/connect/envoy/case-cross-peers-http/primary/base.hcl index 189b8e0ccf..55c268b37e 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/primary/base.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http/primary/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 peering { enabled = true diff --git a/test/integration/connect/envoy/case-cross-peers-http/primary/service_gateway.hcl b/test/integration/connect/envoy/case-cross-peers-http/primary/service_gateway.hcl index 9ea00427e9..a6b33968ad 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/primary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http/primary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cross-peers-http/primary/service_s1.hcl b/test/integration/connect/envoy/case-cross-peers-http/primary/service_s1.hcl index 026636c814..ec6c29b8e1 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http/primary/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-cross-peers-http/primary/service_s2.hcl b/test/integration/connect/envoy/case-cross-peers-http/primary/service_s2.hcl index acd65faf3d..d0f6294f72 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-cross-peers-http/primary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service in the primary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cross-peers-http/primary/setup.sh b/test/integration/connect/envoy/case-cross-peers-http/primary/setup.sh index 997bb504f6..7c5ac5fdb8 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/primary/setup.sh +++ b/test/integration/connect/envoy/case-cross-peers-http/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cross-peers-http/vars.sh b/test/integration/connect/envoy/case-cross-peers-http/vars.sh index 0c1c07b28b..d999e45dd2 100644 --- a/test/integration/connect/envoy/case-cross-peers-http/vars.sh +++ b/test/integration/connect/envoy/case-cross-peers-http/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy gateway-primary s2-alpha s2-sidecar-proxy-alpha gateway-alpha tcpdump-primary tcpdump-alpha" diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/base.hcl b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/base.hcl index 899e81705a..8cd6db1487 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/base.hcl +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 primary_datacenter = "alpha" log_level = "trace" diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_gateway.hcl b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_gateway.hcl index 82ddd559eb..640b9b6ce7 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s1.hcl b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s1.hcl index 11acde14f4..b065abc905 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s1.hcl +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service in this peer diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s2.hcl b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s2.hcl index 42252eb82f..90d2315f4d 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s2.hcl +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s3.hcl b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s3.hcl index 59209aab12..94e31c3df8 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s3.hcl +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/service_s3.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s3" diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/setup.sh b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/setup.sh index 6574ecf873..3cc1a2eb2d 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/setup.sh +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/alpha/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/bind.hcl b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/bind.hcl +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/capture.sh b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/capture.sh index bcea1e921c..be4068fd19 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/capture.sh +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/base.hcl b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/base.hcl index 189b8e0ccf..55c268b37e 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/base.hcl +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 peering { enabled = true diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_gateway.hcl b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_gateway.hcl index 9ea00427e9..a6b33968ad 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_s1.hcl b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_s1.hcl index 026636c814..ec6c29b8e1 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_s2.hcl b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_s2.hcl index acd65faf3d..d0f6294f72 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service in the primary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/setup.sh b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/setup.sh index ad70bad80a..d72b0798f5 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/setup.sh +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/vars.sh b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/vars.sh index 44ed49bb79..b11c21c524 100644 --- a/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/vars.sh +++ b/test/integration/connect/envoy/case-cross-peers-resolver-redirect-tcp/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy gateway-primary s2-alpha s2-sidecar-proxy-alpha s3-alpha s3-sidecar-proxy-alpha gateway-alpha tcpdump-primary tcpdump-alpha" diff --git a/test/integration/connect/envoy/case-cross-peers/alpha/base.hcl b/test/integration/connect/envoy/case-cross-peers/alpha/base.hcl index 899e81705a..8cd6db1487 100644 --- a/test/integration/connect/envoy/case-cross-peers/alpha/base.hcl +++ b/test/integration/connect/envoy/case-cross-peers/alpha/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 primary_datacenter = "alpha" log_level = "trace" diff --git a/test/integration/connect/envoy/case-cross-peers/alpha/service_gateway.hcl b/test/integration/connect/envoy/case-cross-peers/alpha/service_gateway.hcl index 82ddd559eb..640b9b6ce7 100644 --- a/test/integration/connect/envoy/case-cross-peers/alpha/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cross-peers/alpha/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cross-peers/alpha/service_s1.hcl b/test/integration/connect/envoy/case-cross-peers/alpha/service_s1.hcl index 11acde14f4..b065abc905 100644 --- a/test/integration/connect/envoy/case-cross-peers/alpha/service_s1.hcl +++ b/test/integration/connect/envoy/case-cross-peers/alpha/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service in this peer diff --git a/test/integration/connect/envoy/case-cross-peers/alpha/service_s2.hcl b/test/integration/connect/envoy/case-cross-peers/alpha/service_s2.hcl index 42252eb82f..90d2315f4d 100644 --- a/test/integration/connect/envoy/case-cross-peers/alpha/service_s2.hcl +++ b/test/integration/connect/envoy/case-cross-peers/alpha/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-cross-peers/alpha/setup.sh b/test/integration/connect/envoy/case-cross-peers/alpha/setup.sh index afaa580684..f5fd3d003a 100644 --- a/test/integration/connect/envoy/case-cross-peers/alpha/setup.sh +++ b/test/integration/connect/envoy/case-cross-peers/alpha/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cross-peers/bind.hcl b/test/integration/connect/envoy/case-cross-peers/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-cross-peers/bind.hcl +++ b/test/integration/connect/envoy/case-cross-peers/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cross-peers/capture.sh b/test/integration/connect/envoy/case-cross-peers/capture.sh index 62c8c60d70..3e81bd4465 100644 --- a/test/integration/connect/envoy/case-cross-peers/capture.sh +++ b/test/integration/connect/envoy/case-cross-peers/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-cross-peers/primary/base.hcl b/test/integration/connect/envoy/case-cross-peers/primary/base.hcl index 189b8e0ccf..55c268b37e 100644 --- a/test/integration/connect/envoy/case-cross-peers/primary/base.hcl +++ b/test/integration/connect/envoy/case-cross-peers/primary/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 peering { enabled = true diff --git a/test/integration/connect/envoy/case-cross-peers/primary/service_gateway.hcl b/test/integration/connect/envoy/case-cross-peers/primary/service_gateway.hcl index 9ea00427e9..a6b33968ad 100644 --- a/test/integration/connect/envoy/case-cross-peers/primary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-cross-peers/primary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-cross-peers/primary/service_s1.hcl b/test/integration/connect/envoy/case-cross-peers/primary/service_s1.hcl index b8bd0f20be..b3230f6dcf 100644 --- a/test/integration/connect/envoy/case-cross-peers/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-cross-peers/primary/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-cross-peers/primary/service_s2.hcl b/test/integration/connect/envoy/case-cross-peers/primary/service_s2.hcl index acd65faf3d..d0f6294f72 100644 --- a/test/integration/connect/envoy/case-cross-peers/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-cross-peers/primary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service in the primary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-cross-peers/primary/setup.sh b/test/integration/connect/envoy/case-cross-peers/primary/setup.sh index ad70bad80a..d72b0798f5 100644 --- a/test/integration/connect/envoy/case-cross-peers/primary/setup.sh +++ b/test/integration/connect/envoy/case-cross-peers/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-cross-peers/vars.sh b/test/integration/connect/envoy/case-cross-peers/vars.sh index 0c1c07b28b..d999e45dd2 100644 --- a/test/integration/connect/envoy/case-cross-peers/vars.sh +++ b/test/integration/connect/envoy/case-cross-peers/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy gateway-primary s2-alpha s2-sidecar-proxy-alpha gateway-alpha tcpdump-primary tcpdump-alpha" diff --git a/test/integration/connect/envoy/case-dogstatsd-udp/service_s1.hcl b/test/integration/connect/envoy/case-dogstatsd-udp/service_s1.hcl index a75675751d..a4e91f3aa4 100644 --- a/test/integration/connect/envoy/case-dogstatsd-udp/service_s1.hcl +++ b/test/integration/connect/envoy/case-dogstatsd-udp/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-dogstatsd-udp/setup.sh b/test/integration/connect/envoy/case-dogstatsd-udp/setup.sh index b88cc90129..3fb3ade6c5 100644 --- a/test/integration/connect/envoy/case-dogstatsd-udp/setup.sh +++ b/test/integration/connect/envoy/case-dogstatsd-udp/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-dogstatsd-udp/vars.sh b/test/integration/connect/envoy/case-dogstatsd-udp/vars.sh index c599f12e82..7fa5a238ce 100644 --- a/test/integration/connect/envoy/case-dogstatsd-udp/vars.sh +++ b/test/integration/connect/envoy/case-dogstatsd-udp/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES fake-statsd" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-expose-checks/capture.sh b/test/integration/connect/envoy/case-expose-checks/capture.sh index 94c0278ce2..c6b9e36ed1 100644 --- a/test/integration/connect/envoy/case-expose-checks/capture.sh +++ b/test/integration/connect/envoy/case-expose-checks/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 || true diff --git a/test/integration/connect/envoy/case-expose-checks/service_s1.hcl b/test/integration/connect/envoy/case-expose-checks/service_s1.hcl index 9a883739e4..b2b685c08a 100644 --- a/test/integration/connect/envoy/case-expose-checks/service_s1.hcl +++ b/test/integration/connect/envoy/case-expose-checks/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-expose-checks/service_s2.hcl b/test/integration/connect/envoy/case-expose-checks/service_s2.hcl index b09d152fc5..f5cb3fb037 100644 --- a/test/integration/connect/envoy/case-expose-checks/service_s2.hcl +++ b/test/integration/connect/envoy/case-expose-checks/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-expose-checks/setup.sh b/test/integration/connect/envoy/case-expose-checks/setup.sh index b88cc90129..3fb3ade6c5 100644 --- a/test/integration/connect/envoy/case-expose-checks/setup.sh +++ b/test/integration/connect/envoy/case-expose-checks/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-gateway-without-services/bind.hcl b/test/integration/connect/envoy/case-gateway-without-services/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-gateway-without-services/bind.hcl +++ b/test/integration/connect/envoy/case-gateway-without-services/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-gateway-without-services/capture.sh b/test/integration/connect/envoy/case-gateway-without-services/capture.sh index fc5238fb6d..ad74026c7a 100644 --- a/test/integration/connect/envoy/case-gateway-without-services/capture.sh +++ b/test/integration/connect/envoy/case-gateway-without-services/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 mesh-gateway primary || true diff --git a/test/integration/connect/envoy/case-gateway-without-services/service_gateway.hcl b/test/integration/connect/envoy/case-gateway-without-services/service_gateway.hcl index 446a2698e5..2026fb2a94 100644 --- a/test/integration/connect/envoy/case-gateway-without-services/service_gateway.hcl +++ b/test/integration/connect/envoy/case-gateway-without-services/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-gateway-without-services/service_s1.hcl b/test/integration/connect/envoy/case-gateway-without-services/service_s1.hcl index f74a67a5ae..0891eebceb 100644 --- a/test/integration/connect/envoy/case-gateway-without-services/service_s1.hcl +++ b/test/integration/connect/envoy/case-gateway-without-services/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service diff --git a/test/integration/connect/envoy/case-gateway-without-services/service_s2.hcl b/test/integration/connect/envoy/case-gateway-without-services/service_s2.hcl index 1f3f2edd47..ca644bb3ff 100644 --- a/test/integration/connect/envoy/case-gateway-without-services/service_s2.hcl +++ b/test/integration/connect/envoy/case-gateway-without-services/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service diff --git a/test/integration/connect/envoy/case-gateway-without-services/setup.sh b/test/integration/connect/envoy/case-gateway-without-services/setup.sh index 002ef312bc..6e4f5d8ee9 100644 --- a/test/integration/connect/envoy/case-gateway-without-services/setup.sh +++ b/test/integration/connect/envoy/case-gateway-without-services/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-gateway-without-services/vars.sh b/test/integration/connect/envoy/case-gateway-without-services/vars.sh index 2d42d0baf5..21ab024ab5 100644 --- a/test/integration/connect/envoy/case-gateway-without-services/vars.sh +++ b/test/integration/connect/envoy/case-gateway-without-services/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="gateway-primary" diff --git a/test/integration/connect/envoy/case-gateways-local/bind.hcl b/test/integration/connect/envoy/case-gateways-local/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-gateways-local/bind.hcl +++ b/test/integration/connect/envoy/case-gateways-local/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-gateways-local/capture.sh b/test/integration/connect/envoy/case-gateways-local/capture.sh index f7ca8e9586..f4727b52c7 100644 --- a/test/integration/connect/envoy/case-gateways-local/capture.sh +++ b/test/integration/connect/envoy/case-gateways-local/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-gateways-local/primary/service_gateway.hcl b/test/integration/connect/envoy/case-gateways-local/primary/service_gateway.hcl index 446a2698e5..2026fb2a94 100644 --- a/test/integration/connect/envoy/case-gateways-local/primary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-gateways-local/primary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-gateways-local/primary/service_s1.hcl b/test/integration/connect/envoy/case-gateways-local/primary/service_s1.hcl index a759b590b0..75fa1acc0e 100644 --- a/test/integration/connect/envoy/case-gateways-local/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-gateways-local/primary/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-gateways-local/primary/service_s2.hcl b/test/integration/connect/envoy/case-gateways-local/primary/service_s2.hcl index acd65faf3d..d0f6294f72 100644 --- a/test/integration/connect/envoy/case-gateways-local/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-gateways-local/primary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service in the primary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-gateways-local/primary/setup.sh b/test/integration/connect/envoy/case-gateways-local/primary/setup.sh index a8bfb7c9ff..29720753ba 100644 --- a/test/integration/connect/envoy/case-gateways-local/primary/setup.sh +++ b/test/integration/connect/envoy/case-gateways-local/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-gateways-local/secondary/join.hcl b/test/integration/connect/envoy/case-gateways-local/secondary/join.hcl index 0f63220d54..f0bd3fbd4a 100644 --- a/test/integration/connect/envoy/case-gateways-local/secondary/join.hcl +++ b/test/integration/connect/envoy/case-gateways-local/secondary/join.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 retry_join_wan = ["consul-primary-server"] diff --git a/test/integration/connect/envoy/case-gateways-local/secondary/service_gateway.hcl b/test/integration/connect/envoy/case-gateways-local/secondary/service_gateway.hcl index 8c2315b9ae..4f91a74018 100644 --- a/test/integration/connect/envoy/case-gateways-local/secondary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-gateways-local/secondary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-gateways-local/secondary/service_s1.hcl b/test/integration/connect/envoy/case-gateways-local/secondary/service_s1.hcl index 06af757cd6..8b4d4a83a4 100644 --- a/test/integration/connect/envoy/case-gateways-local/secondary/service_s1.hcl +++ b/test/integration/connect/envoy/case-gateways-local/secondary/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # we don't want an s1 service in the secondary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-gateways-local/secondary/setup.sh b/test/integration/connect/envoy/case-gateways-local/secondary/setup.sh index 68fd765ad0..ede2b4c4b9 100644 --- a/test/integration/connect/envoy/case-gateways-local/secondary/setup.sh +++ b/test/integration/connect/envoy/case-gateways-local/secondary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-gateways-local/vars.sh b/test/integration/connect/envoy/case-gateways-local/vars.sh index c5ab45789b..d9a319933f 100644 --- a/test/integration/connect/envoy/case-gateways-local/vars.sh +++ b/test/integration/connect/envoy/case-gateways-local/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy gateway-primary s2-secondary s2-sidecar-proxy-secondary gateway-secondary" diff --git a/test/integration/connect/envoy/case-gateways-remote/bind.hcl b/test/integration/connect/envoy/case-gateways-remote/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-gateways-remote/bind.hcl +++ b/test/integration/connect/envoy/case-gateways-remote/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-gateways-remote/capture.sh b/test/integration/connect/envoy/case-gateways-remote/capture.sh index f7ca8e9586..f4727b52c7 100644 --- a/test/integration/connect/envoy/case-gateways-remote/capture.sh +++ b/test/integration/connect/envoy/case-gateways-remote/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-gateways-remote/primary/service_s1.hcl b/test/integration/connect/envoy/case-gateways-remote/primary/service_s1.hcl index 789717ee52..4cb4fbc41d 100644 --- a/test/integration/connect/envoy/case-gateways-remote/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-gateways-remote/primary/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-gateways-remote/primary/service_s2.hcl b/test/integration/connect/envoy/case-gateways-remote/primary/service_s2.hcl index acd65faf3d..d0f6294f72 100644 --- a/test/integration/connect/envoy/case-gateways-remote/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-gateways-remote/primary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service in the primary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-gateways-remote/primary/setup.sh b/test/integration/connect/envoy/case-gateways-remote/primary/setup.sh index f79f346477..6dd0f0622b 100644 --- a/test/integration/connect/envoy/case-gateways-remote/primary/setup.sh +++ b/test/integration/connect/envoy/case-gateways-remote/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-gateways-remote/secondary/join.hcl b/test/integration/connect/envoy/case-gateways-remote/secondary/join.hcl index 0f63220d54..f0bd3fbd4a 100644 --- a/test/integration/connect/envoy/case-gateways-remote/secondary/join.hcl +++ b/test/integration/connect/envoy/case-gateways-remote/secondary/join.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 retry_join_wan = ["consul-primary-server"] diff --git a/test/integration/connect/envoy/case-gateways-remote/secondary/service_gateway.hcl b/test/integration/connect/envoy/case-gateways-remote/secondary/service_gateway.hcl index 8c2315b9ae..4f91a74018 100644 --- a/test/integration/connect/envoy/case-gateways-remote/secondary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-gateways-remote/secondary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-gateways-remote/secondary/service_s1.hcl b/test/integration/connect/envoy/case-gateways-remote/secondary/service_s1.hcl index 06af757cd6..8b4d4a83a4 100644 --- a/test/integration/connect/envoy/case-gateways-remote/secondary/service_s1.hcl +++ b/test/integration/connect/envoy/case-gateways-remote/secondary/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # we don't want an s1 service in the secondary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-gateways-remote/secondary/setup.sh b/test/integration/connect/envoy/case-gateways-remote/secondary/setup.sh index 938135c9f4..43a4c713ce 100644 --- a/test/integration/connect/envoy/case-gateways-remote/secondary/setup.sh +++ b/test/integration/connect/envoy/case-gateways-remote/secondary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-gateways-remote/vars.sh b/test/integration/connect/envoy/case-gateways-remote/vars.sh index c5ab45789b..d9a319933f 100644 --- a/test/integration/connect/envoy/case-gateways-remote/vars.sh +++ b/test/integration/connect/envoy/case-gateways-remote/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy gateway-primary s2-secondary s2-sidecar-proxy-secondary gateway-secondary" diff --git a/test/integration/connect/envoy/case-grpc/service_s1.hcl b/test/integration/connect/envoy/case-grpc/service_s1.hcl index 1a72954240..7d7814800c 100644 --- a/test/integration/connect/envoy/case-grpc/service_s1.hcl +++ b/test/integration/connect/envoy/case-grpc/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-grpc/service_s2.hcl b/test/integration/connect/envoy/case-grpc/service_s2.hcl index f7d7a26734..aaebecf627 100644 --- a/test/integration/connect/envoy/case-grpc/service_s2.hcl +++ b/test/integration/connect/envoy/case-grpc/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-grpc/setup.sh b/test/integration/connect/envoy/case-grpc/setup.sh index b88cc90129..3fb3ade6c5 100644 --- a/test/integration/connect/envoy/case-grpc/setup.sh +++ b/test/integration/connect/envoy/case-grpc/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-grpc/vars.sh b/test/integration/connect/envoy/case-grpc/vars.sh index c599f12e82..7fa5a238ce 100644 --- a/test/integration/connect/envoy/case-grpc/vars.sh +++ b/test/integration/connect/envoy/case-grpc/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES fake-statsd" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-http-badauthz/capture.sh b/test/integration/connect/envoy/case-http-badauthz/capture.sh index 94c0278ce2..c6b9e36ed1 100644 --- a/test/integration/connect/envoy/case-http-badauthz/capture.sh +++ b/test/integration/connect/envoy/case-http-badauthz/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 || true diff --git a/test/integration/connect/envoy/case-http-badauthz/service_s1.hcl b/test/integration/connect/envoy/case-http-badauthz/service_s1.hcl index 96f67dcf40..25d2c1e380 100644 --- a/test/integration/connect/envoy/case-http-badauthz/service_s1.hcl +++ b/test/integration/connect/envoy/case-http-badauthz/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-http-badauthz/service_s2.hcl b/test/integration/connect/envoy/case-http-badauthz/service_s2.hcl index 4b6632beb8..fb857d005e 100644 --- a/test/integration/connect/envoy/case-http-badauthz/service_s2.hcl +++ b/test/integration/connect/envoy/case-http-badauthz/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-http-badauthz/setup.sh b/test/integration/connect/envoy/case-http-badauthz/setup.sh index 66a5874129..d15f836e65 100644 --- a/test/integration/connect/envoy/case-http-badauthz/setup.sh +++ b/test/integration/connect/envoy/case-http-badauthz/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-http/capture.sh b/test/integration/connect/envoy/case-http/capture.sh index 5268305f8f..14dc00afc6 100644 --- a/test/integration/connect/envoy/case-http/capture.sh +++ b/test/integration/connect/envoy/case-http/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-http/service_s1.hcl b/test/integration/connect/envoy/case-http/service_s1.hcl index 0c3f594fbc..42a62acfb9 100644 --- a/test/integration/connect/envoy/case-http/service_s1.hcl +++ b/test/integration/connect/envoy/case-http/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-http/service_s2.hcl b/test/integration/connect/envoy/case-http/service_s2.hcl index 4b6632beb8..fb857d005e 100644 --- a/test/integration/connect/envoy/case-http/service_s2.hcl +++ b/test/integration/connect/envoy/case-http/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-http/setup.sh b/test/integration/connect/envoy/case-http/setup.sh index b88cc90129..3fb3ade6c5 100644 --- a/test/integration/connect/envoy/case-http/setup.sh +++ b/test/integration/connect/envoy/case-http/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/capture.sh b/test/integration/connect/envoy/case-ingress-gateway-grpc/capture.sh index 1c244823ab..4214ba8274 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-grpc/capture.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 ingress-gateway primary || true diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/service_gateway.hcl b/test/integration/connect/envoy/case-ingress-gateway-grpc/service_gateway.hcl index fbb1d402f9..a1324f7f83 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-grpc/service_gateway.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "ingress-gateway" diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/service_s1.hcl b/test/integration/connect/envoy/case-ingress-gateway-grpc/service_s1.hcl index ff23e6fea3..f525d48868 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-grpc/service_s1.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/setup.sh b/test/integration/connect/envoy/case-ingress-gateway-grpc/setup.sh index 40e2802f02..387d079e3b 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-grpc/setup.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/vars.sh b/test/integration/connect/envoy/case-ingress-gateway-grpc/vars.sh index 32dc504c49..8b34fe36ef 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-grpc/vars.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES ingress-gateway-primary" diff --git a/test/integration/connect/envoy/case-ingress-gateway-http/capture.sh b/test/integration/connect/envoy/case-ingress-gateway-http/capture.sh index ab02875e61..c2b55d229a 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-http/capture.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-http/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 ingress-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-ingress-gateway-http/service_gateway.hcl b/test/integration/connect/envoy/case-ingress-gateway-http/service_gateway.hcl index fbb1d402f9..a1324f7f83 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-http/service_gateway.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-http/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "ingress-gateway" diff --git a/test/integration/connect/envoy/case-ingress-gateway-http/setup.sh b/test/integration/connect/envoy/case-ingress-gateway-http/setup.sh index 03f2184e6d..33d06b516c 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-http/setup.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-http/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-ingress-gateway-http/vars.sh b/test/integration/connect/envoy/case-ingress-gateway-http/vars.sh index 32dc504c49..8b34fe36ef 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-http/vars.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-http/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES ingress-gateway-primary" diff --git a/test/integration/connect/envoy/case-ingress-gateway-multiple-services/capture.sh b/test/integration/connect/envoy/case-ingress-gateway-multiple-services/capture.sh index ab02875e61..c2b55d229a 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-multiple-services/capture.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-multiple-services/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 ingress-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-ingress-gateway-multiple-services/service_gateway.hcl b/test/integration/connect/envoy/case-ingress-gateway-multiple-services/service_gateway.hcl index fbb1d402f9..a1324f7f83 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-multiple-services/service_gateway.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-multiple-services/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "ingress-gateway" diff --git a/test/integration/connect/envoy/case-ingress-gateway-multiple-services/setup.sh b/test/integration/connect/envoy/case-ingress-gateway-multiple-services/setup.sh index f80e42cb73..858d2f9ce5 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-multiple-services/setup.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-multiple-services/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-ingress-gateway-multiple-services/vars.sh b/test/integration/connect/envoy/case-ingress-gateway-multiple-services/vars.sh index 32dc504c49..8b34fe36ef 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-multiple-services/vars.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-multiple-services/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES ingress-gateway-primary" diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/base.hcl b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/base.hcl index 899e81705a..8cd6db1487 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/base.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 primary_datacenter = "alpha" log_level = "trace" diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_gateway.hcl b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_gateway.hcl index 82ddd559eb..640b9b6ce7 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_gateway.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_s1.hcl b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_s1.hcl index 11acde14f4..b065abc905 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_s1.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service in this peer diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_s2.hcl b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_s2.hcl index 6666a63ba2..26b5f481f3 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_s2.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/setup.sh b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/setup.sh index 5aabbbbee0..99c4eb46f2 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/setup.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/alpha/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/bind.hcl b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/bind.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/capture.sh b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/capture.sh index 20ad858ecd..ca10f27731 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/capture.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 ingress-gateway primary || true diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/base.hcl b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/base.hcl index 189b8e0ccf..55c268b37e 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/base.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 peering { enabled = true diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_ingress.hcl b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_ingress.hcl index fbb1d402f9..a1324f7f83 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_ingress.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_ingress.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "ingress-gateway" diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_s1.hcl b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_s1.hcl index 85f8da9740..18be60cdbf 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't need an s1 because requests go through the gateway and not a sidecar. \ No newline at end of file diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_s2.hcl b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_s2.hcl index 6666a63ba2..26b5f481f3 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/setup.sh b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/setup.sh index 58f1286694..b4a8dd736f 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/setup.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/vars.sh b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/vars.sh index 08bfe96a9d..8f9ac12cb1 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-peering-failover/vars.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-peering-failover/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s2 s2-sidecar-proxy s2-alpha s2-sidecar-proxy-alpha gateway-alpha ingress-gateway-primary" diff --git a/test/integration/connect/envoy/case-ingress-gateway-sds/capture.sh b/test/integration/connect/envoy/case-ingress-gateway-sds/capture.sh index ab02875e61..c2b55d229a 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-sds/capture.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-sds/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 ingress-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-ingress-gateway-sds/service_gateway.hcl b/test/integration/connect/envoy/case-ingress-gateway-sds/service_gateway.hcl index 176a66f1af..1ffa476e6f 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-sds/service_gateway.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-sds/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "ingress-gateway" diff --git a/test/integration/connect/envoy/case-ingress-gateway-sds/setup.sh b/test/integration/connect/envoy/case-ingress-gateway-sds/setup.sh index fb98b05aad..fbef09b014 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-sds/setup.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-sds/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-ingress-gateway-sds/vars.sh b/test/integration/connect/envoy/case-ingress-gateway-sds/vars.sh index 0c98c8fe04..6bbbcfd6fe 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-sds/vars.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-sds/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES ingress-gateway-primary test-sds-server" diff --git a/test/integration/connect/envoy/case-ingress-gateway-simple/capture.sh b/test/integration/connect/envoy/case-ingress-gateway-simple/capture.sh index ab02875e61..c2b55d229a 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-simple/capture.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-simple/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 ingress-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-ingress-gateway-simple/service_gateway.hcl b/test/integration/connect/envoy/case-ingress-gateway-simple/service_gateway.hcl index fbb1d402f9..a1324f7f83 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-simple/service_gateway.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-simple/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "ingress-gateway" diff --git a/test/integration/connect/envoy/case-ingress-gateway-simple/setup.sh b/test/integration/connect/envoy/case-ingress-gateway-simple/setup.sh index 8bcd42aa50..aaaa4d91cb 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-simple/setup.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-simple/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-ingress-gateway-simple/vars.sh b/test/integration/connect/envoy/case-ingress-gateway-simple/vars.sh index 32dc504c49..8b34fe36ef 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-simple/vars.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-simple/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES ingress-gateway-primary" diff --git a/test/integration/connect/envoy/case-ingress-gateway-tls/capture.sh b/test/integration/connect/envoy/case-ingress-gateway-tls/capture.sh index ab02875e61..c2b55d229a 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-tls/capture.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-tls/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 ingress-gateway primary || true \ No newline at end of file diff --git a/test/integration/connect/envoy/case-ingress-gateway-tls/service_gateway.hcl b/test/integration/connect/envoy/case-ingress-gateway-tls/service_gateway.hcl index fbb1d402f9..a1324f7f83 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-tls/service_gateway.hcl +++ b/test/integration/connect/envoy/case-ingress-gateway-tls/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "ingress-gateway" diff --git a/test/integration/connect/envoy/case-ingress-gateway-tls/setup.sh b/test/integration/connect/envoy/case-ingress-gateway-tls/setup.sh index accafeb735..a485eeaa5b 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-tls/setup.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-tls/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-ingress-gateway-tls/vars.sh b/test/integration/connect/envoy/case-ingress-gateway-tls/vars.sh index 32dc504c49..8b34fe36ef 100644 --- a/test/integration/connect/envoy/case-ingress-gateway-tls/vars.sh +++ b/test/integration/connect/envoy/case-ingress-gateway-tls/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES ingress-gateway-primary" diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/bind.hcl b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/bind.hcl +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/capture.sh b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/capture.sh index 556a296756..3bbc13144a 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/capture.sh +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 ingress-gateway primary || true diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_gateway.hcl b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_gateway.hcl index 446a2698e5..2026fb2a94 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_ingress.hcl b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_ingress.hcl index fbb1d402f9..a1324f7f83 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_ingress.hcl +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_ingress.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "ingress-gateway" diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_s1.hcl b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_s1.hcl index b9772c7da8..e6f778e5c8 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service in the primary dc diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_s2.hcl b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_s2.hcl index acd65faf3d..d0f6294f72 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service in the primary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/setup.sh b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/setup.sh index 72025d4f8e..f7e31ac0db 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/setup.sh +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/join.hcl b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/join.hcl index 0f63220d54..f0bd3fbd4a 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/join.hcl +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/join.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 retry_join_wan = ["consul-primary-server"] diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/service_gateway.hcl b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/service_gateway.hcl index 8c2315b9ae..4f91a74018 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/setup.sh b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/setup.sh index a012c03b9e..59f303a5ea 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/setup.sh +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/secondary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/vars.sh b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/vars.sh index 8d492ea3af..85c791704a 100644 --- a/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/vars.sh +++ b/test/integration/connect/envoy/case-ingress-mesh-gateways-resolver/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="gateway-primary s1-secondary s1-sidecar-proxy-secondary s2-secondary s2-sidecar-proxy-secondary gateway-secondary ingress-gateway-primary" diff --git a/test/integration/connect/envoy/case-l7-intentions/acl.hcl b/test/integration/connect/envoy/case-l7-intentions/acl.hcl index 41e2b19953..3d80d4f694 100644 --- a/test/integration/connect/envoy/case-l7-intentions/acl.hcl +++ b/test/integration/connect/envoy/case-l7-intentions/acl.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 acl { default_policy = "deny" diff --git a/test/integration/connect/envoy/case-l7-intentions/capture.sh b/test/integration/connect/envoy/case-l7-intentions/capture.sh index c93e4c6cea..d588be9381 100644 --- a/test/integration/connect/envoy/case-l7-intentions/capture.sh +++ b/test/integration/connect/envoy/case-l7-intentions/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-l7-intentions/setup.sh b/test/integration/connect/envoy/case-l7-intentions/setup.sh index 705eac0625..6946ce3263 100644 --- a/test/integration/connect/envoy/case-l7-intentions/setup.sh +++ b/test/integration/connect/envoy/case-l7-intentions/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-lua/capture.sh b/test/integration/connect/envoy/case-lua/capture.sh index 5268305f8f..14dc00afc6 100644 --- a/test/integration/connect/envoy/case-lua/capture.sh +++ b/test/integration/connect/envoy/case-lua/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-lua/service_s1.hcl b/test/integration/connect/envoy/case-lua/service_s1.hcl index 6eaca12985..54c6ac6501 100644 --- a/test/integration/connect/envoy/case-lua/service_s1.hcl +++ b/test/integration/connect/envoy/case-lua/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-lua/service_s2.hcl b/test/integration/connect/envoy/case-lua/service_s2.hcl index c01f4b2fef..a167379776 100644 --- a/test/integration/connect/envoy/case-lua/service_s2.hcl +++ b/test/integration/connect/envoy/case-lua/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-lua/setup.sh b/test/integration/connect/envoy/case-lua/setup.sh index e6b7e3eca3..56a668c0ac 100644 --- a/test/integration/connect/envoy/case-lua/setup.sh +++ b/test/integration/connect/envoy/case-lua/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-lua/vars.sh b/test/integration/connect/envoy/case-lua/vars.sh index 091a358e13..ac0664606f 100644 --- a/test/integration/connect/envoy/case-lua/vars.sh +++ b/test/integration/connect/envoy/case-lua/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy s2 s2-sidecar-proxy" diff --git a/test/integration/connect/envoy/case-mesh-to-lambda/capture.sh b/test/integration/connect/envoy/case-mesh-to-lambda/capture.sh index 3c3c6a928a..b64ad4d05a 100644 --- a/test/integration/connect/envoy/case-mesh-to-lambda/capture.sh +++ b/test/integration/connect/envoy/case-mesh-to-lambda/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-mesh-to-lambda/service_gateway.hcl b/test/integration/connect/envoy/case-mesh-to-lambda/service_gateway.hcl index e1b3ea8a8f..63c212da3a 100644 --- a/test/integration/connect/envoy/case-mesh-to-lambda/service_gateway.hcl +++ b/test/integration/connect/envoy/case-mesh-to-lambda/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "terminating-gateway" diff --git a/test/integration/connect/envoy/case-mesh-to-lambda/service_s1.hcl b/test/integration/connect/envoy/case-mesh-to-lambda/service_s1.hcl index 9bc567caa0..11e8328a82 100644 --- a/test/integration/connect/envoy/case-mesh-to-lambda/service_s1.hcl +++ b/test/integration/connect/envoy/case-mesh-to-lambda/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-mesh-to-lambda/setup.sh b/test/integration/connect/envoy/case-mesh-to-lambda/setup.sh index 359fbd863f..406914e3cf 100644 --- a/test/integration/connect/envoy/case-mesh-to-lambda/setup.sh +++ b/test/integration/connect/envoy/case-mesh-to-lambda/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-mesh-to-lambda/vars.sh b/test/integration/connect/envoy/case-mesh-to-lambda/vars.sh index fbe042a40b..8643eead0d 100644 --- a/test/integration/connect/envoy/case-mesh-to-lambda/vars.sh +++ b/test/integration/connect/envoy/case-mesh-to-lambda/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # Ensure that the environment variables required to configure and invoke the Lambda function are present, otherwise skip. diff --git a/test/integration/connect/envoy/case-multidc-rsa-ca/bind.hcl b/test/integration/connect/envoy/case-multidc-rsa-ca/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-multidc-rsa-ca/bind.hcl +++ b/test/integration/connect/envoy/case-multidc-rsa-ca/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-multidc-rsa-ca/ca_config.hcl b/test/integration/connect/envoy/case-multidc-rsa-ca/ca_config.hcl index e5db7ec1b8..0f8d98ac6b 100644 --- a/test/integration/connect/envoy/case-multidc-rsa-ca/ca_config.hcl +++ b/test/integration/connect/envoy/case-multidc-rsa-ca/ca_config.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 connect { enabled = true diff --git a/test/integration/connect/envoy/case-multidc-rsa-ca/capture.sh b/test/integration/connect/envoy/case-multidc-rsa-ca/capture.sh index 170c0e3cdf..daf25ad574 100644 --- a/test/integration/connect/envoy/case-multidc-rsa-ca/capture.sh +++ b/test/integration/connect/envoy/case-multidc-rsa-ca/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-multidc-rsa-ca/primary/service_s1.hcl b/test/integration/connect/envoy/case-multidc-rsa-ca/primary/service_s1.hcl index e4f73b1271..b4eb4b1f04 100644 --- a/test/integration/connect/envoy/case-multidc-rsa-ca/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-multidc-rsa-ca/primary/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-multidc-rsa-ca/primary/service_s2.hcl b/test/integration/connect/envoy/case-multidc-rsa-ca/primary/service_s2.hcl index acd65faf3d..d0f6294f72 100644 --- a/test/integration/connect/envoy/case-multidc-rsa-ca/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-multidc-rsa-ca/primary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service in the primary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-multidc-rsa-ca/primary/setup.sh b/test/integration/connect/envoy/case-multidc-rsa-ca/primary/setup.sh index efbac1091d..de07522f12 100644 --- a/test/integration/connect/envoy/case-multidc-rsa-ca/primary/setup.sh +++ b/test/integration/connect/envoy/case-multidc-rsa-ca/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/join.hcl b/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/join.hcl index 0f63220d54..f0bd3fbd4a 100644 --- a/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/join.hcl +++ b/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/join.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 retry_join_wan = ["consul-primary-server"] diff --git a/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/service_s1.hcl b/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/service_s1.hcl index 06af757cd6..8b4d4a83a4 100644 --- a/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/service_s1.hcl +++ b/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # we don't want an s1 service in the secondary dc \ No newline at end of file diff --git a/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/setup.sh b/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/setup.sh index 17d9cecd2a..712cdd5e79 100644 --- a/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/setup.sh +++ b/test/integration/connect/envoy/case-multidc-rsa-ca/secondary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-multidc-rsa-ca/vars.sh b/test/integration/connect/envoy/case-multidc-rsa-ca/vars.sh index f49887ddcd..7bf4a264a2 100644 --- a/test/integration/connect/envoy/case-multidc-rsa-ca/vars.sh +++ b/test/integration/connect/envoy/case-multidc-rsa-ca/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy s2-secondary s2-sidecar-proxy-secondary" diff --git a/test/integration/connect/envoy/case-prometheus/capture.sh b/test/integration/connect/envoy/case-prometheus/capture.sh index 21ebba7878..8bc4413d09 100644 --- a/test/integration/connect/envoy/case-prometheus/capture.sh +++ b/test/integration/connect/envoy/case-prometheus/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-prometheus/service_s1.hcl b/test/integration/connect/envoy/case-prometheus/service_s1.hcl index d318f786c1..4ac588d9a2 100644 --- a/test/integration/connect/envoy/case-prometheus/service_s1.hcl +++ b/test/integration/connect/envoy/case-prometheus/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-prometheus/service_s2.hcl b/test/integration/connect/envoy/case-prometheus/service_s2.hcl index 4b6632beb8..fb857d005e 100644 --- a/test/integration/connect/envoy/case-prometheus/service_s2.hcl +++ b/test/integration/connect/envoy/case-prometheus/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-prometheus/setup.sh b/test/integration/connect/envoy/case-prometheus/setup.sh index b88cc90129..3fb3ade6c5 100644 --- a/test/integration/connect/envoy/case-prometheus/setup.sh +++ b/test/integration/connect/envoy/case-prometheus/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-property-override/capture.sh b/test/integration/connect/envoy/case-property-override/capture.sh index 88f1dd6465..bc1ac2dcf1 100644 --- a/test/integration/connect/envoy/case-property-override/capture.sh +++ b/test/integration/connect/envoy/case-property-override/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-property-override/service_s1.hcl b/test/integration/connect/envoy/case-property-override/service_s1.hcl index 6bacecf916..a1f811b527 100644 --- a/test/integration/connect/envoy/case-property-override/service_s1.hcl +++ b/test/integration/connect/envoy/case-property-override/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-property-override/service_s2.hcl b/test/integration/connect/envoy/case-property-override/service_s2.hcl index c01f4b2fef..a167379776 100644 --- a/test/integration/connect/envoy/case-property-override/service_s2.hcl +++ b/test/integration/connect/envoy/case-property-override/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-property-override/service_s3.hcl b/test/integration/connect/envoy/case-property-override/service_s3.hcl index d616906e4c..4e5c7cb78e 100644 --- a/test/integration/connect/envoy/case-property-override/service_s3.hcl +++ b/test/integration/connect/envoy/case-property-override/service_s3.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s3" diff --git a/test/integration/connect/envoy/case-property-override/setup.sh b/test/integration/connect/envoy/case-property-override/setup.sh index 744055f949..dd82af3487 100644 --- a/test/integration/connect/envoy/case-property-override/setup.sh +++ b/test/integration/connect/envoy/case-property-override/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-property-override/vars.sh b/test/integration/connect/envoy/case-property-override/vars.sh index 358866872a..172824ba73 100644 --- a/test/integration/connect/envoy/case-property-override/vars.sh +++ b/test/integration/connect/envoy/case-property-override/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy s2 s2-sidecar-proxy s3 s3-sidecar-proxy" diff --git a/test/integration/connect/envoy/case-stats-proxy/service_s1.hcl b/test/integration/connect/envoy/case-stats-proxy/service_s1.hcl index 25d959520c..3be3803cb4 100644 --- a/test/integration/connect/envoy/case-stats-proxy/service_s1.hcl +++ b/test/integration/connect/envoy/case-stats-proxy/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-stats-proxy/service_s2.hcl b/test/integration/connect/envoy/case-stats-proxy/service_s2.hcl index 4b6632beb8..fb857d005e 100644 --- a/test/integration/connect/envoy/case-stats-proxy/service_s2.hcl +++ b/test/integration/connect/envoy/case-stats-proxy/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-stats-proxy/setup.sh b/test/integration/connect/envoy/case-stats-proxy/setup.sh index b88cc90129..3fb3ade6c5 100644 --- a/test/integration/connect/envoy/case-stats-proxy/setup.sh +++ b/test/integration/connect/envoy/case-stats-proxy/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-statsd-udp/service_s1.hcl b/test/integration/connect/envoy/case-statsd-udp/service_s1.hcl index 2748dc59b0..a416ce25a0 100644 --- a/test/integration/connect/envoy/case-statsd-udp/service_s1.hcl +++ b/test/integration/connect/envoy/case-statsd-udp/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-statsd-udp/setup.sh b/test/integration/connect/envoy/case-statsd-udp/setup.sh index 66e5af8300..883c78e1eb 100644 --- a/test/integration/connect/envoy/case-statsd-udp/setup.sh +++ b/test/integration/connect/envoy/case-statsd-udp/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-statsd-udp/vars.sh b/test/integration/connect/envoy/case-statsd-udp/vars.sh index c599f12e82..7fa5a238ce 100644 --- a/test/integration/connect/envoy/case-statsd-udp/vars.sh +++ b/test/integration/connect/envoy/case-statsd-udp/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES fake-statsd" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-terminating-gateway-hostnames/capture.sh b/test/integration/connect/envoy/case-terminating-gateway-hostnames/capture.sh index fbfd74951a..f5515165d7 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-hostnames/capture.sh +++ b/test/integration/connect/envoy/case-terminating-gateway-hostnames/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 terminating-gateway primary || true diff --git a/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_gateway.hcl b/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_gateway.hcl index e1b3ea8a8f..63c212da3a 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_gateway.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "terminating-gateway" diff --git a/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_s1.hcl b/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_s1.hcl index a0f80d7567..da98b2729c 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_s1.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_s4.hcl b/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_s4.hcl index ce8a7bbcf6..3fba0f792e 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_s4.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-hostnames/service_s4.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s4" diff --git a/test/integration/connect/envoy/case-terminating-gateway-hostnames/setup.sh b/test/integration/connect/envoy/case-terminating-gateway-hostnames/setup.sh index bca191d6d1..919f9cfd1e 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-hostnames/setup.sh +++ b/test/integration/connect/envoy/case-terminating-gateway-hostnames/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-terminating-gateway-hostnames/vars.sh b/test/integration/connect/envoy/case-terminating-gateway-hostnames/vars.sh index e4e3560cee..a86dca2e7e 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-hostnames/vars.sh +++ b/test/integration/connect/envoy/case-terminating-gateway-hostnames/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # There is no sidecar proxy for s2, since the terminating gateway acts as the proxy diff --git a/test/integration/connect/envoy/case-terminating-gateway-simple/service_gateway.hcl b/test/integration/connect/envoy/case-terminating-gateway-simple/service_gateway.hcl index e1b3ea8a8f..63c212da3a 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-simple/service_gateway.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-simple/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "terminating-gateway" diff --git a/test/integration/connect/envoy/case-terminating-gateway-simple/setup.sh b/test/integration/connect/envoy/case-terminating-gateway-simple/setup.sh index c4d33d8fe1..f8638925a4 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-simple/setup.sh +++ b/test/integration/connect/envoy/case-terminating-gateway-simple/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-terminating-gateway-simple/vars.sh b/test/integration/connect/envoy/case-terminating-gateway-simple/vars.sh index 12cb3aa9ae..02ed45703c 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-simple/vars.sh +++ b/test/integration/connect/envoy/case-terminating-gateway-simple/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # There is no sidecar proxy for s2, since the terminating gateway acts as the proxy diff --git a/test/integration/connect/envoy/case-terminating-gateway-subsets/capture.sh b/test/integration/connect/envoy/case-terminating-gateway-subsets/capture.sh index 30d597a96a..8a28a10f3a 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-subsets/capture.sh +++ b/test/integration/connect/envoy/case-terminating-gateway-subsets/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:20000 terminating-gateway primary || true diff --git a/test/integration/connect/envoy/case-terminating-gateway-subsets/service_gateway.hcl b/test/integration/connect/envoy/case-terminating-gateway-subsets/service_gateway.hcl index b9af6a0709..f294b64e69 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-subsets/service_gateway.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-subsets/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "terminating-gateway" diff --git a/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s2-v1.hcl b/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s2-v1.hcl index 4812ba8db3..2191385000 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s2-v1.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s2-v1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v1" diff --git a/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s2-v2.hcl b/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s2-v2.hcl index aa8f453a17..cc7df98777 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s2-v2.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s2-v2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s2-v2" diff --git a/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s3.hcl b/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s3.hcl index 30b3f9e665..3269b33a81 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s3.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-subsets/service_s3.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { id = "s3" diff --git a/test/integration/connect/envoy/case-terminating-gateway-subsets/setup.sh b/test/integration/connect/envoy/case-terminating-gateway-subsets/setup.sh index 63e0708aca..ec38097fd2 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-subsets/setup.sh +++ b/test/integration/connect/envoy/case-terminating-gateway-subsets/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/case-terminating-gateway-subsets/vars.sh b/test/integration/connect/envoy/case-terminating-gateway-subsets/vars.sh index 0dd7176570..e6d96721e4 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-subsets/vars.sh +++ b/test/integration/connect/envoy/case-terminating-gateway-subsets/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # There is no sidecar proxy for s2-v1, since the terminating gateway acts as the proxy diff --git a/test/integration/connect/envoy/case-terminating-gateway-without-services/bind.hcl b/test/integration/connect/envoy/case-terminating-gateway-without-services/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-without-services/bind.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-without-services/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-terminating-gateway-without-services/service_gateway.hcl b/test/integration/connect/envoy/case-terminating-gateway-without-services/service_gateway.hcl index 4f784aab29..fee3bb25b0 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-without-services/service_gateway.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-without-services/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "terminating-gateway" diff --git a/test/integration/connect/envoy/case-terminating-gateway-without-services/service_s1.hcl b/test/integration/connect/envoy/case-terminating-gateway-without-services/service_s1.hcl index f74a67a5ae..0891eebceb 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-without-services/service_s1.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-without-services/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service diff --git a/test/integration/connect/envoy/case-terminating-gateway-without-services/service_s2.hcl b/test/integration/connect/envoy/case-terminating-gateway-without-services/service_s2.hcl index 1f3f2edd47..ca644bb3ff 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-without-services/service_s2.hcl +++ b/test/integration/connect/envoy/case-terminating-gateway-without-services/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service diff --git a/test/integration/connect/envoy/case-terminating-gateway-without-services/setup.sh b/test/integration/connect/envoy/case-terminating-gateway-without-services/setup.sh index 4192820bd5..91f82633b3 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-without-services/setup.sh +++ b/test/integration/connect/envoy/case-terminating-gateway-without-services/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-terminating-gateway-without-services/vars.sh b/test/integration/connect/envoy/case-terminating-gateway-without-services/vars.sh index d6e7573fff..a8d23fead5 100644 --- a/test/integration/connect/envoy/case-terminating-gateway-without-services/vars.sh +++ b/test/integration/connect/envoy/case-terminating-gateway-without-services/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="terminating-gateway-primary" diff --git a/test/integration/connect/envoy/case-upstream-config/service_s1.hcl b/test/integration/connect/envoy/case-upstream-config/service_s1.hcl index 6d3da674ed..3bfcb906db 100644 --- a/test/integration/connect/envoy/case-upstream-config/service_s1.hcl +++ b/test/integration/connect/envoy/case-upstream-config/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-upstream-config/service_s2.hcl b/test/integration/connect/envoy/case-upstream-config/service_s2.hcl index c01f4b2fef..a167379776 100644 --- a/test/integration/connect/envoy/case-upstream-config/service_s2.hcl +++ b/test/integration/connect/envoy/case-upstream-config/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-upstream-config/setup.sh b/test/integration/connect/envoy/case-upstream-config/setup.sh index b88cc90129..3fb3ade6c5 100644 --- a/test/integration/connect/envoy/case-upstream-config/setup.sh +++ b/test/integration/connect/envoy/case-upstream-config/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-wanfed-gw/bind.hcl b/test/integration/connect/envoy/case-wanfed-gw/bind.hcl index 057e0e727f..e54caa47a4 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/bind.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/bind.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 bind_addr = "0.0.0.0" advertise_addr = "{{ GetInterfaceIP \"eth0\" }}" \ No newline at end of file diff --git a/test/integration/connect/envoy/case-wanfed-gw/capture.sh b/test/integration/connect/envoy/case-wanfed-gw/capture.sh index 17a53a4320..5c24811d11 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/capture.sh +++ b/test/integration/connect/envoy/case-wanfed-gw/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 mesh-gateway primary || true diff --git a/test/integration/connect/envoy/case-wanfed-gw/global-setup-windows.sh b/test/integration/connect/envoy/case-wanfed-gw/global-setup-windows.sh index c63b12a12f..080d5abf94 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/global-setup-windows.sh +++ b/test/integration/connect/envoy/case-wanfed-gw/global-setup-windows.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + # initialize the outputs for each dc for dc in primary secondary; do diff --git a/test/integration/connect/envoy/case-wanfed-gw/global-setup.sh b/test/integration/connect/envoy/case-wanfed-gw/global-setup.sh index 50625daf07..0e21aef689 100755 --- a/test/integration/connect/envoy/case-wanfed-gw/global-setup.sh +++ b/test/integration/connect/envoy/case-wanfed-gw/global-setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # initialize the outputs for each dc diff --git a/test/integration/connect/envoy/case-wanfed-gw/primary/common.hcl b/test/integration/connect/envoy/case-wanfed-gw/primary/common.hcl index d30c465429..06ad70b29a 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/primary/common.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/primary/common.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 tls { internal_rpc { diff --git a/test/integration/connect/envoy/case-wanfed-gw/primary/server.hcl b/test/integration/connect/envoy/case-wanfed-gw/primary/server.hcl index ee2d77e486..e694d94c44 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/primary/server.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/primary/server.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 node_name = "pri" connect { diff --git a/test/integration/connect/envoy/case-wanfed-gw/primary/service_gateway.hcl b/test/integration/connect/envoy/case-wanfed-gw/primary/service_gateway.hcl index 31c8747b93..0a33536b9c 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/primary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/primary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-wanfed-gw/primary/service_s1.hcl b/test/integration/connect/envoy/case-wanfed-gw/primary/service_s1.hcl index f74a67a5ae..0891eebceb 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/primary/service_s1.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/primary/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service diff --git a/test/integration/connect/envoy/case-wanfed-gw/primary/service_s2.hcl b/test/integration/connect/envoy/case-wanfed-gw/primary/service_s2.hcl index 1f3f2edd47..ca644bb3ff 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/primary/service_s2.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/primary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service diff --git a/test/integration/connect/envoy/case-wanfed-gw/primary/setup.sh b/test/integration/connect/envoy/case-wanfed-gw/primary/setup.sh index f39cf66dd0..11d5abf14d 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/primary/setup.sh +++ b/test/integration/connect/envoy/case-wanfed-gw/primary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-wanfed-gw/secondary/common.hcl b/test/integration/connect/envoy/case-wanfed-gw/secondary/common.hcl index 570fa9d059..6b76d377d8 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/secondary/common.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/secondary/common.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 tls { internal_rpc { diff --git a/test/integration/connect/envoy/case-wanfed-gw/secondary/server.hcl b/test/integration/connect/envoy/case-wanfed-gw/secondary/server.hcl index 6265b91744..027174bf63 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/secondary/server.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/secondary/server.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 node_name = "sec" connect { diff --git a/test/integration/connect/envoy/case-wanfed-gw/secondary/service_gateway.hcl b/test/integration/connect/envoy/case-wanfed-gw/secondary/service_gateway.hcl index c010c4d4e4..bba04fd971 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/secondary/service_gateway.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/secondary/service_gateway.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "mesh-gateway" diff --git a/test/integration/connect/envoy/case-wanfed-gw/secondary/service_s1.hcl b/test/integration/connect/envoy/case-wanfed-gw/secondary/service_s1.hcl index f74a67a5ae..0891eebceb 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/secondary/service_s1.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/secondary/service_s1.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s1 service diff --git a/test/integration/connect/envoy/case-wanfed-gw/secondary/service_s2.hcl b/test/integration/connect/envoy/case-wanfed-gw/secondary/service_s2.hcl index 1f3f2edd47..ca644bb3ff 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/secondary/service_s2.hcl +++ b/test/integration/connect/envoy/case-wanfed-gw/secondary/service_s2.hcl @@ -1,4 +1,4 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # We don't want an s2 service diff --git a/test/integration/connect/envoy/case-wanfed-gw/secondary/setup.sh b/test/integration/connect/envoy/case-wanfed-gw/secondary/setup.sh index ef5032115a..0f4313108c 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/secondary/setup.sh +++ b/test/integration/connect/envoy/case-wanfed-gw/secondary/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-wanfed-gw/vars.sh b/test/integration/connect/envoy/case-wanfed-gw/vars.sh index 79007fcfe8..4de3b552dc 100644 --- a/test/integration/connect/envoy/case-wanfed-gw/vars.sh +++ b/test/integration/connect/envoy/case-wanfed-gw/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="gateway-primary gateway-secondary" diff --git a/test/integration/connect/envoy/case-wasm/capture.sh b/test/integration/connect/envoy/case-wasm/capture.sh index 5268305f8f..14dc00afc6 100644 --- a/test/integration/connect/envoy/case-wasm/capture.sh +++ b/test/integration/connect/envoy/case-wasm/capture.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 snapshot_envoy_admin localhost:19000 s1 primary || true diff --git a/test/integration/connect/envoy/case-wasm/service_s1.hcl b/test/integration/connect/envoy/case-wasm/service_s1.hcl index 6eaca12985..54c6ac6501 100644 --- a/test/integration/connect/envoy/case-wasm/service_s1.hcl +++ b/test/integration/connect/envoy/case-wasm/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-wasm/service_s2.hcl b/test/integration/connect/envoy/case-wasm/service_s2.hcl index c01f4b2fef..a167379776 100644 --- a/test/integration/connect/envoy/case-wasm/service_s2.hcl +++ b/test/integration/connect/envoy/case-wasm/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-wasm/setup.sh b/test/integration/connect/envoy/case-wasm/setup.sh index d491aa92fc..54ab4d4c72 100644 --- a/test/integration/connect/envoy/case-wasm/setup.sh +++ b/test/integration/connect/envoy/case-wasm/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-wasm/vars.sh b/test/integration/connect/envoy/case-wasm/vars.sh index 091a358e13..ac0664606f 100644 --- a/test/integration/connect/envoy/case-wasm/vars.sh +++ b/test/integration/connect/envoy/case-wasm/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="s1 s1-sidecar-proxy s2 s2-sidecar-proxy" diff --git a/test/integration/connect/envoy/case-zipkin/service_s1.hcl b/test/integration/connect/envoy/case-zipkin/service_s1.hcl index 7adcedd7db..5f6935fedf 100644 --- a/test/integration/connect/envoy/case-zipkin/service_s1.hcl +++ b/test/integration/connect/envoy/case-zipkin/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/case-zipkin/service_s2.hcl b/test/integration/connect/envoy/case-zipkin/service_s2.hcl index a537840dff..21b8f859b8 100644 --- a/test/integration/connect/envoy/case-zipkin/service_s2.hcl +++ b/test/integration/connect/envoy/case-zipkin/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/case-zipkin/setup.sh b/test/integration/connect/envoy/case-zipkin/setup.sh index b88cc90129..3fb3ade6c5 100644 --- a/test/integration/connect/envoy/case-zipkin/setup.sh +++ b/test/integration/connect/envoy/case-zipkin/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/case-zipkin/vars.sh b/test/integration/connect/envoy/case-zipkin/vars.sh index c4221f8b1a..7f4fb54ac6 100644 --- a/test/integration/connect/envoy/case-zipkin/vars.sh +++ b/test/integration/connect/envoy/case-zipkin/vars.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES jaeger" \ No newline at end of file diff --git a/test/integration/connect/envoy/consul-base-cfg/base.hcl b/test/integration/connect/envoy/consul-base-cfg/base.hcl index 49116ea6e9..941f68aa26 100644 --- a/test/integration/connect/envoy/consul-base-cfg/base.hcl +++ b/test/integration/connect/envoy/consul-base-cfg/base.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 primary_datacenter = "primary" log_level = "trace" \ No newline at end of file diff --git a/test/integration/connect/envoy/consul-base-cfg/service_s1.hcl b/test/integration/connect/envoy/consul-base-cfg/service_s1.hcl index 9a883739e4..b2b685c08a 100644 --- a/test/integration/connect/envoy/consul-base-cfg/service_s1.hcl +++ b/test/integration/connect/envoy/consul-base-cfg/service_s1.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s1" diff --git a/test/integration/connect/envoy/consul-base-cfg/service_s2.hcl b/test/integration/connect/envoy/consul-base-cfg/service_s2.hcl index 0869e74f24..73d7798297 100644 --- a/test/integration/connect/envoy/consul-base-cfg/service_s2.hcl +++ b/test/integration/connect/envoy/consul-base-cfg/service_s2.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 services { name = "s2" diff --git a/test/integration/connect/envoy/defaults.sh b/test/integration/connect/envoy/defaults.sh index ad428e49ea..f92c2cfb1f 100644 --- a/test/integration/connect/envoy/defaults.sh +++ b/test/integration/connect/envoy/defaults.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 export DEFAULT_REQUIRED_SERVICES="s1 s1-sidecar-proxy s2 s2-sidecar-proxy" diff --git a/test/integration/connect/envoy/down.sh b/test/integration/connect/envoy/down.sh index d9b27bd4ae..28b159358d 100755 --- a/test/integration/connect/envoy/down.sh +++ b/test/integration/connect/envoy/down.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -euo pipefail diff --git a/test/integration/connect/envoy/helpers.bash b/test/integration/connect/envoy/helpers.bash index 009c88cd90..cb10a345a3 100755 --- a/test/integration/connect/envoy/helpers.bash +++ b/test/integration/connect/envoy/helpers.bash @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # retry based on diff --git a/test/integration/connect/envoy/helpers.windows.bash b/test/integration/connect/envoy/helpers.windows.bash index 2e4a5d4fac..f455244205 100644 --- a/test/integration/connect/envoy/helpers.windows.bash +++ b/test/integration/connect/envoy/helpers.windows.bash @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + CONSUL_HOSTNAME="" MOD_ARG="" diff --git a/test/integration/connect/envoy/main_test.go b/test/integration/connect/envoy/main_test.go index a035280553..7769877efe 100644 --- a/test/integration/connect/envoy/main_test.go +++ b/test/integration/connect/envoy/main_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build integration // +build integration diff --git a/test/integration/connect/envoy/run-tests.sh b/test/integration/connect/envoy/run-tests.sh index ba0d6fa810..99c918a6ee 100755 --- a/test/integration/connect/envoy/run-tests.sh +++ b/test/integration/connect/envoy/run-tests.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/run-tests.windows.sh b/test/integration/connect/envoy/run-tests.windows.sh index 2388bcd5b6..b8ba4a1ee6 100644 --- a/test/integration/connect/envoy/run-tests.windows.sh +++ b/test/integration/connect/envoy/run-tests.windows.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + if [ $2 != "false" ] then diff --git a/test/integration/connect/envoy/test-sds-server/Dockerfile b/test/integration/connect/envoy/test-sds-server/Dockerfile index 5ea87089c7..73f72667b9 100644 --- a/test/integration/connect/envoy/test-sds-server/Dockerfile +++ b/test/integration/connect/envoy/test-sds-server/Dockerfile @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 FROM golang:latest diff --git a/test/integration/connect/envoy/test-sds-server/certs/gen-certs.sh b/test/integration/connect/envoy/test-sds-server/certs/gen-certs.sh index bf46e5da0a..2c416ad146 100755 --- a/test/integration/connect/envoy/test-sds-server/certs/gen-certs.sh +++ b/test/integration/connect/envoy/test-sds-server/certs/gen-certs.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 set -eEuo pipefail diff --git a/test/integration/connect/envoy/test-sds-server/sds.go b/test/integration/connect/envoy/test-sds-server/sds.go index 6c1ed208cd..6223d89444 100644 --- a/test/integration/connect/envoy/test-sds-server/sds.go +++ b/test/integration/connect/envoy/test-sds-server/sds.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/test/integration/consul-container/assets/tproxy-startup.sh b/test/integration/consul-container/assets/tproxy-startup.sh index 1e5963fe9f..974d9368cb 100644 --- a/test/integration/consul-container/assets/tproxy-startup.sh +++ b/test/integration/consul-container/assets/tproxy-startup.sh @@ -1,4 +1,7 @@ #!/usr/bin/env sh +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + set -ex diff --git a/test/integration/consul-container/libs/assert/common.go b/test/integration/consul-container/libs/assert/common.go index 5f2431f6ff..c10cb7b9b4 100644 --- a/test/integration/consul-container/libs/assert/common.go +++ b/test/integration/consul-container/libs/assert/common.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package assert diff --git a/test/integration/consul-container/libs/assert/envoy.go b/test/integration/consul-container/libs/assert/envoy.go index 13632aaf4a..05add74c92 100644 --- a/test/integration/consul-container/libs/assert/envoy.go +++ b/test/integration/consul-container/libs/assert/envoy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package assert diff --git a/test/integration/consul-container/libs/assert/grpc.go b/test/integration/consul-container/libs/assert/grpc.go index 27b8ff989b..a41ef65af6 100644 --- a/test/integration/consul-container/libs/assert/grpc.go +++ b/test/integration/consul-container/libs/assert/grpc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package assert diff --git a/test/integration/consul-container/libs/assert/peering.go b/test/integration/consul-container/libs/assert/peering.go index 5b9d4ee4b4..ab000268d7 100644 --- a/test/integration/consul-container/libs/assert/peering.go +++ b/test/integration/consul-container/libs/assert/peering.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package assert diff --git a/test/integration/consul-container/libs/assert/service.go b/test/integration/consul-container/libs/assert/service.go index f325c8e372..ba08649b27 100644 --- a/test/integration/consul-container/libs/assert/service.go +++ b/test/integration/consul-container/libs/assert/service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package assert diff --git a/test/integration/consul-container/libs/cluster/agent.go b/test/integration/consul-container/libs/cluster/agent.go index 653ef89eb0..6ffc4d4f8c 100644 --- a/test/integration/consul-container/libs/cluster/agent.go +++ b/test/integration/consul-container/libs/cluster/agent.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/test/integration/consul-container/libs/cluster/app.go b/test/integration/consul-container/libs/cluster/app.go index f434fcff13..001880b85f 100644 --- a/test/integration/consul-container/libs/cluster/app.go +++ b/test/integration/consul-container/libs/cluster/app.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/test/integration/consul-container/libs/cluster/builder.go b/test/integration/consul-container/libs/cluster/builder.go index 72228a26d6..945b2bcd9e 100644 --- a/test/integration/consul-container/libs/cluster/builder.go +++ b/test/integration/consul-container/libs/cluster/builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/test/integration/consul-container/libs/cluster/cluster.go b/test/integration/consul-container/libs/cluster/cluster.go index aedf0ac926..66e9ac5c2d 100644 --- a/test/integration/consul-container/libs/cluster/cluster.go +++ b/test/integration/consul-container/libs/cluster/cluster.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/test/integration/consul-container/libs/cluster/config.go b/test/integration/consul-container/libs/cluster/config.go index 505811d35e..f46be04295 100644 --- a/test/integration/consul-container/libs/cluster/config.go +++ b/test/integration/consul-container/libs/cluster/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/test/integration/consul-container/libs/cluster/container.go b/test/integration/consul-container/libs/cluster/container.go index 4002c9c301..d444162364 100644 --- a/test/integration/consul-container/libs/cluster/container.go +++ b/test/integration/consul-container/libs/cluster/container.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/test/integration/consul-container/libs/cluster/encryption.go b/test/integration/consul-container/libs/cluster/encryption.go index 3adb5a3177..79e7133fbb 100644 --- a/test/integration/consul-container/libs/cluster/encryption.go +++ b/test/integration/consul-container/libs/cluster/encryption.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/test/integration/consul-container/libs/cluster/log.go b/test/integration/consul-container/libs/cluster/log.go index f2a185d532..59e69a64ef 100644 --- a/test/integration/consul-container/libs/cluster/log.go +++ b/test/integration/consul-container/libs/cluster/log.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/test/integration/consul-container/libs/cluster/network.go b/test/integration/consul-container/libs/cluster/network.go index 6e170b3dab..be6f34c779 100644 --- a/test/integration/consul-container/libs/cluster/network.go +++ b/test/integration/consul-container/libs/cluster/network.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cluster diff --git a/test/integration/consul-container/libs/service/common.go b/test/integration/consul-container/libs/service/common.go index add9f1395d..0e0e273957 100644 --- a/test/integration/consul-container/libs/service/common.go +++ b/test/integration/consul-container/libs/service/common.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package service diff --git a/test/integration/consul-container/libs/service/connect.go b/test/integration/consul-container/libs/service/connect.go index 36df4e09f7..5b467845be 100644 --- a/test/integration/consul-container/libs/service/connect.go +++ b/test/integration/consul-container/libs/service/connect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package service diff --git a/test/integration/consul-container/libs/service/examples.go b/test/integration/consul-container/libs/service/examples.go index b77869e15b..cc37cdb0a7 100644 --- a/test/integration/consul-container/libs/service/examples.go +++ b/test/integration/consul-container/libs/service/examples.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package service diff --git a/test/integration/consul-container/libs/service/gateway.go b/test/integration/consul-container/libs/service/gateway.go index fda7b7a926..61bc4d3150 100644 --- a/test/integration/consul-container/libs/service/gateway.go +++ b/test/integration/consul-container/libs/service/gateway.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package service diff --git a/test/integration/consul-container/libs/service/helpers.go b/test/integration/consul-container/libs/service/helpers.go index d4f866aeb4..da4b718f43 100644 --- a/test/integration/consul-container/libs/service/helpers.go +++ b/test/integration/consul-container/libs/service/helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package service diff --git a/test/integration/consul-container/libs/service/log.go b/test/integration/consul-container/libs/service/log.go index 86e10a3fc7..4e64bb7e54 100644 --- a/test/integration/consul-container/libs/service/log.go +++ b/test/integration/consul-container/libs/service/log.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package service diff --git a/test/integration/consul-container/libs/service/service.go b/test/integration/consul-container/libs/service/service.go index 5e1af3ab14..ca18684972 100644 --- a/test/integration/consul-container/libs/service/service.go +++ b/test/integration/consul-container/libs/service/service.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package service diff --git a/test/integration/consul-container/libs/topology/peering_topology.go b/test/integration/consul-container/libs/topology/peering_topology.go index 3d7fa7870e..3a49521026 100644 --- a/test/integration/consul-container/libs/topology/peering_topology.go +++ b/test/integration/consul-container/libs/topology/peering_topology.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package topology diff --git a/test/integration/consul-container/libs/topology/service_topology.go b/test/integration/consul-container/libs/topology/service_topology.go index 06a1c84755..5898a57ec1 100644 --- a/test/integration/consul-container/libs/topology/service_topology.go +++ b/test/integration/consul-container/libs/topology/service_topology.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package topology diff --git a/test/integration/consul-container/libs/utils/debug.go b/test/integration/consul-container/libs/utils/debug.go index 146a7e4cac..fac44c4e2e 100644 --- a/test/integration/consul-container/libs/utils/debug.go +++ b/test/integration/consul-container/libs/utils/debug.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/test/integration/consul-container/libs/utils/defer.go b/test/integration/consul-container/libs/utils/defer.go index 867de61972..85d913c7db 100644 --- a/test/integration/consul-container/libs/utils/defer.go +++ b/test/integration/consul-container/libs/utils/defer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/test/integration/consul-container/libs/utils/docker.go b/test/integration/consul-container/libs/utils/docker.go index 6be46d91ae..b807cf66fa 100644 --- a/test/integration/consul-container/libs/utils/docker.go +++ b/test/integration/consul-container/libs/utils/docker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/test/integration/consul-container/libs/utils/helpers.go b/test/integration/consul-container/libs/utils/helpers.go index 5f75e3e4b3..7f08b27b9f 100644 --- a/test/integration/consul-container/libs/utils/helpers.go +++ b/test/integration/consul-container/libs/utils/helpers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/test/integration/consul-container/libs/utils/retry.go b/test/integration/consul-container/libs/utils/retry.go index 651a195cf1..cfe5ade347 100644 --- a/test/integration/consul-container/libs/utils/retry.go +++ b/test/integration/consul-container/libs/utils/retry.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/test/integration/consul-container/libs/utils/tenancy.go b/test/integration/consul-container/libs/utils/tenancy.go index 2254341ab5..f8a803bc82 100644 --- a/test/integration/consul-container/libs/utils/tenancy.go +++ b/test/integration/consul-container/libs/utils/tenancy.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package utils import "github.com/hashicorp/consul/api" diff --git a/test/integration/consul-container/libs/utils/utils.go b/test/integration/consul-container/libs/utils/utils.go index 7be336eb8d..b3d8382ed4 100644 --- a/test/integration/consul-container/libs/utils/utils.go +++ b/test/integration/consul-container/libs/utils/utils.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/test/integration/consul-container/libs/utils/version.go b/test/integration/consul-container/libs/utils/version.go index b906f91678..c81f7e00e3 100644 --- a/test/integration/consul-container/libs/utils/version.go +++ b/test/integration/consul-container/libs/utils/version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package utils diff --git a/test/integration/consul-container/libs/utils/version_oss.go b/test/integration/consul-container/libs/utils/version_oss.go index 9fefeebf4d..afe5f6c417 100644 --- a/test/integration/consul-container/libs/utils/version_oss.go +++ b/test/integration/consul-container/libs/utils/version_oss.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !consulent // +build !consulent diff --git a/test/integration/consul-container/test/basic/connect_service_test.go b/test/integration/consul-container/test/basic/connect_service_test.go index 7ad6f4f9cc..ee045f1286 100644 --- a/test/integration/consul-container/test/basic/connect_service_test.go +++ b/test/integration/consul-container/test/basic/connect_service_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package basic diff --git a/test/integration/consul-container/test/catalog/catalog_test.go b/test/integration/consul-container/test/catalog/catalog_test.go index 8520e5a647..a2f4216c1c 100644 --- a/test/integration/consul-container/test/catalog/catalog_test.go +++ b/test/integration/consul-container/test/catalog/catalog_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package catalog import ( diff --git a/test/integration/consul-container/test/consul_envoy_version/consul_envoy_version.go b/test/integration/consul-container/test/consul_envoy_version/consul_envoy_version.go index 72c4964ffb..c37dfc8116 100644 --- a/test/integration/consul-container/test/consul_envoy_version/consul_envoy_version.go +++ b/test/integration/consul-container/test/consul_envoy_version/consul_envoy_version.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/test/integration/consul-container/test/envoy_extensions/ext_authz_test.go b/test/integration/consul-container/test/envoy_extensions/ext_authz_test.go index 938981c60f..38c700a5a0 100644 --- a/test/integration/consul-container/test/envoy_extensions/ext_authz_test.go +++ b/test/integration/consul-container/test/envoy_extensions/ext_authz_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package envoyextensions diff --git a/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/Dockerfile b/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/Dockerfile index 6c5d77a160..31e2dd93d0 100644 --- a/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/Dockerfile +++ b/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/Dockerfile @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + FROM tinygo/tinygo:sha-598cb1e4ddce53d85600a1b7724ed39eea80e119 COPY ./build.sh / ENTRYPOINT ["/build.sh"] diff --git a/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/build.sh b/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/build.sh index 1bedc2b520..6affddf298 100755 --- a/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/build.sh +++ b/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/build.sh @@ -1,3 +1,6 @@ #!/bin/sh +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + cd /wasm tinygo build -o /wasm/wasm_add_header.wasm -scheduler=none -target=wasi /wasm/wasm_add_header.go \ No newline at end of file diff --git a/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/wasm_add_header.go b/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/wasm_add_header.go index 86a4af2142..91aeae6956 100644 --- a/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/wasm_add_header.go +++ b/test/integration/consul-container/test/envoy_extensions/testdata/wasm_test_files/wasm_add_header.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package main import ( diff --git a/test/integration/consul-container/test/envoy_extensions/wasm_test.go b/test/integration/consul-container/test/envoy_extensions/wasm_test.go index 2a9a17ff17..fee0675c50 100644 --- a/test/integration/consul-container/test/envoy_extensions/wasm_test.go +++ b/test/integration/consul-container/test/envoy_extensions/wasm_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package envoyextensions import ( diff --git a/test/integration/consul-container/test/gateways/gateway_endpoint_test.go b/test/integration/consul-container/test/gateways/gateway_endpoint_test.go index 659fc4e3fd..42cccef121 100644 --- a/test/integration/consul-container/test/gateways/gateway_endpoint_test.go +++ b/test/integration/consul-container/test/gateways/gateway_endpoint_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gateways diff --git a/test/integration/consul-container/test/gateways/http_route_test.go b/test/integration/consul-container/test/gateways/http_route_test.go index fcdbb7ce1c..e3a975c150 100644 --- a/test/integration/consul-container/test/gateways/http_route_test.go +++ b/test/integration/consul-container/test/gateways/http_route_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gateways diff --git a/test/integration/consul-container/test/gateways/ingress_gateway_test.go b/test/integration/consul-container/test/gateways/ingress_gateway_test.go index 2757e5d1ee..fb61623299 100644 --- a/test/integration/consul-container/test/gateways/ingress_gateway_test.go +++ b/test/integration/consul-container/test/gateways/ingress_gateway_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gateways diff --git a/test/integration/consul-container/test/gateways/tenancy_oss.go b/test/integration/consul-container/test/gateways/tenancy_oss.go index 19d82d39db..ebf59c40d9 100644 --- a/test/integration/consul-container/test/gateways/tenancy_oss.go +++ b/test/integration/consul-container/test/gateways/tenancy_oss.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + //go:build !consulent // +build !consulent diff --git a/test/integration/consul-container/test/jwtauth/jwt_auth_test.go b/test/integration/consul-container/test/jwtauth/jwt_auth_test.go index 2ff3938f92..3de8a07e74 100644 --- a/test/integration/consul-container/test/jwtauth/jwt_auth_test.go +++ b/test/integration/consul-container/test/jwtauth/jwt_auth_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jwtauth diff --git a/test/integration/consul-container/test/observability/access_logs_test.go b/test/integration/consul-container/test/observability/access_logs_test.go index 66747e6322..e48b05a125 100644 --- a/test/integration/consul-container/test/observability/access_logs_test.go +++ b/test/integration/consul-container/test/observability/access_logs_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package observability diff --git a/test/integration/consul-container/test/observability/metrics_leader_test.go b/test/integration/consul-container/test/observability/metrics_leader_test.go index 4d3a024e9b..781e657a9f 100644 --- a/test/integration/consul-container/test/observability/metrics_leader_test.go +++ b/test/integration/consul-container/test/observability/metrics_leader_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package observability diff --git a/test/integration/consul-container/test/peering/rotate_server_and_ca_then_fail_test.go b/test/integration/consul-container/test/peering/rotate_server_and_ca_then_fail_test.go index 86285f2c60..77639b78d1 100644 --- a/test/integration/consul-container/test/peering/rotate_server_and_ca_then_fail_test.go +++ b/test/integration/consul-container/test/peering/rotate_server_and_ca_then_fail_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package peering diff --git a/test/integration/consul-container/test/ratelimit/ratelimit_test.go b/test/integration/consul-container/test/ratelimit/ratelimit_test.go index e3aa20e5ba..ed35bcf646 100644 --- a/test/integration/consul-container/test/ratelimit/ratelimit_test.go +++ b/test/integration/consul-container/test/ratelimit/ratelimit_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ratelimit diff --git a/test/integration/consul-container/test/snapshot/snapshot_restore_test.go b/test/integration/consul-container/test/snapshot/snapshot_restore_test.go index 70fa0d2d41..91fcec05bb 100644 --- a/test/integration/consul-container/test/snapshot/snapshot_restore_test.go +++ b/test/integration/consul-container/test/snapshot/snapshot_restore_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package snapshot diff --git a/test/integration/consul-container/test/tproxy/tproxy_test.go b/test/integration/consul-container/test/tproxy/tproxy_test.go index 3ace4102f0..978d211aa9 100644 --- a/test/integration/consul-container/test/tproxy/tproxy_test.go +++ b/test/integration/consul-container/test/tproxy/tproxy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tproxy diff --git a/test/integration/consul-container/test/troubleshoot/troubleshoot_test.go b/test/integration/consul-container/test/troubleshoot/troubleshoot_test.go index cb9c9125b5..538f4f2c27 100644 --- a/test/integration/consul-container/test/troubleshoot/troubleshoot_test.go +++ b/test/integration/consul-container/test/troubleshoot/troubleshoot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/test/integration/consul-container/test/upgrade/acl_node_test.go b/test/integration/consul-container/test/upgrade/acl_node_test.go index 94886a4e27..67b5fa12ad 100644 --- a/test/integration/consul-container/test/upgrade/acl_node_test.go +++ b/test/integration/consul-container/test/upgrade/acl_node_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upgrade diff --git a/test/integration/consul-container/test/upgrade/basic/basic_test.go b/test/integration/consul-container/test/upgrade/basic/basic_test.go index 40406caebe..fe9f28fa22 100644 --- a/test/integration/consul-container/test/upgrade/basic/basic_test.go +++ b/test/integration/consul-container/test/upgrade/basic/basic_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upgrade diff --git a/test/integration/consul-container/test/upgrade/basic/fullstopupgrade_test.go b/test/integration/consul-container/test/upgrade/basic/fullstopupgrade_test.go index 6b4a047952..75ae754fd5 100644 --- a/test/integration/consul-container/test/upgrade/basic/fullstopupgrade_test.go +++ b/test/integration/consul-container/test/upgrade/basic/fullstopupgrade_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upgrade diff --git a/test/integration/consul-container/test/upgrade/basic/healthcheck_test.go b/test/integration/consul-container/test/upgrade/basic/healthcheck_test.go index fde78c182e..b0988cd280 100644 --- a/test/integration/consul-container/test/upgrade/basic/healthcheck_test.go +++ b/test/integration/consul-container/test/upgrade/basic/healthcheck_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upgrade diff --git a/test/integration/consul-container/test/upgrade/catalog/catalog_test.go b/test/integration/consul-container/test/upgrade/catalog/catalog_test.go index ef2de3edeb..73f94d4687 100644 --- a/test/integration/consul-container/test/upgrade/catalog/catalog_test.go +++ b/test/integration/consul-container/test/upgrade/catalog/catalog_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package catalog diff --git a/test/integration/consul-container/test/upgrade/common.go b/test/integration/consul-container/test/upgrade/common.go index abba2b425a..cbbf9aea35 100644 --- a/test/integration/consul-container/test/upgrade/common.go +++ b/test/integration/consul-container/test/upgrade/common.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package upgrade import ( diff --git a/test/integration/consul-container/test/upgrade/ingress_gateway_grpc_test.go b/test/integration/consul-container/test/upgrade/ingress_gateway_grpc_test.go index 873eabcf0e..75f52688b2 100644 --- a/test/integration/consul-container/test/upgrade/ingress_gateway_grpc_test.go +++ b/test/integration/consul-container/test/upgrade/ingress_gateway_grpc_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upgrade diff --git a/test/integration/consul-container/test/upgrade/ingress_gateway_sds_test.go b/test/integration/consul-container/test/upgrade/ingress_gateway_sds_test.go index c31f8007b2..a237bd98b2 100644 --- a/test/integration/consul-container/test/upgrade/ingress_gateway_sds_test.go +++ b/test/integration/consul-container/test/upgrade/ingress_gateway_sds_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upgrade diff --git a/test/integration/consul-container/test/upgrade/ingress_gateway_test.go b/test/integration/consul-container/test/upgrade/ingress_gateway_test.go index c0acfeb775..e4bc12629f 100644 --- a/test/integration/consul-container/test/upgrade/ingress_gateway_test.go +++ b/test/integration/consul-container/test/upgrade/ingress_gateway_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upgrade diff --git a/test/integration/consul-container/test/upgrade/l7_traffic_management/resolver_default_subset_test.go b/test/integration/consul-container/test/upgrade/l7_traffic_management/resolver_default_subset_test.go index 70b81e964a..dcc78e683e 100644 --- a/test/integration/consul-container/test/upgrade/l7_traffic_management/resolver_default_subset_test.go +++ b/test/integration/consul-container/test/upgrade/l7_traffic_management/resolver_default_subset_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upgrade diff --git a/test/integration/consul-container/test/upgrade/peering/peering_control_plane_mgw_test.go b/test/integration/consul-container/test/upgrade/peering/peering_control_plane_mgw_test.go index ef245c7c2b..fc104b488f 100644 --- a/test/integration/consul-container/test/upgrade/peering/peering_control_plane_mgw_test.go +++ b/test/integration/consul-container/test/upgrade/peering/peering_control_plane_mgw_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upgrade diff --git a/test/integration/consul-container/test/upgrade/peering/peering_http_test.go b/test/integration/consul-container/test/upgrade/peering/peering_http_test.go index 08471eb7d2..60a74afb5b 100644 --- a/test/integration/consul-container/test/upgrade/peering/peering_http_test.go +++ b/test/integration/consul-container/test/upgrade/peering/peering_http_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package upgrade diff --git a/test/integration/consul-container/test/wanfed/acl_bootstrap_replication_test.go b/test/integration/consul-container/test/wanfed/acl_bootstrap_replication_test.go index 0caddbc302..7eedc158d1 100644 --- a/test/integration/consul-container/test/wanfed/acl_bootstrap_replication_test.go +++ b/test/integration/consul-container/test/wanfed/acl_bootstrap_replication_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package wanfed diff --git a/test/integration/consul-container/test/wanfed/wanfed_peering_test.go b/test/integration/consul-container/test/wanfed/wanfed_peering_test.go index f40b6a60d0..4107fd726f 100644 --- a/test/integration/consul-container/test/wanfed/wanfed_peering_test.go +++ b/test/integration/consul-container/test/wanfed/wanfed_peering_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package wanfed diff --git a/test/load/packer/consul-ami/consul.pkr.hcl b/test/load/packer/consul-ami/consul.pkr.hcl index 7290845ef0..d24ef7b9cb 100644 --- a/test/load/packer/consul-ami/consul.pkr.hcl +++ b/test/load/packer/consul-ami/consul.pkr.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 packer { required_version = ">= 1.5.4" diff --git a/test/load/packer/consul-ami/scripts/conf.yaml b/test/load/packer/consul-ami/scripts/conf.yaml index 04c9dd2e29..e61a9b94ef 100755 --- a/test/load/packer/consul-ami/scripts/conf.yaml +++ b/test/load/packer/consul-ami/scripts/conf.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 init_config: diff --git a/test/load/packer/consul-ami/scripts/datadog.yaml b/test/load/packer/consul-ami/scripts/datadog.yaml index e64cf4d9cd..bfe671563d 100755 --- a/test/load/packer/consul-ami/scripts/datadog.yaml +++ b/test/load/packer/consul-ami/scripts/datadog.yaml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 ######################### ## Basic Configuration ## diff --git a/test/load/packer/consul-ami/scripts/move-files.sh b/test/load/packer/consul-ami/scripts/move-files.sh index e5773ef195..8b695ac83c 100644 --- a/test/load/packer/consul-ami/scripts/move-files.sh +++ b/test/load/packer/consul-ami/scripts/move-files.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 ##Move datadog files diff --git a/test/load/packer/loadtest-ami/loadtest.pkr.hcl b/test/load/packer/loadtest-ami/loadtest.pkr.hcl index 1a0a3db907..e7deb402e3 100644 --- a/test/load/packer/loadtest-ami/loadtest.pkr.hcl +++ b/test/load/packer/loadtest-ami/loadtest.pkr.hcl @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 packer { required_version = ">= 1.5.4" diff --git a/test/load/packer/loadtest-ami/scripts/install-k6.sh b/test/load/packer/loadtest-ami/scripts/install-k6.sh index e0fa57b064..fce98cea62 100644 --- a/test/load/packer/loadtest-ami/scripts/install-k6.sh +++ b/test/load/packer/loadtest-ami/scripts/install-k6.sh @@ -1,6 +1,6 @@ #!/bin/bash -e # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # set new limit diff --git a/test/load/packer/loadtest-ami/scripts/loadtest.js b/test/load/packer/loadtest-ami/scripts/loadtest.js index 975191d3c0..e048b0e307 100644 --- a/test/load/packer/loadtest-ami/scripts/loadtest.js +++ b/test/load/packer/loadtest-ami/scripts/loadtest.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import http from 'k6/http'; diff --git a/test/load/terraform/consul.tf b/test/load/terraform/consul.tf index 4ba0eb7a9a..969ccd58fc 100644 --- a/test/load/terraform/consul.tf +++ b/test/load/terraform/consul.tf @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 data "aws_ami" "consul" { most_recent = true diff --git a/test/load/terraform/main.tf b/test/load/terraform/main.tf index 216b6eb836..76f0c81286 100644 --- a/test/load/terraform/main.tf +++ b/test/load/terraform/main.tf @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 terraform { required_version = ">= 0.13" diff --git a/test/load/terraform/outputs.tf b/test/load/terraform/outputs.tf index 48753c8fa7..80e213f428 100644 --- a/test/load/terraform/outputs.tf +++ b/test/load/terraform/outputs.tf @@ -1,3 +1,3 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 diff --git a/test/load/terraform/providers.tf b/test/load/terraform/providers.tf index 8c1541cb51..87b6bf51e9 100644 --- a/test/load/terraform/providers.tf +++ b/test/load/terraform/providers.tf @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 terraform { required_providers { diff --git a/test/load/terraform/test-servers.tf b/test/load/terraform/test-servers.tf index 78c757e35a..4d4b0a6acc 100644 --- a/test/load/terraform/test-servers.tf +++ b/test/load/terraform/test-servers.tf @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 data "aws_ami" "test" { most_recent = true diff --git a/test/load/terraform/user-data-client.sh b/test/load/terraform/user-data-client.sh index 9ed15e89ab..27a14004a5 100644 --- a/test/load/terraform/user-data-client.sh +++ b/test/load/terraform/user-data-client.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # SOURCE: GRUNTWORKS # This script is meant to be run in the User Data of each EC2 Instance while it's booting. The script uses the diff --git a/test/load/terraform/user-data-server.sh b/test/load/terraform/user-data-server.sh index f6e0b7452c..0d743f57ab 100755 --- a/test/load/terraform/user-data-server.sh +++ b/test/load/terraform/user-data-server.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # SOURCE: GRUNTWORKS # This script is meant to be run in the User Data of each EC2 Instance while it's booting. The script uses the diff --git a/test/load/terraform/variables.tf b/test/load/terraform/variables.tf index 9d93fa1777..8d5d82e1ca 100644 --- a/test/load/terraform/variables.tf +++ b/test/load/terraform/variables.tf @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # --------------------------------------------------------------------------------------------------------------------- # ENVIRONMENT VARIABLES diff --git a/testing/deployer/sprawl/acl.go b/testing/deployer/sprawl/acl.go index 54f9c9a98a..63d86220d9 100644 --- a/testing/deployer/sprawl/acl.go +++ b/testing/deployer/sprawl/acl.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/sprawl/acl_rules.go b/testing/deployer/sprawl/acl_rules.go index b024ceab53..036149cdfd 100644 --- a/testing/deployer/sprawl/acl_rules.go +++ b/testing/deployer/sprawl/acl_rules.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/sprawl/boot.go b/testing/deployer/sprawl/boot.go index 4157887263..6f16f928f5 100644 --- a/testing/deployer/sprawl/boot.go +++ b/testing/deployer/sprawl/boot.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/sprawl/catalog.go b/testing/deployer/sprawl/catalog.go index 5da32cc513..eb355739a6 100644 --- a/testing/deployer/sprawl/catalog.go +++ b/testing/deployer/sprawl/catalog.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/sprawl/configentries.go b/testing/deployer/sprawl/configentries.go index ff84f0eb1a..90ca2bb4cd 100644 --- a/testing/deployer/sprawl/configentries.go +++ b/testing/deployer/sprawl/configentries.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/sprawl/consul.go b/testing/deployer/sprawl/consul.go index 5abb68ac8c..e92fe21884 100644 --- a/testing/deployer/sprawl/consul.go +++ b/testing/deployer/sprawl/consul.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/sprawl/debug.go b/testing/deployer/sprawl/debug.go index e02c3eefc9..df11f96c3c 100644 --- a/testing/deployer/sprawl/debug.go +++ b/testing/deployer/sprawl/debug.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import "encoding/json" diff --git a/testing/deployer/sprawl/details.go b/testing/deployer/sprawl/details.go index 401cc3b9d7..1c896598b4 100644 --- a/testing/deployer/sprawl/details.go +++ b/testing/deployer/sprawl/details.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/sprawl/ent.go b/testing/deployer/sprawl/ent.go index f6d73e0e0e..8ec2925ef1 100644 --- a/testing/deployer/sprawl/ent.go +++ b/testing/deployer/sprawl/ent.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/sprawl/helpers.go b/testing/deployer/sprawl/helpers.go index ce546afed6..941311a1c1 100644 --- a/testing/deployer/sprawl/helpers.go +++ b/testing/deployer/sprawl/helpers.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl // Deprecated: remove diff --git a/testing/deployer/sprawl/internal/build/docker.go b/testing/deployer/sprawl/internal/build/docker.go index 88e763061e..7007d44c84 100644 --- a/testing/deployer/sprawl/internal/build/docker.go +++ b/testing/deployer/sprawl/internal/build/docker.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package build import ( diff --git a/testing/deployer/sprawl/internal/runner/exec.go b/testing/deployer/sprawl/internal/runner/exec.go index 896d8f0d79..1c2a8a1d31 100644 --- a/testing/deployer/sprawl/internal/runner/exec.go +++ b/testing/deployer/sprawl/internal/runner/exec.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package runner import ( diff --git a/testing/deployer/sprawl/internal/secrets/store.go b/testing/deployer/sprawl/internal/secrets/store.go index 4430686cb2..0cacf88b25 100644 --- a/testing/deployer/sprawl/internal/secrets/store.go +++ b/testing/deployer/sprawl/internal/secrets/store.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package secrets import ( diff --git a/testing/deployer/sprawl/internal/tfgen/agent.go b/testing/deployer/sprawl/internal/tfgen/agent.go index 43e1fe1db1..d884d200d2 100644 --- a/testing/deployer/sprawl/internal/tfgen/agent.go +++ b/testing/deployer/sprawl/internal/tfgen/agent.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/internal/tfgen/digest.go b/testing/deployer/sprawl/internal/tfgen/digest.go index 28e364417b..e840f91ee6 100644 --- a/testing/deployer/sprawl/internal/tfgen/digest.go +++ b/testing/deployer/sprawl/internal/tfgen/digest.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/internal/tfgen/dns.go b/testing/deployer/sprawl/internal/tfgen/dns.go index c60a19bb0c..6c3e5ca624 100644 --- a/testing/deployer/sprawl/internal/tfgen/dns.go +++ b/testing/deployer/sprawl/internal/tfgen/dns.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/internal/tfgen/docker.go b/testing/deployer/sprawl/internal/tfgen/docker.go index f2a655fecc..bc8bd65756 100644 --- a/testing/deployer/sprawl/internal/tfgen/docker.go +++ b/testing/deployer/sprawl/internal/tfgen/docker.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/internal/tfgen/docker_test.go b/testing/deployer/sprawl/internal/tfgen/docker_test.go index 97f38bc530..942b87189f 100644 --- a/testing/deployer/sprawl/internal/tfgen/docker_test.go +++ b/testing/deployer/sprawl/internal/tfgen/docker_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/internal/tfgen/gen.go b/testing/deployer/sprawl/internal/tfgen/gen.go index 9e34edacdd..b576f2c93e 100644 --- a/testing/deployer/sprawl/internal/tfgen/gen.go +++ b/testing/deployer/sprawl/internal/tfgen/gen.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/internal/tfgen/io.go b/testing/deployer/sprawl/internal/tfgen/io.go index cd62253645..160e85be31 100644 --- a/testing/deployer/sprawl/internal/tfgen/io.go +++ b/testing/deployer/sprawl/internal/tfgen/io.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/internal/tfgen/nodes.go b/testing/deployer/sprawl/internal/tfgen/nodes.go index 1c521f21c2..7b7addfb20 100644 --- a/testing/deployer/sprawl/internal/tfgen/nodes.go +++ b/testing/deployer/sprawl/internal/tfgen/nodes.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/internal/tfgen/prelude.go b/testing/deployer/sprawl/internal/tfgen/prelude.go index 7a10c8c5da..2e9a01cb08 100644 --- a/testing/deployer/sprawl/internal/tfgen/prelude.go +++ b/testing/deployer/sprawl/internal/tfgen/prelude.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen const terraformPrelude = `provider "docker" { diff --git a/testing/deployer/sprawl/internal/tfgen/proxy.go b/testing/deployer/sprawl/internal/tfgen/proxy.go index 9c4c6bb457..0fafa9b925 100644 --- a/testing/deployer/sprawl/internal/tfgen/proxy.go +++ b/testing/deployer/sprawl/internal/tfgen/proxy.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/internal/tfgen/res.go b/testing/deployer/sprawl/internal/tfgen/res.go index c48cd7d8f2..a45c460793 100644 --- a/testing/deployer/sprawl/internal/tfgen/res.go +++ b/testing/deployer/sprawl/internal/tfgen/res.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/internal/tfgen/tfgen.go b/testing/deployer/sprawl/internal/tfgen/tfgen.go index 7eeb84b167..e752528ef1 100644 --- a/testing/deployer/sprawl/internal/tfgen/tfgen.go +++ b/testing/deployer/sprawl/internal/tfgen/tfgen.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package tfgen import ( diff --git a/testing/deployer/sprawl/peering.go b/testing/deployer/sprawl/peering.go index e88786a1b0..5275161cfd 100644 --- a/testing/deployer/sprawl/peering.go +++ b/testing/deployer/sprawl/peering.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/sprawl/sprawl.go b/testing/deployer/sprawl/sprawl.go index 7a3335bc0a..a4b2759762 100644 --- a/testing/deployer/sprawl/sprawl.go +++ b/testing/deployer/sprawl/sprawl.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/sprawl/sprawltest/sprawltest.go b/testing/deployer/sprawl/sprawltest/sprawltest.go index 23ff44779b..2fe1053745 100644 --- a/testing/deployer/sprawl/sprawltest/sprawltest.go +++ b/testing/deployer/sprawl/sprawltest/sprawltest.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawltest import ( diff --git a/testing/deployer/sprawl/sprawltest/test_test.go b/testing/deployer/sprawl/sprawltest/test_test.go index cdbeb4be52..1bb69ea77e 100644 --- a/testing/deployer/sprawl/sprawltest/test_test.go +++ b/testing/deployer/sprawl/sprawltest/test_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawltest_test import ( diff --git a/testing/deployer/sprawl/tls.go b/testing/deployer/sprawl/tls.go index 748e85dd6b..4ba26432f1 100644 --- a/testing/deployer/sprawl/tls.go +++ b/testing/deployer/sprawl/tls.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package sprawl import ( diff --git a/testing/deployer/topology/compile.go b/testing/deployer/topology/compile.go index 2bdf9ad2c2..2fa90912ed 100644 --- a/testing/deployer/topology/compile.go +++ b/testing/deployer/topology/compile.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package topology import ( diff --git a/testing/deployer/topology/default_cdp.go b/testing/deployer/topology/default_cdp.go index eb3aa5bd20..22424d2dd1 100644 --- a/testing/deployer/topology/default_cdp.go +++ b/testing/deployer/topology/default_cdp.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package topology const DefaultDataplaneImage = "hashicorp/consul-dataplane:1.1.0" diff --git a/testing/deployer/topology/default_consul.go b/testing/deployer/topology/default_consul.go index e65b42cfd8..f9542f1664 100644 --- a/testing/deployer/topology/default_consul.go +++ b/testing/deployer/topology/default_consul.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package topology const DefaultConsulImage = "hashicorp/consul:1.15.2" diff --git a/testing/deployer/topology/default_envoy.go b/testing/deployer/topology/default_envoy.go index 05ee5d5e5a..c557a318a1 100644 --- a/testing/deployer/topology/default_envoy.go +++ b/testing/deployer/topology/default_envoy.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package topology const DefaultEnvoyImage = "envoyproxy/envoy:v1.25.1" diff --git a/testing/deployer/topology/ids.go b/testing/deployer/topology/ids.go index 372bccec36..b3268d517f 100644 --- a/testing/deployer/topology/ids.go +++ b/testing/deployer/topology/ids.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package topology import ( diff --git a/testing/deployer/topology/images.go b/testing/deployer/topology/images.go index 25901de66f..ce265b3974 100644 --- a/testing/deployer/topology/images.go +++ b/testing/deployer/topology/images.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package topology import ( diff --git a/testing/deployer/topology/images_test.go b/testing/deployer/topology/images_test.go index a8af9029d1..d3ea2136e2 100644 --- a/testing/deployer/topology/images_test.go +++ b/testing/deployer/topology/images_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package topology import ( diff --git a/testing/deployer/topology/topology.go b/testing/deployer/topology/topology.go index fbdf2605d5..b485436612 100644 --- a/testing/deployer/topology/topology.go +++ b/testing/deployer/topology/topology.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package topology import ( diff --git a/testing/deployer/topology/util.go b/testing/deployer/topology/util.go index c090217633..a6d6670c26 100644 --- a/testing/deployer/topology/util.go +++ b/testing/deployer/topology/util.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package topology func MergeSlices[V any](x, y []V) []V { diff --git a/testing/deployer/topology/util_test.go b/testing/deployer/topology/util_test.go index fa0b6670f3..a858a4e698 100644 --- a/testing/deployer/topology/util_test.go +++ b/testing/deployer/topology/util_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package topology import ( diff --git a/testing/deployer/util/consul.go b/testing/deployer/util/consul.go index 5fe7a460e4..d3ebc037a9 100644 --- a/testing/deployer/util/consul.go +++ b/testing/deployer/util/consul.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package util import ( diff --git a/testing/deployer/util/files.go b/testing/deployer/util/files.go index fad1109d32..5929f227e5 100644 --- a/testing/deployer/util/files.go +++ b/testing/deployer/util/files.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package util import ( diff --git a/testing/deployer/util/internal/ipamutils/utils.go b/testing/deployer/util/internal/ipamutils/utils.go index a0bf403c0f..11367cc176 100644 --- a/testing/deployer/util/internal/ipamutils/utils.go +++ b/testing/deployer/util/internal/ipamutils/utils.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + // Package ipamutils provides utility functions for ipam management package ipamutils diff --git a/testing/deployer/util/internal/ipamutils/utils_test.go b/testing/deployer/util/internal/ipamutils/utils_test.go index dd3c0e7015..e91ae258cb 100644 --- a/testing/deployer/util/internal/ipamutils/utils_test.go +++ b/testing/deployer/util/internal/ipamutils/utils_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package ipamutils import ( diff --git a/testing/deployer/util/net.go b/testing/deployer/util/net.go index 0ca297d205..83ca01761b 100644 --- a/testing/deployer/util/net.go +++ b/testing/deployer/util/net.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package util import ( diff --git a/testrpc/wait.go b/testrpc/wait.go index acd9524d78..ca315d2853 100644 --- a/testrpc/wait.go +++ b/testrpc/wait.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package testrpc diff --git a/tlsutil/config.go b/tlsutil/config.go index a52d6b6ad8..5cba2597f1 100644 --- a/tlsutil/config.go +++ b/tlsutil/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tlsutil diff --git a/tlsutil/config_test.go b/tlsutil/config_test.go index 721198afe8..8054b08ecd 100644 --- a/tlsutil/config_test.go +++ b/tlsutil/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !fips // +build !fips diff --git a/tlsutil/generate.go b/tlsutil/generate.go index a92f76f920..907d7ba996 100644 --- a/tlsutil/generate.go +++ b/tlsutil/generate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tlsutil diff --git a/tlsutil/generate_test.go b/tlsutil/generate_test.go index ddceefe2cd..da3fd29af1 100644 --- a/tlsutil/generate_test.go +++ b/tlsutil/generate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tlsutil diff --git a/tools/internal-grpc-proxy/main.go b/tools/internal-grpc-proxy/main.go index fda3d2f044..5a4218e8fa 100644 --- a/tools/internal-grpc-proxy/main.go +++ b/tools/internal-grpc-proxy/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/troubleshoot/proxy/certs.go b/troubleshoot/proxy/certs.go index 083f1873b5..8f0c09b029 100644 --- a/troubleshoot/proxy/certs.go +++ b/troubleshoot/proxy/certs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/troubleshoot/proxy/certs_test.go b/troubleshoot/proxy/certs_test.go index ec3ead7e02..e3db4dc009 100644 --- a/troubleshoot/proxy/certs_test.go +++ b/troubleshoot/proxy/certs_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/troubleshoot/proxy/stats.go b/troubleshoot/proxy/stats.go index 0ae4f68c8d..249dce07db 100644 --- a/troubleshoot/proxy/stats.go +++ b/troubleshoot/proxy/stats.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/troubleshoot/proxy/troubleshoot_proxy.go b/troubleshoot/proxy/troubleshoot_proxy.go index 5dac26752e..4cd422b0d4 100644 --- a/troubleshoot/proxy/troubleshoot_proxy.go +++ b/troubleshoot/proxy/troubleshoot_proxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/troubleshoot/proxy/upstreams.go b/troubleshoot/proxy/upstreams.go index c42f6b9716..62f0857205 100644 --- a/troubleshoot/proxy/upstreams.go +++ b/troubleshoot/proxy/upstreams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/troubleshoot/proxy/upstreams_test.go b/troubleshoot/proxy/upstreams_test.go index a000738acd..a2f0bf60b0 100644 --- a/troubleshoot/proxy/upstreams_test.go +++ b/troubleshoot/proxy/upstreams_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/troubleshoot/proxy/utils.go b/troubleshoot/proxy/utils.go index b812272942..78fadaed11 100644 --- a/troubleshoot/proxy/utils.go +++ b/troubleshoot/proxy/utils.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/troubleshoot/proxy/validateupstream.go b/troubleshoot/proxy/validateupstream.go index 64be9d02e1..02c355f40e 100644 --- a/troubleshoot/proxy/validateupstream.go +++ b/troubleshoot/proxy/validateupstream.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/troubleshoot/proxy/validateupstream_test.go b/troubleshoot/proxy/validateupstream_test.go index 8709c42d92..ddeca9b1cd 100644 --- a/troubleshoot/proxy/validateupstream_test.go +++ b/troubleshoot/proxy/validateupstream_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package troubleshoot diff --git a/troubleshoot/validate/validate.go b/troubleshoot/validate/validate.go index f7c6299f99..93d26bb42e 100644 --- a/troubleshoot/validate/validate.go +++ b/troubleshoot/validate/validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validate diff --git a/troubleshoot/validate/validate_test.go b/troubleshoot/validate/validate_test.go index 9d779c48f4..b9e2aeed61 100644 --- a/troubleshoot/validate/validate_test.go +++ b/troubleshoot/validate/validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package validate diff --git a/types/area.go b/types/area.go index 30207cd2c3..7cd0af35fb 100644 --- a/types/area.go +++ b/types/area.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/types/checks.go b/types/checks.go index 172330267d..d119319f41 100644 --- a/types/checks.go +++ b/types/checks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/types/node_id.go b/types/node_id.go index c404b02bea..868dbf52a9 100644 --- a/types/node_id.go +++ b/types/node_id.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/types/tls.go b/types/tls.go index b113c29030..e4788819b8 100644 --- a/types/tls.go +++ b/types/tls.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/types/tls_test.go b/types/tls_test.go index a41817af32..a988cfbc9f 100644 --- a/types/tls_test.go +++ b/types/tls_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package types diff --git a/ui/packages/consul-acls/app/components/consul/acl/selector/index.hbs b/ui/packages/consul-acls/app/components/consul/acl/selector/index.hbs index afee096263..a13efa37c1 100644 --- a/ui/packages/consul-acls/app/components/consul/acl/selector/index.hbs +++ b/ui/packages/consul-acls/app/components/consul/acl/selector/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
  • routes({ diff --git a/ui/packages/consul-acls/vendor/consul-acls/services.js b/ui/packages/consul-acls/vendor/consul-acls/services.js index 74e67ac3a2..1654b41eee 100644 --- a/ui/packages/consul-acls/vendor/consul-acls/services.js +++ b/ui/packages/consul-acls/vendor/consul-acls/services.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ (services => services({ diff --git a/ui/packages/consul-hcp/app/components/consul/hcp/home/index.hbs b/ui/packages/consul-hcp/app/components/consul/hcp/home/index.hbs index 55c6531d2b..bb5a1fc32a 100644 --- a/ui/packages/consul-hcp/app/components/consul/hcp/home/index.hbs +++ b/ui/packages/consul-hcp/app/components/consul/hcp/home/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    routes({ diff --git a/ui/packages/consul-hcp/vendor/consul-hcp/services.js b/ui/packages/consul-hcp/vendor/consul-hcp/services.js index c95daf828c..d1c7820f7d 100644 --- a/ui/packages/consul-hcp/vendor/consul-hcp/services.js +++ b/ui/packages/consul-hcp/vendor/consul-hcp/services.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ (services => services({ diff --git a/ui/packages/consul-lock-sessions/app/components/consul/lock-session/form/index.hbs b/ui/packages/consul-lock-sessions/app/components/consul/lock-session/form/index.hbs index f7cffddd8b..d84292c72f 100644 --- a/ui/packages/consul-lock-sessions/app/components/consul/lock-session/form/index.hbs +++ b/ui/packages/consul-lock-sessions/app/components/consul/lock-session/form/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    li:not(:first-child) { diff --git a/ui/packages/consul-lock-sessions/app/components/consul/lock-session/notifications/index.hbs b/ui/packages/consul-lock-sessions/app/components/consul/lock-session/notifications/index.hbs index 5f2847d11f..12c1391161 100644 --- a/ui/packages/consul-lock-sessions/app/components/consul/lock-session/notifications/index.hbs +++ b/ui/packages/consul-lock-sessions/app/components/consul/lock-session/notifications/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} {{#if (eq @type 'remove')}} diff --git a/ui/packages/consul-lock-sessions/app/templates/dc/nodes/show/sessions.hbs b/ui/packages/consul-lock-sessions/app/templates/dc/nodes/show/sessions.hbs index 6f18f84b28..61c679aa2f 100644 --- a/ui/packages/consul-lock-sessions/app/templates/dc/nodes/show/sessions.hbs +++ b/ui/packages/consul-lock-sessions/app/templates/dc/nodes/show/sessions.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} routes({ diff --git a/ui/packages/consul-lock-sessions/vendor/consul-lock-sessions/services.js b/ui/packages/consul-lock-sessions/vendor/consul-lock-sessions/services.js index 74e67ac3a2..1654b41eee 100644 --- a/ui/packages/consul-lock-sessions/vendor/consul-lock-sessions/services.js +++ b/ui/packages/consul-lock-sessions/vendor/consul-lock-sessions/services.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ (services => services({ diff --git a/ui/packages/consul-nspaces/app/components/consul/nspace/form/index.hbs b/ui/packages/consul-nspaces/app/components/consul/nspace/form/index.hbs index 6621cf73f8..52b39bd9df 100644 --- a/ui/packages/consul-nspaces/app/components/consul/nspace/form/index.hbs +++ b/ui/packages/consul-nspaces/app/components/consul/nspace/form/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    diff --git a/ui/packages/consul-nspaces/app/components/consul/nspace/form/index.js b/ui/packages/consul-nspaces/app/components/consul/nspace/form/index.js index 42fb75ecdb..df8978572e 100644 --- a/ui/packages/consul-nspaces/app/components/consul/nspace/form/index.js +++ b/ui/packages/consul-nspaces/app/components/consul/nspace/form/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Component from "@glimmer/component"; diff --git a/ui/packages/consul-nspaces/app/components/consul/nspace/list/index.hbs b/ui/packages/consul-nspaces/app/components/consul/nspace/list/index.hbs index b1677012e1..b503aefa0e 100644 --- a/ui/packages/consul-nspaces/app/components/consul/nspace/list/index.hbs +++ b/ui/packages/consul-nspaces/app/components/consul/nspace/list/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} () => { diff --git a/ui/packages/consul-nspaces/app/components/consul/nspace/notifications/index.hbs b/ui/packages/consul-nspaces/app/components/consul/nspace/notifications/index.hbs index 4f8269aa52..67d44210f2 100644 --- a/ui/packages/consul-nspaces/app/components/consul/nspace/notifications/index.hbs +++ b/ui/packages/consul-nspaces/app/components/consul/nspace/notifications/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} {{#if (eq @type 'remove')}} diff --git a/ui/packages/consul-nspaces/app/components/consul/nspace/search-bar/index.hbs b/ui/packages/consul-nspaces/app/components/consul/nspace/search-bar/index.hbs index 49819ebb9b..f438d18dce 100644 --- a/ui/packages/consul-nspaces/app/components/consul/nspace/search-bar/index.hbs +++ b/ui/packages/consul-nspaces/app/components/consul/nspace/search-bar/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} routes({ diff --git a/ui/packages/consul-nspaces/vendor/consul-nspaces/services.js b/ui/packages/consul-nspaces/vendor/consul-nspaces/services.js index 74e67ac3a2..1654b41eee 100644 --- a/ui/packages/consul-nspaces/vendor/consul-nspaces/services.js +++ b/ui/packages/consul-nspaces/vendor/consul-nspaces/services.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ (services => services({ diff --git a/ui/packages/consul-partitions/app/components/consul/partition/form/index.hbs b/ui/packages/consul-partitions/app/components/consul/partition/form/index.hbs index b9e16298a0..03119b6410 100644 --- a/ui/packages/consul-partitions/app/components/consul/partition/form/index.hbs +++ b/ui/packages/consul-partitions/app/components/consul/partition/form/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    ({ diff --git a/ui/packages/consul-partitions/app/components/consul/partition/notifications/index.hbs b/ui/packages/consul-partitions/app/components/consul/partition/notifications/index.hbs index 082fcf652c..d97ff184f9 100644 --- a/ui/packages/consul-partitions/app/components/consul/partition/notifications/index.hbs +++ b/ui/packages/consul-partitions/app/components/consul/partition/notifications/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} {{#if (eq @type 'remove')}} diff --git a/ui/packages/consul-partitions/app/components/consul/partition/search-bar/index.hbs b/ui/packages/consul-partitions/app/components/consul/partition/search-bar/index.hbs index 77e4d6b27d..56fa44084a 100644 --- a/ui/packages/consul-partitions/app/components/consul/partition/search-bar/index.hbs +++ b/ui/packages/consul-partitions/app/components/consul/partition/search-bar/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} routes({ diff --git a/ui/packages/consul-partitions/vendor/consul-partitions/services.js b/ui/packages/consul-partitions/vendor/consul-partitions/services.js index 8c9440bce3..1cf59ee066 100644 --- a/ui/packages/consul-partitions/vendor/consul-partitions/services.js +++ b/ui/packages/consul-partitions/vendor/consul-partitions/services.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ (services => services({ diff --git a/ui/packages/consul-peerings/app/components/consul/peer/address/list/index.hbs b/ui/packages/consul-peerings/app/components/consul/peer/address/list/index.hbs index eccac17174..bc6294e015 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/address/list/index.hbs +++ b/ui/packages/consul-peerings/app/components/consul/peer/address/list/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-peerings/app/components/consul/peer/address/list/index.scss b/ui/packages/consul-peerings/app/components/consul/peer/address/list/index.scss index 3c4951829b..6816f4934f 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/address/list/index.scss +++ b/ui/packages/consul-peerings/app/components/consul/peer/address/list/index.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ .border-bottom-primary { diff --git a/ui/packages/consul-peerings/app/components/consul/peer/bento-box/index.hbs b/ui/packages/consul-peerings/app/components/consul/peer/bento-box/index.hbs index b949548612..b0f633718e 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/bento-box/index.hbs +++ b/ui/packages/consul-peerings/app/components/consul/peer/bento-box/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-peerings/app/components/consul/peer/components.scss b/ui/packages/consul-peerings/app/components/consul/peer/components.scss index 1e20d8b236..ad5f5cd296 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/components.scss +++ b/ui/packages/consul-peerings/app/components/consul/peer/components.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ %pill-pending::before, diff --git a/ui/packages/consul-peerings/app/components/consul/peer/form/chart.xstate.js b/ui/packages/consul-peerings/app/components/consul/peer/form/chart.xstate.js index af8a757022..2380c523b4 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/form/chart.xstate.js +++ b/ui/packages/consul-peerings/app/components/consul/peer/form/chart.xstate.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ export default { diff --git a/ui/packages/consul-peerings/app/components/consul/peer/form/generate/actions/index.hbs b/ui/packages/consul-peerings/app/components/consul/peer/form/generate/actions/index.hbs index f5f66960bb..1c16d1d533 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/form/generate/actions/index.hbs +++ b/ui/packages/consul-peerings/app/components/consul/peer/form/generate/actions/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-peerings/app/components/consul/peer/form/generate/fieldsets/index.js b/ui/packages/consul-peerings/app/components/consul/peer/form/generate/fieldsets/index.js index 708b52fd8b..a037015d1d 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/form/generate/fieldsets/index.js +++ b/ui/packages/consul-peerings/app/components/consul/peer/form/generate/fieldsets/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Component from '@glimmer/component'; diff --git a/ui/packages/consul-peerings/app/components/consul/peer/form/generate/index.hbs b/ui/packages/consul-peerings/app/components/consul/peer/form/generate/index.hbs index 217818abd2..d6493c895c 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/form/generate/index.hbs +++ b/ui/packages/consul-peerings/app/components/consul/peer/form/generate/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    diff --git a/ui/packages/consul-peerings/app/components/consul/peer/form/index.hbs b/ui/packages/consul-peerings/app/components/consul/peer/form/index.hbs index a0e151f2f6..031ffead3c 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/form/index.hbs +++ b/ui/packages/consul-peerings/app/components/consul/peer/form/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    diff --git a/ui/packages/consul-peerings/app/components/consul/peer/form/index.scss b/ui/packages/consul-peerings/app/components/consul/peer/form/index.scss index bca9acedd6..830cced098 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/form/index.scss +++ b/ui/packages/consul-peerings/app/components/consul/peer/form/index.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ .consul-peer-form { diff --git a/ui/packages/consul-peerings/app/components/consul/peer/form/initiate/actions/index.hbs b/ui/packages/consul-peerings/app/components/consul/peer/form/initiate/actions/index.hbs index 2aba71c1a0..f5f4c4864f 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/form/initiate/actions/index.hbs +++ b/ui/packages/consul-peerings/app/components/consul/peer/form/initiate/actions/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-peerings/app/components/consul/peer/form/token/actions/index.hbs b/ui/packages/consul-peerings/app/components/consul/peer/form/token/actions/index.hbs index b3f455833a..feb85bf4a2 100644 --- a/ui/packages/consul-peerings/app/components/consul/peer/form/token/actions/index.hbs +++ b/ui/packages/consul-peerings/app/components/consul/peer/form/token/actions/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    diff --git a/ui/packages/consul-peerings/app/templates/dc/peers/show.hbs b/ui/packages/consul-peerings/app/templates/dc/peers/show.hbs index 93df6f79c7..843c54adf8 100644 --- a/ui/packages/consul-peerings/app/templates/dc/peers/show.hbs +++ b/ui/packages/consul-peerings/app/templates/dc/peers/show.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-peerings/app/templates/dc/peers/show/addresses.hbs b/ui/packages/consul-peerings/app/templates/dc/peers/show/addresses.hbs index a8d46aeee7..5845f97f54 100644 --- a/ui/packages/consul-peerings/app/templates/dc/peers/show/addresses.hbs +++ b/ui/packages/consul-peerings/app/templates/dc/peers/show/addresses.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-peerings/app/templates/dc/peers/show/exported.hbs b/ui/packages/consul-peerings/app/templates/dc/peers/show/exported.hbs index b25af6128f..35198bfe8d 100644 --- a/ui/packages/consul-peerings/app/templates/dc/peers/show/exported.hbs +++ b/ui/packages/consul-peerings/app/templates/dc/peers/show/exported.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-peerings/app/templates/dc/peers/show/imported.hbs b/ui/packages/consul-peerings/app/templates/dc/peers/show/imported.hbs index 05832b1c54..c7d32b3b16 100644 --- a/ui/packages/consul-peerings/app/templates/dc/peers/show/imported.hbs +++ b/ui/packages/consul-peerings/app/templates/dc/peers/show/imported.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-peerings/app/templates/dc/peers/show/index.hbs b/ui/packages/consul-peerings/app/templates/dc/peers/show/index.hbs index acdf7641c1..9a077304e4 100644 --- a/ui/packages/consul-peerings/app/templates/dc/peers/show/index.hbs +++ b/ui/packages/consul-peerings/app/templates/dc/peers/show/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-peerings/vendor/consul-peerings/routes.js b/ui/packages/consul-peerings/vendor/consul-peerings/routes.js index a8748cec3a..4ce314ba54 100644 --- a/ui/packages/consul-peerings/vendor/consul-peerings/routes.js +++ b/ui/packages/consul-peerings/vendor/consul-peerings/routes.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ ((routes) => diff --git a/ui/packages/consul-peerings/vendor/consul-peerings/services.js b/ui/packages/consul-peerings/vendor/consul-peerings/services.js index 2601489b0b..afad1c0e84 100644 --- a/ui/packages/consul-peerings/vendor/consul-peerings/services.js +++ b/ui/packages/consul-peerings/vendor/consul-peerings/services.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ (services => services({ diff --git a/ui/packages/consul-ui/.docfy-config.js b/ui/packages/consul-ui/.docfy-config.js index c8308a5854..65bfd7401f 100644 --- a/ui/packages/consul-ui/.docfy-config.js +++ b/ui/packages/consul-ui/.docfy-config.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ const path = require('path'); diff --git a/ui/packages/consul-ui/.eslintrc.js b/ui/packages/consul-ui/.eslintrc.js index c8397263b5..114ea2c2f7 100644 --- a/ui/packages/consul-ui/.eslintrc.js +++ b/ui/packages/consul-ui/.eslintrc.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ module.exports = { diff --git a/ui/packages/consul-ui/.istanbul.yml b/ui/packages/consul-ui/.istanbul.yml index 45e59c85a1..636bf0e77b 100644 --- a/ui/packages/consul-ui/.istanbul.yml +++ b/ui/packages/consul-ui/.istanbul.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 instrumentation: excludes: [ diff --git a/ui/packages/consul-ui/.prettierrc.js b/ui/packages/consul-ui/.prettierrc.js index cd0cb10db3..4833e3531d 100644 --- a/ui/packages/consul-ui/.prettierrc.js +++ b/ui/packages/consul-ui/.prettierrc.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ 'use strict'; diff --git a/ui/packages/consul-ui/.template-lintrc.js b/ui/packages/consul-ui/.template-lintrc.js index 2acbc36ee9..868e880ed3 100644 --- a/ui/packages/consul-ui/.template-lintrc.js +++ b/ui/packages/consul-ui/.template-lintrc.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ 'use strict'; diff --git a/ui/packages/consul-ui/app/abilities/acl.js b/ui/packages/consul-ui/app/abilities/acl.js index c8667d6e72..3270196518 100644 --- a/ui/packages/consul-ui/app/abilities/acl.js +++ b/ui/packages/consul-ui/app/abilities/acl.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/auth-method.js b/ui/packages/consul-ui/app/abilities/auth-method.js index 92e805cc7d..de92c39c25 100644 --- a/ui/packages/consul-ui/app/abilities/auth-method.js +++ b/ui/packages/consul-ui/app/abilities/auth-method.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/base.js b/ui/packages/consul-ui/app/abilities/base.js index 663b107d63..c2f58ab7b4 100644 --- a/ui/packages/consul-ui/app/abilities/base.js +++ b/ui/packages/consul-ui/app/abilities/base.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import { inject as service } from '@ember/service'; diff --git a/ui/packages/consul-ui/app/abilities/intention.js b/ui/packages/consul-ui/app/abilities/intention.js index 0ae68551b9..27c7dc50c3 100644 --- a/ui/packages/consul-ui/app/abilities/intention.js +++ b/ui/packages/consul-ui/app/abilities/intention.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/kv.js b/ui/packages/consul-ui/app/abilities/kv.js index 7b32d1b4d9..bfcaca43fd 100644 --- a/ui/packages/consul-ui/app/abilities/kv.js +++ b/ui/packages/consul-ui/app/abilities/kv.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility, { ACCESS_LIST } from './base'; diff --git a/ui/packages/consul-ui/app/abilities/license.js b/ui/packages/consul-ui/app/abilities/license.js index a1cd4f9698..82affe7cff 100644 --- a/ui/packages/consul-ui/app/abilities/license.js +++ b/ui/packages/consul-ui/app/abilities/license.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/node.js b/ui/packages/consul-ui/app/abilities/node.js index aaf63243d5..51b92aa131 100644 --- a/ui/packages/consul-ui/app/abilities/node.js +++ b/ui/packages/consul-ui/app/abilities/node.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/nspace.js b/ui/packages/consul-ui/app/abilities/nspace.js index b561700b18..994b51f41d 100644 --- a/ui/packages/consul-ui/app/abilities/nspace.js +++ b/ui/packages/consul-ui/app/abilities/nspace.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/overview.js b/ui/packages/consul-ui/app/abilities/overview.js index cbd6ecd860..4381ecf537 100644 --- a/ui/packages/consul-ui/app/abilities/overview.js +++ b/ui/packages/consul-ui/app/abilities/overview.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/partition.js b/ui/packages/consul-ui/app/abilities/partition.js index 3dade71b77..b884e05849 100644 --- a/ui/packages/consul-ui/app/abilities/partition.js +++ b/ui/packages/consul-ui/app/abilities/partition.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from 'consul-ui/abilities/base'; diff --git a/ui/packages/consul-ui/app/abilities/peer.js b/ui/packages/consul-ui/app/abilities/peer.js index b564c731d5..7a52ed4300 100644 --- a/ui/packages/consul-ui/app/abilities/peer.js +++ b/ui/packages/consul-ui/app/abilities/peer.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from 'consul-ui/abilities/base'; diff --git a/ui/packages/consul-ui/app/abilities/permission.js b/ui/packages/consul-ui/app/abilities/permission.js index 8856b4c1bc..41b2e5a707 100644 --- a/ui/packages/consul-ui/app/abilities/permission.js +++ b/ui/packages/consul-ui/app/abilities/permission.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/policy.js b/ui/packages/consul-ui/app/abilities/policy.js index 38c15963ed..4c7ee5a32d 100644 --- a/ui/packages/consul-ui/app/abilities/policy.js +++ b/ui/packages/consul-ui/app/abilities/policy.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/role.js b/ui/packages/consul-ui/app/abilities/role.js index 19ab731169..457fb1bea9 100644 --- a/ui/packages/consul-ui/app/abilities/role.js +++ b/ui/packages/consul-ui/app/abilities/role.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/server.js b/ui/packages/consul-ui/app/abilities/server.js index 55cee3bbd0..b6acef100c 100644 --- a/ui/packages/consul-ui/app/abilities/server.js +++ b/ui/packages/consul-ui/app/abilities/server.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/service-instance.js b/ui/packages/consul-ui/app/abilities/service-instance.js index e424bb608f..2f00b9857f 100644 --- a/ui/packages/consul-ui/app/abilities/service-instance.js +++ b/ui/packages/consul-ui/app/abilities/service-instance.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility, { ACCESS_READ, ACCESS_WRITE } from './base'; diff --git a/ui/packages/consul-ui/app/abilities/session.js b/ui/packages/consul-ui/app/abilities/session.js index 6a9554ae90..dd505eea2d 100644 --- a/ui/packages/consul-ui/app/abilities/session.js +++ b/ui/packages/consul-ui/app/abilities/session.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/token.js b/ui/packages/consul-ui/app/abilities/token.js index d09692e42f..e8880daf6c 100644 --- a/ui/packages/consul-ui/app/abilities/token.js +++ b/ui/packages/consul-ui/app/abilities/token.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/upstream.js b/ui/packages/consul-ui/app/abilities/upstream.js index d8e5090b50..55cf1d0d0e 100644 --- a/ui/packages/consul-ui/app/abilities/upstream.js +++ b/ui/packages/consul-ui/app/abilities/upstream.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/zervice.js b/ui/packages/consul-ui/app/abilities/zervice.js index 0b143c5b8f..0fadbcb7c6 100644 --- a/ui/packages/consul-ui/app/abilities/zervice.js +++ b/ui/packages/consul-ui/app/abilities/zervice.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/abilities/zone.js b/ui/packages/consul-ui/app/abilities/zone.js index 18a1bf4d71..3f141319f9 100644 --- a/ui/packages/consul-ui/app/abilities/zone.js +++ b/ui/packages/consul-ui/app/abilities/zone.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import BaseAbility from './base'; diff --git a/ui/packages/consul-ui/app/adapters/application.js b/ui/packages/consul-ui/app/adapters/application.js index 1154b24732..d0010c784b 100644 --- a/ui/packages/consul-ui/app/adapters/application.js +++ b/ui/packages/consul-ui/app/adapters/application.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './http'; diff --git a/ui/packages/consul-ui/app/adapters/auth-method.js b/ui/packages/consul-ui/app/adapters/auth-method.js index 6d3fbfeb2b..97153a3fcb 100644 --- a/ui/packages/consul-ui/app/adapters/auth-method.js +++ b/ui/packages/consul-ui/app/adapters/auth-method.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/binding-rule.js b/ui/packages/consul-ui/app/adapters/binding-rule.js index 026674c758..49029ce7a7 100644 --- a/ui/packages/consul-ui/app/adapters/binding-rule.js +++ b/ui/packages/consul-ui/app/adapters/binding-rule.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/coordinate.js b/ui/packages/consul-ui/app/adapters/coordinate.js index a7a0b286c8..fc5eba788c 100644 --- a/ui/packages/consul-ui/app/adapters/coordinate.js +++ b/ui/packages/consul-ui/app/adapters/coordinate.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/discovery-chain.js b/ui/packages/consul-ui/app/adapters/discovery-chain.js index 37879323b2..6ce0020c6e 100644 --- a/ui/packages/consul-ui/app/adapters/discovery-chain.js +++ b/ui/packages/consul-ui/app/adapters/discovery-chain.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/http.js b/ui/packages/consul-ui/app/adapters/http.js index 89b7f11da4..5e9acc62fe 100644 --- a/ui/packages/consul-ui/app/adapters/http.js +++ b/ui/packages/consul-ui/app/adapters/http.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import { inject as service } from '@ember/service'; diff --git a/ui/packages/consul-ui/app/adapters/intention.js b/ui/packages/consul-ui/app/adapters/intention.js index 3ea6925470..b47d179b84 100644 --- a/ui/packages/consul-ui/app/adapters/intention.js +++ b/ui/packages/consul-ui/app/adapters/intention.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/kv.js b/ui/packages/consul-ui/app/adapters/kv.js index e512723702..bb29fff4d9 100644 --- a/ui/packages/consul-ui/app/adapters/kv.js +++ b/ui/packages/consul-ui/app/adapters/kv.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/node.js b/ui/packages/consul-ui/app/adapters/node.js index be0799a10d..5ac1a93600 100644 --- a/ui/packages/consul-ui/app/adapters/node.js +++ b/ui/packages/consul-ui/app/adapters/node.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/nspace.js b/ui/packages/consul-ui/app/adapters/nspace.js index 3636a363c6..6e9f27dde0 100644 --- a/ui/packages/consul-ui/app/adapters/nspace.js +++ b/ui/packages/consul-ui/app/adapters/nspace.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/oidc-provider.js b/ui/packages/consul-ui/app/adapters/oidc-provider.js index c758a49dcd..6fafe51a85 100644 --- a/ui/packages/consul-ui/app/adapters/oidc-provider.js +++ b/ui/packages/consul-ui/app/adapters/oidc-provider.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/partition.js b/ui/packages/consul-ui/app/adapters/partition.js index 4ba23078af..b2ec2178de 100644 --- a/ui/packages/consul-ui/app/adapters/partition.js +++ b/ui/packages/consul-ui/app/adapters/partition.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/permission.js b/ui/packages/consul-ui/app/adapters/permission.js index 23b5a27250..806ed5a3c3 100644 --- a/ui/packages/consul-ui/app/adapters/permission.js +++ b/ui/packages/consul-ui/app/adapters/permission.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/policy.js b/ui/packages/consul-ui/app/adapters/policy.js index 9d1415f3a3..6c959df2d8 100644 --- a/ui/packages/consul-ui/app/adapters/policy.js +++ b/ui/packages/consul-ui/app/adapters/policy.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/proxy.js b/ui/packages/consul-ui/app/adapters/proxy.js index 782c9e1b7d..6f37be6540 100644 --- a/ui/packages/consul-ui/app/adapters/proxy.js +++ b/ui/packages/consul-ui/app/adapters/proxy.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/role.js b/ui/packages/consul-ui/app/adapters/role.js index a64d3db366..8773fddeac 100644 --- a/ui/packages/consul-ui/app/adapters/role.js +++ b/ui/packages/consul-ui/app/adapters/role.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/service-instance.js b/ui/packages/consul-ui/app/adapters/service-instance.js index d02295d898..e61efc8188 100644 --- a/ui/packages/consul-ui/app/adapters/service-instance.js +++ b/ui/packages/consul-ui/app/adapters/service-instance.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/service.js b/ui/packages/consul-ui/app/adapters/service.js index c3acb927e0..c8e6adf826 100644 --- a/ui/packages/consul-ui/app/adapters/service.js +++ b/ui/packages/consul-ui/app/adapters/service.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/session.js b/ui/packages/consul-ui/app/adapters/session.js index c0c2c5437c..3f42ac4bb9 100644 --- a/ui/packages/consul-ui/app/adapters/session.js +++ b/ui/packages/consul-ui/app/adapters/session.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/token.js b/ui/packages/consul-ui/app/adapters/token.js index 555b334e5e..7e8e46dacb 100644 --- a/ui/packages/consul-ui/app/adapters/token.js +++ b/ui/packages/consul-ui/app/adapters/token.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/adapters/topology.js b/ui/packages/consul-ui/app/adapters/topology.js index b12ffc3f9d..8ed49fea40 100644 --- a/ui/packages/consul-ui/app/adapters/topology.js +++ b/ui/packages/consul-ui/app/adapters/topology.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Adapter from './application'; diff --git a/ui/packages/consul-ui/app/app.js b/ui/packages/consul-ui/app/app.js index de6711919b..43db29bdd3 100644 --- a/ui/packages/consul-ui/app/app.js +++ b/ui/packages/consul-ui/app/app.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Application from '@ember/application'; diff --git a/ui/packages/consul-ui/app/components/action/index.hbs b/ui/packages/consul-ui/app/components/action/index.hbs index 97119fdd47..ad405278bf 100644 --- a/ui/packages/consul-ui/app/components/action/index.hbs +++ b/ui/packages/consul-ui/app/components/action/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} {{#if @for~}} diff --git a/ui/packages/consul-ui/app/components/anchors/index.scss b/ui/packages/consul-ui/app/components/anchors/index.scss index 9fe7e5079d..0de89716db 100644 --- a/ui/packages/consul-ui/app/components/anchors/index.scss +++ b/ui/packages/consul-ui/app/components/anchors/index.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ @import './skin'; diff --git a/ui/packages/consul-ui/app/components/anchors/skin.scss b/ui/packages/consul-ui/app/components/anchors/skin.scss index a34e5becc9..53fb0d9461 100644 --- a/ui/packages/consul-ui/app/components/anchors/skin.scss +++ b/ui/packages/consul-ui/app/components/anchors/skin.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ %anchor-decoration, diff --git a/ui/packages/consul-ui/app/components/anonymous/index.hbs b/ui/packages/consul-ui/app/components/anonymous/index.hbs index 0566ddf99b..8709fc4b8b 100644 --- a/ui/packages/consul-ui/app/components/anonymous/index.hbs +++ b/ui/packages/consul-ui/app/components/anonymous/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} {{yield}} \ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/anonymous/index.js b/ui/packages/consul-ui/app/components/anonymous/index.js index 8f027b69f0..d99599ac30 100644 --- a/ui/packages/consul-ui/app/components/anonymous/index.js +++ b/ui/packages/consul-ui/app/components/anonymous/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Component from '@ember/component'; diff --git a/ui/packages/consul-ui/app/components/app-error/index.hbs b/ui/packages/consul-ui/app/components/app-error/index.hbs index 0c087cdd4d..ca65502f59 100644 --- a/ui/packages/consul-ui/app/components/app-error/index.hbs +++ b/ui/packages/consul-ui/app/components/app-error/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-ui/app/components/app-view/index.hbs b/ui/packages/consul-ui/app/components/app-view/index.hbs index 53cf7113b2..3b6ebb26e1 100644 --- a/ui/packages/consul-ui/app/components/app-view/index.hbs +++ b/ui/packages/consul-ui/app/components/app-view/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    diff --git a/ui/packages/consul-ui/app/components/auth-form/index.js b/ui/packages/consul-ui/app/components/auth-form/index.js index 4c861ad527..0cd05cc4c2 100644 --- a/ui/packages/consul-ui/app/components/auth-form/index.js +++ b/ui/packages/consul-ui/app/components/auth-form/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Component from '@glimmer/component'; diff --git a/ui/packages/consul-ui/app/components/auth-form/index.scss b/ui/packages/consul-ui/app/components/auth-form/index.scss index 49051008b0..1a5c5afff9 100644 --- a/ui/packages/consul-ui/app/components/auth-form/index.scss +++ b/ui/packages/consul-ui/app/components/auth-form/index.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ @import './skin'; diff --git a/ui/packages/consul-ui/app/components/auth-form/layout.scss b/ui/packages/consul-ui/app/components/auth-form/layout.scss index 2889b700d0..60ea16642b 100644 --- a/ui/packages/consul-ui/app/components/auth-form/layout.scss +++ b/ui/packages/consul-ui/app/components/auth-form/layout.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ %auth-form { diff --git a/ui/packages/consul-ui/app/components/auth-form/pageobject.js b/ui/packages/consul-ui/app/components/auth-form/pageobject.js index 3ad553f2ad..f3812d638f 100644 --- a/ui/packages/consul-ui/app/components/auth-form/pageobject.js +++ b/ui/packages/consul-ui/app/components/auth-form/pageobject.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ export default (submitable, clickable, attribute) => diff --git a/ui/packages/consul-ui/app/components/auth-form/skin.scss b/ui/packages/consul-ui/app/components/auth-form/skin.scss index 18ff35fead..341c0928fc 100644 --- a/ui/packages/consul-ui/app/components/auth-form/skin.scss +++ b/ui/packages/consul-ui/app/components/auth-form/skin.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ %auth-form em { diff --git a/ui/packages/consul-ui/app/components/auth-form/tabs.xstate.js b/ui/packages/consul-ui/app/components/auth-form/tabs.xstate.js index c0fcf889a9..e25cc0d3e7 100644 --- a/ui/packages/consul-ui/app/components/auth-form/tabs.xstate.js +++ b/ui/packages/consul-ui/app/components/auth-form/tabs.xstate.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ export default { diff --git a/ui/packages/consul-ui/app/components/auth-modal/index.scss b/ui/packages/consul-ui/app/components/auth-modal/index.scss index c9d0eac524..24f3ba363a 100644 --- a/ui/packages/consul-ui/app/components/auth-modal/index.scss +++ b/ui/packages/consul-ui/app/components/auth-modal/index.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ /*TODO: This is a different style of modal dialog */ diff --git a/ui/packages/consul-ui/app/components/auth-modal/layout.scss b/ui/packages/consul-ui/app/components/auth-modal/layout.scss index dcdcede010..0f38371bba 100644 --- a/ui/packages/consul-ui/app/components/auth-modal/layout.scss +++ b/ui/packages/consul-ui/app/components/auth-modal/layout.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ %auth-modal footer { diff --git a/ui/packages/consul-ui/app/components/auth-modal/skin.scss b/ui/packages/consul-ui/app/components/auth-modal/skin.scss index b88fad1e54..ac930a2dd6 100644 --- a/ui/packages/consul-ui/app/components/auth-modal/skin.scss +++ b/ui/packages/consul-ui/app/components/auth-modal/skin.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ %auth-modal footer button::after { diff --git a/ui/packages/consul-ui/app/components/auth-profile/index.hbs b/ui/packages/consul-ui/app/components/auth-profile/index.hbs index 3a7f4e5256..324a657bbe 100644 --- a/ui/packages/consul-ui/app/components/auth-profile/index.hbs +++ b/ui/packages/consul-ui/app/components/auth-profile/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    diff --git a/ui/packages/consul-ui/app/components/code-editor/index.js b/ui/packages/consul-ui/app/components/code-editor/index.js index 52203ac22a..72e3abf8eb 100644 --- a/ui/packages/consul-ui/app/components/code-editor/index.js +++ b/ui/packages/consul-ui/app/components/code-editor/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Component from '@ember/component'; diff --git a/ui/packages/consul-ui/app/components/code-editor/index.scss b/ui/packages/consul-ui/app/components/code-editor/index.scss index 559533e42a..58c7c66596 100644 --- a/ui/packages/consul-ui/app/components/code-editor/index.scss +++ b/ui/packages/consul-ui/app/components/code-editor/index.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ @import './skin'; diff --git a/ui/packages/consul-ui/app/components/code-editor/layout.scss b/ui/packages/consul-ui/app/components/code-editor/layout.scss index 285fda57a3..b8194d850b 100644 --- a/ui/packages/consul-ui/app/components/code-editor/layout.scss +++ b/ui/packages/consul-ui/app/components/code-editor/layout.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ %code-editor { diff --git a/ui/packages/consul-ui/app/components/code-editor/skin.scss b/ui/packages/consul-ui/app/components/code-editor/skin.scss index db0f52bc0d..0a8dafc65d 100644 --- a/ui/packages/consul-ui/app/components/code-editor/skin.scss +++ b/ui/packages/consul-ui/app/components/code-editor/skin.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ $syntax-consul: #69499a; diff --git a/ui/packages/consul-ui/app/components/composite-row/index.scss b/ui/packages/consul-ui/app/components/composite-row/index.scss index 255a2a67c6..e9db145da1 100644 --- a/ui/packages/consul-ui/app/components/composite-row/index.scss +++ b/ui/packages/consul-ui/app/components/composite-row/index.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ @import './layout'; diff --git a/ui/packages/consul-ui/app/components/composite-row/layout.scss b/ui/packages/consul-ui/app/components/composite-row/layout.scss index dfc3860b50..819c41f950 100644 --- a/ui/packages/consul-ui/app/components/composite-row/layout.scss +++ b/ui/packages/consul-ui/app/components/composite-row/layout.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ %composite-row { diff --git a/ui/packages/consul-ui/app/components/confirmation-alert/index.hbs b/ui/packages/consul-ui/app/components/confirmation-alert/index.hbs index cf5a0c403c..95f243a892 100644 --- a/ui/packages/consul-ui/app/components/confirmation-alert/index.hbs +++ b/ui/packages/consul-ui/app/components/confirmation-alert/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} {{yield}} diff --git a/ui/packages/consul-ui/app/components/confirmation-alert/index.js b/ui/packages/consul-ui/app/components/confirmation-alert/index.js index 8f027b69f0..d99599ac30 100644 --- a/ui/packages/consul-ui/app/components/confirmation-alert/index.js +++ b/ui/packages/consul-ui/app/components/confirmation-alert/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Component from '@ember/component'; diff --git a/ui/packages/consul-ui/app/components/confirmation-dialog/index.hbs b/ui/packages/consul-ui/app/components/confirmation-dialog/index.hbs index 07826204af..da4c7660ef 100644 --- a/ui/packages/consul-ui/app/components/confirmation-dialog/index.hbs +++ b/ui/packages/consul-ui/app/components/confirmation-dialog/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    diff --git a/ui/packages/consul-ui/app/components/confirmation-dialog/index.js b/ui/packages/consul-ui/app/components/confirmation-dialog/index.js index b60850d50a..e10782f579 100644 --- a/ui/packages/consul-ui/app/components/confirmation-dialog/index.js +++ b/ui/packages/consul-ui/app/components/confirmation-dialog/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ /*eslint ember/closure-actions: "warn"*/ diff --git a/ui/packages/consul-ui/app/components/confirmation-dialog/index.scss b/ui/packages/consul-ui/app/components/confirmation-dialog/index.scss index 67ae530a98..65914fb025 100644 --- a/ui/packages/consul-ui/app/components/confirmation-dialog/index.scss +++ b/ui/packages/consul-ui/app/components/confirmation-dialog/index.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ @import './skin'; diff --git a/ui/packages/consul-ui/app/components/confirmation-dialog/layout.scss b/ui/packages/consul-ui/app/components/confirmation-dialog/layout.scss index 82773a3423..9538794833 100644 --- a/ui/packages/consul-ui/app/components/confirmation-dialog/layout.scss +++ b/ui/packages/consul-ui/app/components/confirmation-dialog/layout.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ %confirmation-dialog { diff --git a/ui/packages/consul-ui/app/components/confirmation-dialog/skin.scss b/ui/packages/consul-ui/app/components/confirmation-dialog/skin.scss index 248c7c9950..4509c4b3fd 100644 --- a/ui/packages/consul-ui/app/components/confirmation-dialog/skin.scss +++ b/ui/packages/consul-ui/app/components/confirmation-dialog/skin.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ table div.with-confirmation.confirming { diff --git a/ui/packages/consul-ui/app/components/consul/acl/disabled/index.hbs b/ui/packages/consul-ui/app/components/consul/acl/disabled/index.hbs index 77e8dba8fe..23e6271820 100644 --- a/ui/packages/consul-ui/app/components/consul/acl/disabled/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/acl/disabled/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/binding-list/index.hbs b/ui/packages/consul-ui/app/components/consul/auth-method/binding-list/index.hbs index d0ab9b8ae6..44e351e452 100644 --- a/ui/packages/consul-ui/app/components/consul/auth-method/binding-list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/auth-method/binding-list/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/index.scss b/ui/packages/consul-ui/app/components/consul/auth-method/index.scss index 266174687f..7e6ffe2de8 100644 --- a/ui/packages/consul-ui/app/components/consul/auth-method/index.scss +++ b/ui/packages/consul-ui/app/components/consul/auth-method/index.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ // List diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/list/index.hbs b/ui/packages/consul-ui/app/components/consul/auth-method/list/index.hbs index 2f15936b42..160e38bd9c 100644 --- a/ui/packages/consul-ui/app/components/consul/auth-method/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/auth-method/list/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} () => { diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/nspace-list/index.hbs b/ui/packages/consul-ui/app/components/consul/auth-method/nspace-list/index.hbs index ec47712ec3..cb617ad066 100644 --- a/ui/packages/consul-ui/app/components/consul/auth-method/nspace-list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/auth-method/nspace-list/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/search-bar/index.hbs b/ui/packages/consul-ui/app/components/consul/auth-method/search-bar/index.hbs index 5a0a5949a5..63e9f11be2 100644 --- a/ui/packages/consul-ui/app/components/consul/auth-method/search-bar/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/auth-method/search-bar/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/type/index.hbs b/ui/packages/consul-ui/app/components/consul/auth-method/type/index.hbs index b28adf8460..a21db4f392 100644 --- a/ui/packages/consul-ui/app/components/consul/auth-method/type/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/auth-method/type/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} {{#let (icon-mapping @item.Type) as |flightIcon|}} diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/view/index.hbs b/ui/packages/consul-ui/app/components/consul/auth-method/view/index.hbs index 00b0169679..eab0fa4839 100644 --- a/ui/packages/consul-ui/app/components/consul/auth-method/view/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/auth-method/view/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
    diff --git a/ui/packages/consul-ui/app/components/consul/bucket/list/index.hbs b/ui/packages/consul-ui/app/components/consul/bucket/list/index.hbs index 0c82141ca5..21d598d64f 100644 --- a/ui/packages/consul-ui/app/components/consul/bucket/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/bucket/list/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }} {{#if this.itemsToDisplay.length}} diff --git a/ui/packages/consul-ui/app/components/consul/bucket/list/index.js b/ui/packages/consul-ui/app/components/consul/bucket/list/index.js index 387d04f172..0268cb6d22 100644 --- a/ui/packages/consul-ui/app/components/consul/bucket/list/index.js +++ b/ui/packages/consul-ui/app/components/consul/bucket/list/index.js @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ import Component from '@glimmer/component'; diff --git a/ui/packages/consul-ui/app/components/consul/bucket/list/index.scss b/ui/packages/consul-ui/app/components/consul/bucket/list/index.scss index 710f6a3593..996323841f 100644 --- a/ui/packages/consul-ui/app/components/consul/bucket/list/index.scss +++ b/ui/packages/consul-ui/app/components/consul/bucket/list/index.scss @@ -1,6 +1,6 @@ /** * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 + * SPDX-License-Identifier: BUSL-1.1 */ %consul-bucket-list { diff --git a/ui/packages/consul-ui/app/components/consul/datacenter/selector/index.hbs b/ui/packages/consul-ui/app/components/consul/datacenter/selector/index.hbs index ecc4f51f1a..767422e4b9 100644 --- a/ui/packages/consul-ui/app/components/consul/datacenter/selector/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/datacenter/selector/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}
  • diff --git a/ui/packages/consul-ui/app/components/consul/discovery-chain/index.hbs b/ui/packages/consul-ui/app/components/consul/discovery-chain/index.hbs index 59d5846061..e25096f849 100644 --- a/ui/packages/consul-ui/app/components/consul/discovery-chain/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/discovery-chain/index.hbs @@ -1,6 +1,6 @@ {{! Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: MPL-2.0 + SPDX-License-Identifier: BUSL-1.1 }}