diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5b0b4baafad7..a1d6b5441c27 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 name: Bug Report description: Let us know about an unexpected error, a crash, or an incorrect behavior. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 04c1cdc4c1e7..f23698401b13 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/ISSUE_TEMPLATE/documentation_issue.yml b/.github/ISSUE_TEMPLATE/documentation_issue.yml index 0d798887bb7a..6c188df1170f 100644 --- a/.github/ISSUE_TEMPLATE/documentation_issue.yml +++ b/.github/ISSUE_TEMPLATE/documentation_issue.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 name: Documentation Issue description: Report an issue or suggest a change in the documentation. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 706da0d08e3f..fbc820b95fe1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 name: Feature Request description: Suggest a new feature or other enhancement. diff --git a/.github/actions/equivalence-test/action.yml b/.github/actions/equivalence-test/action.yml index 95b30105b944..7f2eebf77772 100644 --- a/.github/actions/equivalence-test/action.yml +++ b/.github/actions/equivalence-test/action.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 name: equivalence-test description: "Execute the suite of Terraform equivalence tests in testing/equivalence-tests" diff --git a/.github/actions/go-version/action.yml b/.github/actions/go-version/action.yml index d1d5a29dbd69..f00a4781666e 100644 --- a/.github/actions/go-version/action.yml +++ b/.github/actions/go-version/action.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 name: 'Determine Go Toolchain Version' description: 'Uses the .go-version file to determine which Go toolchain to use for any Go-related actions downstream.' diff --git a/.github/scripts/e2e_test_linux_darwin.sh b/.github/scripts/e2e_test_linux_darwin.sh index 94cb27ceb13d..be0b9daa1ca7 100755 --- a/.github/scripts/e2e_test_linux_darwin.sh +++ b/.github/scripts/e2e_test_linux_darwin.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/equivalence-test.sh b/.github/scripts/equivalence-test.sh index e82ce326375a..e3af36993318 100755 --- a/.github/scripts/equivalence-test.sh +++ b/.github/scripts/equivalence-test.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/get_product_version.sh b/.github/scripts/get_product_version.sh index d9cff8a1ca3e..8d553632f563 100755 --- a/.github/scripts/get_product_version.sh +++ b/.github/scripts/get_product_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 set -uo pipefail diff --git a/.github/scripts/verify_docker b/.github/scripts/verify_docker index 6d016b24e799..31c9dd744bc7 100755 --- a/.github/scripts/verify_docker +++ b/.github/scripts/verify_docker @@ -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/.release/ci.hcl b/.release/ci.hcl index 522d49b2e031..218029b5bc5f 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/release-metadata.hcl b/.release/release-metadata.hcl index 06f7f89690e7..93c81e4ddd0d 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/terraform" url_docker_registry_ecr = "https://gallery.ecr.aws/hashicorp/terraform" diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index bb86c5cb2c3f..bbee030e7f40 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 = false diff --git a/Dockerfile b/Dockerfile index 394dcfb8823e..69c9c0130b47 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 builds on golang:alpine by building Terraform from source # using the current working directory. diff --git a/checkpoint.go b/checkpoint.go index 81f2d5251b7a..8a20ff446344 100644 --- a/checkpoint.go +++ b/checkpoint.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/codecov.yml b/codecov.yml index 605faed12e58..bb15a3327535 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 comment: layout: "flags, files" diff --git a/commands.go b/commands.go index dfec5d0a90f6..066f00a71b42 100644 --- a/commands.go +++ b/commands.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/copyright_headers.go b/copyright_headers.go index 43231346a315..f0d87a108003 100644 --- a/copyright_headers.go +++ b/copyright_headers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build tools // +build tools diff --git a/docs/plugin-protocol/tfplugin5.0.proto b/docs/plugin-protocol/tfplugin5.0.proto index fc21ebf0f7ca..1641ae3c45a3 100644 --- a/docs/plugin-protocol/tfplugin5.0.proto +++ b/docs/plugin-protocol/tfplugin5.0.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 5.0 // diff --git a/docs/plugin-protocol/tfplugin5.1.proto b/docs/plugin-protocol/tfplugin5.1.proto index a8c3b1208c0f..b55bd6cf906e 100644 --- a/docs/plugin-protocol/tfplugin5.1.proto +++ b/docs/plugin-protocol/tfplugin5.1.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 5.1 // diff --git a/docs/plugin-protocol/tfplugin5.2.proto b/docs/plugin-protocol/tfplugin5.2.proto index 296030729b41..f489652b6cc4 100644 --- a/docs/plugin-protocol/tfplugin5.2.proto +++ b/docs/plugin-protocol/tfplugin5.2.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 5.2 // diff --git a/docs/plugin-protocol/tfplugin5.3.proto b/docs/plugin-protocol/tfplugin5.3.proto index dda153e74200..b4bf9edc7950 100644 --- a/docs/plugin-protocol/tfplugin5.3.proto +++ b/docs/plugin-protocol/tfplugin5.3.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 5.3 // diff --git a/docs/plugin-protocol/tfplugin5.4.proto b/docs/plugin-protocol/tfplugin5.4.proto index ae0fc1126e25..188eed868041 100644 --- a/docs/plugin-protocol/tfplugin5.4.proto +++ b/docs/plugin-protocol/tfplugin5.4.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 5.4 // diff --git a/docs/plugin-protocol/tfplugin6.0.proto b/docs/plugin-protocol/tfplugin6.0.proto index 164edcc717ed..07b504a57762 100644 --- a/docs/plugin-protocol/tfplugin6.0.proto +++ b/docs/plugin-protocol/tfplugin6.0.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 6.0 // diff --git a/docs/plugin-protocol/tfplugin6.1.proto b/docs/plugin-protocol/tfplugin6.1.proto index 72d309fceef8..6097d846a40c 100644 --- a/docs/plugin-protocol/tfplugin6.1.proto +++ b/docs/plugin-protocol/tfplugin6.1.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 6.1 // diff --git a/docs/plugin-protocol/tfplugin6.2.proto b/docs/plugin-protocol/tfplugin6.2.proto index 8964305918c2..08d16fda34b0 100644 --- a/docs/plugin-protocol/tfplugin6.2.proto +++ b/docs/plugin-protocol/tfplugin6.2.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 6.2 // diff --git a/docs/plugin-protocol/tfplugin6.3.proto b/docs/plugin-protocol/tfplugin6.3.proto index bd385bf4e110..c053f8d1adbe 100644 --- a/docs/plugin-protocol/tfplugin6.3.proto +++ b/docs/plugin-protocol/tfplugin6.3.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 6.3 // diff --git a/docs/plugin-protocol/tfplugin6.4.proto b/docs/plugin-protocol/tfplugin6.4.proto index 1f44ff3697d0..e69ab488b0b7 100644 --- a/docs/plugin-protocol/tfplugin6.4.proto +++ b/docs/plugin-protocol/tfplugin6.4.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 6.4 // diff --git a/experiments.go b/experiments.go index 603da77290e6..d279a8648215 100644 --- a/experiments.go +++ b/experiments.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/help.go b/help.go index 8d87637019e6..30b9d588ce3d 100644 --- a/help.go +++ b/help.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/addrs/check.go b/internal/addrs/check.go index 4f3d516b60e8..8a152aa37457 100644 --- a/internal/addrs/check.go +++ b/internal/addrs/check.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/check_rule.go b/internal/addrs/check_rule.go index 4a60e5e8db8b..e7107dd4b81e 100644 --- a/internal/addrs/check_rule.go +++ b/internal/addrs/check_rule.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/checkable.go b/internal/addrs/checkable.go index 908ff671db6d..6db6b86646ab 100644 --- a/internal/addrs/checkable.go +++ b/internal/addrs/checkable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/count_attr.go b/internal/addrs/count_attr.go index ee56fc22e947..981014c91c9d 100644 --- a/internal/addrs/count_attr.go +++ b/internal/addrs/count_attr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/doc.go b/internal/addrs/doc.go index 0d29d9f45639..4c83a0602e36 100644 --- a/internal/addrs/doc.go +++ b/internal/addrs/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package addrs contains types that represent "addresses", which are // references to specific objects within a Terraform configuration or diff --git a/internal/addrs/for_each_attr.go b/internal/addrs/for_each_attr.go index 48be27b8d278..bf4151f21e61 100644 --- a/internal/addrs/for_each_attr.go +++ b/internal/addrs/for_each_attr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/input_variable.go b/internal/addrs/input_variable.go index 0e59d3f79d30..79dc3691ca1a 100644 --- a/internal/addrs/input_variable.go +++ b/internal/addrs/input_variable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/instance_key.go b/internal/addrs/instance_key.go index 34c186c08b24..0f85ab991857 100644 --- a/internal/addrs/instance_key.go +++ b/internal/addrs/instance_key.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/instance_key_test.go b/internal/addrs/instance_key_test.go index 429457cd5288..8267edd86a5f 100644 --- a/internal/addrs/instance_key_test.go +++ b/internal/addrs/instance_key_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/local_value.go b/internal/addrs/local_value.go index 092584384be8..840d7e5edb39 100644 --- a/internal/addrs/local_value.go +++ b/internal/addrs/local_value.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/map.go b/internal/addrs/map.go index 8e05c42cbfaf..ebaacd4b20fc 100644 --- a/internal/addrs/map.go +++ b/internal/addrs/map.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/map_test.go b/internal/addrs/map_test.go index 648bebdfca05..147b85c81bd3 100644 --- a/internal/addrs/map_test.go +++ b/internal/addrs/map_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/module.go b/internal/addrs/module.go index ff8fb6542bed..0ade0bf9f794 100644 --- a/internal/addrs/module.go +++ b/internal/addrs/module.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/module_call.go b/internal/addrs/module_call.go index 7d1af52b9446..65474d8132da 100644 --- a/internal/addrs/module_call.go +++ b/internal/addrs/module_call.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/module_instance.go b/internal/addrs/module_instance.go index b30b80768e51..d2a2c2e417f7 100644 --- a/internal/addrs/module_instance.go +++ b/internal/addrs/module_instance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/module_instance_test.go b/internal/addrs/module_instance_test.go index 564c5483afe7..0014522dc5e4 100644 --- a/internal/addrs/module_instance_test.go +++ b/internal/addrs/module_instance_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/module_package.go b/internal/addrs/module_package.go index b38805b4b9f8..0fd2272f76a6 100644 --- a/internal/addrs/module_package.go +++ b/internal/addrs/module_package.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/module_source.go b/internal/addrs/module_source.go index 48987a024509..1b155cc6a620 100644 --- a/internal/addrs/module_source.go +++ b/internal/addrs/module_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/module_source_test.go b/internal/addrs/module_source_test.go index 5d366216b2b3..933a1d1a9380 100644 --- a/internal/addrs/module_source_test.go +++ b/internal/addrs/module_source_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/module_test.go b/internal/addrs/module_test.go index 43bc1b249fe2..3daa1c3c4dc2 100644 --- a/internal/addrs/module_test.go +++ b/internal/addrs/module_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/move_endpoint.go b/internal/addrs/move_endpoint.go index 4d54c8e2b502..6a4b4bc9c058 100644 --- a/internal/addrs/move_endpoint.go +++ b/internal/addrs/move_endpoint.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/move_endpoint_kind.go b/internal/addrs/move_endpoint_kind.go index c09aa750bc42..de0fc68a8fe1 100644 --- a/internal/addrs/move_endpoint_kind.go +++ b/internal/addrs/move_endpoint_kind.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/move_endpoint_module.go b/internal/addrs/move_endpoint_module.go index 186b1cea930a..d35ffc61d448 100644 --- a/internal/addrs/move_endpoint_module.go +++ b/internal/addrs/move_endpoint_module.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/move_endpoint_module_test.go b/internal/addrs/move_endpoint_module_test.go index af022052dde3..c94f3a129940 100644 --- a/internal/addrs/move_endpoint_module_test.go +++ b/internal/addrs/move_endpoint_module_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/move_endpoint_test.go b/internal/addrs/move_endpoint_test.go index 83e1f3a2a39a..f5c9df41b5dd 100644 --- a/internal/addrs/move_endpoint_test.go +++ b/internal/addrs/move_endpoint_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/moveable.go b/internal/addrs/moveable.go index 6f7305cbf286..7025651944e1 100644 --- a/internal/addrs/moveable.go +++ b/internal/addrs/moveable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/output_value.go b/internal/addrs/output_value.go index 7dfdb1fdd737..78ef98bc9aa4 100644 --- a/internal/addrs/output_value.go +++ b/internal/addrs/output_value.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/output_value_test.go b/internal/addrs/output_value_test.go index ff48018daba3..fa114c8b80b6 100644 --- a/internal/addrs/output_value_test.go +++ b/internal/addrs/output_value_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/parse_ref.go b/internal/addrs/parse_ref.go index d5cdbb78d159..3f8221e0da10 100644 --- a/internal/addrs/parse_ref.go +++ b/internal/addrs/parse_ref.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/parse_ref_test.go b/internal/addrs/parse_ref_test.go index 2889ab33fa88..38642d4992cb 100644 --- a/internal/addrs/parse_ref_test.go +++ b/internal/addrs/parse_ref_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/parse_target.go b/internal/addrs/parse_target.go index 2740ace32262..961270d36828 100644 --- a/internal/addrs/parse_target.go +++ b/internal/addrs/parse_target.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/parse_target_test.go b/internal/addrs/parse_target_test.go index e6e110b6b63b..2b113586e131 100644 --- a/internal/addrs/parse_target_test.go +++ b/internal/addrs/parse_target_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/path_attr.go b/internal/addrs/path_attr.go index e7ff33ac5b66..e61ae6482921 100644 --- a/internal/addrs/path_attr.go +++ b/internal/addrs/path_attr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/provider.go b/internal/addrs/provider.go index 80c1dff96990..1f1dfe719855 100644 --- a/internal/addrs/provider.go +++ b/internal/addrs/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/provider_config.go b/internal/addrs/provider_config.go index d6899b729ce2..ef3feedc782a 100644 --- a/internal/addrs/provider_config.go +++ b/internal/addrs/provider_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/provider_config_test.go b/internal/addrs/provider_config_test.go index e26040733065..5caa382bdd28 100644 --- a/internal/addrs/provider_config_test.go +++ b/internal/addrs/provider_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/provider_test.go b/internal/addrs/provider_test.go index 9754a8cd7144..ed1ffdb33cf5 100644 --- a/internal/addrs/provider_test.go +++ b/internal/addrs/provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/referenceable.go b/internal/addrs/referenceable.go index 87ced614ae94..27d61bd704f7 100644 --- a/internal/addrs/referenceable.go +++ b/internal/addrs/referenceable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/resource.go b/internal/addrs/resource.go index e74b013923f2..da6e774c60af 100644 --- a/internal/addrs/resource.go +++ b/internal/addrs/resource.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/resource_phase.go b/internal/addrs/resource_phase.go index 3523b489babb..9977549179fe 100644 --- a/internal/addrs/resource_phase.go +++ b/internal/addrs/resource_phase.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/resource_test.go b/internal/addrs/resource_test.go index e48ad8683971..e5f6559bbfd9 100644 --- a/internal/addrs/resource_test.go +++ b/internal/addrs/resource_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/self.go b/internal/addrs/self.go index 1e103cd379fc..abdccd250b38 100644 --- a/internal/addrs/self.go +++ b/internal/addrs/self.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/set.go b/internal/addrs/set.go index 0cce31faa702..321819cc0b4c 100644 --- a/internal/addrs/set.go +++ b/internal/addrs/set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/target_test.go b/internal/addrs/target_test.go index e047e6a43e3e..2149a96cbca8 100644 --- a/internal/addrs/target_test.go +++ b/internal/addrs/target_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/targetable.go b/internal/addrs/targetable.go index 7e12684a4b2b..2bcf84b80c1e 100644 --- a/internal/addrs/targetable.go +++ b/internal/addrs/targetable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/terraform_attr.go b/internal/addrs/terraform_attr.go index c29379a1cd8a..3296c89857d8 100644 --- a/internal/addrs/terraform_attr.go +++ b/internal/addrs/terraform_attr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/unique_key.go b/internal/addrs/unique_key.go index e34a3985416e..27b659abd245 100644 --- a/internal/addrs/unique_key.go +++ b/internal/addrs/unique_key.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/addrs/unique_key_test.go b/internal/addrs/unique_key_test.go index 2de1967a855b..5a636ecd954d 100644 --- a/internal/addrs/unique_key_test.go +++ b/internal/addrs/unique_key_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package addrs diff --git a/internal/backend/backend.go b/internal/backend/backend.go index 088e7ef5ec24..37b51af8dc7f 100644 --- a/internal/backend/backend.go +++ b/internal/backend/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package backend provides interfaces that the CLI uses to interact with // Terraform. A backend provides the abstraction that allows the same CLI diff --git a/internal/backend/backend_test.go b/internal/backend/backend_test.go index d356226bec0e..4d29545c2de3 100644 --- a/internal/backend/backend_test.go +++ b/internal/backend/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package backend diff --git a/internal/backend/cli.go b/internal/backend/cli.go index 1ae70ff45e1b..f53c4ee8f627 100644 --- a/internal/backend/cli.go +++ b/internal/backend/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package backend diff --git a/internal/backend/init/deprecate_test.go b/internal/backend/init/deprecate_test.go index 2a58cc16ff85..e94b697df546 100644 --- a/internal/backend/init/deprecate_test.go +++ b/internal/backend/init/deprecate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package init diff --git a/internal/backend/init/init.go b/internal/backend/init/init.go index ac95c5569d8f..6b5ee27f5c44 100644 --- a/internal/backend/init/init.go +++ b/internal/backend/init/init.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package init contains the list of backends that can be initialized and // basic helper functions for initializing those backends. diff --git a/internal/backend/init/init_test.go b/internal/backend/init/init_test.go index e05610e0f752..e697e741892d 100644 --- a/internal/backend/init/init_test.go +++ b/internal/backend/init/init_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package init diff --git a/internal/backend/local/backend.go b/internal/backend/local/backend.go index 592ffe07fc6f..daf87829620b 100644 --- a/internal/backend/local/backend.go +++ b/internal/backend/local/backend.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/internal/backend/local/backend_apply.go b/internal/backend/local/backend_apply.go index ed2395b43604..cee26a3b78f2 100644 --- a/internal/backend/local/backend_apply.go +++ b/internal/backend/local/backend_apply.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/internal/backend/local/backend_apply_test.go b/internal/backend/local/backend_apply_test.go index b959e2ca0e18..bc76953f6603 100644 --- a/internal/backend/local/backend_apply_test.go +++ b/internal/backend/local/backend_apply_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/internal/backend/local/backend_local.go b/internal/backend/local/backend_local.go index 8ef2726dd5dd..773106227f9b 100644 --- a/internal/backend/local/backend_local.go +++ b/internal/backend/local/backend_local.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/internal/backend/local/backend_local_test.go b/internal/backend/local/backend_local_test.go index 2ed77f485455..4e50aee47de0 100644 --- a/internal/backend/local/backend_local_test.go +++ b/internal/backend/local/backend_local_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/internal/backend/local/backend_plan.go b/internal/backend/local/backend_plan.go index 79ff402d80bd..ec6c650c777d 100644 --- a/internal/backend/local/backend_plan.go +++ b/internal/backend/local/backend_plan.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/internal/backend/local/backend_plan_test.go b/internal/backend/local/backend_plan_test.go index 1582d40a2781..7241d965e1b2 100644 --- a/internal/backend/local/backend_plan_test.go +++ b/internal/backend/local/backend_plan_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/internal/backend/local/backend_refresh.go b/internal/backend/local/backend_refresh.go index fa4fd16a644b..2af0be19cd73 100644 --- a/internal/backend/local/backend_refresh.go +++ b/internal/backend/local/backend_refresh.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/internal/backend/local/backend_refresh_test.go b/internal/backend/local/backend_refresh_test.go index f0ad2efcfc16..067d8056396a 100644 --- a/internal/backend/local/backend_refresh_test.go +++ b/internal/backend/local/backend_refresh_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/internal/backend/local/backend_test.go b/internal/backend/local/backend_test.go index b181625f622c..1495b318ecbe 100644 --- a/internal/backend/local/backend_test.go +++ b/internal/backend/local/backend_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/internal/backend/local/cli.go b/internal/backend/local/cli.go index 0704071135af..517f19ce8990 100644 --- a/internal/backend/local/cli.go +++ b/internal/backend/local/cli.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/internal/backend/local/hook_state.go b/internal/backend/local/hook_state.go index d591d3644fee..289ff530c30c 100644 --- a/internal/backend/local/hook_state.go +++ b/internal/backend/local/hook_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/internal/backend/local/hook_state_test.go b/internal/backend/local/hook_state_test.go index 3c850b80f50c..c25c1dbb5175 100644 --- a/internal/backend/local/hook_state_test.go +++ b/internal/backend/local/hook_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 diff --git a/internal/backend/local/local_test.go b/internal/backend/local/local_test.go index 00f7106774f4..2feb0da0d120 100644 --- a/internal/backend/local/local_test.go +++ b/internal/backend/local/local_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/internal/backend/local/testing.go b/internal/backend/local/testing.go index 1c4e426a5d07..88c73eb0564a 100644 --- a/internal/backend/local/testing.go +++ b/internal/backend/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/internal/backend/operation_type.go b/internal/backend/operation_type.go index 03f11bae4755..1e0060c533d8 100644 --- a/internal/backend/operation_type.go +++ b/internal/backend/operation_type.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package backend diff --git a/internal/backend/remote-state/azure/arm_client.go b/internal/backend/remote-state/azure/arm_client.go index 8ca63e973679..511dcdedfeae 100644 --- a/internal/backend/remote-state/azure/arm_client.go +++ b/internal/backend/remote-state/azure/arm_client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/internal/backend/remote-state/azure/backend.go b/internal/backend/remote-state/azure/backend.go index 89cec854826d..c3a1ebbf1ef9 100644 --- a/internal/backend/remote-state/azure/backend.go +++ b/internal/backend/remote-state/azure/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/internal/backend/remote-state/azure/backend_state.go b/internal/backend/remote-state/azure/backend_state.go index 1806cd871500..4be5102953d1 100644 --- a/internal/backend/remote-state/azure/backend_state.go +++ b/internal/backend/remote-state/azure/backend_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/internal/backend/remote-state/azure/backend_test.go b/internal/backend/remote-state/azure/backend_test.go index d26a193fc70a..66729f69dec3 100644 --- a/internal/backend/remote-state/azure/backend_test.go +++ b/internal/backend/remote-state/azure/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/internal/backend/remote-state/azure/client.go b/internal/backend/remote-state/azure/client.go index a5126ac8bfdd..2ca870cd7025 100644 --- a/internal/backend/remote-state/azure/client.go +++ b/internal/backend/remote-state/azure/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/internal/backend/remote-state/azure/client_test.go b/internal/backend/remote-state/azure/client_test.go index c3cb6942f615..11bf2be152c6 100644 --- a/internal/backend/remote-state/azure/client_test.go +++ b/internal/backend/remote-state/azure/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/internal/backend/remote-state/azure/helpers_test.go b/internal/backend/remote-state/azure/helpers_test.go index 03012ac692e2..4ea33912ab4c 100644 --- a/internal/backend/remote-state/azure/helpers_test.go +++ b/internal/backend/remote-state/azure/helpers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/internal/backend/remote-state/azure/sender.go b/internal/backend/remote-state/azure/sender.go index fc2f94f66297..f73a0dbdc533 100644 --- a/internal/backend/remote-state/azure/sender.go +++ b/internal/backend/remote-state/azure/sender.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package azure diff --git a/internal/backend/remote-state/consul/backend.go b/internal/backend/remote-state/consul/backend.go index cf233b9f3c9b..bd2ad1b1f2d8 100644 --- a/internal/backend/remote-state/consul/backend.go +++ b/internal/backend/remote-state/consul/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/internal/backend/remote-state/consul/backend_state.go b/internal/backend/remote-state/consul/backend_state.go index 7b8ca2800a96..0cd5fccbf3a9 100644 --- a/internal/backend/remote-state/consul/backend_state.go +++ b/internal/backend/remote-state/consul/backend_state.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/internal/backend/remote-state/consul/backend_test.go b/internal/backend/remote-state/consul/backend_test.go index 284b00fdd51e..4a7e2fdfda21 100644 --- a/internal/backend/remote-state/consul/backend_test.go +++ b/internal/backend/remote-state/consul/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package consul diff --git a/internal/backend/remote-state/consul/client.go b/internal/backend/remote-state/consul/client.go index 70cf6e465660..0dfce0346ad7 100644 --- a/internal/backend/remote-state/consul/client.go +++ b/internal/backend/remote-state/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/internal/backend/remote-state/consul/client_test.go b/internal/backend/remote-state/consul/client_test.go index 6b156a1e8b02..2c887ba53bf3 100644 --- a/internal/backend/remote-state/consul/client_test.go +++ b/internal/backend/remote-state/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/internal/backend/remote-state/cos/backend.go b/internal/backend/remote-state/cos/backend.go index d4d8d3cc20d7..90bfe0ea3eec 100644 --- a/internal/backend/remote-state/cos/backend.go +++ b/internal/backend/remote-state/cos/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cos diff --git a/internal/backend/remote-state/cos/backend_state.go b/internal/backend/remote-state/cos/backend_state.go index 24d6517c8f89..245eb7c08b00 100644 --- a/internal/backend/remote-state/cos/backend_state.go +++ b/internal/backend/remote-state/cos/backend_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cos diff --git a/internal/backend/remote-state/cos/backend_test.go b/internal/backend/remote-state/cos/backend_test.go index c5f803c62486..aef70fc75ee1 100644 --- a/internal/backend/remote-state/cos/backend_test.go +++ b/internal/backend/remote-state/cos/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cos diff --git a/internal/backend/remote-state/cos/client.go b/internal/backend/remote-state/cos/client.go index ad80ab7e5e15..0501ee544632 100644 --- a/internal/backend/remote-state/cos/client.go +++ b/internal/backend/remote-state/cos/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cos diff --git a/internal/backend/remote-state/cos/transport.go b/internal/backend/remote-state/cos/transport.go index 9cd5506925a1..e2002e8a6a10 100644 --- a/internal/backend/remote-state/cos/transport.go +++ b/internal/backend/remote-state/cos/transport.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cos diff --git a/internal/backend/remote-state/gcs/backend.go b/internal/backend/remote-state/gcs/backend.go index 51375ed1916b..1da9ade7803e 100644 --- a/internal/backend/remote-state/gcs/backend.go +++ b/internal/backend/remote-state/gcs/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package gcs implements remote storage of state on Google Cloud Storage (GCS). package gcs diff --git a/internal/backend/remote-state/gcs/backend_state.go b/internal/backend/remote-state/gcs/backend_state.go index b36dc7ced8e6..94d7a5dd1c00 100644 --- a/internal/backend/remote-state/gcs/backend_state.go +++ b/internal/backend/remote-state/gcs/backend_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gcs diff --git a/internal/backend/remote-state/gcs/backend_test.go b/internal/backend/remote-state/gcs/backend_test.go index 40d0fd1ac811..d1aee6cb9987 100644 --- a/internal/backend/remote-state/gcs/backend_test.go +++ b/internal/backend/remote-state/gcs/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gcs diff --git a/internal/backend/remote-state/gcs/client.go b/internal/backend/remote-state/gcs/client.go index e0884c39e0de..624e773321ea 100644 --- a/internal/backend/remote-state/gcs/client.go +++ b/internal/backend/remote-state/gcs/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package gcs diff --git a/internal/backend/remote-state/http/backend.go b/internal/backend/remote-state/http/backend.go index d21a7b5704dc..bb0b92c7148c 100644 --- a/internal/backend/remote-state/http/backend.go +++ b/internal/backend/remote-state/http/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/internal/backend/remote-state/http/backend_test.go b/internal/backend/remote-state/http/backend_test.go index 6a38b0f33e69..dcf7f4d42014 100644 --- a/internal/backend/remote-state/http/backend_test.go +++ b/internal/backend/remote-state/http/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/internal/backend/remote-state/http/client.go b/internal/backend/remote-state/http/client.go index 37f62687ab08..afa3495488e1 100644 --- a/internal/backend/remote-state/http/client.go +++ b/internal/backend/remote-state/http/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/internal/backend/remote-state/http/client_test.go b/internal/backend/remote-state/http/client_test.go index 7cc41f91f528..b91cd1cacbd9 100644 --- a/internal/backend/remote-state/http/client_test.go +++ b/internal/backend/remote-state/http/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/internal/backend/remote-state/http/server_test.go b/internal/backend/remote-state/http/server_test.go index 58c084f3c9b2..3910fb6d2f97 100644 --- a/internal/backend/remote-state/http/server_test.go +++ b/internal/backend/remote-state/http/server_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package http diff --git a/internal/backend/remote-state/inmem/backend.go b/internal/backend/remote-state/inmem/backend.go index bcd803b7de73..b6a0ec80ae53 100644 --- a/internal/backend/remote-state/inmem/backend.go +++ b/internal/backend/remote-state/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/backend/remote-state/inmem/backend_test.go b/internal/backend/remote-state/inmem/backend_test.go index 032615a742e5..34cc852a2bf6 100644 --- a/internal/backend/remote-state/inmem/backend_test.go +++ b/internal/backend/remote-state/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 diff --git a/internal/backend/remote-state/inmem/client.go b/internal/backend/remote-state/inmem/client.go index 2e845bad0d74..b75bc521bfa6 100644 --- a/internal/backend/remote-state/inmem/client.go +++ b/internal/backend/remote-state/inmem/client.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/backend/remote-state/inmem/client_test.go b/internal/backend/remote-state/inmem/client_test.go index 0361fef66e94..5133da4a9933 100644 --- a/internal/backend/remote-state/inmem/client_test.go +++ b/internal/backend/remote-state/inmem/client_test.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/backend/remote-state/kubernetes/backend.go b/internal/backend/remote-state/kubernetes/backend.go index a5ad1b50972b..05b62b79e06c 100644 --- a/internal/backend/remote-state/kubernetes/backend.go +++ b/internal/backend/remote-state/kubernetes/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/internal/backend/remote-state/kubernetes/backend_state.go b/internal/backend/remote-state/kubernetes/backend_state.go index 319c2d3e17e2..5ac6f77b624b 100644 --- a/internal/backend/remote-state/kubernetes/backend_state.go +++ b/internal/backend/remote-state/kubernetes/backend_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/internal/backend/remote-state/kubernetes/backend_test.go b/internal/backend/remote-state/kubernetes/backend_test.go index 0eb0f78d10b0..b86125aa53ea 100644 --- a/internal/backend/remote-state/kubernetes/backend_test.go +++ b/internal/backend/remote-state/kubernetes/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/internal/backend/remote-state/kubernetes/client.go b/internal/backend/remote-state/kubernetes/client.go index 5329df95e378..d52f4b9ab5d3 100644 --- a/internal/backend/remote-state/kubernetes/client.go +++ b/internal/backend/remote-state/kubernetes/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/internal/backend/remote-state/kubernetes/client_test.go b/internal/backend/remote-state/kubernetes/client_test.go index 523df3930db2..78f9479c7fb7 100644 --- a/internal/backend/remote-state/kubernetes/client_test.go +++ b/internal/backend/remote-state/kubernetes/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package kubernetes diff --git a/internal/backend/remote-state/oss/backend.go b/internal/backend/remote-state/oss/backend.go index e6a546a60a78..4502509a7766 100644 --- a/internal/backend/remote-state/oss/backend.go +++ b/internal/backend/remote-state/oss/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oss diff --git a/internal/backend/remote-state/oss/backend_state.go b/internal/backend/remote-state/oss/backend_state.go index fc32a7bacb0f..2f32bf267dd0 100644 --- a/internal/backend/remote-state/oss/backend_state.go +++ b/internal/backend/remote-state/oss/backend_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oss diff --git a/internal/backend/remote-state/oss/backend_test.go b/internal/backend/remote-state/oss/backend_test.go index 3018af3979c9..31d78ffd88c5 100644 --- a/internal/backend/remote-state/oss/backend_test.go +++ b/internal/backend/remote-state/oss/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oss diff --git a/internal/backend/remote-state/oss/client.go b/internal/backend/remote-state/oss/client.go index 61bcac2319c9..1f0a960c5ae7 100644 --- a/internal/backend/remote-state/oss/client.go +++ b/internal/backend/remote-state/oss/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oss diff --git a/internal/backend/remote-state/oss/client_test.go b/internal/backend/remote-state/oss/client_test.go index 83957f5e8041..5166737fdbd1 100644 --- a/internal/backend/remote-state/oss/client_test.go +++ b/internal/backend/remote-state/oss/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package oss diff --git a/internal/backend/remote-state/pg/backend.go b/internal/backend/remote-state/pg/backend.go index 083cb99f3ffe..54a069b6489e 100644 --- a/internal/backend/remote-state/pg/backend.go +++ b/internal/backend/remote-state/pg/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pg diff --git a/internal/backend/remote-state/pg/backend_state.go b/internal/backend/remote-state/pg/backend_state.go index ab314a49c13d..6e8aaa1667a4 100644 --- a/internal/backend/remote-state/pg/backend_state.go +++ b/internal/backend/remote-state/pg/backend_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pg diff --git a/internal/backend/remote-state/pg/backend_test.go b/internal/backend/remote-state/pg/backend_test.go index 80eba7bcc03d..be7cb4f8aef7 100644 --- a/internal/backend/remote-state/pg/backend_test.go +++ b/internal/backend/remote-state/pg/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pg diff --git a/internal/backend/remote-state/pg/client.go b/internal/backend/remote-state/pg/client.go index cd5d3308792a..2ce79cc4ba6b 100644 --- a/internal/backend/remote-state/pg/client.go +++ b/internal/backend/remote-state/pg/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pg diff --git a/internal/backend/remote-state/pg/client_test.go b/internal/backend/remote-state/pg/client_test.go index 5b7eee5461ce..e1f38311ad43 100644 --- a/internal/backend/remote-state/pg/client_test.go +++ b/internal/backend/remote-state/pg/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package pg diff --git a/internal/backend/remote-state/s3/backend.go b/internal/backend/remote-state/s3/backend.go index ccb340c6f5d6..aa8bd018e952 100644 --- a/internal/backend/remote-state/s3/backend.go +++ b/internal/backend/remote-state/s3/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package s3 diff --git a/internal/backend/remote-state/s3/backend_state.go b/internal/backend/remote-state/s3/backend_state.go index 89c2b08735ca..c1a24c591613 100644 --- a/internal/backend/remote-state/s3/backend_state.go +++ b/internal/backend/remote-state/s3/backend_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package s3 diff --git a/internal/backend/remote-state/s3/backend_test.go b/internal/backend/remote-state/s3/backend_test.go index 850e7020c3dd..3cd81d136de3 100644 --- a/internal/backend/remote-state/s3/backend_test.go +++ b/internal/backend/remote-state/s3/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package s3 diff --git a/internal/backend/remote-state/s3/client.go b/internal/backend/remote-state/s3/client.go index 5df548cc1cd7..b55947c24e8e 100644 --- a/internal/backend/remote-state/s3/client.go +++ b/internal/backend/remote-state/s3/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package s3 diff --git a/internal/backend/remote-state/s3/client_test.go b/internal/backend/remote-state/s3/client_test.go index 52488eccc26c..a5141b0c35d1 100644 --- a/internal/backend/remote-state/s3/client_test.go +++ b/internal/backend/remote-state/s3/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package s3 diff --git a/internal/backend/remote/backend.go b/internal/backend/remote/backend.go index a6bbe0978ae7..35d0a3f2b1d6 100644 --- a/internal/backend/remote/backend.go +++ b/internal/backend/remote/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/backend_apply.go b/internal/backend/remote/backend_apply.go index f00119f1af7e..3409c74fa02f 100644 --- a/internal/backend/remote/backend_apply.go +++ b/internal/backend/remote/backend_apply.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/backend_apply_test.go b/internal/backend/remote/backend_apply_test.go index c6ff31e49a96..21b0ccc8def8 100644 --- a/internal/backend/remote/backend_apply_test.go +++ b/internal/backend/remote/backend_apply_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/backend_common.go b/internal/backend/remote/backend_common.go index 78928f899586..4ce318f262a8 100644 --- a/internal/backend/remote/backend_common.go +++ b/internal/backend/remote/backend_common.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/backend_context.go b/internal/backend/remote/backend_context.go index 2febe271606f..83c41056aa67 100644 --- a/internal/backend/remote/backend_context.go +++ b/internal/backend/remote/backend_context.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/backend_context_test.go b/internal/backend/remote/backend_context_test.go index 2186aaaa125f..572bef60d3ea 100644 --- a/internal/backend/remote/backend_context_test.go +++ b/internal/backend/remote/backend_context_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/backend_plan.go b/internal/backend/remote/backend_plan.go index 40c5c080bbc9..0f795e527fef 100644 --- a/internal/backend/remote/backend_plan.go +++ b/internal/backend/remote/backend_plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/backend_plan_test.go b/internal/backend/remote/backend_plan_test.go index fe18ca8e69d6..58577b99dcb0 100644 --- a/internal/backend/remote/backend_plan_test.go +++ b/internal/backend/remote/backend_plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/backend_state.go b/internal/backend/remote/backend_state.go index 8af5d4f89d78..6c90f7f4be11 100644 --- a/internal/backend/remote/backend_state.go +++ b/internal/backend/remote/backend_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/backend_state_test.go b/internal/backend/remote/backend_state_test.go index 2a63cbcf3129..8639894efcc1 100644 --- a/internal/backend/remote/backend_state_test.go +++ b/internal/backend/remote/backend_state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/backend_test.go b/internal/backend/remote/backend_test.go index 743a3472aa16..e2b391a449de 100644 --- a/internal/backend/remote/backend_test.go +++ b/internal/backend/remote/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/cli.go b/internal/backend/remote/cli.go index 0834f6c11742..a0b401f01d33 100644 --- a/internal/backend/remote/cli.go +++ b/internal/backend/remote/cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/colorize.go b/internal/backend/remote/colorize.go index 97e769d767bc..9ea2fd5d5d80 100644 --- a/internal/backend/remote/colorize.go +++ b/internal/backend/remote/colorize.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/remote_test.go b/internal/backend/remote/remote_test.go index 77ab784b198f..4968c67c88bc 100644 --- a/internal/backend/remote/remote_test.go +++ b/internal/backend/remote/remote_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/remote/testing.go b/internal/backend/remote/testing.go index 5f7dba18b85a..103099bfa234 100644 --- a/internal/backend/remote/testing.go +++ b/internal/backend/remote/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/backend/testing.go b/internal/backend/testing.go index 5c8eac32c3f7..af9f35511458 100644 --- a/internal/backend/testing.go +++ b/internal/backend/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package backend diff --git a/internal/backend/unparsed_value.go b/internal/backend/unparsed_value.go index 15b43e7d8583..67b9da01c3ec 100644 --- a/internal/backend/unparsed_value.go +++ b/internal/backend/unparsed_value.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package backend diff --git a/internal/backend/unparsed_value_test.go b/internal/backend/unparsed_value_test.go index 0ae925e0240f..e2789bf4ba08 100644 --- a/internal/backend/unparsed_value_test.go +++ b/internal/backend/unparsed_value_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package backend diff --git a/internal/builtin/providers/terraform/data_source_state.go b/internal/builtin/providers/terraform/data_source_state.go index 28e4c9e8ebce..82b39d1e3440 100644 --- a/internal/builtin/providers/terraform/data_source_state.go +++ b/internal/builtin/providers/terraform/data_source_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/builtin/providers/terraform/data_source_state_test.go b/internal/builtin/providers/terraform/data_source_state_test.go index 98124004e83c..6dd9475af63d 100644 --- a/internal/builtin/providers/terraform/data_source_state_test.go +++ b/internal/builtin/providers/terraform/data_source_state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/builtin/providers/terraform/provider.go b/internal/builtin/providers/terraform/provider.go index 2c912100bf17..52f776d47bf1 100644 --- a/internal/builtin/providers/terraform/provider.go +++ b/internal/builtin/providers/terraform/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/builtin/providers/terraform/provider_test.go b/internal/builtin/providers/terraform/provider_test.go index 49efb099de2a..58a4b7d46f67 100644 --- a/internal/builtin/providers/terraform/provider_test.go +++ b/internal/builtin/providers/terraform/provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/builtin/providers/terraform/resource_data.go b/internal/builtin/providers/terraform/resource_data.go index a17c60fc0b49..d5c9ce6ee3c8 100644 --- a/internal/builtin/providers/terraform/resource_data.go +++ b/internal/builtin/providers/terraform/resource_data.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/builtin/providers/terraform/resource_data_test.go b/internal/builtin/providers/terraform/resource_data_test.go index 3adb4484d12e..5bd993511169 100644 --- a/internal/builtin/providers/terraform/resource_data_test.go +++ b/internal/builtin/providers/terraform/resource_data_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/builtin/provisioners/file/resource_provisioner.go b/internal/builtin/provisioners/file/resource_provisioner.go index 8216e819f1a4..c7e0f6901a39 100644 --- a/internal/builtin/provisioners/file/resource_provisioner.go +++ b/internal/builtin/provisioners/file/resource_provisioner.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/internal/builtin/provisioners/file/resource_provisioner_test.go b/internal/builtin/provisioners/file/resource_provisioner_test.go index 9ef88f55eacc..4c0924e980cf 100644 --- a/internal/builtin/provisioners/file/resource_provisioner_test.go +++ b/internal/builtin/provisioners/file/resource_provisioner_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/internal/builtin/provisioners/local-exec/resource_provisioner.go b/internal/builtin/provisioners/local-exec/resource_provisioner.go index edac8cc076d8..03b74cb99ec8 100644 --- a/internal/builtin/provisioners/local-exec/resource_provisioner.go +++ b/internal/builtin/provisioners/local-exec/resource_provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package localexec diff --git a/internal/builtin/provisioners/local-exec/resource_provisioner_test.go b/internal/builtin/provisioners/local-exec/resource_provisioner_test.go index 2afb9e5b6e9d..a4c858804224 100644 --- a/internal/builtin/provisioners/local-exec/resource_provisioner_test.go +++ b/internal/builtin/provisioners/local-exec/resource_provisioner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package localexec diff --git a/internal/builtin/provisioners/remote-exec/resource_provisioner.go b/internal/builtin/provisioners/remote-exec/resource_provisioner.go index b2922884edbc..858730a54a29 100644 --- a/internal/builtin/provisioners/remote-exec/resource_provisioner.go +++ b/internal/builtin/provisioners/remote-exec/resource_provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remoteexec diff --git a/internal/builtin/provisioners/remote-exec/resource_provisioner_test.go b/internal/builtin/provisioners/remote-exec/resource_provisioner_test.go index 13e53e444143..0445f65bfb06 100644 --- a/internal/builtin/provisioners/remote-exec/resource_provisioner_test.go +++ b/internal/builtin/provisioners/remote-exec/resource_provisioner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remoteexec diff --git a/internal/checks/doc.go b/internal/checks/doc.go index c1f137852ccc..6f97878cf9f9 100644 --- a/internal/checks/doc.go +++ b/internal/checks/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package checks contains the models for representing various kinds of // declarative condition checks that can be defined in a Terraform module diff --git a/internal/checks/state.go b/internal/checks/state.go index bde8341677f6..74051c871254 100644 --- a/internal/checks/state.go +++ b/internal/checks/state.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/internal/checks/state_init.go b/internal/checks/state_init.go index 8e2713d037f5..db118250c5a5 100644 --- a/internal/checks/state_init.go +++ b/internal/checks/state_init.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/internal/checks/state_report.go b/internal/checks/state_report.go index 7c478c55230d..ca02cb47aa1c 100644 --- a/internal/checks/state_report.go +++ b/internal/checks/state_report.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/internal/checks/state_test.go b/internal/checks/state_test.go index b5bc009201e5..7a0c4c5476a6 100644 --- a/internal/checks/state_test.go +++ b/internal/checks/state_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/internal/checks/status.go b/internal/checks/status.go index 84b7bdcd7e56..da9a7d7f947c 100644 --- a/internal/checks/status.go +++ b/internal/checks/status.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/internal/cloud/backend.go b/internal/cloud/backend.go index 390ece61d5f9..4ab540ab6b45 100644 --- a/internal/cloud/backend.go +++ b/internal/cloud/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_apply.go b/internal/cloud/backend_apply.go index d0cb672cfb60..5b4b7e5380a9 100644 --- a/internal/cloud/backend_apply.go +++ b/internal/cloud/backend_apply.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_apply_test.go b/internal/cloud/backend_apply_test.go index 3869232d1967..5b0b8aacd207 100644 --- a/internal/cloud/backend_apply_test.go +++ b/internal/cloud/backend_apply_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_cli.go b/internal/cloud/backend_cli.go index 656eeac29586..e6e78c229bfd 100644 --- a/internal/cloud/backend_cli.go +++ b/internal/cloud/backend_cli.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_colorize.go b/internal/cloud/backend_colorize.go index 2dcf79cdea22..c267fb95ecf6 100644 --- a/internal/cloud/backend_colorize.go +++ b/internal/cloud/backend_colorize.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_common.go b/internal/cloud/backend_common.go index ee7fd33dd589..52124e83354e 100644 --- a/internal/cloud/backend_common.go +++ b/internal/cloud/backend_common.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_context.go b/internal/cloud/backend_context.go index 655c86d59e96..7fab87f65495 100644 --- a/internal/cloud/backend_context.go +++ b/internal/cloud/backend_context.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_context_test.go b/internal/cloud/backend_context_test.go index b2359b227980..eef7221cc78c 100644 --- a/internal/cloud/backend_context_test.go +++ b/internal/cloud/backend_context_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_plan.go b/internal/cloud/backend_plan.go index 86436a75e860..3092ccee3493 100644 --- a/internal/cloud/backend_plan.go +++ b/internal/cloud/backend_plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_plan_test.go b/internal/cloud/backend_plan_test.go index 57926f1c7f63..383980f6cdae 100644 --- a/internal/cloud/backend_plan_test.go +++ b/internal/cloud/backend_plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_refresh_test.go b/internal/cloud/backend_refresh_test.go index 0155fcda57f8..bba0e64a27ea 100644 --- a/internal/cloud/backend_refresh_test.go +++ b/internal/cloud/backend_refresh_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_run_warning.go b/internal/cloud/backend_run_warning.go index c9c766c1b157..c37d7e089908 100644 --- a/internal/cloud/backend_run_warning.go +++ b/internal/cloud/backend_run_warning.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_run_warning_test.go b/internal/cloud/backend_run_warning_test.go index 34fe27fdb212..5e11d6cf6737 100644 --- a/internal/cloud/backend_run_warning_test.go +++ b/internal/cloud/backend_run_warning_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_show.go b/internal/cloud/backend_show.go index c04cb390927b..afdba9450110 100644 --- a/internal/cloud/backend_show.go +++ b/internal/cloud/backend_show.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_show_test.go b/internal/cloud/backend_show_test.go index a95af24c6e61..fb34027c6a2e 100644 --- a/internal/cloud/backend_show_test.go +++ b/internal/cloud/backend_show_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_taskStage_policyEvaluation.go b/internal/cloud/backend_taskStage_policyEvaluation.go index 06c8a3ab4eff..1eb2b9e58cc6 100644 --- a/internal/cloud/backend_taskStage_policyEvaluation.go +++ b/internal/cloud/backend_taskStage_policyEvaluation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_taskStage_policyEvaluation_test.go b/internal/cloud/backend_taskStage_policyEvaluation_test.go index d73169b83755..51dfc6c92a39 100644 --- a/internal/cloud/backend_taskStage_policyEvaluation_test.go +++ b/internal/cloud/backend_taskStage_policyEvaluation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_taskStage_taskResults.go b/internal/cloud/backend_taskStage_taskResults.go index d12ee29b612b..f3c9713bb069 100644 --- a/internal/cloud/backend_taskStage_taskResults.go +++ b/internal/cloud/backend_taskStage_taskResults.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_taskStage_taskResults_test.go b/internal/cloud/backend_taskStage_taskResults_test.go index 1e272daa9d44..4bdddc2a26c8 100644 --- a/internal/cloud/backend_taskStage_taskResults_test.go +++ b/internal/cloud/backend_taskStage_taskResults_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_taskStages.go b/internal/cloud/backend_taskStages.go index 953484b049dd..b4f44c536e8e 100644 --- a/internal/cloud/backend_taskStages.go +++ b/internal/cloud/backend_taskStages.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_taskStages_test.go b/internal/cloud/backend_taskStages_test.go index 3a88cf8004fb..6b7445e48279 100644 --- a/internal/cloud/backend_taskStages_test.go +++ b/internal/cloud/backend_taskStages_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/backend_test.go b/internal/cloud/backend_test.go index cc3c9d32eee2..59559e442fe4 100644 --- a/internal/cloud/backend_test.go +++ b/internal/cloud/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/cloud_integration.go b/internal/cloud/cloud_integration.go index d453e45f6ae9..b320d99ba3b8 100644 --- a/internal/cloud/cloud_integration.go +++ b/internal/cloud/cloud_integration.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/cloud_variables.go b/internal/cloud/cloud_variables.go index c4cab0e1bdb3..dd216c517da9 100644 --- a/internal/cloud/cloud_variables.go +++ b/internal/cloud/cloud_variables.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/cloud_variables_test.go b/internal/cloud/cloud_variables_test.go index 914862f9a54c..0913ed6c11fb 100644 --- a/internal/cloud/cloud_variables_test.go +++ b/internal/cloud/cloud_variables_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/cloudplan/remote_plan_json.go b/internal/cloud/cloudplan/remote_plan_json.go index 9b378eee4f73..5bb6f04e01d8 100644 --- a/internal/cloud/cloudplan/remote_plan_json.go +++ b/internal/cloud/cloudplan/remote_plan_json.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloudplan diff --git a/internal/cloud/cloudplan/saved_plan.go b/internal/cloud/cloudplan/saved_plan.go index 7257abf28186..ca4e0ce4ea49 100644 --- a/internal/cloud/cloudplan/saved_plan.go +++ b/internal/cloud/cloudplan/saved_plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloudplan import ( diff --git a/internal/cloud/cloudplan/saved_plan_test.go b/internal/cloud/cloudplan/saved_plan_test.go index f02ccade13f7..99ce322ee436 100644 --- a/internal/cloud/cloudplan/saved_plan_test.go +++ b/internal/cloud/cloudplan/saved_plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloudplan diff --git a/internal/cloud/e2e/apply_auto_approve_test.go b/internal/cloud/e2e/apply_auto_approve_test.go index a30899a97192..01c965714873 100644 --- a/internal/cloud/e2e/apply_auto_approve_test.go +++ b/internal/cloud/e2e/apply_auto_approve_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/cloud/e2e/apply_no_input_flag_test.go b/internal/cloud/e2e/apply_no_input_flag_test.go index 231155167aac..f830f4a9f5c0 100644 --- a/internal/cloud/e2e/apply_no_input_flag_test.go +++ b/internal/cloud/e2e/apply_no_input_flag_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/cloud/e2e/backend_apply_before_init_test.go b/internal/cloud/e2e/backend_apply_before_init_test.go index 2c0bc283bc8f..46cf3c11ea00 100644 --- a/internal/cloud/e2e/backend_apply_before_init_test.go +++ b/internal/cloud/e2e/backend_apply_before_init_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/cloud/e2e/env_variables_test.go b/internal/cloud/e2e/env_variables_test.go index d187edf74463..a021b955491b 100644 --- a/internal/cloud/e2e/env_variables_test.go +++ b/internal/cloud/e2e/env_variables_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/cloud/e2e/helper_test.go b/internal/cloud/e2e/helper_test.go index 6582a4f02bd1..473a6f2cc316 100644 --- a/internal/cloud/e2e/helper_test.go +++ b/internal/cloud/e2e/helper_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/cloud/e2e/init_with_empty_tags_test.go b/internal/cloud/e2e/init_with_empty_tags_test.go index 5b1099dea8ee..d5dc7053e087 100644 --- a/internal/cloud/e2e/init_with_empty_tags_test.go +++ b/internal/cloud/e2e/init_with_empty_tags_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/cloud/e2e/main_test.go b/internal/cloud/e2e/main_test.go index 548c9f083503..ca7583d13f1c 100644 --- a/internal/cloud/e2e/main_test.go +++ b/internal/cloud/e2e/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/cloud/e2e/migrate_state_multi_to_tfc_test.go b/internal/cloud/e2e/migrate_state_multi_to_tfc_test.go index eee1a1308e32..7b3d9ab43d06 100644 --- a/internal/cloud/e2e/migrate_state_multi_to_tfc_test.go +++ b/internal/cloud/e2e/migrate_state_multi_to_tfc_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/cloud/e2e/migrate_state_remote_backend_to_tfc_test.go b/internal/cloud/e2e/migrate_state_remote_backend_to_tfc_test.go index 2fbb9039305a..615880bfbc09 100644 --- a/internal/cloud/e2e/migrate_state_remote_backend_to_tfc_test.go +++ b/internal/cloud/e2e/migrate_state_remote_backend_to_tfc_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/cloud/e2e/migrate_state_single_to_tfc_test.go b/internal/cloud/e2e/migrate_state_single_to_tfc_test.go index b16069a8cd6a..551c79a0a76e 100644 --- a/internal/cloud/e2e/migrate_state_single_to_tfc_test.go +++ b/internal/cloud/e2e/migrate_state_single_to_tfc_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/cloud/e2e/migrate_state_tfc_to_other_test.go b/internal/cloud/e2e/migrate_state_tfc_to_other_test.go index fe8c35f4c1ad..cce750a8a8fe 100644 --- a/internal/cloud/e2e/migrate_state_tfc_to_other_test.go +++ b/internal/cloud/e2e/migrate_state_tfc_to_other_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/cloud/e2e/migrate_state_tfc_to_tfc_test.go b/internal/cloud/e2e/migrate_state_tfc_to_tfc_test.go index 6050bd9c2f13..93c2777f1a12 100644 --- a/internal/cloud/e2e/migrate_state_tfc_to_tfc_test.go +++ b/internal/cloud/e2e/migrate_state_tfc_to_tfc_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/cloud/e2e/run_variables_test.go b/internal/cloud/e2e/run_variables_test.go index 469d5ee8bacf..59b4927d3c3d 100644 --- a/internal/cloud/e2e/run_variables_test.go +++ b/internal/cloud/e2e/run_variables_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/cloud/errors.go b/internal/cloud/errors.go index f6d2f91e657c..6c5936fc4d84 100644 --- a/internal/cloud/errors.go +++ b/internal/cloud/errors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/migration.go b/internal/cloud/migration.go index 43b96b03bc30..749907d3bada 100644 --- a/internal/cloud/migration.go +++ b/internal/cloud/migration.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/migration_test.go b/internal/cloud/migration_test.go index ddc62607ee25..b1a2447871de 100644 --- a/internal/cloud/migration_test.go +++ b/internal/cloud/migration_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/remote_test.go b/internal/cloud/remote_test.go index dfc76c8397c6..0477b5012ad0 100644 --- a/internal/cloud/remote_test.go +++ b/internal/cloud/remote_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/state.go b/internal/cloud/state.go index a988ee50920f..32e6b0a7eebd 100644 --- a/internal/cloud/state.go +++ b/internal/cloud/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/state_test.go b/internal/cloud/state_test.go index fead1b731be2..8ffb64c83294 100644 --- a/internal/cloud/state_test.go +++ b/internal/cloud/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/testing.go b/internal/cloud/testing.go index 574cad69c09b..247b1907b69f 100644 --- a/internal/cloud/testing.go +++ b/internal/cloud/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloud/tfe_client_mock.go b/internal/cloud/tfe_client_mock.go index 03f3f4f6e336..c36a182ba397 100644 --- a/internal/cloud/tfe_client_mock.go +++ b/internal/cloud/tfe_client_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cloud diff --git a/internal/cloudplugin/mock_cloudproto1/generate.go b/internal/cloudplugin/mock_cloudproto1/generate.go index 3218961ccf51..88672eb649a9 100644 --- a/internal/cloudplugin/mock_cloudproto1/generate.go +++ b/internal/cloudplugin/mock_cloudproto1/generate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:generate go run github.com/golang/mock/mockgen -destination mock.go github.com/hashicorp/terraform/internal/cloudplugin/cloudproto1 CommandServiceClient,CommandService_ExecuteClient diff --git a/internal/command/apply.go b/internal/command/apply.go index 263a2fe72ccc..4a7ced21203d 100644 --- a/internal/command/apply.go +++ b/internal/command/apply.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/internal/command/apply_destroy_test.go b/internal/command/apply_destroy_test.go index 8d4208a3f5e5..e611ca9fbe45 100644 --- a/internal/command/apply_destroy_test.go +++ b/internal/command/apply_destroy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/apply_test.go b/internal/command/apply_test.go index 4518b8de0a91..66cf23a77e78 100644 --- a/internal/command/apply_test.go +++ b/internal/command/apply_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/arguments/apply.go b/internal/command/arguments/apply.go index 552896b7fae4..07bb9eb35000 100644 --- a/internal/command/arguments/apply.go +++ b/internal/command/arguments/apply.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/apply_test.go b/internal/command/arguments/apply_test.go index ebf2e272250c..09e7f4fdedf1 100644 --- a/internal/command/arguments/apply_test.go +++ b/internal/command/arguments/apply_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/default.go b/internal/command/arguments/default.go index 27626f7ffb43..9a08504d7d36 100644 --- a/internal/command/arguments/default.go +++ b/internal/command/arguments/default.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/extended.go b/internal/command/arguments/extended.go index a36e18b4a769..abc90fd82ae8 100644 --- a/internal/command/arguments/extended.go +++ b/internal/command/arguments/extended.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/flags.go b/internal/command/arguments/flags.go index 442037b47bfa..7a19a544eed9 100644 --- a/internal/command/arguments/flags.go +++ b/internal/command/arguments/flags.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/output.go b/internal/command/arguments/output.go index 7b674203bb95..aaebebf99789 100644 --- a/internal/command/arguments/output.go +++ b/internal/command/arguments/output.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/output_test.go b/internal/command/arguments/output_test.go index c3cebb7f6948..91a3e3513540 100644 --- a/internal/command/arguments/output_test.go +++ b/internal/command/arguments/output_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/plan.go b/internal/command/arguments/plan.go index 1b7b0922f981..0e3c87c6ccc5 100644 --- a/internal/command/arguments/plan.go +++ b/internal/command/arguments/plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/plan_test.go b/internal/command/arguments/plan_test.go index 60b9c20db735..d020e9e4c2e2 100644 --- a/internal/command/arguments/plan_test.go +++ b/internal/command/arguments/plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/refresh.go b/internal/command/arguments/refresh.go index 30819edd54e7..53d4ccc86919 100644 --- a/internal/command/arguments/refresh.go +++ b/internal/command/arguments/refresh.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/refresh_test.go b/internal/command/arguments/refresh_test.go index fab1d379fb69..9bf454054af4 100644 --- a/internal/command/arguments/refresh_test.go +++ b/internal/command/arguments/refresh_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/show.go b/internal/command/arguments/show.go index fa644a2d1d9c..cf9bfd8106b9 100644 --- a/internal/command/arguments/show.go +++ b/internal/command/arguments/show.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/show_test.go b/internal/command/arguments/show_test.go index 11c6ac86ae7c..950ef2b045d3 100644 --- a/internal/command/arguments/show_test.go +++ b/internal/command/arguments/show_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/types.go b/internal/command/arguments/types.go index 183a1234d904..4e9065359b36 100644 --- a/internal/command/arguments/types.go +++ b/internal/command/arguments/types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/validate.go b/internal/command/arguments/validate.go index b4a9d7d684ac..7df4b2c5d9e8 100644 --- a/internal/command/arguments/validate.go +++ b/internal/command/arguments/validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/validate_test.go b/internal/command/arguments/validate_test.go index b55d4ff8c5c3..5efe4ff6c3aa 100644 --- a/internal/command/arguments/validate_test.go +++ b/internal/command/arguments/validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/view.go b/internal/command/arguments/view.go index 2eee63ecb91f..9d13bb8ff334 100644 --- a/internal/command/arguments/view.go +++ b/internal/command/arguments/view.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/arguments/view_test.go b/internal/command/arguments/view_test.go index 0a33bac75663..75583cb0fb29 100644 --- a/internal/command/arguments/view_test.go +++ b/internal/command/arguments/view_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package arguments diff --git a/internal/command/autocomplete.go b/internal/command/autocomplete.go index 766379e2f773..e7734512770c 100644 --- a/internal/command/autocomplete.go +++ b/internal/command/autocomplete.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/internal/command/autocomplete_test.go b/internal/command/autocomplete_test.go index bee641821f45..1cd311fcc6aa 100644 --- a/internal/command/autocomplete_test.go +++ b/internal/command/autocomplete_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/cli_ui.go b/internal/command/cli_ui.go index 6e0cc20bc0d6..1234bcd51f39 100644 --- a/internal/command/cli_ui.go +++ b/internal/command/cli_ui.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/internal/command/cli_ui_test.go b/internal/command/cli_ui_test.go index 7a3ee8434e07..5460df88ee60 100644 --- a/internal/command/cli_ui_test.go +++ b/internal/command/cli_ui_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/cliconfig/cliconfig.go b/internal/command/cliconfig/cliconfig.go index f0b292cf07e5..43c4b5632e23 100644 --- a/internal/command/cliconfig/cliconfig.go +++ b/internal/command/cliconfig/cliconfig.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package cliconfig has the types representing and the logic to load CLI-level // configuration settings. diff --git a/internal/command/cliconfig/cliconfig_test.go b/internal/command/cliconfig/cliconfig_test.go index 77a4e94e22c9..87720fb7f0b6 100644 --- a/internal/command/cliconfig/cliconfig_test.go +++ b/internal/command/cliconfig/cliconfig_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cliconfig diff --git a/internal/command/cliconfig/config_unix.go b/internal/command/cliconfig/config_unix.go index e044b9a074df..71bb390f2af2 100644 --- a/internal/command/cliconfig/config_unix.go +++ b/internal/command/cliconfig/config_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/internal/command/cliconfig/config_windows.go b/internal/command/cliconfig/config_windows.go index 1997460ed568..b8c7e9cb6f8b 100644 --- a/internal/command/cliconfig/config_windows.go +++ b/internal/command/cliconfig/config_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/internal/command/cliconfig/credentials.go b/internal/command/cliconfig/credentials.go index c9f01a6fdcb9..2ee061d2fde8 100644 --- a/internal/command/cliconfig/credentials.go +++ b/internal/command/cliconfig/credentials.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cliconfig diff --git a/internal/command/cliconfig/credentials_test.go b/internal/command/cliconfig/credentials_test.go index 2d15a13ee89c..3f9debdbac35 100644 --- a/internal/command/cliconfig/credentials_test.go +++ b/internal/command/cliconfig/credentials_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cliconfig diff --git a/internal/command/cliconfig/provider_installation.go b/internal/command/cliconfig/provider_installation.go index a082e295cdc9..75450e0f7e96 100644 --- a/internal/command/cliconfig/provider_installation.go +++ b/internal/command/cliconfig/provider_installation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cliconfig diff --git a/internal/command/cliconfig/provider_installation_test.go b/internal/command/cliconfig/provider_installation_test.go index 84370c1681a1..48e7d2764e59 100644 --- a/internal/command/cliconfig/provider_installation_test.go +++ b/internal/command/cliconfig/provider_installation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package cliconfig diff --git a/internal/command/clistate/local_state.go b/internal/command/clistate/local_state.go index bd2ce6068d0b..937b1e77cde3 100644 --- a/internal/command/clistate/local_state.go +++ b/internal/command/clistate/local_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clistate diff --git a/internal/command/clistate/local_state_lock_unix.go b/internal/command/clistate/local_state_lock_unix.go index 4d74bc2dc92d..f978da64c8be 100644 --- a/internal/command/clistate/local_state_lock_unix.go +++ b/internal/command/clistate/local_state_lock_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/internal/command/clistate/local_state_lock_windows.go b/internal/command/clistate/local_state_lock_windows.go index d36980bc46bb..4268eae37476 100644 --- a/internal/command/clistate/local_state_lock_windows.go +++ b/internal/command/clistate/local_state_lock_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/internal/command/clistate/state.go b/internal/command/clistate/state.go index f781c7b0f3ce..64cd574cf5e6 100644 --- a/internal/command/clistate/state.go +++ b/internal/command/clistate/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package state exposes common helpers for working with state from the CLI. // diff --git a/internal/command/clistate/state_test.go b/internal/command/clistate/state_test.go index bd00a8eabfc2..ae3ae972a129 100644 --- a/internal/command/clistate/state_test.go +++ b/internal/command/clistate/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package clistate diff --git a/internal/command/command.go b/internal/command/command.go index a18ef344d0d0..5181f8bec8b6 100644 --- a/internal/command/command.go +++ b/internal/command/command.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/internal/command/command_test.go b/internal/command/command_test.go index 23749ba09907..7426bb289a76 100644 --- a/internal/command/command_test.go +++ b/internal/command/command_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/console.go b/internal/command/console.go index d7f84f35f62c..0ba2412d5576 100644 --- a/internal/command/console.go +++ b/internal/command/console.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/internal/command/console_interactive.go b/internal/command/console_interactive.go index bcf02f624f2f..0151344b232c 100644 --- a/internal/command/console_interactive.go +++ b/internal/command/console_interactive.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !solaris // +build !solaris diff --git a/internal/command/console_interactive_solaris.go b/internal/command/console_interactive_solaris.go index f58c63404e3b..0023637eca71 100644 --- a/internal/command/console_interactive_solaris.go +++ b/internal/command/console_interactive_solaris.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build solaris // +build solaris diff --git a/internal/command/console_test.go b/internal/command/console_test.go index 3c8ed5b8807a..3f9c6ce0c314 100644 --- a/internal/command/console_test.go +++ b/internal/command/console_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/e2etest/automation_test.go b/internal/command/e2etest/automation_test.go index a50d8c7153dd..1ea37dce1a8d 100644 --- a/internal/command/e2etest/automation_test.go +++ b/internal/command/e2etest/automation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/doc.go b/internal/command/e2etest/doc.go index 612c6ceadecf..2e0a521e690e 100644 --- a/internal/command/e2etest/doc.go +++ b/internal/command/e2etest/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package e2etest contains a set of tests that run against a real Terraform // binary, compiled on the fly at the start of the test run. diff --git a/internal/command/e2etest/init_test.go b/internal/command/e2etest/init_test.go index b65b3ea0138e..e1520c8cd966 100644 --- a/internal/command/e2etest/init_test.go +++ b/internal/command/e2etest/init_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/main_test.go b/internal/command/e2etest/main_test.go index 3ab67a26cb9f..9aca3ec5a9a4 100644 --- a/internal/command/e2etest/main_test.go +++ b/internal/command/e2etest/main_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/make-archive.sh b/internal/command/e2etest/make-archive.sh index e797787bd728..fba2c5c1c68b 100755 --- a/internal/command/e2etest/make-archive.sh +++ b/internal/command/e2etest/make-archive.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # For normal use this package can just be tested with "go test" as standard, diff --git a/internal/command/e2etest/module_archive_test.go b/internal/command/e2etest/module_archive_test.go index b8e78b7fe821..a2b77037d323 100644 --- a/internal/command/e2etest/module_archive_test.go +++ b/internal/command/e2etest/module_archive_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/primary_test.go b/internal/command/e2etest/primary_test.go index bdb160d06297..26252850b0e4 100644 --- a/internal/command/e2etest/primary_test.go +++ b/internal/command/e2etest/primary_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/provider_dev_test.go b/internal/command/e2etest/provider_dev_test.go index 524654105a84..04561d02567c 100644 --- a/internal/command/e2etest/provider_dev_test.go +++ b/internal/command/e2etest/provider_dev_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/provider_plugin_test.go b/internal/command/e2etest/provider_plugin_test.go index 7d93741361ee..9d8fa3e9569b 100644 --- a/internal/command/e2etest/provider_plugin_test.go +++ b/internal/command/e2etest/provider_plugin_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/providers_mirror_test.go b/internal/command/e2etest/providers_mirror_test.go index 8e1ff99d580f..e3ac3221656e 100644 --- a/internal/command/e2etest/providers_mirror_test.go +++ b/internal/command/e2etest/providers_mirror_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/providers_tamper_test.go b/internal/command/e2etest/providers_tamper_test.go index bea5f8fa06e3..7a8b01a1dd8f 100644 --- a/internal/command/e2etest/providers_tamper_test.go +++ b/internal/command/e2etest/providers_tamper_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/provisioner_plugin_test.go b/internal/command/e2etest/provisioner_plugin_test.go index 352d12ab105f..4da61bbac9d5 100644 --- a/internal/command/e2etest/provisioner_plugin_test.go +++ b/internal/command/e2etest/provisioner_plugin_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/provisioner_test.go b/internal/command/e2etest/provisioner_test.go index e5f716f5a658..18df32f7f97e 100644 --- a/internal/command/e2etest/provisioner_test.go +++ b/internal/command/e2etest/provisioner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/remote_state_test.go b/internal/command/e2etest/remote_state_test.go index cfa9b723e055..12cca47c2c8f 100644 --- a/internal/command/e2etest/remote_state_test.go +++ b/internal/command/e2etest/remote_state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/strip_ansi.go b/internal/command/e2etest/strip_ansi.go index 1d92fe6d1c02..7c958ceb6d76 100644 --- a/internal/command/e2etest/strip_ansi.go +++ b/internal/command/e2etest/strip_ansi.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/terraform_test.go b/internal/command/e2etest/terraform_test.go index 0dce47c45215..1ceb307fe4a7 100644 --- a/internal/command/e2etest/terraform_test.go +++ b/internal/command/e2etest/terraform_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/unmanaged_test.go b/internal/command/e2etest/unmanaged_test.go index 51d63496291a..666fdcda2a2b 100644 --- a/internal/command/e2etest/unmanaged_test.go +++ b/internal/command/e2etest/unmanaged_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/e2etest/version_test.go b/internal/command/e2etest/version_test.go index 5200a20fe972..847ae02c7902 100644 --- a/internal/command/e2etest/version_test.go +++ b/internal/command/e2etest/version_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2etest diff --git a/internal/command/flag_kv.go b/internal/command/flag_kv.go index d788f19a84e7..cf351d2f4a08 100644 --- a/internal/command/flag_kv.go +++ b/internal/command/flag_kv.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/flag_kv_test.go b/internal/command/flag_kv_test.go index 15dac0c748c0..8d37535dcbd1 100644 --- a/internal/command/flag_kv_test.go +++ b/internal/command/flag_kv_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/fmt.go b/internal/command/fmt.go index 62a659ae9f84..38d03694f00b 100644 --- a/internal/command/fmt.go +++ b/internal/command/fmt.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/fmt_test.go b/internal/command/fmt_test.go index 7d2f37435468..053f95ba4043 100644 --- a/internal/command/fmt_test.go +++ b/internal/command/fmt_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/format/diagnostic.go b/internal/command/format/diagnostic.go index 2e60885d42e4..14b402f085c2 100644 --- a/internal/command/format/diagnostic.go +++ b/internal/command/format/diagnostic.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package format diff --git a/internal/command/format/diagnostic_test.go b/internal/command/format/diagnostic_test.go index 3bb53bb5cf07..832236a919f4 100644 --- a/internal/command/format/diagnostic_test.go +++ b/internal/command/format/diagnostic_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package format diff --git a/internal/command/format/format.go b/internal/command/format/format.go index 52496f0ebab1..d7389b8f4949 100644 --- a/internal/command/format/format.go +++ b/internal/command/format/format.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package format contains helpers for formatting various Terraform // structures for human-readabout output. diff --git a/internal/command/format/object_id.go b/internal/command/format/object_id.go index b51c33c15c33..d9036135aadb 100644 --- a/internal/command/format/object_id.go +++ b/internal/command/format/object_id.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package format diff --git a/internal/command/format/object_id_test.go b/internal/command/format/object_id_test.go index 42eecc75ca68..edcd4f045c6e 100644 --- a/internal/command/format/object_id_test.go +++ b/internal/command/format/object_id_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package format diff --git a/internal/command/format/trivia.go b/internal/command/format/trivia.go index fad9140473bb..aa969b1ec8cb 100644 --- a/internal/command/format/trivia.go +++ b/internal/command/format/trivia.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package format diff --git a/internal/command/get.go b/internal/command/get.go index 0110d7fa8d33..f87988f32d42 100644 --- a/internal/command/get.go +++ b/internal/command/get.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/get_test.go b/internal/command/get_test.go index e20cc9008830..69306450d2f5 100644 --- a/internal/command/get_test.go +++ b/internal/command/get_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/graph.go b/internal/command/graph.go index a39bdd042500..f840a01b354f 100644 --- a/internal/command/graph.go +++ b/internal/command/graph.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/internal/command/graph_test.go b/internal/command/graph_test.go index f8f321b1b7e9..53be30e016ca 100644 --- a/internal/command/graph_test.go +++ b/internal/command/graph_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/helper.go b/internal/command/helper.go index afd382fabd51..93c7abd4c0ad 100644 --- a/internal/command/helper.go +++ b/internal/command/helper.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/internal/command/hook_module_install.go b/internal/command/hook_module_install.go index 19687fdc4aa6..93008f460925 100644 --- a/internal/command/hook_module_install.go +++ b/internal/command/hook_module_install.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/internal/command/import.go b/internal/command/import.go index e910f51a4e8e..fc61671f9ec4 100644 --- a/internal/command/import.go +++ b/internal/command/import.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/internal/command/import_test.go b/internal/command/import_test.go index 6f9d8bc04edf..2ca7a112b4bd 100644 --- a/internal/command/import_test.go +++ b/internal/command/import_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/init.go b/internal/command/init.go index b652613fd3a7..8900d6a3df48 100644 --- a/internal/command/init.go +++ b/internal/command/init.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/jsonchecks/checks.go b/internal/command/jsonchecks/checks.go index 2536341261f7..9692e7a73922 100644 --- a/internal/command/jsonchecks/checks.go +++ b/internal/command/jsonchecks/checks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonchecks diff --git a/internal/command/jsonchecks/checks_test.go b/internal/command/jsonchecks/checks_test.go index cb2317324869..4b631801caf9 100644 --- a/internal/command/jsonchecks/checks_test.go +++ b/internal/command/jsonchecks/checks_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonchecks diff --git a/internal/command/jsonchecks/doc.go b/internal/command/jsonchecks/doc.go index adee52a79d8d..540b99145524 100644 --- a/internal/command/jsonchecks/doc.go +++ b/internal/command/jsonchecks/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package jsonchecks implements the common JSON representation of check // results/statuses that we use across both the JSON plan and JSON state diff --git a/internal/command/jsonchecks/objects.go b/internal/command/jsonchecks/objects.go index 30a56abf8a82..b2a0c94e123b 100644 --- a/internal/command/jsonchecks/objects.go +++ b/internal/command/jsonchecks/objects.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonchecks diff --git a/internal/command/jsonchecks/status.go b/internal/command/jsonchecks/status.go index 57e1fb54aab8..bf590d240e32 100644 --- a/internal/command/jsonchecks/status.go +++ b/internal/command/jsonchecks/status.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonchecks diff --git a/internal/command/jsonconfig/config.go b/internal/command/jsonconfig/config.go index a5e5f10463b7..abda3a9b7169 100644 --- a/internal/command/jsonconfig/config.go +++ b/internal/command/jsonconfig/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonconfig diff --git a/internal/command/jsonconfig/config_test.go b/internal/command/jsonconfig/config_test.go index a01863663883..5bcd51a13a6c 100644 --- a/internal/command/jsonconfig/config_test.go +++ b/internal/command/jsonconfig/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonconfig diff --git a/internal/command/jsonconfig/doc.go b/internal/command/jsonconfig/doc.go index 1b9d33a2e5ac..4f8e02589996 100644 --- a/internal/command/jsonconfig/doc.go +++ b/internal/command/jsonconfig/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package jsonconfig implements methods for outputting a configuration snapshot // in machine-readable json format diff --git a/internal/command/jsonconfig/expression.go b/internal/command/jsonconfig/expression.go index ed29c7afa831..6b93b9d310d7 100644 --- a/internal/command/jsonconfig/expression.go +++ b/internal/command/jsonconfig/expression.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonconfig diff --git a/internal/command/jsonconfig/expression_test.go b/internal/command/jsonconfig/expression_test.go index 6e1da0acc06c..2fb394f15a03 100644 --- a/internal/command/jsonconfig/expression_test.go +++ b/internal/command/jsonconfig/expression_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonconfig diff --git a/internal/command/jsonformat/collections/action.go b/internal/command/jsonformat/collections/action.go index 671fa778ddf5..b7878453c645 100644 --- a/internal/command/jsonformat/collections/action.go +++ b/internal/command/jsonformat/collections/action.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package collections diff --git a/internal/command/jsonformat/collections/map.go b/internal/command/jsonformat/collections/map.go index 23a46d620586..9ec96ff3cee7 100644 --- a/internal/command/jsonformat/collections/map.go +++ b/internal/command/jsonformat/collections/map.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package collections diff --git a/internal/command/jsonformat/collections/slice.go b/internal/command/jsonformat/collections/slice.go index 9b0cfc992878..9277530a4d43 100644 --- a/internal/command/jsonformat/collections/slice.go +++ b/internal/command/jsonformat/collections/slice.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package collections diff --git a/internal/command/jsonformat/computed/diff.go b/internal/command/jsonformat/computed/diff.go index 54a6f2f5cd23..0d00e414070e 100644 --- a/internal/command/jsonformat/computed/diff.go +++ b/internal/command/jsonformat/computed/diff.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package computed diff --git a/internal/command/jsonformat/computed/doc.go b/internal/command/jsonformat/computed/doc.go index 8066682f40bb..1d52d0d0506b 100644 --- a/internal/command/jsonformat/computed/doc.go +++ b/internal/command/jsonformat/computed/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package computed contains types that represent the computed diffs for // Terraform blocks, attributes, and outputs. diff --git a/internal/command/jsonformat/computed/renderers/block.go b/internal/command/jsonformat/computed/renderers/block.go index 576fac16d1ba..f567f33a212e 100644 --- a/internal/command/jsonformat/computed/renderers/block.go +++ b/internal/command/jsonformat/computed/renderers/block.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/blocks.go b/internal/command/jsonformat/computed/renderers/blocks.go index 2237fbf29c81..d8716177bcea 100644 --- a/internal/command/jsonformat/computed/renderers/blocks.go +++ b/internal/command/jsonformat/computed/renderers/blocks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/json.go b/internal/command/jsonformat/computed/renderers/json.go index 25244d4234e6..01c072d8ebd7 100644 --- a/internal/command/jsonformat/computed/renderers/json.go +++ b/internal/command/jsonformat/computed/renderers/json.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/list.go b/internal/command/jsonformat/computed/renderers/list.go index f3d95c93d24e..d7044bc26166 100644 --- a/internal/command/jsonformat/computed/renderers/list.go +++ b/internal/command/jsonformat/computed/renderers/list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/map.go b/internal/command/jsonformat/computed/renderers/map.go index 4a1e2294afeb..8ef669427e1d 100644 --- a/internal/command/jsonformat/computed/renderers/map.go +++ b/internal/command/jsonformat/computed/renderers/map.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/object.go b/internal/command/jsonformat/computed/renderers/object.go index 3be0bf767629..587c1e3c95b0 100644 --- a/internal/command/jsonformat/computed/renderers/object.go +++ b/internal/command/jsonformat/computed/renderers/object.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/primitive.go b/internal/command/jsonformat/computed/renderers/primitive.go index 55dd1b93c5d1..060609a49e8e 100644 --- a/internal/command/jsonformat/computed/renderers/primitive.go +++ b/internal/command/jsonformat/computed/renderers/primitive.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/renderer_test.go b/internal/command/jsonformat/computed/renderers/renderer_test.go index 83483dd9bce4..5304ffdf95d6 100644 --- a/internal/command/jsonformat/computed/renderers/renderer_test.go +++ b/internal/command/jsonformat/computed/renderers/renderer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/sensitive.go b/internal/command/jsonformat/computed/renderers/sensitive.go index 75a18c3f6856..4799bad08c65 100644 --- a/internal/command/jsonformat/computed/renderers/sensitive.go +++ b/internal/command/jsonformat/computed/renderers/sensitive.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/sensitive_block.go b/internal/command/jsonformat/computed/renderers/sensitive_block.go index 7b54deb121ed..1484f6b80a69 100644 --- a/internal/command/jsonformat/computed/renderers/sensitive_block.go +++ b/internal/command/jsonformat/computed/renderers/sensitive_block.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/set.go b/internal/command/jsonformat/computed/renderers/set.go index f82cbbc06ee8..2e086f9406ca 100644 --- a/internal/command/jsonformat/computed/renderers/set.go +++ b/internal/command/jsonformat/computed/renderers/set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/string.go b/internal/command/jsonformat/computed/renderers/string.go index 9266d937e452..686d41ddbd2a 100644 --- a/internal/command/jsonformat/computed/renderers/string.go +++ b/internal/command/jsonformat/computed/renderers/string.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/testing.go b/internal/command/jsonformat/computed/renderers/testing.go index adaafc257f59..273dcea1fbd2 100644 --- a/internal/command/jsonformat/computed/renderers/testing.go +++ b/internal/command/jsonformat/computed/renderers/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/type_change.go b/internal/command/jsonformat/computed/renderers/type_change.go index 234607214cea..0d014f19f353 100644 --- a/internal/command/jsonformat/computed/renderers/type_change.go +++ b/internal/command/jsonformat/computed/renderers/type_change.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/unknown.go b/internal/command/jsonformat/computed/renderers/unknown.go index 1f6709776a1d..747b23568e76 100644 --- a/internal/command/jsonformat/computed/renderers/unknown.go +++ b/internal/command/jsonformat/computed/renderers/unknown.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/computed/renderers/util.go b/internal/command/jsonformat/computed/renderers/util.go index a12ae2c10f76..64737df0dbbb 100644 --- a/internal/command/jsonformat/computed/renderers/util.go +++ b/internal/command/jsonformat/computed/renderers/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package renderers diff --git a/internal/command/jsonformat/diff.go b/internal/command/jsonformat/diff.go index 03ba5f922f41..fea165126adf 100644 --- a/internal/command/jsonformat/diff.go +++ b/internal/command/jsonformat/diff.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonformat diff --git a/internal/command/jsonformat/differ/attribute.go b/internal/command/jsonformat/differ/attribute.go index d76ebb853167..017fc0209682 100644 --- a/internal/command/jsonformat/differ/attribute.go +++ b/internal/command/jsonformat/differ/attribute.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/block.go b/internal/command/jsonformat/differ/block.go index dd67974020d3..c6d05107066a 100644 --- a/internal/command/jsonformat/differ/block.go +++ b/internal/command/jsonformat/differ/block.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/differ.go b/internal/command/jsonformat/differ/differ.go index c0d0af4e815a..8e72a3c71f5e 100644 --- a/internal/command/jsonformat/differ/differ.go +++ b/internal/command/jsonformat/differ/differ.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/differ_test.go b/internal/command/jsonformat/differ/differ_test.go index 611b574c3c8f..f21e49128110 100644 --- a/internal/command/jsonformat/differ/differ_test.go +++ b/internal/command/jsonformat/differ/differ_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/list.go b/internal/command/jsonformat/differ/list.go index 79cc428ee251..78d003a74392 100644 --- a/internal/command/jsonformat/differ/list.go +++ b/internal/command/jsonformat/differ/list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/map.go b/internal/command/jsonformat/differ/map.go index 604ca2c35a60..0c3dc12bf083 100644 --- a/internal/command/jsonformat/differ/map.go +++ b/internal/command/jsonformat/differ/map.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/object.go b/internal/command/jsonformat/differ/object.go index 15447f2ed701..5698a35a7e36 100644 --- a/internal/command/jsonformat/differ/object.go +++ b/internal/command/jsonformat/differ/object.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/output.go b/internal/command/jsonformat/differ/output.go index a1d85fc4cdc3..07b44d27f4c9 100644 --- a/internal/command/jsonformat/differ/output.go +++ b/internal/command/jsonformat/differ/output.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/primitive.go b/internal/command/jsonformat/differ/primitive.go index a6b80e551709..be97f5a597fd 100644 --- a/internal/command/jsonformat/differ/primitive.go +++ b/internal/command/jsonformat/differ/primitive.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/sensitive.go b/internal/command/jsonformat/differ/sensitive.go index 1d147f931a27..ac241d5414a1 100644 --- a/internal/command/jsonformat/differ/sensitive.go +++ b/internal/command/jsonformat/differ/sensitive.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/set.go b/internal/command/jsonformat/differ/set.go index 1508eea6b840..13ae56898196 100644 --- a/internal/command/jsonformat/differ/set.go +++ b/internal/command/jsonformat/differ/set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/tuple.go b/internal/command/jsonformat/differ/tuple.go index 84c9064b37e5..700fea8f4d93 100644 --- a/internal/command/jsonformat/differ/tuple.go +++ b/internal/command/jsonformat/differ/tuple.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/types.go b/internal/command/jsonformat/differ/types.go index aaed20e0f957..374c5c1163b2 100644 --- a/internal/command/jsonformat/differ/types.go +++ b/internal/command/jsonformat/differ/types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/differ/unknown.go b/internal/command/jsonformat/differ/unknown.go index 0b34199e7515..3e1bdcd727db 100644 --- a/internal/command/jsonformat/differ/unknown.go +++ b/internal/command/jsonformat/differ/unknown.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package differ diff --git a/internal/command/jsonformat/jsondiff/diff.go b/internal/command/jsonformat/jsondiff/diff.go index c30647d1929f..8401b3575b9d 100644 --- a/internal/command/jsonformat/jsondiff/diff.go +++ b/internal/command/jsonformat/jsondiff/diff.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsondiff diff --git a/internal/command/jsonformat/jsondiff/types.go b/internal/command/jsonformat/jsondiff/types.go index eaa8c1b52926..91115ce25519 100644 --- a/internal/command/jsonformat/jsondiff/types.go +++ b/internal/command/jsonformat/jsondiff/types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsondiff diff --git a/internal/command/jsonformat/plan.go b/internal/command/jsonformat/plan.go index 7a49ac235b22..a24300889e23 100644 --- a/internal/command/jsonformat/plan.go +++ b/internal/command/jsonformat/plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonformat diff --git a/internal/command/jsonformat/plan_test.go b/internal/command/jsonformat/plan_test.go index 81bdf1fc6b9f..6a608a3c4eb8 100644 --- a/internal/command/jsonformat/plan_test.go +++ b/internal/command/jsonformat/plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonformat diff --git a/internal/command/jsonformat/renderer.go b/internal/command/jsonformat/renderer.go index 9215e0e0ed8f..1005a9ab16d2 100644 --- a/internal/command/jsonformat/renderer.go +++ b/internal/command/jsonformat/renderer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonformat diff --git a/internal/command/jsonformat/renderer_test.go b/internal/command/jsonformat/renderer_test.go index cbc08d9f30e8..ffa0260705d6 100644 --- a/internal/command/jsonformat/renderer_test.go +++ b/internal/command/jsonformat/renderer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonformat diff --git a/internal/command/jsonformat/state.go b/internal/command/jsonformat/state.go index 8ac2e2861de9..35130f54a455 100644 --- a/internal/command/jsonformat/state.go +++ b/internal/command/jsonformat/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonformat diff --git a/internal/command/jsonformat/state_test.go b/internal/command/jsonformat/state_test.go index 64f9973baa0d..8ef37fd4c304 100644 --- a/internal/command/jsonformat/state_test.go +++ b/internal/command/jsonformat/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonformat diff --git a/internal/command/jsonformat/structured/attribute_path/matcher.go b/internal/command/jsonformat/structured/attribute_path/matcher.go index 409fc60e168e..d5d3c8cbbd80 100644 --- a/internal/command/jsonformat/structured/attribute_path/matcher.go +++ b/internal/command/jsonformat/structured/attribute_path/matcher.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package attribute_path diff --git a/internal/command/jsonformat/structured/attribute_path/matcher_test.go b/internal/command/jsonformat/structured/attribute_path/matcher_test.go index a893aaee456c..ce69b8715bf2 100644 --- a/internal/command/jsonformat/structured/attribute_path/matcher_test.go +++ b/internal/command/jsonformat/structured/attribute_path/matcher_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package attribute_path diff --git a/internal/command/jsonformat/structured/change.go b/internal/command/jsonformat/structured/change.go index 5dab87aa08ef..bab410994fd5 100644 --- a/internal/command/jsonformat/structured/change.go +++ b/internal/command/jsonformat/structured/change.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structured diff --git a/internal/command/jsonformat/structured/doc.go b/internal/command/jsonformat/structured/doc.go index 2270d0e350a0..78467319f157 100644 --- a/internal/command/jsonformat/structured/doc.go +++ b/internal/command/jsonformat/structured/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package structured contains the structured representation of the JSON changes // returned by the jsonplan package. diff --git a/internal/command/jsonformat/structured/map.go b/internal/command/jsonformat/structured/map.go index 54e9353318bd..f1fed0c5bbe5 100644 --- a/internal/command/jsonformat/structured/map.go +++ b/internal/command/jsonformat/structured/map.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structured diff --git a/internal/command/jsonformat/structured/sensitive.go b/internal/command/jsonformat/structured/sensitive.go index ea073919836f..b37bf4ef5ddc 100644 --- a/internal/command/jsonformat/structured/sensitive.go +++ b/internal/command/jsonformat/structured/sensitive.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structured diff --git a/internal/command/jsonformat/structured/slice.go b/internal/command/jsonformat/structured/slice.go index 560f397fb76e..1df1a5fec5ad 100644 --- a/internal/command/jsonformat/structured/slice.go +++ b/internal/command/jsonformat/structured/slice.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structured diff --git a/internal/command/jsonformat/structured/unknown.go b/internal/command/jsonformat/structured/unknown.go index 319824ac3c57..c05bc87e702b 100644 --- a/internal/command/jsonformat/structured/unknown.go +++ b/internal/command/jsonformat/structured/unknown.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package structured diff --git a/internal/command/jsonfunction/function.go b/internal/command/jsonfunction/function.go index 2652c8364dae..fb065cae5a51 100644 --- a/internal/command/jsonfunction/function.go +++ b/internal/command/jsonfunction/function.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonfunction diff --git a/internal/command/jsonfunction/function_test.go b/internal/command/jsonfunction/function_test.go index 818293bdb0ba..7a9514758b6b 100644 --- a/internal/command/jsonfunction/function_test.go +++ b/internal/command/jsonfunction/function_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonfunction diff --git a/internal/command/jsonfunction/parameter.go b/internal/command/jsonfunction/parameter.go index ac907972965a..0037460dc2a6 100644 --- a/internal/command/jsonfunction/parameter.go +++ b/internal/command/jsonfunction/parameter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonfunction diff --git a/internal/command/jsonfunction/parameter_test.go b/internal/command/jsonfunction/parameter_test.go index 1afef3c5ef8a..ff04c3abb8dd 100644 --- a/internal/command/jsonfunction/parameter_test.go +++ b/internal/command/jsonfunction/parameter_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonfunction diff --git a/internal/command/jsonfunction/return_type.go b/internal/command/jsonfunction/return_type.go index d6889c30ff33..ac02f1f7bb06 100644 --- a/internal/command/jsonfunction/return_type.go +++ b/internal/command/jsonfunction/return_type.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonfunction diff --git a/internal/command/jsonplan/doc.go b/internal/command/jsonplan/doc.go index e005b603dd7c..22966dc52498 100644 --- a/internal/command/jsonplan/doc.go +++ b/internal/command/jsonplan/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package jsonplan implements methods for outputting a plan in a // machine-readable json format diff --git a/internal/command/jsonplan/module.go b/internal/command/jsonplan/module.go index 73f7931f3850..00302059a913 100644 --- a/internal/command/jsonplan/module.go +++ b/internal/command/jsonplan/module.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonplan diff --git a/internal/command/jsonplan/plan.go b/internal/command/jsonplan/plan.go index 34be1f1566e0..d6218367a2a1 100644 --- a/internal/command/jsonplan/plan.go +++ b/internal/command/jsonplan/plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonplan diff --git a/internal/command/jsonplan/plan_test.go b/internal/command/jsonplan/plan_test.go index bc83bda0ded6..4fd407ceaaee 100644 --- a/internal/command/jsonplan/plan_test.go +++ b/internal/command/jsonplan/plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonplan diff --git a/internal/command/jsonplan/resource.go b/internal/command/jsonplan/resource.go index 637bf0835fcd..a038dad25d47 100644 --- a/internal/command/jsonplan/resource.go +++ b/internal/command/jsonplan/resource.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonplan diff --git a/internal/command/jsonplan/values.go b/internal/command/jsonplan/values.go index 74fb20c6745e..97d93ec3aa75 100644 --- a/internal/command/jsonplan/values.go +++ b/internal/command/jsonplan/values.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonplan diff --git a/internal/command/jsonplan/values_test.go b/internal/command/jsonplan/values_test.go index ae837334ed3a..00c15b317f05 100644 --- a/internal/command/jsonplan/values_test.go +++ b/internal/command/jsonplan/values_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonplan diff --git a/internal/command/jsonprovider/attribute.go b/internal/command/jsonprovider/attribute.go index b1e6b4f2edf9..f444efec0dc2 100644 --- a/internal/command/jsonprovider/attribute.go +++ b/internal/command/jsonprovider/attribute.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonprovider diff --git a/internal/command/jsonprovider/attribute_test.go b/internal/command/jsonprovider/attribute_test.go index 824b67cbff97..d8c07929a9e9 100644 --- a/internal/command/jsonprovider/attribute_test.go +++ b/internal/command/jsonprovider/attribute_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonprovider diff --git a/internal/command/jsonprovider/block.go b/internal/command/jsonprovider/block.go index 19ab2377afc2..a583e3fc334d 100644 --- a/internal/command/jsonprovider/block.go +++ b/internal/command/jsonprovider/block.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonprovider diff --git a/internal/command/jsonprovider/block_test.go b/internal/command/jsonprovider/block_test.go index bfd162926d62..0dc46cd9a700 100644 --- a/internal/command/jsonprovider/block_test.go +++ b/internal/command/jsonprovider/block_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonprovider diff --git a/internal/command/jsonprovider/doc.go b/internal/command/jsonprovider/doc.go index 3ea5002da5cc..a63c5a3962c7 100644 --- a/internal/command/jsonprovider/doc.go +++ b/internal/command/jsonprovider/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package jsonprovider contains types and functions to marshal terraform // provider schemas into a json formatted output. diff --git a/internal/command/jsonprovider/provider.go b/internal/command/jsonprovider/provider.go index 5ff01cc9658f..2405e4d4ebad 100644 --- a/internal/command/jsonprovider/provider.go +++ b/internal/command/jsonprovider/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonprovider diff --git a/internal/command/jsonprovider/provider_test.go b/internal/command/jsonprovider/provider_test.go index bab2c3921bef..80d95dd15758 100644 --- a/internal/command/jsonprovider/provider_test.go +++ b/internal/command/jsonprovider/provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonprovider diff --git a/internal/command/jsonprovider/schema.go b/internal/command/jsonprovider/schema.go index af3e07bcdef8..0cd1c304417f 100644 --- a/internal/command/jsonprovider/schema.go +++ b/internal/command/jsonprovider/schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonprovider diff --git a/internal/command/jsonprovider/schema_test.go b/internal/command/jsonprovider/schema_test.go index de577f5e92c4..fc83b7e93afb 100644 --- a/internal/command/jsonprovider/schema_test.go +++ b/internal/command/jsonprovider/schema_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonprovider diff --git a/internal/command/jsonstate/doc.go b/internal/command/jsonstate/doc.go index d7382d0c5662..ba9558e9e559 100644 --- a/internal/command/jsonstate/doc.go +++ b/internal/command/jsonstate/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package jsonstate implements methods for outputting a state in a // machine-readable json format diff --git a/internal/command/jsonstate/state.go b/internal/command/jsonstate/state.go index 3a9a76855085..7af85ce57397 100644 --- a/internal/command/jsonstate/state.go +++ b/internal/command/jsonstate/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonstate diff --git a/internal/command/jsonstate/state_test.go b/internal/command/jsonstate/state_test.go index 72bb17232add..bbb46b6ba9c5 100644 --- a/internal/command/jsonstate/state_test.go +++ b/internal/command/jsonstate/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package jsonstate diff --git a/internal/command/login.go b/internal/command/login.go index be5d78371e64..a572487cf995 100644 --- a/internal/command/login.go +++ b/internal/command/login.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/login_test.go b/internal/command/login_test.go index 2aefa32b457e..05392cda1b2d 100644 --- a/internal/command/login_test.go +++ b/internal/command/login_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/logout.go b/internal/command/logout.go index 43f91671c1c0..f068fa3feedd 100644 --- a/internal/command/logout.go +++ b/internal/command/logout.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/internal/command/logout_test.go b/internal/command/logout_test.go index d5c83392b4bb..5aaa22e81c69 100644 --- a/internal/command/logout_test.go +++ b/internal/command/logout_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/meta.go b/internal/command/meta.go index 09018823e493..0a0e6f1c6082 100644 --- a/internal/command/meta.go +++ b/internal/command/meta.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/internal/command/meta_backend.go b/internal/command/meta_backend.go index ea7c61c4eb10..027b49589fb2 100644 --- a/internal/command/meta_backend.go +++ b/internal/command/meta_backend.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/internal/command/meta_backend_migrate.go b/internal/command/meta_backend_migrate.go index 013f8c19234b..22763324e5e3 100644 --- a/internal/command/meta_backend_migrate.go +++ b/internal/command/meta_backend_migrate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/meta_backend_migrate_test.go b/internal/command/meta_backend_migrate_test.go index 70c72f1f0c18..9078277e1744 100644 --- a/internal/command/meta_backend_migrate_test.go +++ b/internal/command/meta_backend_migrate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/meta_backend_test.go b/internal/command/meta_backend_test.go index ee98b362a7e2..8f647fe36611 100644 --- a/internal/command/meta_backend_test.go +++ b/internal/command/meta_backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/meta_config.go b/internal/command/meta_config.go index 4738eb926a3d..eb282cd66355 100644 --- a/internal/command/meta_config.go +++ b/internal/command/meta_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/meta_dependencies.go b/internal/command/meta_dependencies.go index a99ae2e123b3..e7f213e43dfd 100644 --- a/internal/command/meta_dependencies.go +++ b/internal/command/meta_dependencies.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/internal/command/meta_new.go b/internal/command/meta_new.go index 1bc42ae184a3..f6bb98eb3fe7 100644 --- a/internal/command/meta_new.go +++ b/internal/command/meta_new.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/internal/command/meta_providers.go b/internal/command/meta_providers.go index ba1aca8ec257..836026d6d2f3 100644 --- a/internal/command/meta_providers.go +++ b/internal/command/meta_providers.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/internal/command/meta_test.go b/internal/command/meta_test.go index 9419f7db2558..d37950adecaf 100644 --- a/internal/command/meta_test.go +++ b/internal/command/meta_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/meta_vars.go b/internal/command/meta_vars.go index 5cbec0dfca93..b541e4f0e098 100644 --- a/internal/command/meta_vars.go +++ b/internal/command/meta_vars.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/internal/command/metadata_command.go b/internal/command/metadata_command.go index 6219630b7572..a8609fc59bbe 100644 --- a/internal/command/metadata_command.go +++ b/internal/command/metadata_command.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/internal/command/metadata_functions.go b/internal/command/metadata_functions.go index feb67c7958a4..db1a039577c2 100644 --- a/internal/command/metadata_functions.go +++ b/internal/command/metadata_functions.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/internal/command/metadata_functions_test.go b/internal/command/metadata_functions_test.go index 0c41dc31a926..bccfbd12f54b 100644 --- a/internal/command/metadata_functions_test.go +++ b/internal/command/metadata_functions_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/output.go b/internal/command/output.go index cbd8f8857493..4519d280c041 100644 --- a/internal/command/output.go +++ b/internal/command/output.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/internal/command/output_test.go b/internal/command/output_test.go index 7f030dd54ba1..28bbc6d1f2ac 100644 --- a/internal/command/output_test.go +++ b/internal/command/output_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/plan.go b/internal/command/plan.go index e42d02027735..162e819f8c95 100644 --- a/internal/command/plan.go +++ b/internal/command/plan.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/internal/command/plan_test.go b/internal/command/plan_test.go index d7f25dd403c7..eabba958fb28 100644 --- a/internal/command/plan_test.go +++ b/internal/command/plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/plugins.go b/internal/command/plugins.go index 5f2612a83543..99e48fd5eb85 100644 --- a/internal/command/plugins.go +++ b/internal/command/plugins.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/internal/command/plugins_lock.go b/internal/command/plugins_lock.go index ed77d72ca746..445542df8713 100644 --- a/internal/command/plugins_lock.go +++ b/internal/command/plugins_lock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/plugins_lock_test.go b/internal/command/plugins_lock_test.go index ecda985fe84b..97ffa4ca73ce 100644 --- a/internal/command/plugins_lock_test.go +++ b/internal/command/plugins_lock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/plugins_test.go b/internal/command/plugins_test.go index ff1a2e9b0993..7b1edfbf2b18 100644 --- a/internal/command/plugins_test.go +++ b/internal/command/plugins_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/providers.go b/internal/command/providers.go index aaad0c2e8322..c4142fb6024c 100644 --- a/internal/command/providers.go +++ b/internal/command/providers.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/internal/command/providers_lock.go b/internal/command/providers_lock.go index d1fb9f4831d6..fa0235735da7 100644 --- a/internal/command/providers_lock.go +++ b/internal/command/providers_lock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/providers_lock_test.go b/internal/command/providers_lock_test.go index 31438cd71141..1a4d6588b98d 100644 --- a/internal/command/providers_lock_test.go +++ b/internal/command/providers_lock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/providers_mirror.go b/internal/command/providers_mirror.go index 07297d3d6092..5b2b127f0cba 100644 --- a/internal/command/providers_mirror.go +++ b/internal/command/providers_mirror.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/internal/command/providers_mirror_test.go b/internal/command/providers_mirror_test.go index 303c088e35ce..6c1e884a7f52 100644 --- a/internal/command/providers_mirror_test.go +++ b/internal/command/providers_mirror_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/providers_schema.go b/internal/command/providers_schema.go index a0d84ef39327..7dea683212cc 100644 --- a/internal/command/providers_schema.go +++ b/internal/command/providers_schema.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/internal/command/providers_schema_test.go b/internal/command/providers_schema_test.go index 416698ed4a17..77d2631da5f5 100644 --- a/internal/command/providers_schema_test.go +++ b/internal/command/providers_schema_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/providers_test.go b/internal/command/providers_test.go index 364566deb3c6..c9509683e8e8 100644 --- a/internal/command/providers_test.go +++ b/internal/command/providers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/push.go b/internal/command/push.go index 8b434e156614..1fe054e2a277 100644 --- a/internal/command/push.go +++ b/internal/command/push.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/internal/command/refresh.go b/internal/command/refresh.go index 7798eab1f9d9..8b54bb9e47a3 100644 --- a/internal/command/refresh.go +++ b/internal/command/refresh.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/internal/command/refresh_test.go b/internal/command/refresh_test.go index df5c831b5d01..4d7fd8bc09a4 100644 --- a/internal/command/refresh_test.go +++ b/internal/command/refresh_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/show.go b/internal/command/show.go index e10ebbcd5bb4..1db6a14dfa12 100644 --- a/internal/command/show.go +++ b/internal/command/show.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/internal/command/show_test.go b/internal/command/show_test.go index c8100cf4a8e6..b6a999615e61 100644 --- a/internal/command/show_test.go +++ b/internal/command/show_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/state_command.go b/internal/command/state_command.go index e02c980be477..cf4bf94f2139 100644 --- a/internal/command/state_command.go +++ b/internal/command/state_command.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/internal/command/state_list.go b/internal/command/state_list.go index c452e71af67e..4a8b38e3f7e7 100644 --- a/internal/command/state_list.go +++ b/internal/command/state_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/state_list_test.go b/internal/command/state_list_test.go index fb102f85a150..b1eb1fd1de56 100644 --- a/internal/command/state_list_test.go +++ b/internal/command/state_list_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/state_meta.go b/internal/command/state_meta.go index b563d30640f6..4917d03364ca 100644 --- a/internal/command/state_meta.go +++ b/internal/command/state_meta.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/internal/command/state_mv.go b/internal/command/state_mv.go index 9fa40f061949..17c046363013 100644 --- a/internal/command/state_mv.go +++ b/internal/command/state_mv.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/internal/command/state_mv_test.go b/internal/command/state_mv_test.go index 72cbbbb9a238..07f801f7a70e 100644 --- a/internal/command/state_mv_test.go +++ b/internal/command/state_mv_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/state_pull.go b/internal/command/state_pull.go index 1f9a6df20542..f130dc26ac21 100644 --- a/internal/command/state_pull.go +++ b/internal/command/state_pull.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/internal/command/state_pull_test.go b/internal/command/state_pull_test.go index 319f38a63249..0c2146666d99 100644 --- a/internal/command/state_pull_test.go +++ b/internal/command/state_pull_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/state_push.go b/internal/command/state_push.go index 7a9e3cc01565..c0c1e5d81013 100644 --- a/internal/command/state_push.go +++ b/internal/command/state_push.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/internal/command/state_push_test.go b/internal/command/state_push_test.go index 90e73265e7ef..7303e9a65947 100644 --- a/internal/command/state_push_test.go +++ b/internal/command/state_push_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/state_replace_provider.go b/internal/command/state_replace_provider.go index f30d988c02e7..d4747815791f 100644 --- a/internal/command/state_replace_provider.go +++ b/internal/command/state_replace_provider.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/internal/command/state_replace_provider_test.go b/internal/command/state_replace_provider_test.go index d80bc85e63d2..84caedc5e88a 100644 --- a/internal/command/state_replace_provider_test.go +++ b/internal/command/state_replace_provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/state_rm.go b/internal/command/state_rm.go index c2818e3d977c..f7b1e6bd7d7f 100644 --- a/internal/command/state_rm.go +++ b/internal/command/state_rm.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/internal/command/state_rm_test.go b/internal/command/state_rm_test.go index fd0b117998ec..6708a239af88 100644 --- a/internal/command/state_rm_test.go +++ b/internal/command/state_rm_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/state_show.go b/internal/command/state_show.go index 53f64ab3b130..1e3e4e61694b 100644 --- a/internal/command/state_show.go +++ b/internal/command/state_show.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/internal/command/state_show_test.go b/internal/command/state_show_test.go index 3d599cc5c7b5..122db8c59d1f 100644 --- a/internal/command/state_show_test.go +++ b/internal/command/state_show_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/state_test.go b/internal/command/state_test.go index fbdf397c31a5..de99f6fb270d 100644 --- a/internal/command/state_test.go +++ b/internal/command/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/taint.go b/internal/command/taint.go index 7a4213fb1377..1efbc329869b 100644 --- a/internal/command/taint.go +++ b/internal/command/taint.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/internal/command/taint_test.go b/internal/command/taint_test.go index 1978e3a7afe8..a3e93faaa254 100644 --- a/internal/command/taint_test.go +++ b/internal/command/taint_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/ui_input.go b/internal/command/ui_input.go index 094f3472c796..89cce0701a1a 100644 --- a/internal/command/ui_input.go +++ b/internal/command/ui_input.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/internal/command/ui_input_test.go b/internal/command/ui_input_test.go index 9172de8b9cdb..92a2975b776e 100644 --- a/internal/command/ui_input_test.go +++ b/internal/command/ui_input_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/unlock.go b/internal/command/unlock.go index 49c8071e2a8e..dce709d60237 100644 --- a/internal/command/unlock.go +++ b/internal/command/unlock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/unlock_test.go b/internal/command/unlock_test.go index 7123053edc33..386b205c9fd5 100644 --- a/internal/command/unlock_test.go +++ b/internal/command/unlock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/untaint.go b/internal/command/untaint.go index 36f06507898e..2e139bc983e1 100644 --- a/internal/command/untaint.go +++ b/internal/command/untaint.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/internal/command/untaint_test.go b/internal/command/untaint_test.go index 25d3893a34ff..3237feac84de 100644 --- a/internal/command/untaint_test.go +++ b/internal/command/untaint_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/validate.go b/internal/command/validate.go index b7346d0292e7..2556c08a02cf 100644 --- a/internal/command/validate.go +++ b/internal/command/validate.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/internal/command/validate_test.go b/internal/command/validate_test.go index d6bd8b6de938..c52476734e5f 100644 --- a/internal/command/validate_test.go +++ b/internal/command/validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/version.go b/internal/command/version.go index 02d08bc2e952..878031dc5acf 100644 --- a/internal/command/version.go +++ b/internal/command/version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/version_test.go b/internal/command/version_test.go index ebcc6018c57d..0c29718256f5 100644 --- a/internal/command/version_test.go +++ b/internal/command/version_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/views/apply.go b/internal/command/views/apply.go index 8a8dbc674d05..590b5945ed86 100644 --- a/internal/command/views/apply.go +++ b/internal/command/views/apply.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/apply_test.go b/internal/command/views/apply_test.go index dfaa46caabe9..4f376f5eb3c6 100644 --- a/internal/command/views/apply_test.go +++ b/internal/command/views/apply_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/hook_count.go b/internal/command/views/hook_count.go index 2336ee61d364..cff1ef819ea8 100644 --- a/internal/command/views/hook_count.go +++ b/internal/command/views/hook_count.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/hook_count_test.go b/internal/command/views/hook_count_test.go index 80fcd41afa95..b29abd6d3e44 100644 --- a/internal/command/views/hook_count_test.go +++ b/internal/command/views/hook_count_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/hook_json.go b/internal/command/views/hook_json.go index 6b3a2ef831b1..9758e537e1e6 100644 --- a/internal/command/views/hook_json.go +++ b/internal/command/views/hook_json.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/hook_json_test.go b/internal/command/views/hook_json_test.go index faabaa3f7d9b..279fa799d420 100644 --- a/internal/command/views/hook_json_test.go +++ b/internal/command/views/hook_json_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/hook_ui.go b/internal/command/views/hook_ui.go index 400718eed11f..c169031ba08f 100644 --- a/internal/command/views/hook_ui.go +++ b/internal/command/views/hook_ui.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/hook_ui_test.go b/internal/command/views/hook_ui_test.go index ac1b5a1d3c6d..bc4789a4acdf 100644 --- a/internal/command/views/hook_ui_test.go +++ b/internal/command/views/hook_ui_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/json/change.go b/internal/command/views/json/change.go index 3fd5f4964a7b..3998d161fe87 100644 --- a/internal/command/views/json/change.go +++ b/internal/command/views/json/change.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/change_summary.go b/internal/command/views/json/change_summary.go index 3915c5c1fd85..efc70b7ecace 100644 --- a/internal/command/views/json/change_summary.go +++ b/internal/command/views/json/change_summary.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/diagnostic.go b/internal/command/views/json/diagnostic.go index 9e2e7a546479..4b5f7f4abc95 100644 --- a/internal/command/views/json/diagnostic.go +++ b/internal/command/views/json/diagnostic.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/diagnostic_test.go b/internal/command/views/json/diagnostic_test.go index 1524bdff019c..f4a32ca89ed7 100644 --- a/internal/command/views/json/diagnostic_test.go +++ b/internal/command/views/json/diagnostic_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/function.go b/internal/command/views/json/function.go index 7875304fae3e..6bdf8d048d07 100644 --- a/internal/command/views/json/function.go +++ b/internal/command/views/json/function.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/function_test.go b/internal/command/views/json/function_test.go index a9cdeec303e8..acc7563475c3 100644 --- a/internal/command/views/json/function_test.go +++ b/internal/command/views/json/function_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/hook.go b/internal/command/views/json/hook.go index 40adcbc3137a..05e71308df3a 100644 --- a/internal/command/views/json/hook.go +++ b/internal/command/views/json/hook.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/importing.go b/internal/command/views/json/importing.go index b79709beff0c..deadf3e47726 100644 --- a/internal/command/views/json/importing.go +++ b/internal/command/views/json/importing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/message_types.go b/internal/command/views/json/message_types.go index 581cb7f4837e..03b87ad5b171 100644 --- a/internal/command/views/json/message_types.go +++ b/internal/command/views/json/message_types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/output.go b/internal/command/views/json/output.go index 3e87c675941e..7a194859bb62 100644 --- a/internal/command/views/json/output.go +++ b/internal/command/views/json/output.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/output_test.go b/internal/command/views/json/output_test.go index 057adb5b56a2..e90422b2d2ae 100644 --- a/internal/command/views/json/output_test.go +++ b/internal/command/views/json/output_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json/resource_addr.go b/internal/command/views/json/resource_addr.go index f5a3ca765834..e21332bf81de 100644 --- a/internal/command/views/json/resource_addr.go +++ b/internal/command/views/json/resource_addr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package json diff --git a/internal/command/views/json_view.go b/internal/command/views/json_view.go index 18ba08d3e955..085d0e703b44 100644 --- a/internal/command/views/json_view.go +++ b/internal/command/views/json_view.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/json_view_test.go b/internal/command/views/json_view_test.go index 679370c6765b..4f84b8a6977e 100644 --- a/internal/command/views/json_view_test.go +++ b/internal/command/views/json_view_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/operation.go b/internal/command/views/operation.go index a2411d4f4a2c..49381af7efb6 100644 --- a/internal/command/views/operation.go +++ b/internal/command/views/operation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/operation_test.go b/internal/command/views/operation_test.go index 0fe23f5fdcfa..be14f4ef04bf 100644 --- a/internal/command/views/operation_test.go +++ b/internal/command/views/operation_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/output.go b/internal/command/views/output.go index 8882f131793b..c7fdee271299 100644 --- a/internal/command/views/output.go +++ b/internal/command/views/output.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/output_test.go b/internal/command/views/output_test.go index 65b76afb26ef..cb59b6937c41 100644 --- a/internal/command/views/output_test.go +++ b/internal/command/views/output_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/plan.go b/internal/command/views/plan.go index ab1f766e2164..fc7dbad4b480 100644 --- a/internal/command/views/plan.go +++ b/internal/command/views/plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/plan_test.go b/internal/command/views/plan_test.go index 3cb64344104f..6864d6a46a0e 100644 --- a/internal/command/views/plan_test.go +++ b/internal/command/views/plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/refresh.go b/internal/command/views/refresh.go index 230a48cecc37..1db57c06b188 100644 --- a/internal/command/views/refresh.go +++ b/internal/command/views/refresh.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/refresh_test.go b/internal/command/views/refresh_test.go index 355324e8f77c..59f5b28ae30c 100644 --- a/internal/command/views/refresh_test.go +++ b/internal/command/views/refresh_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/show.go b/internal/command/views/show.go index 4c9f1bdae3d6..0da3fc1c5ab1 100644 --- a/internal/command/views/show.go +++ b/internal/command/views/show.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/show_test.go b/internal/command/views/show_test.go index 4490bc2ec180..4bc2204902c0 100644 --- a/internal/command/views/show_test.go +++ b/internal/command/views/show_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/state_locker.go b/internal/command/views/state_locker.go index a1af05455eea..575e6a14150d 100644 --- a/internal/command/views/state_locker.go +++ b/internal/command/views/state_locker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/validate.go b/internal/command/views/validate.go index 517287f7f81d..dee57179fc45 100644 --- a/internal/command/views/validate.go +++ b/internal/command/views/validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/validate_test.go b/internal/command/views/validate_test.go index 4ab1c6184dbe..8ccb85c022ce 100644 --- a/internal/command/views/validate_test.go +++ b/internal/command/views/validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/views/view.go b/internal/command/views/view.go index f82b67ff007f..807e1fcb1229 100644 --- a/internal/command/views/view.go +++ b/internal/command/views/view.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package views diff --git a/internal/command/webbrowser/native.go b/internal/command/webbrowser/native.go index 9ec40b41564e..9ab15a363e11 100644 --- a/internal/command/webbrowser/native.go +++ b/internal/command/webbrowser/native.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package webbrowser diff --git a/internal/command/webbrowser/webbrowser.go b/internal/command/webbrowser/webbrowser.go index 46d373d46f4f..6e4e40c6d126 100644 --- a/internal/command/webbrowser/webbrowser.go +++ b/internal/command/webbrowser/webbrowser.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package webbrowser diff --git a/internal/command/workdir/dir.go b/internal/command/workdir/dir.go index b4fc62c4107a..c8b9fdd05ef4 100644 --- a/internal/command/workdir/dir.go +++ b/internal/command/workdir/dir.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package workdir diff --git a/internal/command/workdir/doc.go b/internal/command/workdir/doc.go index 9d08231b466b..010f57e6d0aa 100644 --- a/internal/command/workdir/doc.go +++ b/internal/command/workdir/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package workdir models the various local artifacts and state we keep inside // a Terraform "working directory". diff --git a/internal/command/workdir/normalize_path.go b/internal/command/workdir/normalize_path.go index 601897bfcfbc..ef5bc89d425f 100644 --- a/internal/command/workdir/normalize_path.go +++ b/internal/command/workdir/normalize_path.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package workdir diff --git a/internal/command/workdir/plugin_dirs.go b/internal/command/workdir/plugin_dirs.go index c7caab14d8e3..d72c0cb11f0e 100644 --- a/internal/command/workdir/plugin_dirs.go +++ b/internal/command/workdir/plugin_dirs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package workdir diff --git a/internal/command/workdir/plugin_dirs_test.go b/internal/command/workdir/plugin_dirs_test.go index d96f7331863d..ebd1ed68308e 100644 --- a/internal/command/workdir/plugin_dirs_test.go +++ b/internal/command/workdir/plugin_dirs_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package workdir diff --git a/internal/command/workspace_command.go b/internal/command/workspace_command.go index e348c0b0c590..3648e383e958 100644 --- a/internal/command/workspace_command.go +++ b/internal/command/workspace_command.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/internal/command/workspace_command_test.go b/internal/command/workspace_command_test.go index c5bde963bddc..553cd2b80b29 100644 --- a/internal/command/workspace_command_test.go +++ b/internal/command/workspace_command_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/workspace_delete.go b/internal/command/workspace_delete.go index a62bd2bbfa56..068212a0581d 100644 --- a/internal/command/workspace_delete.go +++ b/internal/command/workspace_delete.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/workspace_list.go b/internal/command/workspace_list.go index 5d4cfd68d6d2..be3d650e41bf 100644 --- a/internal/command/workspace_list.go +++ b/internal/command/workspace_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package command diff --git a/internal/command/workspace_new.go b/internal/command/workspace_new.go index 161bd10e6246..17d2d5bac354 100644 --- a/internal/command/workspace_new.go +++ b/internal/command/workspace_new.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/internal/command/workspace_select.go b/internal/command/workspace_select.go index 52d75aed2bf6..692420caf04f 100644 --- a/internal/command/workspace_select.go +++ b/internal/command/workspace_select.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/internal/command/workspace_show.go b/internal/command/workspace_show.go index 90e21ca31756..3a565271202c 100644 --- a/internal/command/workspace_show.go +++ b/internal/command/workspace_show.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/internal/communicator/communicator.go b/internal/communicator/communicator.go index a735a24a5af6..6ea7196742f9 100644 --- a/internal/communicator/communicator.go +++ b/internal/communicator/communicator.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package communicator diff --git a/internal/communicator/communicator_mock.go b/internal/communicator/communicator_mock.go index aa3378174fef..513ab74b0c08 100644 --- a/internal/communicator/communicator_mock.go +++ b/internal/communicator/communicator_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package communicator diff --git a/internal/communicator/communicator_test.go b/internal/communicator/communicator_test.go index 2986dc2aafee..081d27939df3 100644 --- a/internal/communicator/communicator_test.go +++ b/internal/communicator/communicator_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package communicator diff --git a/internal/communicator/remote/command.go b/internal/communicator/remote/command.go index 52fb0451239e..327b2a4bf84d 100644 --- a/internal/communicator/remote/command.go +++ b/internal/communicator/remote/command.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/communicator/remote/command_test.go b/internal/communicator/remote/command_test.go index 60794e89c5c1..c501c14ca2b2 100644 --- a/internal/communicator/remote/command_test.go +++ b/internal/communicator/remote/command_test.go @@ -1,4 +1,4 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/communicator/shared/shared.go b/internal/communicator/shared/shared.go index a081ff333c7c..68ee53366e60 100644 --- a/internal/communicator/shared/shared.go +++ b/internal/communicator/shared/shared.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package shared diff --git a/internal/communicator/shared/shared_test.go b/internal/communicator/shared/shared_test.go index de9ddb7a1ab7..5a5399f68092 100644 --- a/internal/communicator/shared/shared_test.go +++ b/internal/communicator/shared/shared_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package shared diff --git a/internal/communicator/ssh/communicator.go b/internal/communicator/ssh/communicator.go index 2adbdc4d0ed6..1cec681bde9e 100644 --- a/internal/communicator/ssh/communicator.go +++ b/internal/communicator/ssh/communicator.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/communicator/ssh/communicator_test.go b/internal/communicator/ssh/communicator_test.go index eaf98cee76df..77ad0bdc1de3 100644 --- a/internal/communicator/ssh/communicator_test.go +++ b/internal/communicator/ssh/communicator_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build !race // +build !race diff --git a/internal/communicator/ssh/http_proxy.go b/internal/communicator/ssh/http_proxy.go index 1aaaa3f1f2d4..e171380ab336 100644 --- a/internal/communicator/ssh/http_proxy.go +++ b/internal/communicator/ssh/http_proxy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/communicator/ssh/password.go b/internal/communicator/ssh/password.go index fee241673e00..aa6c7d25c40f 100644 --- a/internal/communicator/ssh/password.go +++ b/internal/communicator/ssh/password.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/communicator/ssh/password_test.go b/internal/communicator/ssh/password_test.go index fa0640b3fcd5..9f8f461decf5 100644 --- a/internal/communicator/ssh/password_test.go +++ b/internal/communicator/ssh/password_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/communicator/ssh/provisioner.go b/internal/communicator/ssh/provisioner.go index 3f0e22fd1314..f2f458684a96 100644 --- a/internal/communicator/ssh/provisioner.go +++ b/internal/communicator/ssh/provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/communicator/ssh/provisioner_test.go b/internal/communicator/ssh/provisioner_test.go index f6183c215c6e..47daf372560b 100644 --- a/internal/communicator/ssh/provisioner_test.go +++ b/internal/communicator/ssh/provisioner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/communicator/ssh/ssh_test.go b/internal/communicator/ssh/ssh_test.go index be7df89d9a5d..d9051149e5fb 100644 --- a/internal/communicator/ssh/ssh_test.go +++ b/internal/communicator/ssh/ssh_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package ssh diff --git a/internal/communicator/winrm/communicator.go b/internal/communicator/winrm/communicator.go index bf54bc67c6c5..8634da631e70 100644 --- a/internal/communicator/winrm/communicator.go +++ b/internal/communicator/winrm/communicator.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package winrm diff --git a/internal/communicator/winrm/communicator_test.go b/internal/communicator/winrm/communicator_test.go index 0f4f282f6689..7f561d51d642 100644 --- a/internal/communicator/winrm/communicator_test.go +++ b/internal/communicator/winrm/communicator_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package winrm diff --git a/internal/communicator/winrm/provisioner.go b/internal/communicator/winrm/provisioner.go index a02cb3c5faed..a5c2f0f2789e 100644 --- a/internal/communicator/winrm/provisioner.go +++ b/internal/communicator/winrm/provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package winrm diff --git a/internal/communicator/winrm/provisioner_test.go b/internal/communicator/winrm/provisioner_test.go index cd253d3872b2..1fed73f95a34 100644 --- a/internal/communicator/winrm/provisioner_test.go +++ b/internal/communicator/winrm/provisioner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package winrm diff --git a/internal/configs/backend.go b/internal/configs/backend.go index f8015a04234b..e580f4b6c814 100644 --- a/internal/configs/backend.go +++ b/internal/configs/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/checks.go b/internal/configs/checks.go index 033ae83d7ac9..37cd12f9b813 100644 --- a/internal/configs/checks.go +++ b/internal/configs/checks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/cloud.go b/internal/configs/cloud.go index 3b0154a6d297..c4b82de186cc 100644 --- a/internal/configs/cloud.go +++ b/internal/configs/cloud.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/compat_shim.go b/internal/configs/compat_shim.go index bf542650b7f2..6857f29031b6 100644 --- a/internal/configs/compat_shim.go +++ b/internal/configs/compat_shim.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/config.go b/internal/configs/config.go index b6c0b741555f..63fb34639fc8 100644 --- a/internal/configs/config.go +++ b/internal/configs/config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/config_build.go b/internal/configs/config_build.go index 6f99189a5fc1..96cd7bbf1224 100644 --- a/internal/configs/config_build.go +++ b/internal/configs/config_build.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/config_build_test.go b/internal/configs/config_build_test.go index d2868c220c21..916eae1e7085 100644 --- a/internal/configs/config_build_test.go +++ b/internal/configs/config_build_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/config_test.go b/internal/configs/config_test.go index 0bfafce00d25..5cd31110f59d 100644 --- a/internal/configs/config_test.go +++ b/internal/configs/config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/configload/copy_dir.go b/internal/configs/configload/copy_dir.go index b351f71ebb72..b07f3bd57431 100644 --- a/internal/configs/configload/copy_dir.go +++ b/internal/configs/configload/copy_dir.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configload diff --git a/internal/configs/configload/copy_dir_test.go b/internal/configs/configload/copy_dir_test.go index 689a78e3e8d3..fa71a709ed0a 100644 --- a/internal/configs/configload/copy_dir_test.go +++ b/internal/configs/configload/copy_dir_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configload diff --git a/internal/configs/configload/doc.go b/internal/configs/configload/doc.go index a3ac60e29532..96ba285f5db2 100644 --- a/internal/configs/configload/doc.go +++ b/internal/configs/configload/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package configload knows how to install modules into the .terraform/modules // directory and to load modules from those installed locations. It is used diff --git a/internal/configs/configload/inode.go b/internal/configs/configload/inode.go index 95bae2bfcfb2..0437b204e53c 100644 --- a/internal/configs/configload/inode.go +++ b/internal/configs/configload/inode.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 || openbsd || netbsd || solaris || dragonfly // +build linux darwin openbsd netbsd solaris dragonfly diff --git a/internal/configs/configload/inode_freebsd.go b/internal/configs/configload/inode_freebsd.go index d7f1051972e2..23b601aa9168 100644 --- a/internal/configs/configload/inode_freebsd.go +++ b/internal/configs/configload/inode_freebsd.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build freebsd // +build freebsd diff --git a/internal/configs/configload/inode_windows.go b/internal/configs/configload/inode_windows.go index c424fb061a01..5b4735b83b2c 100644 --- a/internal/configs/configload/inode_windows.go +++ b/internal/configs/configload/inode_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/internal/configs/configload/loader.go b/internal/configs/configload/loader.go index 22e833dfc892..06d92db55e62 100644 --- a/internal/configs/configload/loader.go +++ b/internal/configs/configload/loader.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configload diff --git a/internal/configs/configload/loader_load.go b/internal/configs/configload/loader_load.go index 48a507409d52..5e72ab3dcea6 100644 --- a/internal/configs/configload/loader_load.go +++ b/internal/configs/configload/loader_load.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configload diff --git a/internal/configs/configload/loader_load_test.go b/internal/configs/configload/loader_load_test.go index 5e68fbd2b759..606adf46eefa 100644 --- a/internal/configs/configload/loader_load_test.go +++ b/internal/configs/configload/loader_load_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configload diff --git a/internal/configs/configload/loader_snapshot.go b/internal/configs/configload/loader_snapshot.go index e331c6dae95e..39a40ab41928 100644 --- a/internal/configs/configload/loader_snapshot.go +++ b/internal/configs/configload/loader_snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configload diff --git a/internal/configs/configload/loader_snapshot_test.go b/internal/configs/configload/loader_snapshot_test.go index d8f597ef35b4..b7c0626b623b 100644 --- a/internal/configs/configload/loader_snapshot_test.go +++ b/internal/configs/configload/loader_snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configload diff --git a/internal/configs/configload/loader_test.go b/internal/configs/configload/loader_test.go index 36864d5242dd..c11c279fc680 100644 --- a/internal/configs/configload/loader_test.go +++ b/internal/configs/configload/loader_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configload diff --git a/internal/configs/configload/module_mgr.go b/internal/configs/configload/module_mgr.go index a309bca72c4e..7c14f68cd4ca 100644 --- a/internal/configs/configload/module_mgr.go +++ b/internal/configs/configload/module_mgr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configload diff --git a/internal/configs/configload/testing.go b/internal/configs/configload/testing.go index a0a6d51ff117..5f3b365085ba 100644 --- a/internal/configs/configload/testing.go +++ b/internal/configs/configload/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configload diff --git a/internal/configs/configschema/coerce_value.go b/internal/configs/configschema/coerce_value.go index d7205892f506..fec6b3511814 100644 --- a/internal/configs/configschema/coerce_value.go +++ b/internal/configs/configschema/coerce_value.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/coerce_value_test.go b/internal/configs/configschema/coerce_value_test.go index 25b2b1c6c282..3deeff719b02 100644 --- a/internal/configs/configschema/coerce_value_test.go +++ b/internal/configs/configschema/coerce_value_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/decoder_spec.go b/internal/configs/configschema/decoder_spec.go index dc4a973854d7..e02089528825 100644 --- a/internal/configs/configschema/decoder_spec.go +++ b/internal/configs/configschema/decoder_spec.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/decoder_spec_test.go b/internal/configs/configschema/decoder_spec_test.go index dc76033ca3d3..111ce5fb9bcc 100644 --- a/internal/configs/configschema/decoder_spec_test.go +++ b/internal/configs/configschema/decoder_spec_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/doc.go b/internal/configs/configschema/doc.go index d96be9c7f0f7..867b47a58cff 100644 --- a/internal/configs/configschema/doc.go +++ b/internal/configs/configschema/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package configschema contains types for describing the expected structure // of a configuration block whose shape is not known until runtime. diff --git a/internal/configs/configschema/empty_value.go b/internal/configs/configschema/empty_value.go index a768e14d67c1..72d3e2931c5b 100644 --- a/internal/configs/configschema/empty_value.go +++ b/internal/configs/configschema/empty_value.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/empty_value_test.go b/internal/configs/configschema/empty_value_test.go index ddf81e003df1..23b1809d16fe 100644 --- a/internal/configs/configschema/empty_value_test.go +++ b/internal/configs/configschema/empty_value_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/implied_type.go b/internal/configs/configschema/implied_type.go index d673bdf992fc..1e3f6140a9e4 100644 --- a/internal/configs/configschema/implied_type.go +++ b/internal/configs/configschema/implied_type.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/implied_type_test.go b/internal/configs/configschema/implied_type_test.go index a5745d1a3409..48ac1d3705ff 100644 --- a/internal/configs/configschema/implied_type_test.go +++ b/internal/configs/configschema/implied_type_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/internal_validate.go b/internal/configs/configschema/internal_validate.go index d2a419010712..4559d732cce7 100644 --- a/internal/configs/configschema/internal_validate.go +++ b/internal/configs/configschema/internal_validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/internal_validate_test.go b/internal/configs/configschema/internal_validate_test.go index adb82842a485..bf86397a9f06 100644 --- a/internal/configs/configschema/internal_validate_test.go +++ b/internal/configs/configschema/internal_validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/marks.go b/internal/configs/configschema/marks.go index f813b17febdf..4a33fb1c3c8d 100644 --- a/internal/configs/configschema/marks.go +++ b/internal/configs/configschema/marks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/marks_test.go b/internal/configs/configschema/marks_test.go index c74a298ca803..273794d4a0cd 100644 --- a/internal/configs/configschema/marks_test.go +++ b/internal/configs/configschema/marks_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/none_required.go b/internal/configs/configschema/none_required.go index 4f48b763360a..de2cda6c5ee4 100644 --- a/internal/configs/configschema/none_required.go +++ b/internal/configs/configschema/none_required.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/path.go b/internal/configs/configschema/path.go index 69b5aca58427..2760eecbd8c4 100644 --- a/internal/configs/configschema/path.go +++ b/internal/configs/configschema/path.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/path_test.go b/internal/configs/configschema/path_test.go index 43c0d2d9748f..b46957d1e546 100644 --- a/internal/configs/configschema/path_test.go +++ b/internal/configs/configschema/path_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/schema.go b/internal/configs/configschema/schema.go index fc6af58363ab..a5c03579e708 100644 --- a/internal/configs/configschema/schema.go +++ b/internal/configs/configschema/schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/validate_traversal.go b/internal/configs/configschema/validate_traversal.go index abce9c24138b..9178768a9164 100644 --- a/internal/configs/configschema/validate_traversal.go +++ b/internal/configs/configschema/validate_traversal.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/configschema/validate_traversal_test.go b/internal/configs/configschema/validate_traversal_test.go index 1e1cbec307e0..80107ab88497 100644 --- a/internal/configs/configschema/validate_traversal_test.go +++ b/internal/configs/configschema/validate_traversal_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configschema diff --git a/internal/configs/container.go b/internal/configs/container.go index fd58c70d5943..ebfda0e2f3ca 100644 --- a/internal/configs/container.go +++ b/internal/configs/container.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/depends_on.go b/internal/configs/depends_on.go index f70cac56f246..c58ad18435b7 100644 --- a/internal/configs/depends_on.go +++ b/internal/configs/depends_on.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/doc.go b/internal/configs/doc.go index 3dadfb05f664..3f8a105ce2d3 100644 --- a/internal/configs/doc.go +++ b/internal/configs/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package configs contains types that represent Terraform configurations and // the different elements thereof. diff --git a/internal/configs/escaping_blocks_test.go b/internal/configs/escaping_blocks_test.go index ca4d5219e0e2..d61a965abc2a 100644 --- a/internal/configs/escaping_blocks_test.go +++ b/internal/configs/escaping_blocks_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/experiments.go b/internal/configs/experiments.go index 1d407508e5c9..cc89e048f059 100644 --- a/internal/configs/experiments.go +++ b/internal/configs/experiments.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/experiments_test.go b/internal/configs/experiments_test.go index 0d774aa3e321..7d0c456784af 100644 --- a/internal/configs/experiments_test.go +++ b/internal/configs/experiments_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/hcl2shim/flatmap.go b/internal/configs/hcl2shim/flatmap.go index 9ae50d144b49..c78cb06d5f58 100644 --- a/internal/configs/hcl2shim/flatmap.go +++ b/internal/configs/hcl2shim/flatmap.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/internal/configs/hcl2shim/flatmap_test.go b/internal/configs/hcl2shim/flatmap_test.go index c16be548a927..c144aedf0cd6 100644 --- a/internal/configs/hcl2shim/flatmap_test.go +++ b/internal/configs/hcl2shim/flatmap_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/internal/configs/hcl2shim/paths.go b/internal/configs/hcl2shim/paths.go index 3ae21bba2ff9..5a4c605e016d 100644 --- a/internal/configs/hcl2shim/paths.go +++ b/internal/configs/hcl2shim/paths.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/internal/configs/hcl2shim/paths_test.go b/internal/configs/hcl2shim/paths_test.go index 00fb98731138..8c463e7c8b4a 100644 --- a/internal/configs/hcl2shim/paths_test.go +++ b/internal/configs/hcl2shim/paths_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/internal/configs/hcl2shim/single_attr_body.go b/internal/configs/hcl2shim/single_attr_body.go index c025fa7939da..68c41a753044 100644 --- a/internal/configs/hcl2shim/single_attr_body.go +++ b/internal/configs/hcl2shim/single_attr_body.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/internal/configs/hcl2shim/values.go b/internal/configs/hcl2shim/values.go index 9430a6547fbe..50424642d4a8 100644 --- a/internal/configs/hcl2shim/values.go +++ b/internal/configs/hcl2shim/values.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/internal/configs/hcl2shim/values_equiv.go b/internal/configs/hcl2shim/values_equiv.go index cf5b26936a01..649d15009e61 100644 --- a/internal/configs/hcl2shim/values_equiv.go +++ b/internal/configs/hcl2shim/values_equiv.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/internal/configs/hcl2shim/values_equiv_test.go b/internal/configs/hcl2shim/values_equiv_test.go index 65663f4830a6..dff02004a2a4 100644 --- a/internal/configs/hcl2shim/values_equiv_test.go +++ b/internal/configs/hcl2shim/values_equiv_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/internal/configs/hcl2shim/values_test.go b/internal/configs/hcl2shim/values_test.go index 5ca285c96946..66856bf9cc74 100644 --- a/internal/configs/hcl2shim/values_test.go +++ b/internal/configs/hcl2shim/values_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hcl2shim diff --git a/internal/configs/import.go b/internal/configs/import.go index 639595b461f6..f77c04ab91c9 100644 --- a/internal/configs/import.go +++ b/internal/configs/import.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/import_test.go b/internal/configs/import_test.go index bb3ae41805ff..d00acccecb2c 100644 --- a/internal/configs/import_test.go +++ b/internal/configs/import_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/module.go b/internal/configs/module.go index 30694c64f7b9..c7696013b2cc 100644 --- a/internal/configs/module.go +++ b/internal/configs/module.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/module_call.go b/internal/configs/module_call.go index 2f2706f935f1..31fc31e8a97a 100644 --- a/internal/configs/module_call.go +++ b/internal/configs/module_call.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/module_call_test.go b/internal/configs/module_call_test.go index 412a090852e9..bd474eca9fb0 100644 --- a/internal/configs/module_call_test.go +++ b/internal/configs/module_call_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/module_merge.go b/internal/configs/module_merge.go index 104cc2c470dc..01c3f2088c3a 100644 --- a/internal/configs/module_merge.go +++ b/internal/configs/module_merge.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/module_merge_body.go b/internal/configs/module_merge_body.go index a07905dc6723..91e07c447e51 100644 --- a/internal/configs/module_merge_body.go +++ b/internal/configs/module_merge_body.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/module_merge_test.go b/internal/configs/module_merge_test.go index 30f2b6585bd5..227745355d72 100644 --- a/internal/configs/module_merge_test.go +++ b/internal/configs/module_merge_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/module_test.go b/internal/configs/module_test.go index 47fd8b7ed462..c25f6fd85397 100644 --- a/internal/configs/module_test.go +++ b/internal/configs/module_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/moved.go b/internal/configs/moved.go index ee8b068e1f3e..ccc143b9d7d6 100644 --- a/internal/configs/moved.go +++ b/internal/configs/moved.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/moved_test.go b/internal/configs/moved_test.go index 4d4998b25140..54599a341068 100644 --- a/internal/configs/moved_test.go +++ b/internal/configs/moved_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/named_values.go b/internal/configs/named_values.go index 02891b7bc4a9..a1c8b547e523 100644 --- a/internal/configs/named_values.go +++ b/internal/configs/named_values.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/parser.go b/internal/configs/parser.go index 17df9b25a373..26b900161835 100644 --- a/internal/configs/parser.go +++ b/internal/configs/parser.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/parser_config.go b/internal/configs/parser_config.go index 967197e003c6..ac75cca955fb 100644 --- a/internal/configs/parser_config.go +++ b/internal/configs/parser_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/parser_config_dir.go b/internal/configs/parser_config_dir.go index adac0ebcecaa..4ee843af7b82 100644 --- a/internal/configs/parser_config_dir.go +++ b/internal/configs/parser_config_dir.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/parser_config_dir_test.go b/internal/configs/parser_config_dir_test.go index 4494c6f9f604..025b5feb3c57 100644 --- a/internal/configs/parser_config_dir_test.go +++ b/internal/configs/parser_config_dir_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/parser_config_test.go b/internal/configs/parser_config_test.go index f0c8a34ddc79..c305cd1faba2 100644 --- a/internal/configs/parser_config_test.go +++ b/internal/configs/parser_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/parser_test.go b/internal/configs/parser_test.go index 2a3fee5a1b18..9b41c804bdd8 100644 --- a/internal/configs/parser_test.go +++ b/internal/configs/parser_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/parser_values.go b/internal/configs/parser_values.go index cd0f5858146b..2d10b086693d 100644 --- a/internal/configs/parser_values.go +++ b/internal/configs/parser_values.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/parser_values_test.go b/internal/configs/parser_values_test.go index 707d2227223a..9bc56a5f797e 100644 --- a/internal/configs/parser_values_test.go +++ b/internal/configs/parser_values_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/provider.go b/internal/configs/provider.go index 38a5a285f712..309beb169d7b 100644 --- a/internal/configs/provider.go +++ b/internal/configs/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/provider_meta.go b/internal/configs/provider_meta.go index 066f4e343c69..359bfa9fa511 100644 --- a/internal/configs/provider_meta.go +++ b/internal/configs/provider_meta.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/provider_requirements.go b/internal/configs/provider_requirements.go index 28d473867fdb..f4bea7f8f3f7 100644 --- a/internal/configs/provider_requirements.go +++ b/internal/configs/provider_requirements.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/provider_requirements_test.go b/internal/configs/provider_requirements_test.go index 68a8acaf0546..39d4b69a3537 100644 --- a/internal/configs/provider_requirements_test.go +++ b/internal/configs/provider_requirements_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/provider_test.go b/internal/configs/provider_test.go index 2795022413f3..1bee5159e4e8 100644 --- a/internal/configs/provider_test.go +++ b/internal/configs/provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/provider_validation.go b/internal/configs/provider_validation.go index fb8afa79cfff..02c4ee24167d 100644 --- a/internal/configs/provider_validation.go +++ b/internal/configs/provider_validation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/provisioner.go b/internal/configs/provisioner.go index 9b0413b54891..7c6e3b829e73 100644 --- a/internal/configs/provisioner.go +++ b/internal/configs/provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/resource.go b/internal/configs/resource.go index fe86a7ff2a9c..fdbdabf38a62 100644 --- a/internal/configs/resource.go +++ b/internal/configs/resource.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/synth_body.go b/internal/configs/synth_body.go index da491bfa0ea4..479251b2dfe0 100644 --- a/internal/configs/synth_body.go +++ b/internal/configs/synth_body.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/synth_body_test.go b/internal/configs/synth_body_test.go index dd0db58939ea..cbf842d2fd22 100644 --- a/internal/configs/synth_body_test.go +++ b/internal/configs/synth_body_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/util.go b/internal/configs/util.go index c136c7e42f44..019f57598eb6 100644 --- a/internal/configs/util.go +++ b/internal/configs/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/variable_type_hint.go b/internal/configs/variable_type_hint.go index 800619d1d8a8..9190c526bd35 100644 --- a/internal/configs/variable_type_hint.go +++ b/internal/configs/variable_type_hint.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/configs/version_constraint.go b/internal/configs/version_constraint.go index 5ae9b6864a54..d4b93481b2a2 100644 --- a/internal/configs/version_constraint.go +++ b/internal/configs/version_constraint.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package configs diff --git a/internal/copy/copy_dir.go b/internal/copy/copy_dir.go index 34e6907551f8..4170984b56ad 100644 --- a/internal/copy/copy_dir.go +++ b/internal/copy/copy_dir.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package copy diff --git a/internal/copy/copy_dir_test.go b/internal/copy/copy_dir_test.go index 655adb7d795f..c3893072444d 100644 --- a/internal/copy/copy_dir_test.go +++ b/internal/copy/copy_dir_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package copy diff --git a/internal/copy/copy_file.go b/internal/copy/copy_file.go index a3fbb949e477..00697391f0e3 100644 --- a/internal/copy/copy_file.go +++ b/internal/copy/copy_file.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package copy diff --git a/internal/dag/dag.go b/internal/dag/dag.go index 1fedb935994f..2e81627dbaf7 100644 --- a/internal/dag/dag.go +++ b/internal/dag/dag.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/dag_test.go b/internal/dag/dag_test.go index aaf7d80f5611..451bb4e14b6d 100644 --- a/internal/dag/dag_test.go +++ b/internal/dag/dag_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/dot.go b/internal/dag/dot.go index af4671b3998a..f0fd3b219473 100644 --- a/internal/dag/dot.go +++ b/internal/dag/dot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/dot_test.go b/internal/dag/dot_test.go index be8fa9f0e0a0..8b7074d60b05 100644 --- a/internal/dag/dot_test.go +++ b/internal/dag/dot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/edge.go b/internal/dag/edge.go index 2f69aaa5f4f8..d97b91c0db10 100644 --- a/internal/dag/edge.go +++ b/internal/dag/edge.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/edge_test.go b/internal/dag/edge_test.go index fec8d8376ed4..a768dd97ded6 100644 --- a/internal/dag/edge_test.go +++ b/internal/dag/edge_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/graph.go b/internal/dag/graph.go index 37807aa3b2a3..0d66db82e68d 100644 --- a/internal/dag/graph.go +++ b/internal/dag/graph.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/graph_test.go b/internal/dag/graph_test.go index 43d1e9f7cc6d..48755fae91b8 100644 --- a/internal/dag/graph_test.go +++ b/internal/dag/graph_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/marshal.go b/internal/dag/marshal.go index 31d0dc833665..7bfac5ae5f38 100644 --- a/internal/dag/marshal.go +++ b/internal/dag/marshal.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/marshal_test.go b/internal/dag/marshal_test.go index fecbe64e3484..eb4f87718dc9 100644 --- a/internal/dag/marshal_test.go +++ b/internal/dag/marshal_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/set.go b/internal/dag/set.go index 30c0e7d57332..51358eba4112 100644 --- a/internal/dag/set.go +++ b/internal/dag/set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/set_test.go b/internal/dag/set_test.go index 952d4b88c97e..277991d5fb00 100644 --- a/internal/dag/set_test.go +++ b/internal/dag/set_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/tarjan.go b/internal/dag/tarjan.go index cdca54eead06..18b65b51e827 100644 --- a/internal/dag/tarjan.go +++ b/internal/dag/tarjan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/tarjan_test.go b/internal/dag/tarjan_test.go index 1977f2dbbbf1..4e68d5bf77d1 100644 --- a/internal/dag/tarjan_test.go +++ b/internal/dag/tarjan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/walk.go b/internal/dag/walk.go index 1fa18453a75c..07811dad97a1 100644 --- a/internal/dag/walk.go +++ b/internal/dag/walk.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/dag/walk_test.go b/internal/dag/walk_test.go index b29d194bb5c8..ddb3b8055b1e 100644 --- a/internal/dag/walk_test.go +++ b/internal/dag/walk_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package dag diff --git a/internal/depsfile/doc.go b/internal/depsfile/doc.go index d432642b57d3..d00a95851164 100644 --- a/internal/depsfile/doc.go +++ b/internal/depsfile/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package depsfile contains the logic for reading and writing Terraform's // dependency lock and development override configuration files. diff --git a/internal/depsfile/locks.go b/internal/depsfile/locks.go index 3cf4472988fc..cc504825dd1c 100644 --- a/internal/depsfile/locks.go +++ b/internal/depsfile/locks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package depsfile diff --git a/internal/depsfile/locks_file.go b/internal/depsfile/locks_file.go index cfc71d5d56a8..db14a414f578 100644 --- a/internal/depsfile/locks_file.go +++ b/internal/depsfile/locks_file.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package depsfile diff --git a/internal/depsfile/locks_file_test.go b/internal/depsfile/locks_file_test.go index 5b3d78a859ea..a541e3dc2323 100644 --- a/internal/depsfile/locks_file_test.go +++ b/internal/depsfile/locks_file_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package depsfile diff --git a/internal/depsfile/locks_test.go b/internal/depsfile/locks_test.go index eb371b405e3f..f9be8cd6e633 100644 --- a/internal/depsfile/locks_test.go +++ b/internal/depsfile/locks_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package depsfile diff --git a/internal/depsfile/paths.go b/internal/depsfile/paths.go index 806dba642240..54c2895d57e8 100644 --- a/internal/depsfile/paths.go +++ b/internal/depsfile/paths.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package depsfile diff --git a/internal/depsfile/testing.go b/internal/depsfile/testing.go index 6962a100a0de..651296a3642d 100644 --- a/internal/depsfile/testing.go +++ b/internal/depsfile/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package depsfile diff --git a/internal/didyoumean/name_suggestion.go b/internal/didyoumean/name_suggestion.go index c0653702b0b5..83612a593ce4 100644 --- a/internal/didyoumean/name_suggestion.go +++ b/internal/didyoumean/name_suggestion.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package didyoumean diff --git a/internal/didyoumean/name_suggestion_test.go b/internal/didyoumean/name_suggestion_test.go index eb31a2b9bb1e..1a44dbdc09e6 100644 --- a/internal/didyoumean/name_suggestion_test.go +++ b/internal/didyoumean/name_suggestion_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package didyoumean diff --git a/internal/e2e/e2e.go b/internal/e2e/e2e.go index 74ce8bda7755..77cc86a1292b 100644 --- a/internal/e2e/e2e.go +++ b/internal/e2e/e2e.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package e2e diff --git a/internal/experiments/doc.go b/internal/experiments/doc.go index 5f273cf7b301..0e671be50b2f 100644 --- a/internal/experiments/doc.go +++ b/internal/experiments/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package experiments contains the models and logic for opt-in experiments // that can be activated for a particular Terraform module. diff --git a/internal/experiments/errors.go b/internal/experiments/errors.go index 549f37e68c91..b6d59778c50b 100644 --- a/internal/experiments/errors.go +++ b/internal/experiments/errors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package experiments diff --git a/internal/experiments/experiment.go b/internal/experiments/experiment.go index 901c4e5efb52..3164939b0a8f 100644 --- a/internal/experiments/experiment.go +++ b/internal/experiments/experiment.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package experiments diff --git a/internal/experiments/set.go b/internal/experiments/set.go index 5366de57ba45..89bce6c7c379 100644 --- a/internal/experiments/set.go +++ b/internal/experiments/set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package experiments diff --git a/internal/experiments/testing.go b/internal/experiments/testing.go index d05da30db0d8..c2fd935af7f0 100644 --- a/internal/experiments/testing.go +++ b/internal/experiments/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package experiments diff --git a/internal/getmodules/doc.go b/internal/getmodules/doc.go index 5499d9298d30..dec6c5ace5eb 100644 --- a/internal/getmodules/doc.go +++ b/internal/getmodules/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package getmodules contains the low-level functionality for fetching // remote module packages. It's essentially just a thin wrapper around diff --git a/internal/getmodules/file_detector.go b/internal/getmodules/file_detector.go index eb059775d46e..704bb0270938 100644 --- a/internal/getmodules/file_detector.go +++ b/internal/getmodules/file_detector.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getmodules diff --git a/internal/getmodules/getter.go b/internal/getmodules/getter.go index 89c116c954b0..09da63c16341 100644 --- a/internal/getmodules/getter.go +++ b/internal/getmodules/getter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getmodules diff --git a/internal/getmodules/installer.go b/internal/getmodules/installer.go index b9bad5664594..20836409ea13 100644 --- a/internal/getmodules/installer.go +++ b/internal/getmodules/installer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getmodules diff --git a/internal/getmodules/package.go b/internal/getmodules/package.go index c7352f123c9e..a7d8097a70f9 100644 --- a/internal/getmodules/package.go +++ b/internal/getmodules/package.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getmodules diff --git a/internal/getmodules/subdir.go b/internal/getmodules/subdir.go index ee2e0f925526..77332b8cd4a1 100644 --- a/internal/getmodules/subdir.go +++ b/internal/getmodules/subdir.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getmodules diff --git a/internal/getproviders/didyoumean.go b/internal/getproviders/didyoumean.go index 269ce6ddbdff..e6f2b767276e 100644 --- a/internal/getproviders/didyoumean.go +++ b/internal/getproviders/didyoumean.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/didyoumean_test.go b/internal/getproviders/didyoumean_test.go index a9d97cb82f43..fbff1ff06a77 100644 --- a/internal/getproviders/didyoumean_test.go +++ b/internal/getproviders/didyoumean_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/doc.go b/internal/getproviders/doc.go index 715c9ae42e29..1478249db42b 100644 --- a/internal/getproviders/doc.go +++ b/internal/getproviders/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package getproviders is the lowest-level provider automatic installation // functionality. It can answer questions about what providers and provider diff --git a/internal/getproviders/errors.go b/internal/getproviders/errors.go index aa87466f7a88..c0f81a27dfdf 100644 --- a/internal/getproviders/errors.go +++ b/internal/getproviders/errors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/filesystem_mirror_source.go b/internal/getproviders/filesystem_mirror_source.go index 039f06cfa9b3..48da19b70dfa 100644 --- a/internal/getproviders/filesystem_mirror_source.go +++ b/internal/getproviders/filesystem_mirror_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/filesystem_mirror_source_test.go b/internal/getproviders/filesystem_mirror_source_test.go index ba3be8d91f33..0a36b4a4049f 100644 --- a/internal/getproviders/filesystem_mirror_source_test.go +++ b/internal/getproviders/filesystem_mirror_source_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/filesystem_search.go b/internal/getproviders/filesystem_search.go index c50a1486a4fb..f9a07f92abbe 100644 --- a/internal/getproviders/filesystem_search.go +++ b/internal/getproviders/filesystem_search.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/filesystem_search_test.go b/internal/getproviders/filesystem_search_test.go index 0658c99f0aa5..145252479980 100644 --- a/internal/getproviders/filesystem_search_test.go +++ b/internal/getproviders/filesystem_search_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/hanging_source.go b/internal/getproviders/hanging_source.go index fe0dc8a9efca..7fac4d542b0d 100644 --- a/internal/getproviders/hanging_source.go +++ b/internal/getproviders/hanging_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/hash.go b/internal/getproviders/hash.go index 2f5820772be0..79da483d1632 100644 --- a/internal/getproviders/hash.go +++ b/internal/getproviders/hash.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/hash_test.go b/internal/getproviders/hash_test.go index 29dad2a6c660..36510ae11d99 100644 --- a/internal/getproviders/hash_test.go +++ b/internal/getproviders/hash_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/http_mirror_source.go b/internal/getproviders/http_mirror_source.go index a13d49297763..6e838aee35da 100644 --- a/internal/getproviders/http_mirror_source.go +++ b/internal/getproviders/http_mirror_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/http_mirror_source_test.go b/internal/getproviders/http_mirror_source_test.go index 3679579837d6..32ec618c6056 100644 --- a/internal/getproviders/http_mirror_source_test.go +++ b/internal/getproviders/http_mirror_source_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/memoize_source.go b/internal/getproviders/memoize_source.go index 4ae8add903d3..bbd400ce8759 100644 --- a/internal/getproviders/memoize_source.go +++ b/internal/getproviders/memoize_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/memoize_source_test.go b/internal/getproviders/memoize_source_test.go index f58d03973b86..30489eca65a8 100644 --- a/internal/getproviders/memoize_source_test.go +++ b/internal/getproviders/memoize_source_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/multi_source.go b/internal/getproviders/multi_source.go index 9ef3226f6cf5..287622f1de08 100644 --- a/internal/getproviders/multi_source.go +++ b/internal/getproviders/multi_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/multi_source_test.go b/internal/getproviders/multi_source_test.go index 7860a3ee2b4b..1311b837420c 100644 --- a/internal/getproviders/multi_source_test.go +++ b/internal/getproviders/multi_source_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/package_authentication.go b/internal/getproviders/package_authentication.go index 86663bffd87e..b7a98b277c1f 100644 --- a/internal/getproviders/package_authentication.go +++ b/internal/getproviders/package_authentication.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/package_authentication_test.go b/internal/getproviders/package_authentication_test.go index 9f1f4f016b8e..bdfee402ac51 100644 --- a/internal/getproviders/package_authentication_test.go +++ b/internal/getproviders/package_authentication_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/public_keys.go b/internal/getproviders/public_keys.go index 68a174d57741..1d4ecba1a5ee 100644 --- a/internal/getproviders/public_keys.go +++ b/internal/getproviders/public_keys.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/registry_client.go b/internal/getproviders/registry_client.go index e8dabf4899a0..82ab2ed8737f 100644 --- a/internal/getproviders/registry_client.go +++ b/internal/getproviders/registry_client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/registry_client_test.go b/internal/getproviders/registry_client_test.go index 8741c020308c..d2267d2d6e0b 100644 --- a/internal/getproviders/registry_client_test.go +++ b/internal/getproviders/registry_client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/registry_source.go b/internal/getproviders/registry_source.go index e0db7c595356..c001a89a8d42 100644 --- a/internal/getproviders/registry_source.go +++ b/internal/getproviders/registry_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/registry_source_test.go b/internal/getproviders/registry_source_test.go index d88ca3433571..2759995810e8 100644 --- a/internal/getproviders/registry_source_test.go +++ b/internal/getproviders/registry_source_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/source.go b/internal/getproviders/source.go index af6a6de44ca5..7e286189feb5 100644 --- a/internal/getproviders/source.go +++ b/internal/getproviders/source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/types.go b/internal/getproviders/types.go index a4ca6e6e11a0..23bc4f898869 100644 --- a/internal/getproviders/types.go +++ b/internal/getproviders/types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/getproviders/types_test.go b/internal/getproviders/types_test.go index 4c07f5da89b9..debc64f4cfda 100644 --- a/internal/getproviders/types_test.go +++ b/internal/getproviders/types_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package getproviders diff --git a/internal/grpcwrap/provider.go b/internal/grpcwrap/provider.go index 203d83685526..a9d531f0b31b 100644 --- a/internal/grpcwrap/provider.go +++ b/internal/grpcwrap/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package grpcwrap diff --git a/internal/grpcwrap/provider6.go b/internal/grpcwrap/provider6.go index a6470a0e2351..08ac0b4dd4f5 100644 --- a/internal/grpcwrap/provider6.go +++ b/internal/grpcwrap/provider6.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package grpcwrap diff --git a/internal/grpcwrap/provisioner.go b/internal/grpcwrap/provisioner.go index 4033e51e825b..f813f99dd89b 100644 --- a/internal/grpcwrap/provisioner.go +++ b/internal/grpcwrap/provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package grpcwrap diff --git a/internal/helper/slowmessage/slowmessage.go b/internal/helper/slowmessage/slowmessage.go index df53e57521c7..6b9f6e5eeb0d 100644 --- a/internal/helper/slowmessage/slowmessage.go +++ b/internal/helper/slowmessage/slowmessage.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package slowmessage diff --git a/internal/helper/slowmessage/slowmessage_test.go b/internal/helper/slowmessage/slowmessage_test.go index 48c320fc11c0..4bea94c5006e 100644 --- a/internal/helper/slowmessage/slowmessage_test.go +++ b/internal/helper/slowmessage/slowmessage_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package slowmessage diff --git a/internal/httpclient/client.go b/internal/httpclient/client.go index 60a6551e1426..7dcdfdd004d2 100644 --- a/internal/httpclient/client.go +++ b/internal/httpclient/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpclient diff --git a/internal/httpclient/client_test.go b/internal/httpclient/client_test.go index 029667ad266f..9c262eeb9f40 100644 --- a/internal/httpclient/client_test.go +++ b/internal/httpclient/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpclient diff --git a/internal/httpclient/useragent.go b/internal/httpclient/useragent.go index 366a5ae1b1aa..45b715fd8c03 100644 --- a/internal/httpclient/useragent.go +++ b/internal/httpclient/useragent.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpclient diff --git a/internal/httpclient/useragent_test.go b/internal/httpclient/useragent_test.go index 9eda8e2be3fd..c93b3bbd95ca 100644 --- a/internal/httpclient/useragent_test.go +++ b/internal/httpclient/useragent_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package httpclient diff --git a/internal/initwd/doc.go b/internal/initwd/doc.go index 2336816a2408..9d56a4ac39d9 100644 --- a/internal/initwd/doc.go +++ b/internal/initwd/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package initwd contains various helper functions used by the "terraform init" // command to initialize a working directory. diff --git a/internal/initwd/from_module.go b/internal/initwd/from_module.go index 115d25599d2d..795f94b98c94 100644 --- a/internal/initwd/from_module.go +++ b/internal/initwd/from_module.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package initwd diff --git a/internal/initwd/from_module_test.go b/internal/initwd/from_module_test.go index 014c8afb6bd9..90349f38cb2c 100644 --- a/internal/initwd/from_module_test.go +++ b/internal/initwd/from_module_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package initwd diff --git a/internal/initwd/module_install.go b/internal/initwd/module_install.go index 8bdd9caa6acf..0fcfc046cc9a 100644 --- a/internal/initwd/module_install.go +++ b/internal/initwd/module_install.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package initwd diff --git a/internal/initwd/module_install_hooks.go b/internal/initwd/module_install_hooks.go index 7352634522c3..3fbdfdcf8deb 100644 --- a/internal/initwd/module_install_hooks.go +++ b/internal/initwd/module_install_hooks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package initwd diff --git a/internal/initwd/module_install_test.go b/internal/initwd/module_install_test.go index 8e7923e138e7..a66bdd6e7031 100644 --- a/internal/initwd/module_install_test.go +++ b/internal/initwd/module_install_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package initwd diff --git a/internal/initwd/testing.go b/internal/initwd/testing.go index f7416a911a60..87fa8c4766c5 100644 --- a/internal/initwd/testing.go +++ b/internal/initwd/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package initwd diff --git a/internal/instances/expander.go b/internal/instances/expander.go index f72212bc6645..98b5999da8b0 100644 --- a/internal/instances/expander.go +++ b/internal/instances/expander.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/internal/instances/expander_test.go b/internal/instances/expander_test.go index a0d0a384bb51..a9a4e913c527 100644 --- a/internal/instances/expander_test.go +++ b/internal/instances/expander_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/internal/instances/expansion_mode.go b/internal/instances/expansion_mode.go index f5e8b5b00353..a241e6a04ecb 100644 --- a/internal/instances/expansion_mode.go +++ b/internal/instances/expansion_mode.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/internal/instances/instance_key_data.go b/internal/instances/instance_key_data.go index 595f91822824..12e71260ed59 100644 --- a/internal/instances/instance_key_data.go +++ b/internal/instances/instance_key_data.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/internal/instances/set.go b/internal/instances/set.go index a1f8842bd4ad..50ce8f2048cf 100644 --- a/internal/instances/set.go +++ b/internal/instances/set.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/internal/instances/set_test.go b/internal/instances/set_test.go index 2b64147645d5..74ebc22a213c 100644 --- a/internal/instances/set_test.go +++ b/internal/instances/set_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/internal/ipaddr/doc.go b/internal/ipaddr/doc.go index e9438c11adca..c95ac881b237 100644 --- a/internal/ipaddr/doc.go +++ b/internal/ipaddr/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package ipaddr is a fork of a subset of the Go standard "net" package which // retains parsing behaviors from Go 1.16 or earlier. diff --git a/internal/lang/blocktoattr/doc.go b/internal/lang/blocktoattr/doc.go index f3cf3222e1c8..858f54f9097a 100644 --- a/internal/lang/blocktoattr/doc.go +++ b/internal/lang/blocktoattr/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package blocktoattr includes some helper functions that can perform // preprocessing on a HCL body where a configschema.Block schema is available diff --git a/internal/lang/blocktoattr/fixup.go b/internal/lang/blocktoattr/fixup.go index f2233fd1bf9b..9084e29e4c76 100644 --- a/internal/lang/blocktoattr/fixup.go +++ b/internal/lang/blocktoattr/fixup.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package blocktoattr diff --git a/internal/lang/blocktoattr/fixup_bench_test.go b/internal/lang/blocktoattr/fixup_bench_test.go index 45e5ef508696..a6aeffd1deb5 100644 --- a/internal/lang/blocktoattr/fixup_bench_test.go +++ b/internal/lang/blocktoattr/fixup_bench_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package blocktoattr diff --git a/internal/lang/blocktoattr/fixup_test.go b/internal/lang/blocktoattr/fixup_test.go index 11b3782d2ea0..ce8ee8abaad0 100644 --- a/internal/lang/blocktoattr/fixup_test.go +++ b/internal/lang/blocktoattr/fixup_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package blocktoattr diff --git a/internal/lang/blocktoattr/schema.go b/internal/lang/blocktoattr/schema.go index 67caa902e9cc..4ee88ec33920 100644 --- a/internal/lang/blocktoattr/schema.go +++ b/internal/lang/blocktoattr/schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package blocktoattr diff --git a/internal/lang/blocktoattr/variables.go b/internal/lang/blocktoattr/variables.go index cde31384a351..f05f1e8aab8d 100644 --- a/internal/lang/blocktoattr/variables.go +++ b/internal/lang/blocktoattr/variables.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package blocktoattr diff --git a/internal/lang/blocktoattr/variables_test.go b/internal/lang/blocktoattr/variables_test.go index a8fed7981b20..e2a4d6f52bed 100644 --- a/internal/lang/blocktoattr/variables_test.go +++ b/internal/lang/blocktoattr/variables_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package blocktoattr diff --git a/internal/lang/data.go b/internal/lang/data.go index cc8aeb1e46a9..964c8a95f695 100644 --- a/internal/lang/data.go +++ b/internal/lang/data.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lang diff --git a/internal/lang/data_test.go b/internal/lang/data_test.go index c0dde96691ce..32569beb1d1f 100644 --- a/internal/lang/data_test.go +++ b/internal/lang/data_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lang diff --git a/internal/lang/doc.go b/internal/lang/doc.go index eea449517da1..2ff87b053364 100644 --- a/internal/lang/doc.go +++ b/internal/lang/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package lang deals with the runtime aspects of Terraform's configuration // language, with concerns such as expression evaluation. It is closely related diff --git a/internal/lang/eval.go b/internal/lang/eval.go index d81af25106bc..be8077169fd5 100644 --- a/internal/lang/eval.go +++ b/internal/lang/eval.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lang diff --git a/internal/lang/eval_test.go b/internal/lang/eval_test.go index 2cfcd231f87e..6c7bb943763e 100644 --- a/internal/lang/eval_test.go +++ b/internal/lang/eval_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lang diff --git a/internal/lang/funcs/cidr.go b/internal/lang/funcs/cidr.go index 12f27943178a..3b20d5d83a87 100644 --- a/internal/lang/funcs/cidr.go +++ b/internal/lang/funcs/cidr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/cidr_test.go b/internal/lang/funcs/cidr_test.go index 3b0591c13ab7..2845a0ab320c 100644 --- a/internal/lang/funcs/cidr_test.go +++ b/internal/lang/funcs/cidr_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/collection.go b/internal/lang/funcs/collection.go index 88dc7c941285..0fb23d902de2 100644 --- a/internal/lang/funcs/collection.go +++ b/internal/lang/funcs/collection.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/collection_test.go b/internal/lang/funcs/collection_test.go index e3749d2efd67..27c531c13888 100644 --- a/internal/lang/funcs/collection_test.go +++ b/internal/lang/funcs/collection_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/conversion.go b/internal/lang/funcs/conversion.go index aa950e363705..fc858c56ba0b 100644 --- a/internal/lang/funcs/conversion.go +++ b/internal/lang/funcs/conversion.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/conversion_test.go b/internal/lang/funcs/conversion_test.go index e5b0e5dfc16e..c8929da09885 100644 --- a/internal/lang/funcs/conversion_test.go +++ b/internal/lang/funcs/conversion_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/crypto.go b/internal/lang/funcs/crypto.go index 0b7bef984f31..550e3d833b88 100644 --- a/internal/lang/funcs/crypto.go +++ b/internal/lang/funcs/crypto.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/crypto_test.go b/internal/lang/funcs/crypto_test.go index 0014565eb0c7..efabb95c72b0 100644 --- a/internal/lang/funcs/crypto_test.go +++ b/internal/lang/funcs/crypto_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/datetime.go b/internal/lang/funcs/datetime.go index 29896b4e81be..9907428ac232 100644 --- a/internal/lang/funcs/datetime.go +++ b/internal/lang/funcs/datetime.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/datetime_test.go b/internal/lang/funcs/datetime_test.go index c792aa5fc943..a4c3726013bf 100644 --- a/internal/lang/funcs/datetime_test.go +++ b/internal/lang/funcs/datetime_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/descriptions.go b/internal/lang/funcs/descriptions.go index 587614a39c60..04cb17c32dcd 100644 --- a/internal/lang/funcs/descriptions.go +++ b/internal/lang/funcs/descriptions.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/encoding.go b/internal/lang/funcs/encoding.go index 8001fe97dbbf..94ccc7e017e5 100644 --- a/internal/lang/funcs/encoding.go +++ b/internal/lang/funcs/encoding.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/encoding_test.go b/internal/lang/funcs/encoding_test.go index c1ba3fa6507d..a29022dfa2bc 100644 --- a/internal/lang/funcs/encoding_test.go +++ b/internal/lang/funcs/encoding_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/filesystem.go b/internal/lang/funcs/filesystem.go index 8363980fcd7b..e0b394c05633 100644 --- a/internal/lang/funcs/filesystem.go +++ b/internal/lang/funcs/filesystem.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/filesystem_test.go b/internal/lang/funcs/filesystem_test.go index 82322807a8b7..f003ac3c0edb 100644 --- a/internal/lang/funcs/filesystem_test.go +++ b/internal/lang/funcs/filesystem_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/number.go b/internal/lang/funcs/number.go index 8a8f1410ff74..d90b2f45e316 100644 --- a/internal/lang/funcs/number.go +++ b/internal/lang/funcs/number.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/number_test.go b/internal/lang/funcs/number_test.go index ac2f2b621f3e..1cdc002baccf 100644 --- a/internal/lang/funcs/number_test.go +++ b/internal/lang/funcs/number_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/redact.go b/internal/lang/funcs/redact.go index 5737850323b3..1cb023dfea9e 100644 --- a/internal/lang/funcs/redact.go +++ b/internal/lang/funcs/redact.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/redact_test.go b/internal/lang/funcs/redact_test.go index 2c37fd8543f0..5f67c4653245 100644 --- a/internal/lang/funcs/redact_test.go +++ b/internal/lang/funcs/redact_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/sensitive.go b/internal/lang/funcs/sensitive.go index ea8d3dfbbb26..a08481762952 100644 --- a/internal/lang/funcs/sensitive.go +++ b/internal/lang/funcs/sensitive.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/sensitive_test.go b/internal/lang/funcs/sensitive_test.go index fb1a75f08120..8d510cd8a1da 100644 --- a/internal/lang/funcs/sensitive_test.go +++ b/internal/lang/funcs/sensitive_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/string.go b/internal/lang/funcs/string.go index 454c118a4a70..311ee41ed4d3 100644 --- a/internal/lang/funcs/string.go +++ b/internal/lang/funcs/string.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/funcs/string_test.go b/internal/lang/funcs/string_test.go index c89d17a67cab..b66c2611d7c2 100644 --- a/internal/lang/funcs/string_test.go +++ b/internal/lang/funcs/string_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package funcs diff --git a/internal/lang/functions.go b/internal/lang/functions.go index 514135588718..d44f10a21e2d 100644 --- a/internal/lang/functions.go +++ b/internal/lang/functions.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lang diff --git a/internal/lang/functions_descriptions_test.go b/internal/lang/functions_descriptions_test.go index 210cdae32791..969c64558a58 100644 --- a/internal/lang/functions_descriptions_test.go +++ b/internal/lang/functions_descriptions_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lang diff --git a/internal/lang/functions_test.go b/internal/lang/functions_test.go index 103b4eb5d45d..c1746d92efb0 100644 --- a/internal/lang/functions_test.go +++ b/internal/lang/functions_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lang diff --git a/internal/lang/globalref/analyzer.go b/internal/lang/globalref/analyzer.go index eb4b58624936..289b05b15440 100644 --- a/internal/lang/globalref/analyzer.go +++ b/internal/lang/globalref/analyzer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package globalref diff --git a/internal/lang/globalref/analyzer_contributing_resources.go b/internal/lang/globalref/analyzer_contributing_resources.go index 23cc2d5884b6..1f4d78c26173 100644 --- a/internal/lang/globalref/analyzer_contributing_resources.go +++ b/internal/lang/globalref/analyzer_contributing_resources.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package globalref diff --git a/internal/lang/globalref/analyzer_contributing_resources_test.go b/internal/lang/globalref/analyzer_contributing_resources_test.go index 873b35f05ad2..158d6ac27677 100644 --- a/internal/lang/globalref/analyzer_contributing_resources_test.go +++ b/internal/lang/globalref/analyzer_contributing_resources_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package globalref diff --git a/internal/lang/globalref/analyzer_meta_references.go b/internal/lang/globalref/analyzer_meta_references.go index e69df8067e07..dcc3d4dea237 100644 --- a/internal/lang/globalref/analyzer_meta_references.go +++ b/internal/lang/globalref/analyzer_meta_references.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package globalref diff --git a/internal/lang/globalref/analyzer_meta_references_shortcuts.go b/internal/lang/globalref/analyzer_meta_references_shortcuts.go index 8a76ae63ebb4..35784a39d532 100644 --- a/internal/lang/globalref/analyzer_meta_references_shortcuts.go +++ b/internal/lang/globalref/analyzer_meta_references_shortcuts.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package globalref diff --git a/internal/lang/globalref/analyzer_meta_references_test.go b/internal/lang/globalref/analyzer_meta_references_test.go index 13cabe3b58d3..b17433de16b3 100644 --- a/internal/lang/globalref/analyzer_meta_references_test.go +++ b/internal/lang/globalref/analyzer_meta_references_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package globalref diff --git a/internal/lang/globalref/analyzer_test.go b/internal/lang/globalref/analyzer_test.go index 93bea21f74de..5836c28c6bea 100644 --- a/internal/lang/globalref/analyzer_test.go +++ b/internal/lang/globalref/analyzer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package globalref diff --git a/internal/lang/globalref/doc.go b/internal/lang/globalref/doc.go index cca7eeff2df9..f4857a8b8952 100644 --- a/internal/lang/globalref/doc.go +++ b/internal/lang/globalref/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package globalref is home to some analysis algorithms that aim to answer // questions about references between objects and object attributes across diff --git a/internal/lang/globalref/reference.go b/internal/lang/globalref/reference.go index a6cacb478830..62f80d9acb69 100644 --- a/internal/lang/globalref/reference.go +++ b/internal/lang/globalref/reference.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package globalref diff --git a/internal/lang/marks/marks.go b/internal/lang/marks/marks.go index 4b98d1eb8913..5c3a6d8c7fce 100644 --- a/internal/lang/marks/marks.go +++ b/internal/lang/marks/marks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package marks diff --git a/internal/lang/references.go b/internal/lang/references.go index 25ddaa74f030..7001e1492fea 100644 --- a/internal/lang/references.go +++ b/internal/lang/references.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lang diff --git a/internal/lang/scope.go b/internal/lang/scope.go index 141ce54c8b56..1662a66ca446 100644 --- a/internal/lang/scope.go +++ b/internal/lang/scope.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package lang diff --git a/internal/lang/types/type_type.go b/internal/lang/types/type_type.go index e0c3cb9a4b9e..323544b6d4ac 100644 --- a/internal/lang/types/type_type.go +++ b/internal/lang/types/type_type.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/lang/types/types.go b/internal/lang/types/types.go index b322c6f89140..856a79ba0bc6 100644 --- a/internal/lang/types/types.go +++ b/internal/lang/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 contains non-standard cty types used only within Terraform. package types diff --git a/internal/legacy/helper/acctest/acctest.go b/internal/legacy/helper/acctest/acctest.go index 06b0229b156f..b5c101f4f996 100644 --- a/internal/legacy/helper/acctest/acctest.go +++ b/internal/legacy/helper/acctest/acctest.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package acctest contains for Terraform Acceptance Tests package acctest diff --git a/internal/legacy/helper/acctest/random.go b/internal/legacy/helper/acctest/random.go index bbbc48d10395..faa81bc4e452 100644 --- a/internal/legacy/helper/acctest/random.go +++ b/internal/legacy/helper/acctest/random.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acctest diff --git a/internal/legacy/helper/acctest/random_test.go b/internal/legacy/helper/acctest/random_test.go index 5ae494ce8b96..5ff3eaa0e331 100644 --- a/internal/legacy/helper/acctest/random_test.go +++ b/internal/legacy/helper/acctest/random_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acctest diff --git a/internal/legacy/helper/acctest/remotetests.go b/internal/legacy/helper/acctest/remotetests.go index 247557586dc2..1677ffaeb44d 100644 --- a/internal/legacy/helper/acctest/remotetests.go +++ b/internal/legacy/helper/acctest/remotetests.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package acctest diff --git a/internal/legacy/helper/hashcode/hashcode.go b/internal/legacy/helper/hashcode/hashcode.go index 21622a08b3cc..6e18b525752d 100644 --- a/internal/legacy/helper/hashcode/hashcode.go +++ b/internal/legacy/helper/hashcode/hashcode.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hashcode diff --git a/internal/legacy/helper/hashcode/hashcode_test.go b/internal/legacy/helper/hashcode/hashcode_test.go index 3fb60492e8b1..2f9d1f6650ce 100644 --- a/internal/legacy/helper/hashcode/hashcode_test.go +++ b/internal/legacy/helper/hashcode/hashcode_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package hashcode diff --git a/internal/legacy/helper/schema/backend.go b/internal/legacy/helper/schema/backend.go index 2301638bd9da..68255d29a1ed 100644 --- a/internal/legacy/helper/schema/backend.go +++ b/internal/legacy/helper/schema/backend.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/backend_test.go b/internal/legacy/helper/schema/backend_test.go index ca28e0606851..49b0933b3a43 100644 --- a/internal/legacy/helper/schema/backend_test.go +++ b/internal/legacy/helper/schema/backend_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/core_schema.go b/internal/legacy/helper/schema/core_schema.go index 490fa71b0b20..5ca7bd04d3ee 100644 --- a/internal/legacy/helper/schema/core_schema.go +++ b/internal/legacy/helper/schema/core_schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/core_schema_test.go b/internal/legacy/helper/schema/core_schema_test.go index 903150b870f1..a86b57bb8fd5 100644 --- a/internal/legacy/helper/schema/core_schema_test.go +++ b/internal/legacy/helper/schema/core_schema_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/data_source_resource_shim.go b/internal/legacy/helper/schema/data_source_resource_shim.go index 3a01c0f32f65..c7e51b6c0506 100644 --- a/internal/legacy/helper/schema/data_source_resource_shim.go +++ b/internal/legacy/helper/schema/data_source_resource_shim.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/doc.go b/internal/legacy/helper/schema/doc.go index 230e30e82794..90e845909f25 100644 --- a/internal/legacy/helper/schema/doc.go +++ b/internal/legacy/helper/schema/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package schema is a legacy package that used to represent the SDK, which is now its own // library external to Terraform Core https://github.com/hashicorp/terraform-plugin-sdk diff --git a/internal/legacy/helper/schema/equal.go b/internal/legacy/helper/schema/equal.go index 92a02b3b3ac3..f713ec464ddf 100644 --- a/internal/legacy/helper/schema/equal.go +++ b/internal/legacy/helper/schema/equal.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_reader.go b/internal/legacy/helper/schema/field_reader.go index cd72a61fa60f..781aa27d592e 100644 --- a/internal/legacy/helper/schema/field_reader.go +++ b/internal/legacy/helper/schema/field_reader.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_reader_config.go b/internal/legacy/helper/schema/field_reader_config.go index 3ee04597413c..15b848fc5f52 100644 --- a/internal/legacy/helper/schema/field_reader_config.go +++ b/internal/legacy/helper/schema/field_reader_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_reader_config_test.go b/internal/legacy/helper/schema/field_reader_config_test.go index 387f4538b0a1..c700905d0295 100644 --- a/internal/legacy/helper/schema/field_reader_config_test.go +++ b/internal/legacy/helper/schema/field_reader_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_reader_diff.go b/internal/legacy/helper/schema/field_reader_diff.go index b3326b452811..671491d7c583 100644 --- a/internal/legacy/helper/schema/field_reader_diff.go +++ b/internal/legacy/helper/schema/field_reader_diff.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_reader_diff_test.go b/internal/legacy/helper/schema/field_reader_diff_test.go index 121cf8eeefdf..dff8bd132cd6 100644 --- a/internal/legacy/helper/schema/field_reader_diff_test.go +++ b/internal/legacy/helper/schema/field_reader_diff_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_reader_map.go b/internal/legacy/helper/schema/field_reader_map.go index 0a96a24b6e0b..05d5c6870e0d 100644 --- a/internal/legacy/helper/schema/field_reader_map.go +++ b/internal/legacy/helper/schema/field_reader_map.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_reader_map_test.go b/internal/legacy/helper/schema/field_reader_map_test.go index f3df889d1635..b1f12ff3b1cc 100644 --- a/internal/legacy/helper/schema/field_reader_map_test.go +++ b/internal/legacy/helper/schema/field_reader_map_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_reader_multi.go b/internal/legacy/helper/schema/field_reader_multi.go index da4c9c81500d..42c229dcb221 100644 --- a/internal/legacy/helper/schema/field_reader_multi.go +++ b/internal/legacy/helper/schema/field_reader_multi.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_reader_multi_test.go b/internal/legacy/helper/schema/field_reader_multi_test.go index c4f4639f9aad..ceabbd5fb8c7 100644 --- a/internal/legacy/helper/schema/field_reader_multi_test.go +++ b/internal/legacy/helper/schema/field_reader_multi_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_reader_test.go b/internal/legacy/helper/schema/field_reader_test.go index 4c5060fd5580..ebf8f84673d4 100644 --- a/internal/legacy/helper/schema/field_reader_test.go +++ b/internal/legacy/helper/schema/field_reader_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_writer.go b/internal/legacy/helper/schema/field_writer.go index be4fae5060eb..62f4e661c0cf 100644 --- a/internal/legacy/helper/schema/field_writer.go +++ b/internal/legacy/helper/schema/field_writer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_writer_map.go b/internal/legacy/helper/schema/field_writer_map.go index f022b18d1a9d..b13f04569250 100644 --- a/internal/legacy/helper/schema/field_writer_map.go +++ b/internal/legacy/helper/schema/field_writer_map.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/field_writer_map_test.go b/internal/legacy/helper/schema/field_writer_map_test.go index db0b71140d43..7ae1b648cb31 100644 --- a/internal/legacy/helper/schema/field_writer_map_test.go +++ b/internal/legacy/helper/schema/field_writer_map_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/provider.go b/internal/legacy/helper/schema/provider.go index a783a36e6107..1f5357704b0a 100644 --- a/internal/legacy/helper/schema/provider.go +++ b/internal/legacy/helper/schema/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/provider_test.go b/internal/legacy/helper/schema/provider_test.go index 2f2bc8da845f..d0ab45a27aae 100644 --- a/internal/legacy/helper/schema/provider_test.go +++ b/internal/legacy/helper/schema/provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/provisioner.go b/internal/legacy/helper/schema/provisioner.go index 02b1afc76f00..dafb3c01e068 100644 --- a/internal/legacy/helper/schema/provisioner.go +++ b/internal/legacy/helper/schema/provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/provisioner_test.go b/internal/legacy/helper/schema/provisioner_test.go index a5a93189b76e..1866d447f6fc 100644 --- a/internal/legacy/helper/schema/provisioner_test.go +++ b/internal/legacy/helper/schema/provisioner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/resource.go b/internal/legacy/helper/schema/resource.go index 5cd468e31f4a..6ca395b32031 100644 --- a/internal/legacy/helper/schema/resource.go +++ b/internal/legacy/helper/schema/resource.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/resource_data.go b/internal/legacy/helper/schema/resource_data.go index e3f393b8ef0b..b728e3545a19 100644 --- a/internal/legacy/helper/schema/resource_data.go +++ b/internal/legacy/helper/schema/resource_data.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/resource_data_get_source.go b/internal/legacy/helper/schema/resource_data_get_source.go index 3684ffc3bfb3..068bff36c8bd 100644 --- a/internal/legacy/helper/schema/resource_data_get_source.go +++ b/internal/legacy/helper/schema/resource_data_get_source.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/resource_data_test.go b/internal/legacy/helper/schema/resource_data_test.go index 2160c307a3a0..1115fb877291 100644 --- a/internal/legacy/helper/schema/resource_data_test.go +++ b/internal/legacy/helper/schema/resource_data_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/resource_diff.go b/internal/legacy/helper/schema/resource_diff.go index 67c8c66cf730..69052db1e1ae 100644 --- a/internal/legacy/helper/schema/resource_diff.go +++ b/internal/legacy/helper/schema/resource_diff.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/resource_diff_test.go b/internal/legacy/helper/schema/resource_diff_test.go index 6c200359bce6..64bc4f769f9a 100644 --- a/internal/legacy/helper/schema/resource_diff_test.go +++ b/internal/legacy/helper/schema/resource_diff_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/resource_importer.go b/internal/legacy/helper/schema/resource_importer.go index a2b84c61db41..ded31060a5b6 100644 --- a/internal/legacy/helper/schema/resource_importer.go +++ b/internal/legacy/helper/schema/resource_importer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/resource_test.go b/internal/legacy/helper/schema/resource_test.go index 139fe81c2a92..6e3d8b4f2e70 100644 --- a/internal/legacy/helper/schema/resource_test.go +++ b/internal/legacy/helper/schema/resource_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/resource_timeout.go b/internal/legacy/helper/schema/resource_timeout.go index 15b03cbc5561..c212b509a716 100644 --- a/internal/legacy/helper/schema/resource_timeout.go +++ b/internal/legacy/helper/schema/resource_timeout.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/resource_timeout_test.go b/internal/legacy/helper/schema/resource_timeout_test.go index 4d96d5534e40..73271d52fcd9 100644 --- a/internal/legacy/helper/schema/resource_timeout_test.go +++ b/internal/legacy/helper/schema/resource_timeout_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/schema.go b/internal/legacy/helper/schema/schema.go index f96002b90ef6..3b6ca58e5b54 100644 --- a/internal/legacy/helper/schema/schema.go +++ b/internal/legacy/helper/schema/schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // schema is a high-level framework for easily writing new providers // for Terraform. Usage of schema is recommended over attempting to write diff --git a/internal/legacy/helper/schema/schema_test.go b/internal/legacy/helper/schema/schema_test.go index 6820f30843a6..bf01da7b32e9 100644 --- a/internal/legacy/helper/schema/schema_test.go +++ b/internal/legacy/helper/schema/schema_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/serialize.go b/internal/legacy/helper/schema/serialize.go index a36f85bab337..c3ae6ba75090 100644 --- a/internal/legacy/helper/schema/serialize.go +++ b/internal/legacy/helper/schema/serialize.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/serialize_test.go b/internal/legacy/helper/schema/serialize_test.go index 499a603df523..44fbe52a81dd 100644 --- a/internal/legacy/helper/schema/serialize_test.go +++ b/internal/legacy/helper/schema/serialize_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/set.go b/internal/legacy/helper/schema/set.go index cb640d8c4963..5e4d9d1ab077 100644 --- a/internal/legacy/helper/schema/set.go +++ b/internal/legacy/helper/schema/set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/set_test.go b/internal/legacy/helper/schema/set_test.go index 1d37b24ac8b1..b8b62c883def 100644 --- a/internal/legacy/helper/schema/set_test.go +++ b/internal/legacy/helper/schema/set_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/shims.go b/internal/legacy/helper/schema/shims.go index 87122090c22a..babfcdefabfe 100644 --- a/internal/legacy/helper/schema/shims.go +++ b/internal/legacy/helper/schema/shims.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/shims_test.go b/internal/legacy/helper/schema/shims_test.go index 8a47b3867e41..2db55b017d44 100644 --- a/internal/legacy/helper/schema/shims_test.go +++ b/internal/legacy/helper/schema/shims_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/testing.go b/internal/legacy/helper/schema/testing.go index 5958e6f6b53a..418b4b9296fb 100644 --- a/internal/legacy/helper/schema/testing.go +++ b/internal/legacy/helper/schema/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/helper/schema/valuetype.go b/internal/legacy/helper/schema/valuetype.go index 70e73cf90890..1084a0e0f5a0 100644 --- a/internal/legacy/helper/schema/valuetype.go +++ b/internal/legacy/helper/schema/valuetype.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package schema diff --git a/internal/legacy/terraform/context_components.go b/internal/legacy/terraform/context_components.go index b8176dd9144e..e7badef734eb 100644 --- a/internal/legacy/terraform/context_components.go +++ b/internal/legacy/terraform/context_components.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/diff.go b/internal/legacy/terraform/diff.go index 8ab24d81f2f1..bcb4e79760f4 100644 --- a/internal/legacy/terraform/diff.go +++ b/internal/legacy/terraform/diff.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/diff_test.go b/internal/legacy/terraform/diff_test.go index aeead09f37aa..eee28ace0074 100644 --- a/internal/legacy/terraform/diff_test.go +++ b/internal/legacy/terraform/diff_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/features.go b/internal/legacy/terraform/features.go index 62c43afca001..18c1bfb7de02 100644 --- a/internal/legacy/terraform/features.go +++ b/internal/legacy/terraform/features.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/instancetype.go b/internal/legacy/terraform/instancetype.go index 8bb3e73bb802..a5be5f5cda27 100644 --- a/internal/legacy/terraform/instancetype.go +++ b/internal/legacy/terraform/instancetype.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/provider_mock.go b/internal/legacy/terraform/provider_mock.go index 7097c5f12938..f3f181e3e17e 100644 --- a/internal/legacy/terraform/provider_mock.go +++ b/internal/legacy/terraform/provider_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/provisioner_mock.go b/internal/legacy/terraform/provisioner_mock.go index f2ffd823cb21..b0bfc6b4b35c 100644 --- a/internal/legacy/terraform/provisioner_mock.go +++ b/internal/legacy/terraform/provisioner_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/resource.go b/internal/legacy/terraform/resource.go index f6ff18f4e94d..f1f810b5bd52 100644 --- a/internal/legacy/terraform/resource.go +++ b/internal/legacy/terraform/resource.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/resource_address.go b/internal/legacy/terraform/resource_address.go index 66fc234990eb..33d2594243ce 100644 --- a/internal/legacy/terraform/resource_address.go +++ b/internal/legacy/terraform/resource_address.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/resource_address_test.go b/internal/legacy/terraform/resource_address_test.go index 14828507727a..b0c0c1e7d8a0 100644 --- a/internal/legacy/terraform/resource_address_test.go +++ b/internal/legacy/terraform/resource_address_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/resource_mode.go b/internal/legacy/terraform/resource_mode.go index 7153a9da1275..263e70d77875 100644 --- a/internal/legacy/terraform/resource_mode.go +++ b/internal/legacy/terraform/resource_mode.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/resource_provider.go b/internal/legacy/terraform/resource_provider.go index 8f035250bcfa..776e2a0dc566 100644 --- a/internal/legacy/terraform/resource_provider.go +++ b/internal/legacy/terraform/resource_provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/resource_provider_mock.go b/internal/legacy/terraform/resource_provider_mock.go index c026be4e7daa..17c830edee20 100644 --- a/internal/legacy/terraform/resource_provider_mock.go +++ b/internal/legacy/terraform/resource_provider_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/resource_provisioner.go b/internal/legacy/terraform/resource_provisioner.go index 9cfb5910cb0f..50faf6f8d97d 100644 --- a/internal/legacy/terraform/resource_provisioner.go +++ b/internal/legacy/terraform/resource_provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/resource_provisioner_mock.go b/internal/legacy/terraform/resource_provisioner_mock.go index a4c7682f286d..bad65706f7c1 100644 --- a/internal/legacy/terraform/resource_provisioner_mock.go +++ b/internal/legacy/terraform/resource_provisioner_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/resource_test.go b/internal/legacy/terraform/resource_test.go index 3baf620d0bcb..402cb8be191a 100644 --- a/internal/legacy/terraform/resource_test.go +++ b/internal/legacy/terraform/resource_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/schemas.go b/internal/legacy/terraform/schemas.go index 3d8a62512399..14f40c6dd327 100644 --- a/internal/legacy/terraform/schemas.go +++ b/internal/legacy/terraform/schemas.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/state.go b/internal/legacy/terraform/state.go index 46fdd6258974..ab1c20f8ecbe 100644 --- a/internal/legacy/terraform/state.go +++ b/internal/legacy/terraform/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/state_filter.go b/internal/legacy/terraform/state_filter.go index b605bf075faf..b3c64d5b85a2 100644 --- a/internal/legacy/terraform/state_filter.go +++ b/internal/legacy/terraform/state_filter.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/state_test.go b/internal/legacy/terraform/state_test.go index c5a0e17cacd3..6e54783e7597 100644 --- a/internal/legacy/terraform/state_test.go +++ b/internal/legacy/terraform/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/state_upgrade_v1_to_v2.go b/internal/legacy/terraform/state_upgrade_v1_to_v2.go index 757a3d0f29f2..3627c23437c3 100644 --- a/internal/legacy/terraform/state_upgrade_v1_to_v2.go +++ b/internal/legacy/terraform/state_upgrade_v1_to_v2.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/state_upgrade_v2_to_v3.go b/internal/legacy/terraform/state_upgrade_v2_to_v3.go index ead9b61c84b1..158346f3daa8 100644 --- a/internal/legacy/terraform/state_upgrade_v2_to_v3.go +++ b/internal/legacy/terraform/state_upgrade_v2_to_v3.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/state_v1.go b/internal/legacy/terraform/state_v1.go index d2257660d398..10c21e526058 100644 --- a/internal/legacy/terraform/state_v1.go +++ b/internal/legacy/terraform/state_v1.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/testing.go b/internal/legacy/terraform/testing.go index a1337a82ecab..872b05f579e8 100644 --- a/internal/legacy/terraform/testing.go +++ b/internal/legacy/terraform/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/ui_input.go b/internal/legacy/terraform/ui_input.go index 4c59177f300a..1d780a2d0659 100644 --- a/internal/legacy/terraform/ui_input.go +++ b/internal/legacy/terraform/ui_input.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/ui_input_mock.go b/internal/legacy/terraform/ui_input_mock.go index 4d8e028fbbec..9476e0038fc0 100644 --- a/internal/legacy/terraform/ui_input_mock.go +++ b/internal/legacy/terraform/ui_input_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/ui_input_prefix.go b/internal/legacy/terraform/ui_input_prefix.go index 69a7032dd96e..a911eb7966ed 100644 --- a/internal/legacy/terraform/ui_input_prefix.go +++ b/internal/legacy/terraform/ui_input_prefix.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/ui_input_prefix_test.go b/internal/legacy/terraform/ui_input_prefix_test.go index d6a83ac32984..0adc688e1ba3 100644 --- a/internal/legacy/terraform/ui_input_prefix_test.go +++ b/internal/legacy/terraform/ui_input_prefix_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/ui_output.go b/internal/legacy/terraform/ui_output.go index a816b0d89ee1..c68ad6a1f4c4 100644 --- a/internal/legacy/terraform/ui_output.go +++ b/internal/legacy/terraform/ui_output.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/ui_output_callback.go b/internal/legacy/terraform/ui_output_callback.go index e79f082b0d05..f122aa00d8ec 100644 --- a/internal/legacy/terraform/ui_output_callback.go +++ b/internal/legacy/terraform/ui_output_callback.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/ui_output_callback_test.go b/internal/legacy/terraform/ui_output_callback_test.go index 8748c0b7d6b6..68867024450d 100644 --- a/internal/legacy/terraform/ui_output_callback_test.go +++ b/internal/legacy/terraform/ui_output_callback_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/ui_output_mock.go b/internal/legacy/terraform/ui_output_mock.go index 641d076df845..998439bf81a8 100644 --- a/internal/legacy/terraform/ui_output_mock.go +++ b/internal/legacy/terraform/ui_output_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/ui_output_mock_test.go b/internal/legacy/terraform/ui_output_mock_test.go index 89d564a082ea..83067702935a 100644 --- a/internal/legacy/terraform/ui_output_mock_test.go +++ b/internal/legacy/terraform/ui_output_mock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/upgrade_state_v1_test.go b/internal/legacy/terraform/upgrade_state_v1_test.go index fd46aa92042a..29922eb19d86 100644 --- a/internal/legacy/terraform/upgrade_state_v1_test.go +++ b/internal/legacy/terraform/upgrade_state_v1_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/upgrade_state_v2_test.go b/internal/legacy/terraform/upgrade_state_v2_test.go index 68658ca9407a..d4304a479a54 100644 --- a/internal/legacy/terraform/upgrade_state_v2_test.go +++ b/internal/legacy/terraform/upgrade_state_v2_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/util.go b/internal/legacy/terraform/util.go index d25e10540608..0bd31fb32bd6 100644 --- a/internal/legacy/terraform/util.go +++ b/internal/legacy/terraform/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/util_test.go b/internal/legacy/terraform/util_test.go index 0676c6f7a436..253f68274965 100644 --- a/internal/legacy/terraform/util_test.go +++ b/internal/legacy/terraform/util_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/legacy/terraform/version.go b/internal/legacy/terraform/version.go index 6ee2e938139c..265fd4643978 100644 --- a/internal/legacy/terraform/version.go +++ b/internal/legacy/terraform/version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/logging/indent.go b/internal/logging/indent.go index b3c9df4c7af9..f0753d73dac9 100644 --- a/internal/logging/indent.go +++ b/internal/logging/indent.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/internal/logging/indent_test.go b/internal/logging/indent_test.go index b358fcb2d506..485d5bc9cd46 100644 --- a/internal/logging/indent_test.go +++ b/internal/logging/indent_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/internal/logging/logging.go b/internal/logging/logging.go index 92c33048dd3a..b2d67008c87e 100644 --- a/internal/logging/logging.go +++ b/internal/logging/logging.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/internal/logging/panic.go b/internal/logging/panic.go index 79c81f268f23..c160f9caaa5e 100644 --- a/internal/logging/panic.go +++ b/internal/logging/panic.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/internal/logging/panic_test.go b/internal/logging/panic_test.go index 0b34464e15d6..a106985422fb 100644 --- a/internal/logging/panic_test.go +++ b/internal/logging/panic_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/internal/modsdir/doc.go b/internal/modsdir/doc.go index 63f722b05a06..a19ae9bf5271 100644 --- a/internal/modsdir/doc.go +++ b/internal/modsdir/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package modsdir is an internal package containing the model types used to // represent the manifest of modules in a local modules cache directory. diff --git a/internal/modsdir/manifest.go b/internal/modsdir/manifest.go index ed4de72fa7ad..76bf1d65e8e3 100644 --- a/internal/modsdir/manifest.go +++ b/internal/modsdir/manifest.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package modsdir diff --git a/internal/modsdir/paths.go b/internal/modsdir/paths.go index 0352ca22a6b9..ee45d38f28f2 100644 --- a/internal/modsdir/paths.go +++ b/internal/modsdir/paths.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package modsdir diff --git a/internal/moduledeps/dependencies.go b/internal/moduledeps/dependencies.go index 49e6adb9f116..ff4b0bdd90e5 100644 --- a/internal/moduledeps/dependencies.go +++ b/internal/moduledeps/dependencies.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package moduledeps diff --git a/internal/moduledeps/doc.go b/internal/moduledeps/doc.go index c1a0748a73d4..cdef11ea945d 100644 --- a/internal/moduledeps/doc.go +++ b/internal/moduledeps/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package moduledeps contains types that can be used to describe the // providers required for all of the modules in a module tree. diff --git a/internal/moduledeps/module.go b/internal/moduledeps/module.go index b8cbac3a3ab4..fa132b1cacc0 100644 --- a/internal/moduledeps/module.go +++ b/internal/moduledeps/module.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package moduledeps diff --git a/internal/moduledeps/module_test.go b/internal/moduledeps/module_test.go index cfa532c790fa..c1fcb3eb8e96 100644 --- a/internal/moduledeps/module_test.go +++ b/internal/moduledeps/module_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package moduledeps diff --git a/internal/plans/action.go b/internal/plans/action.go index a27b20fc632d..565e25343201 100644 --- a/internal/plans/action.go +++ b/internal/plans/action.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plans/changes.go b/internal/plans/changes.go index a216fd104792..fb1b205aa806 100644 --- a/internal/plans/changes.go +++ b/internal/plans/changes.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plans/changes_src.go b/internal/plans/changes_src.go index c6e19cd01a9c..0d1773c091dc 100644 --- a/internal/plans/changes_src.go +++ b/internal/plans/changes_src.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plans/changes_state.go b/internal/plans/changes_state.go index 89a5a0cf424e..2ad6df3e3e51 100644 --- a/internal/plans/changes_state.go +++ b/internal/plans/changes_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plans/changes_sync.go b/internal/plans/changes_sync.go index 27a5dcc87c50..61bc1c65c9e9 100644 --- a/internal/plans/changes_sync.go +++ b/internal/plans/changes_sync.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plans/changes_test.go b/internal/plans/changes_test.go index 288667582e57..afea79fcf17f 100644 --- a/internal/plans/changes_test.go +++ b/internal/plans/changes_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plans/doc.go b/internal/plans/doc.go index e53063c5cbcd..404c23f0524d 100644 --- a/internal/plans/doc.go +++ b/internal/plans/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package plans contains the types that are used to represent Terraform plans. // diff --git a/internal/plans/dynamic_value.go b/internal/plans/dynamic_value.go index 8d7485f5d86e..42a5d3408cb5 100644 --- a/internal/plans/dynamic_value.go +++ b/internal/plans/dynamic_value.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plans/internal/planproto/doc.go b/internal/plans/internal/planproto/doc.go index 727eb2d7fe6c..445207c840d6 100644 --- a/internal/plans/internal/planproto/doc.go +++ b/internal/plans/internal/planproto/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package planproto is home to the Go stubs generated from the tfplan protobuf // schema. diff --git a/internal/plans/internal/planproto/planfile.pb.go b/internal/plans/internal/planproto/planfile.pb.go index c9bba868a01b..59d431edfc69 100644 --- a/internal/plans/internal/planproto/planfile.pb.go +++ b/internal/plans/internal/planproto/planfile.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/internal/plans/internal/planproto/planfile.proto b/internal/plans/internal/planproto/planfile.proto index 784608ab0f07..b884faff5610 100644 --- a/internal/plans/internal/planproto/planfile.proto +++ b/internal/plans/internal/planproto/planfile.proto @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 syntax = "proto3"; package tfplan; diff --git a/internal/plans/mode.go b/internal/plans/mode.go index 176318bca561..d8110e785c84 100644 --- a/internal/plans/mode.go +++ b/internal/plans/mode.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plans/objchange/compatible.go b/internal/plans/objchange/compatible.go index 65609ef15457..2f3de5286c3a 100644 --- a/internal/plans/objchange/compatible.go +++ b/internal/plans/objchange/compatible.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package objchange diff --git a/internal/plans/objchange/compatible_test.go b/internal/plans/objchange/compatible_test.go index eab1e35844e5..274227c63689 100644 --- a/internal/plans/objchange/compatible_test.go +++ b/internal/plans/objchange/compatible_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package objchange diff --git a/internal/plans/objchange/doc.go b/internal/plans/objchange/doc.go index b3a136ece951..c329c5326914 100644 --- a/internal/plans/objchange/doc.go +++ b/internal/plans/objchange/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package objchange deals with the business logic of taking a prior state // value and a config value and producing a proposed new merged value, along diff --git a/internal/plans/objchange/lcs.go b/internal/plans/objchange/lcs.go index e02e5f9690c6..fd06aa33b043 100644 --- a/internal/plans/objchange/lcs.go +++ b/internal/plans/objchange/lcs.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package objchange diff --git a/internal/plans/objchange/lcs_test.go b/internal/plans/objchange/lcs_test.go index 413d71d39f43..0627e79f9059 100644 --- a/internal/plans/objchange/lcs_test.go +++ b/internal/plans/objchange/lcs_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package objchange diff --git a/internal/plans/objchange/normalize_obj.go b/internal/plans/objchange/normalize_obj.go index 1972f5180b34..f469b93f72a8 100644 --- a/internal/plans/objchange/normalize_obj.go +++ b/internal/plans/objchange/normalize_obj.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package objchange diff --git a/internal/plans/objchange/normalize_obj_test.go b/internal/plans/objchange/normalize_obj_test.go index 2b99966afb00..e257d616042a 100644 --- a/internal/plans/objchange/normalize_obj_test.go +++ b/internal/plans/objchange/normalize_obj_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package objchange diff --git a/internal/plans/objchange/objchange.go b/internal/plans/objchange/objchange.go index f21cd9b6b2bb..853d4bb708cd 100644 --- a/internal/plans/objchange/objchange.go +++ b/internal/plans/objchange/objchange.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package objchange diff --git a/internal/plans/objchange/objchange_test.go b/internal/plans/objchange/objchange_test.go index 2f64f16b70b0..8d8037fc6450 100644 --- a/internal/plans/objchange/objchange_test.go +++ b/internal/plans/objchange/objchange_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package objchange diff --git a/internal/plans/objchange/plan_valid.go b/internal/plans/objchange/plan_valid.go index e28a0e16a147..49b9db6d7b74 100644 --- a/internal/plans/objchange/plan_valid.go +++ b/internal/plans/objchange/plan_valid.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package objchange diff --git a/internal/plans/objchange/plan_valid_test.go b/internal/plans/objchange/plan_valid_test.go index 2d931993eb10..b9f15208c70d 100644 --- a/internal/plans/objchange/plan_valid_test.go +++ b/internal/plans/objchange/plan_valid_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package objchange diff --git a/internal/plans/plan.go b/internal/plans/plan.go index f051732a349c..18ef1a364229 100644 --- a/internal/plans/plan.go +++ b/internal/plans/plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plans/plan_test.go b/internal/plans/plan_test.go index cbfbfadc4888..3c1ef61c9676 100644 --- a/internal/plans/plan_test.go +++ b/internal/plans/plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plans/planfile/config_snapshot.go b/internal/plans/planfile/config_snapshot.go index 0f28ec08c43a..24edb101ee81 100644 --- a/internal/plans/planfile/config_snapshot.go +++ b/internal/plans/planfile/config_snapshot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package planfile diff --git a/internal/plans/planfile/config_snapshot_test.go b/internal/plans/planfile/config_snapshot_test.go index b0e7110b5d4a..3d4283836274 100644 --- a/internal/plans/planfile/config_snapshot_test.go +++ b/internal/plans/planfile/config_snapshot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package planfile diff --git a/internal/plans/planfile/doc.go b/internal/plans/planfile/doc.go index 8843baecc526..50bd74d6a4ce 100644 --- a/internal/plans/planfile/doc.go +++ b/internal/plans/planfile/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package planfile deals with the file format used to serialize plans to disk // and then deserialize them back into memory later. diff --git a/internal/plans/planfile/planfile_test.go b/internal/plans/planfile/planfile_test.go index 1faf72dcb81b..a9b0efad05fa 100644 --- a/internal/plans/planfile/planfile_test.go +++ b/internal/plans/planfile/planfile_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package planfile diff --git a/internal/plans/planfile/reader.go b/internal/plans/planfile/reader.go index 31e284ab6bb8..0c716ac5040c 100644 --- a/internal/plans/planfile/reader.go +++ b/internal/plans/planfile/reader.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package planfile diff --git a/internal/plans/planfile/tfplan.go b/internal/plans/planfile/tfplan.go index dd53fc63a43f..49712fd1db19 100644 --- a/internal/plans/planfile/tfplan.go +++ b/internal/plans/planfile/tfplan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package planfile diff --git a/internal/plans/planfile/tfplan_test.go b/internal/plans/planfile/tfplan_test.go index 2374fbe914cc..336a34b6d11c 100644 --- a/internal/plans/planfile/tfplan_test.go +++ b/internal/plans/planfile/tfplan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package planfile diff --git a/internal/plans/planfile/writer.go b/internal/plans/planfile/writer.go index 87809746618d..6fa05b5f3772 100644 --- a/internal/plans/planfile/writer.go +++ b/internal/plans/planfile/writer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package planfile diff --git a/internal/plans/quality.go b/internal/plans/quality.go index 95646f369e34..b5e2a579e351 100644 --- a/internal/plans/quality.go +++ b/internal/plans/quality.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plans diff --git a/internal/plugin/convert/diagnostics.go b/internal/plugin/convert/diagnostics.go index 7b1cd69515f4..7002addd8fbf 100644 --- a/internal/plugin/convert/diagnostics.go +++ b/internal/plugin/convert/diagnostics.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/plugin/convert/diagnostics_test.go b/internal/plugin/convert/diagnostics_test.go index f6601bba5919..c39e2002034d 100644 --- a/internal/plugin/convert/diagnostics_test.go +++ b/internal/plugin/convert/diagnostics_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/plugin/convert/schema.go b/internal/plugin/convert/schema.go index 137c6a9a617d..3a4023cca308 100644 --- a/internal/plugin/convert/schema.go +++ b/internal/plugin/convert/schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/plugin/convert/schema_test.go b/internal/plugin/convert/schema_test.go index 14f861242438..204494e424a1 100644 --- a/internal/plugin/convert/schema_test.go +++ b/internal/plugin/convert/schema_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/plugin/discovery/find.go b/internal/plugin/discovery/find.go index a3893a7f84bb..cee17c6b65d9 100644 --- a/internal/plugin/discovery/find.go +++ b/internal/plugin/discovery/find.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/find_test.go b/internal/plugin/discovery/find_test.go index b9a75b09aff8..d15ab13f386e 100644 --- a/internal/plugin/discovery/find_test.go +++ b/internal/plugin/discovery/find_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/get_cache.go b/internal/plugin/discovery/get_cache.go index f765ad728fd8..97b2b6edbb57 100644 --- a/internal/plugin/discovery/get_cache.go +++ b/internal/plugin/discovery/get_cache.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/get_cache_test.go b/internal/plugin/discovery/get_cache_test.go index fd49c3f5efb4..f5a7b7a6d98b 100644 --- a/internal/plugin/discovery/get_cache_test.go +++ b/internal/plugin/discovery/get_cache_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/meta.go b/internal/plugin/discovery/meta.go index fe5c3f5a618d..5ac966fae2a0 100644 --- a/internal/plugin/discovery/meta.go +++ b/internal/plugin/discovery/meta.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/meta_set.go b/internal/plugin/discovery/meta_set.go index 993255859114..a08489d1084d 100644 --- a/internal/plugin/discovery/meta_set.go +++ b/internal/plugin/discovery/meta_set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/meta_set_test.go b/internal/plugin/discovery/meta_set_test.go index ea3b7630d341..31933858195b 100644 --- a/internal/plugin/discovery/meta_set_test.go +++ b/internal/plugin/discovery/meta_set_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/meta_test.go b/internal/plugin/discovery/meta_test.go index 77fa1e5abefa..8cfc7a0564f6 100644 --- a/internal/plugin/discovery/meta_test.go +++ b/internal/plugin/discovery/meta_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/requirements.go b/internal/plugin/discovery/requirements.go index bf509e8023f6..88537f0b3415 100644 --- a/internal/plugin/discovery/requirements.go +++ b/internal/plugin/discovery/requirements.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/requirements_test.go b/internal/plugin/discovery/requirements_test.go index eb209eac8f57..e83d5e194130 100644 --- a/internal/plugin/discovery/requirements_test.go +++ b/internal/plugin/discovery/requirements_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/version.go b/internal/plugin/discovery/version.go index 1cc7a408df86..8f586919faef 100644 --- a/internal/plugin/discovery/version.go +++ b/internal/plugin/discovery/version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/version_set.go b/internal/plugin/discovery/version_set.go index 2876bfedaba1..6cd4d1162be2 100644 --- a/internal/plugin/discovery/version_set.go +++ b/internal/plugin/discovery/version_set.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/version_set_test.go b/internal/plugin/discovery/version_set_test.go index bfda4a5f50b1..30beadb97271 100644 --- a/internal/plugin/discovery/version_set_test.go +++ b/internal/plugin/discovery/version_set_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/discovery/version_test.go b/internal/plugin/discovery/version_test.go index 33ba66cf85c4..82e467a5b9dc 100644 --- a/internal/plugin/discovery/version_test.go +++ b/internal/plugin/discovery/version_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package discovery diff --git a/internal/plugin/grpc_error.go b/internal/plugin/grpc_error.go index 17daf0a4836b..146a8f40e4a5 100644 --- a/internal/plugin/grpc_error.go +++ b/internal/plugin/grpc_error.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/grpc_provider.go b/internal/plugin/grpc_provider.go index e79fcaa2df8a..742b7d388589 100644 --- a/internal/plugin/grpc_provider.go +++ b/internal/plugin/grpc_provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/grpc_provider_test.go b/internal/plugin/grpc_provider_test.go index beeee877d5cb..4b7ddd0576de 100644 --- a/internal/plugin/grpc_provider_test.go +++ b/internal/plugin/grpc_provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/grpc_provisioner.go b/internal/plugin/grpc_provisioner.go index acbc5d51de63..27959c70b8d4 100644 --- a/internal/plugin/grpc_provisioner.go +++ b/internal/plugin/grpc_provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/grpc_provisioner_test.go b/internal/plugin/grpc_provisioner_test.go index 1822a0e53ca4..c78e62ca9374 100644 --- a/internal/plugin/grpc_provisioner_test.go +++ b/internal/plugin/grpc_provisioner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/mock_proto/generate.go b/internal/plugin/mock_proto/generate.go index 1bf45193b10c..7d9c1c8bff57 100644 --- a/internal/plugin/mock_proto/generate.go +++ b/internal/plugin/mock_proto/generate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:generate go run github.com/golang/mock/mockgen -destination mock.go github.com/hashicorp/terraform/internal/tfplugin5 ProviderClient,ProvisionerClient,Provisioner_ProvisionResourceClient,Provisioner_ProvisionResourceServer diff --git a/internal/plugin/plugin.go b/internal/plugin/plugin.go index 7a88cb5f4192..4001a60d430e 100644 --- a/internal/plugin/plugin.go +++ b/internal/plugin/plugin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/serve.go b/internal/plugin/serve.go index 44d117eef63d..4b4c813ec961 100644 --- a/internal/plugin/serve.go +++ b/internal/plugin/serve.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/ui_input.go b/internal/plugin/ui_input.go index 942b83de9c18..8f92aa3860fb 100644 --- a/internal/plugin/ui_input.go +++ b/internal/plugin/ui_input.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/ui_input_test.go b/internal/plugin/ui_input_test.go index a57f5c9550a9..9f0a72848e28 100644 --- a/internal/plugin/ui_input_test.go +++ b/internal/plugin/ui_input_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/ui_output.go b/internal/plugin/ui_output.go index b323bfe67eca..f31b4f8277b1 100644 --- a/internal/plugin/ui_output.go +++ b/internal/plugin/ui_output.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin/ui_output_test.go b/internal/plugin/ui_output_test.go index 8d82184adaa2..3239bc7a00a3 100644 --- a/internal/plugin/ui_output_test.go +++ b/internal/plugin/ui_output_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin diff --git a/internal/plugin6/convert/diagnostics.go b/internal/plugin6/convert/diagnostics.go index 93f7f00c6232..2e6ccbe6333a 100644 --- a/internal/plugin6/convert/diagnostics.go +++ b/internal/plugin6/convert/diagnostics.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/plugin6/convert/diagnostics_test.go b/internal/plugin6/convert/diagnostics_test.go index c14ca5f0b3b1..5cb79ee806f4 100644 --- a/internal/plugin6/convert/diagnostics_test.go +++ b/internal/plugin6/convert/diagnostics_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/plugin6/convert/schema.go b/internal/plugin6/convert/schema.go index a635f60c1b05..64ea043b98ae 100644 --- a/internal/plugin6/convert/schema.go +++ b/internal/plugin6/convert/schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/plugin6/convert/schema_test.go b/internal/plugin6/convert/schema_test.go index 4bdfab794088..65ef31330714 100644 --- a/internal/plugin6/convert/schema_test.go +++ b/internal/plugin6/convert/schema_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package convert diff --git a/internal/plugin6/doc.go b/internal/plugin6/doc.go index 473c9e967849..92d08c5044f0 100644 --- a/internal/plugin6/doc.go +++ b/internal/plugin6/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin6 diff --git a/internal/plugin6/grpc_error.go b/internal/plugin6/grpc_error.go index a1e916c48ab8..0c8dabcc863b 100644 --- a/internal/plugin6/grpc_error.go +++ b/internal/plugin6/grpc_error.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin6 diff --git a/internal/plugin6/grpc_provider.go b/internal/plugin6/grpc_provider.go index e09217c9cb39..ad5fc5f1cb7d 100644 --- a/internal/plugin6/grpc_provider.go +++ b/internal/plugin6/grpc_provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin6 diff --git a/internal/plugin6/grpc_provider_test.go b/internal/plugin6/grpc_provider_test.go index 4f81c01251e4..b3f1c0c52d3b 100644 --- a/internal/plugin6/grpc_provider_test.go +++ b/internal/plugin6/grpc_provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin6 diff --git a/internal/plugin6/mock_proto/generate.go b/internal/plugin6/mock_proto/generate.go index a00208a905fc..10c485596b71 100644 --- a/internal/plugin6/mock_proto/generate.go +++ b/internal/plugin6/mock_proto/generate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:generate go run github.com/golang/mock/mockgen -destination mock.go github.com/hashicorp/terraform/internal/tfplugin6 ProviderClient diff --git a/internal/plugin6/serve.go b/internal/plugin6/serve.go index 03ccff51dcff..2bf442b8b44c 100644 --- a/internal/plugin6/serve.go +++ b/internal/plugin6/serve.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package plugin6 diff --git a/internal/provider-simple-v6/main/main.go b/internal/provider-simple-v6/main/main.go index a68209b2d36c..4581a490fd80 100644 --- a/internal/provider-simple-v6/main/main.go +++ b/internal/provider-simple-v6/main/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/provider-simple-v6/provider.go b/internal/provider-simple-v6/provider.go index faf2a3fac070..86dffcb7d64b 100644 --- a/internal/provider-simple-v6/provider.go +++ b/internal/provider-simple-v6/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // simple provider a minimal provider implementation for testing package simple diff --git a/internal/provider-simple/main/main.go b/internal/provider-simple/main/main.go index ccbb51d42898..a63da0a2b23f 100644 --- a/internal/provider-simple/main/main.go +++ b/internal/provider-simple/main/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/provider-simple/provider.go b/internal/provider-simple/provider.go index 6b54fb8e5551..0bf874aa6e50 100644 --- a/internal/provider-simple/provider.go +++ b/internal/provider-simple/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // simple provider a minimal provider implementation for testing package simple diff --git a/internal/provider-terraform/main/main.go b/internal/provider-terraform/main/main.go index 45712f2485b4..bc27af91742b 100644 --- a/internal/provider-terraform/main/main.go +++ b/internal/provider-terraform/main/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/providercache/cached_provider.go b/internal/providercache/cached_provider.go index cd1c83f3176d..284780214c4c 100644 --- a/internal/providercache/cached_provider.go +++ b/internal/providercache/cached_provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providercache/cached_provider_test.go b/internal/providercache/cached_provider_test.go index ed77e913f2c7..4e1441abe6e1 100644 --- a/internal/providercache/cached_provider_test.go +++ b/internal/providercache/cached_provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providercache/dir.go b/internal/providercache/dir.go index 44589971f4c7..c11a14192e4d 100644 --- a/internal/providercache/dir.go +++ b/internal/providercache/dir.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providercache/dir_modify.go b/internal/providercache/dir_modify.go index ff197859dc81..bcf307b61cea 100644 --- a/internal/providercache/dir_modify.go +++ b/internal/providercache/dir_modify.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providercache/dir_modify_test.go b/internal/providercache/dir_modify_test.go index 3ce6c3b261ee..c9526354346d 100644 --- a/internal/providercache/dir_modify_test.go +++ b/internal/providercache/dir_modify_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providercache/dir_test.go b/internal/providercache/dir_test.go index ad013c7cd80f..dedd14fa3c8e 100644 --- a/internal/providercache/dir_test.go +++ b/internal/providercache/dir_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providercache/doc.go b/internal/providercache/doc.go index 4bcc345ed577..2f27b0f1cc44 100644 --- a/internal/providercache/doc.go +++ b/internal/providercache/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package providercache contains the logic for auto-installing providers from // packages obtained elsewhere, and for managing the local directories that diff --git a/internal/providercache/installer.go b/internal/providercache/installer.go index 2845861df2a3..00907548c490 100644 --- a/internal/providercache/installer.go +++ b/internal/providercache/installer.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providercache/installer_events.go b/internal/providercache/installer_events.go index b4773764a891..8b632a77eabb 100644 --- a/internal/providercache/installer_events.go +++ b/internal/providercache/installer_events.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providercache/installer_events_test.go b/internal/providercache/installer_events_test.go index 002d468da899..224d70876ed6 100644 --- a/internal/providercache/installer_events_test.go +++ b/internal/providercache/installer_events_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providercache/installer_test.go b/internal/providercache/installer_test.go index 6115593ae382..cafad868c2b4 100644 --- a/internal/providercache/installer_test.go +++ b/internal/providercache/installer_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providercache/package_install.go b/internal/providercache/package_install.go index 6838307dd83b..0c43068bca44 100644 --- a/internal/providercache/package_install.go +++ b/internal/providercache/package_install.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providercache diff --git a/internal/providers/addressed_types.go b/internal/providers/addressed_types.go index 6d63f3a5a614..900cfdb5d9c3 100644 --- a/internal/providers/addressed_types.go +++ b/internal/providers/addressed_types.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providers diff --git a/internal/providers/addressed_types_test.go b/internal/providers/addressed_types_test.go index 3a6cbc9463dd..51bfd7352eb0 100644 --- a/internal/providers/addressed_types_test.go +++ b/internal/providers/addressed_types_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providers diff --git a/internal/providers/doc.go b/internal/providers/doc.go index 4068da2e3b36..d9f472dd40bb 100644 --- a/internal/providers/doc.go +++ b/internal/providers/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package providers contains the interface and primary types required to // implement a Terraform resource provider. diff --git a/internal/providers/factory.go b/internal/providers/factory.go index fc436aff01f8..d0478c495062 100644 --- a/internal/providers/factory.go +++ b/internal/providers/factory.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providers diff --git a/internal/providers/provider.go b/internal/providers/provider.go index 64c9e81ddf17..bfaf2daa4026 100644 --- a/internal/providers/provider.go +++ b/internal/providers/provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providers diff --git a/internal/providers/schema_cache.go b/internal/providers/schema_cache.go index caac0504d8c6..2b851335e3ae 100644 --- a/internal/providers/schema_cache.go +++ b/internal/providers/schema_cache.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providers diff --git a/internal/providers/schemas.go b/internal/providers/schemas.go index 5e7ffcb2d207..965d54e3ba26 100644 --- a/internal/providers/schemas.go +++ b/internal/providers/schemas.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package providers diff --git a/internal/provisioner-local-exec/main/main.go b/internal/provisioner-local-exec/main/main.go index c4bab57dedc0..2c533bf20a2e 100644 --- a/internal/provisioner-local-exec/main/main.go +++ b/internal/provisioner-local-exec/main/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/provisioners/doc.go b/internal/provisioners/doc.go index 5f6c18b62bfb..4e4c3f5a3a07 100644 --- a/internal/provisioners/doc.go +++ b/internal/provisioners/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package provisioners contains the interface and primary types to implement a // Terraform resource provisioner. diff --git a/internal/provisioners/factory.go b/internal/provisioners/factory.go index e2d6446a3a61..495d14494cc6 100644 --- a/internal/provisioners/factory.go +++ b/internal/provisioners/factory.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package provisioners diff --git a/internal/provisioners/provisioner.go b/internal/provisioners/provisioner.go index 4673d5565239..f1cf652bada9 100644 --- a/internal/provisioners/provisioner.go +++ b/internal/provisioners/provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package provisioners diff --git a/internal/refactoring/move_execute.go b/internal/refactoring/move_execute.go index 9aee835db584..9748f849b8c6 100644 --- a/internal/refactoring/move_execute.go +++ b/internal/refactoring/move_execute.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package refactoring diff --git a/internal/refactoring/move_execute_test.go b/internal/refactoring/move_execute_test.go index 23f422753e21..85411300f261 100644 --- a/internal/refactoring/move_execute_test.go +++ b/internal/refactoring/move_execute_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package refactoring diff --git a/internal/refactoring/move_statement.go b/internal/refactoring/move_statement.go index 442501e00630..747c4f69d111 100644 --- a/internal/refactoring/move_statement.go +++ b/internal/refactoring/move_statement.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package refactoring diff --git a/internal/refactoring/move_statement_test.go b/internal/refactoring/move_statement_test.go index 410c2fb3e716..c99eb0b23dd7 100644 --- a/internal/refactoring/move_statement_test.go +++ b/internal/refactoring/move_statement_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package refactoring diff --git a/internal/refactoring/move_validate.go b/internal/refactoring/move_validate.go index 4e7a0a8d0743..2525ee7cf266 100644 --- a/internal/refactoring/move_validate.go +++ b/internal/refactoring/move_validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package refactoring diff --git a/internal/refactoring/move_validate_test.go b/internal/refactoring/move_validate_test.go index 3a2a79511e0f..58f9011ea351 100644 --- a/internal/refactoring/move_validate_test.go +++ b/internal/refactoring/move_validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package refactoring diff --git a/internal/registry/client.go b/internal/registry/client.go index 59d2c3f21daa..7ade442c1a63 100644 --- a/internal/registry/client.go +++ b/internal/registry/client.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/registry/client_test.go b/internal/registry/client_test.go index c60f2cbf5657..8588ae384052 100644 --- a/internal/registry/client_test.go +++ b/internal/registry/client_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/registry/errors.go b/internal/registry/errors.go index 45b65de231f0..b176c9c134f7 100644 --- a/internal/registry/errors.go +++ b/internal/registry/errors.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package registry diff --git a/internal/registry/regsrc/friendly_host.go b/internal/registry/regsrc/friendly_host.go index 8430e3c7dfc4..47cd2f9ddf8e 100644 --- a/internal/registry/regsrc/friendly_host.go +++ b/internal/registry/regsrc/friendly_host.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package regsrc diff --git a/internal/registry/regsrc/friendly_host_test.go b/internal/registry/regsrc/friendly_host_test.go index e320b273207e..ad422636a3e7 100644 --- a/internal/registry/regsrc/friendly_host_test.go +++ b/internal/registry/regsrc/friendly_host_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package regsrc diff --git a/internal/registry/regsrc/module.go b/internal/registry/regsrc/module.go index a0cfef9699cc..a0f891f1b849 100644 --- a/internal/registry/regsrc/module.go +++ b/internal/registry/regsrc/module.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package regsrc diff --git a/internal/registry/regsrc/module_test.go b/internal/registry/regsrc/module_test.go index 38e6cc9fd637..05fb1c9c0903 100644 --- a/internal/registry/regsrc/module_test.go +++ b/internal/registry/regsrc/module_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package regsrc diff --git a/internal/registry/regsrc/regsrc.go b/internal/registry/regsrc/regsrc.go index 98d6f4cbbf6c..aa66dbfc687b 100644 --- a/internal/registry/regsrc/regsrc.go +++ b/internal/registry/regsrc/regsrc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package regsrc provides helpers for working with source strings that identify // resources within a Terraform registry. diff --git a/internal/registry/response/module.go b/internal/registry/response/module.go index 2705a979d401..c353e130291f 100644 --- a/internal/registry/response/module.go +++ b/internal/registry/response/module.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package response diff --git a/internal/registry/response/module_list.go b/internal/registry/response/module_list.go index 6a258fcb0c4a..bab6bdb49569 100644 --- a/internal/registry/response/module_list.go +++ b/internal/registry/response/module_list.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package response diff --git a/internal/registry/response/module_provider.go b/internal/registry/response/module_provider.go index 88d24d65edbe..afe0666c1a8f 100644 --- a/internal/registry/response/module_provider.go +++ b/internal/registry/response/module_provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package response diff --git a/internal/registry/response/module_versions.go b/internal/registry/response/module_versions.go index 9350635c467f..a2dafa0238b4 100644 --- a/internal/registry/response/module_versions.go +++ b/internal/registry/response/module_versions.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package response diff --git a/internal/registry/response/pagination.go b/internal/registry/response/pagination.go index 3e2d7ee8b6d3..c2b567a5f509 100644 --- a/internal/registry/response/pagination.go +++ b/internal/registry/response/pagination.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package response diff --git a/internal/registry/response/pagination_test.go b/internal/registry/response/pagination_test.go index f0ea296384ba..466ef644ebda 100644 --- a/internal/registry/response/pagination_test.go +++ b/internal/registry/response/pagination_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package response diff --git a/internal/registry/response/redirect.go b/internal/registry/response/redirect.go index c320a1f39180..65e365ccc0b9 100644 --- a/internal/registry/response/redirect.go +++ b/internal/registry/response/redirect.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package response diff --git a/internal/repl/format.go b/internal/repl/format.go index fcd073869002..b64c2d5bc90b 100644 --- a/internal/repl/format.go +++ b/internal/repl/format.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package repl diff --git a/internal/repl/format_test.go b/internal/repl/format_test.go index 3bdd2ecf6307..e4b86fa91fce 100644 --- a/internal/repl/format_test.go +++ b/internal/repl/format_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package repl diff --git a/internal/repl/repl.go b/internal/repl/repl.go index d4853e1d11df..76c003841c09 100644 --- a/internal/repl/repl.go +++ b/internal/repl/repl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package repl provides the structs and functions necessary to run // REPL for Terraform. The REPL allows experimentation of Terraform diff --git a/internal/repl/session.go b/internal/repl/session.go index 0b8789b4b5ce..511a86653c46 100644 --- a/internal/repl/session.go +++ b/internal/repl/session.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package repl diff --git a/internal/repl/session_test.go b/internal/repl/session_test.go index 93a455812747..06ca86c8e7ca 100644 --- a/internal/repl/session_test.go +++ b/internal/repl/session_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package repl diff --git a/internal/replacefile/doc.go b/internal/replacefile/doc.go index eeb3413387cb..25a95d0331f7 100644 --- a/internal/replacefile/doc.go +++ b/internal/replacefile/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package replacefile is a small helper package focused directly at the // problem of atomically "renaming" one file over another one. diff --git a/internal/replacefile/replacefile_unix.go b/internal/replacefile/replacefile_unix.go index 8a8416cc45ad..b5c4a8529d11 100644 --- a/internal/replacefile/replacefile_unix.go +++ b/internal/replacefile/replacefile_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/internal/replacefile/replacefile_windows.go b/internal/replacefile/replacefile_windows.go index 08e37d256a9c..6b899f6d73ca 100644 --- a/internal/replacefile/replacefile_windows.go +++ b/internal/replacefile/replacefile_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/internal/replacefile/writefile.go b/internal/replacefile/writefile.go index 00be0f823f10..5da56b23351e 100644 --- a/internal/replacefile/writefile.go +++ b/internal/replacefile/writefile.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package replacefile diff --git a/internal/states/checks.go b/internal/states/checks.go index 14558a6d3912..f5718e49f2a9 100644 --- a/internal/states/checks.go +++ b/internal/states/checks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/doc.go b/internal/states/doc.go index 98f0f991a565..0c4913261813 100644 --- a/internal/states/doc.go +++ b/internal/states/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package states contains the types that are used to represent Terraform // states. diff --git a/internal/states/instance_generation.go b/internal/states/instance_generation.go index 6658d64762a6..888ff890f29e 100644 --- a/internal/states/instance_generation.go +++ b/internal/states/instance_generation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/instance_object.go b/internal/states/instance_object.go index 2ce4982c8066..0e12f6550e8e 100644 --- a/internal/states/instance_object.go +++ b/internal/states/instance_object.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/instance_object_src.go b/internal/states/instance_object_src.go index 8e56d700036c..442b6084ed82 100644 --- a/internal/states/instance_object_src.go +++ b/internal/states/instance_object_src.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/instance_object_test.go b/internal/states/instance_object_test.go index dce945ffc94a..c5b893dade82 100644 --- a/internal/states/instance_object_test.go +++ b/internal/states/instance_object_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/module.go b/internal/states/module.go index ec2c9aa59c7e..edf30c7833e7 100644 --- a/internal/states/module.go +++ b/internal/states/module.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/output_value.go b/internal/states/output_value.go index 0e5cedb1e1ed..98a3606c2283 100644 --- a/internal/states/output_value.go +++ b/internal/states/output_value.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/remote/remote.go b/internal/states/remote/remote.go index 7b4fbb7a75c8..3eb1c573b5e7 100644 --- a/internal/states/remote/remote.go +++ b/internal/states/remote/remote.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/states/remote/remote_test.go b/internal/states/remote/remote_test.go index f28b9899115c..0741a5b95958 100644 --- a/internal/states/remote/remote_test.go +++ b/internal/states/remote/remote_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/states/remote/state.go b/internal/states/remote/state.go index f30a43df5a42..ebcbc59e745d 100644 --- a/internal/states/remote/state.go +++ b/internal/states/remote/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/states/remote/state_test.go b/internal/states/remote/state_test.go index 85d73a9321ed..826d5f5a80ef 100644 --- a/internal/states/remote/state_test.go +++ b/internal/states/remote/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/states/remote/testing.go b/internal/states/remote/testing.go index 2c738cf76b60..2de180f55920 100644 --- a/internal/states/remote/testing.go +++ b/internal/states/remote/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package remote diff --git a/internal/states/resource.go b/internal/states/resource.go index ed42f6b7a97f..e472cc4569c0 100644 --- a/internal/states/resource.go +++ b/internal/states/resource.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/resource_test.go b/internal/states/resource_test.go index f2dbd35dda0c..53447e3d40f0 100644 --- a/internal/states/resource_test.go +++ b/internal/states/resource_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/state.go b/internal/states/state.go index 8593e1cb7763..2898918dd8fc 100644 --- a/internal/states/state.go +++ b/internal/states/state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/state_deepcopy.go b/internal/states/state_deepcopy.go index ec3131ad2baf..834a9e13da12 100644 --- a/internal/states/state_deepcopy.go +++ b/internal/states/state_deepcopy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/state_equal.go b/internal/states/state_equal.go index f31d47bc86bb..874c273c10bc 100644 --- a/internal/states/state_equal.go +++ b/internal/states/state_equal.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/state_test.go b/internal/states/state_test.go index a21a14da72b8..1f79ff61e080 100644 --- a/internal/states/state_test.go +++ b/internal/states/state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/states/statefile/diagnostics.go b/internal/states/statefile/diagnostics.go index 3b472ef13d21..7374312f258a 100644 --- a/internal/states/statefile/diagnostics.go +++ b/internal/states/statefile/diagnostics.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/doc.go b/internal/states/statefile/doc.go index 215a0ab764c2..94662c7e2d91 100644 --- a/internal/states/statefile/doc.go +++ b/internal/states/statefile/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package statefile deals with the file format used to serialize states for // persistent storage and then deserialize them into memory again later. diff --git a/internal/states/statefile/file.go b/internal/states/statefile/file.go index b05be62fae4e..c6b52e95555f 100644 --- a/internal/states/statefile/file.go +++ b/internal/states/statefile/file.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/marshal_equal.go b/internal/states/statefile/marshal_equal.go index 6470fd76f077..c54fbaab5192 100644 --- a/internal/states/statefile/marshal_equal.go +++ b/internal/states/statefile/marshal_equal.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/read.go b/internal/states/statefile/read.go index 4243484194eb..be1439e60c88 100644 --- a/internal/states/statefile/read.go +++ b/internal/states/statefile/read.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/roundtrip_test.go b/internal/states/statefile/roundtrip_test.go index 208310b22a1a..5464b0bc7041 100644 --- a/internal/states/statefile/roundtrip_test.go +++ b/internal/states/statefile/roundtrip_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/version0.go b/internal/states/statefile/version0.go index 2cdd0d2887a8..697c689045a3 100644 --- a/internal/states/statefile/version0.go +++ b/internal/states/statefile/version0.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/version1.go b/internal/states/statefile/version1.go index b7d327919a65..3347cf9afa29 100644 --- a/internal/states/statefile/version1.go +++ b/internal/states/statefile/version1.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/version1_upgrade.go b/internal/states/statefile/version1_upgrade.go index 3004f5ec4d60..7b7ccb5ab7ad 100644 --- a/internal/states/statefile/version1_upgrade.go +++ b/internal/states/statefile/version1_upgrade.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/version2.go b/internal/states/statefile/version2.go index 0d3907e8c245..38ce72236dfa 100644 --- a/internal/states/statefile/version2.go +++ b/internal/states/statefile/version2.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/version2_upgrade.go b/internal/states/statefile/version2_upgrade.go index 3c9e860389b6..853c7ddb7d3a 100644 --- a/internal/states/statefile/version2_upgrade.go +++ b/internal/states/statefile/version2_upgrade.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/version3.go b/internal/states/statefile/version3.go index 684ba1743bb1..3ac8a92ec041 100644 --- a/internal/states/statefile/version3.go +++ b/internal/states/statefile/version3.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/version3_upgrade.go b/internal/states/statefile/version3_upgrade.go index f53dffdeff02..d84a5ecaae3d 100644 --- a/internal/states/statefile/version3_upgrade.go +++ b/internal/states/statefile/version3_upgrade.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/version4.go b/internal/states/statefile/version4.go index ddddaa025832..05ddb8ece52c 100644 --- a/internal/states/statefile/version4.go +++ b/internal/states/statefile/version4.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/version4_test.go b/internal/states/statefile/version4_test.go index 77b53a300b34..fff2086aa705 100644 --- a/internal/states/statefile/version4_test.go +++ b/internal/states/statefile/version4_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statefile/write.go b/internal/states/statefile/write.go index 3295a72c06e3..b9210f6f596e 100644 --- a/internal/states/statefile/write.go +++ b/internal/states/statefile/write.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statefile diff --git a/internal/states/statemgr/doc.go b/internal/states/statemgr/doc.go index b134e4080be4..7b8389e3b604 100644 --- a/internal/states/statemgr/doc.go +++ b/internal/states/statemgr/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package statemgr defines the interfaces and some supporting functionality // for "state managers", which are components responsible for writing state diff --git a/internal/states/statemgr/filesystem.go b/internal/states/statemgr/filesystem.go index bcdeea461638..a69a48cff4c2 100644 --- a/internal/states/statemgr/filesystem.go +++ b/internal/states/statemgr/filesystem.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/filesystem_lock_unix.go b/internal/states/statemgr/filesystem_lock_unix.go index 35df87e4a226..5eed34c52e28 100644 --- a/internal/states/statemgr/filesystem_lock_unix.go +++ b/internal/states/statemgr/filesystem_lock_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/internal/states/statemgr/filesystem_lock_windows.go b/internal/states/statemgr/filesystem_lock_windows.go index da6cab8a985b..53fd55d44d9e 100644 --- a/internal/states/statemgr/filesystem_lock_windows.go +++ b/internal/states/statemgr/filesystem_lock_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/internal/states/statemgr/filesystem_test.go b/internal/states/statemgr/filesystem_test.go index 8e456e5afb47..8add434e46a1 100644 --- a/internal/states/statemgr/filesystem_test.go +++ b/internal/states/statemgr/filesystem_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/helper.go b/internal/states/statemgr/helper.go index 5c9749a9f1af..2c2fa4e3d2fd 100644 --- a/internal/states/statemgr/helper.go +++ b/internal/states/statemgr/helper.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/lineage.go b/internal/states/statemgr/lineage.go index 73e5c1d067a5..f5854fc65fee 100644 --- a/internal/states/statemgr/lineage.go +++ b/internal/states/statemgr/lineage.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/lock.go b/internal/states/statemgr/lock.go index 291088986f92..3b2662601922 100644 --- a/internal/states/statemgr/lock.go +++ b/internal/states/statemgr/lock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/lock_test.go b/internal/states/statemgr/lock_test.go index b085372be704..38747e283799 100644 --- a/internal/states/statemgr/lock_test.go +++ b/internal/states/statemgr/lock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/locker.go b/internal/states/statemgr/locker.go index 1c60346c4ac7..852d4da3d243 100644 --- a/internal/states/statemgr/locker.go +++ b/internal/states/statemgr/locker.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/migrate.go b/internal/states/statemgr/migrate.go index 6abb9d3256dc..6ebafaf985dd 100644 --- a/internal/states/statemgr/migrate.go +++ b/internal/states/statemgr/migrate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/migrate_test.go b/internal/states/statemgr/migrate_test.go index 4f1a943dad15..bd6c3ff29646 100644 --- a/internal/states/statemgr/migrate_test.go +++ b/internal/states/statemgr/migrate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/persistent.go b/internal/states/statemgr/persistent.go index 86e8e5b90eb6..bb40b9a9bdc9 100644 --- a/internal/states/statemgr/persistent.go +++ b/internal/states/statemgr/persistent.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/plan.go b/internal/states/statemgr/plan.go index 7d1aba60d423..19015c7dbede 100644 --- a/internal/states/statemgr/plan.go +++ b/internal/states/statemgr/plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/statemgr.go b/internal/states/statemgr/statemgr.go index 1236127eee90..9d1984e5c4f2 100644 --- a/internal/states/statemgr/statemgr.go +++ b/internal/states/statemgr/statemgr.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/statemgr_fake.go b/internal/states/statemgr/statemgr_fake.go index 4912de13ac64..db12945b5316 100644 --- a/internal/states/statemgr/statemgr_fake.go +++ b/internal/states/statemgr/statemgr_fake.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/statemgr_test.go b/internal/states/statemgr/statemgr_test.go index 5ef005e1789f..951a26dcad30 100644 --- a/internal/states/statemgr/statemgr_test.go +++ b/internal/states/statemgr/statemgr_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/testing.go b/internal/states/statemgr/testing.go index 2d4c53d5cca5..d002a95b35bf 100644 --- a/internal/states/statemgr/testing.go +++ b/internal/states/statemgr/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/transient.go b/internal/states/statemgr/transient.go index 1084db0f9615..8912c6eced47 100644 --- a/internal/states/statemgr/transient.go +++ b/internal/states/statemgr/transient.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/statemgr/transient_inmem.go b/internal/states/statemgr/transient_inmem.go index 7854d1f4525b..5e5ac55965d2 100644 --- a/internal/states/statemgr/transient_inmem.go +++ b/internal/states/statemgr/transient_inmem.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package statemgr diff --git a/internal/states/sync.go b/internal/states/sync.go index bfca09bbfd77..3266a1ea7738 100644 --- a/internal/states/sync.go +++ b/internal/states/sync.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package states diff --git a/internal/terminal/impl_others.go b/internal/terminal/impl_others.go index 8522392783d4..de9f7ecaefa6 100644 --- a/internal/terminal/impl_others.go +++ b/internal/terminal/impl_others.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/internal/terminal/impl_windows.go b/internal/terminal/impl_windows.go index 0f94644435db..e4ed31762f6e 100644 --- a/internal/terminal/impl_windows.go +++ b/internal/terminal/impl_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/internal/terminal/stream.go b/internal/terminal/stream.go index afeec73414ae..3d627eaf26ca 100644 --- a/internal/terminal/stream.go +++ b/internal/terminal/stream.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terminal diff --git a/internal/terminal/streams.go b/internal/terminal/streams.go index af2bdc970384..4d401ca33912 100644 --- a/internal/terminal/streams.go +++ b/internal/terminal/streams.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package terminal encapsulates some platform-specific logic for detecting // if we're running in a terminal and, if so, properly configuring that diff --git a/internal/terminal/streams_test.go b/internal/terminal/streams_test.go index 47358760e9bd..68bff418366b 100644 --- a/internal/terminal/streams_test.go +++ b/internal/terminal/streams_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terminal diff --git a/internal/terminal/testing.go b/internal/terminal/testing.go index 11b907fd0bca..e597dcae29d8 100644 --- a/internal/terminal/testing.go +++ b/internal/terminal/testing.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terminal diff --git a/internal/terraform/context.go b/internal/terraform/context.go index c5f0b837b616..b59a354e3389 100644 --- a/internal/terraform/context.go +++ b/internal/terraform/context.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_apply.go b/internal/terraform/context_apply.go index 0a47a57d3298..68c3c5460ae4 100644 --- a/internal/terraform/context_apply.go +++ b/internal/terraform/context_apply.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_apply2_test.go b/internal/terraform/context_apply2_test.go index 46c07f08e834..55eca3b9faeb 100644 --- a/internal/terraform/context_apply2_test.go +++ b/internal/terraform/context_apply2_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_apply_checks_test.go b/internal/terraform/context_apply_checks_test.go index 9dfca3e89aba..4a90dff2665a 100644 --- a/internal/terraform/context_apply_checks_test.go +++ b/internal/terraform/context_apply_checks_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_apply_test.go b/internal/terraform/context_apply_test.go index 6bf712078bd1..699e7eaf185a 100644 --- a/internal/terraform/context_apply_test.go +++ b/internal/terraform/context_apply_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_eval.go b/internal/terraform/context_eval.go index 2b42c3298595..19f57e92fced 100644 --- a/internal/terraform/context_eval.go +++ b/internal/terraform/context_eval.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_eval_test.go b/internal/terraform/context_eval_test.go index ed72a4f89524..ef4f8627f1a2 100644 --- a/internal/terraform/context_eval_test.go +++ b/internal/terraform/context_eval_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_fixtures_test.go b/internal/terraform/context_fixtures_test.go index f173f842923a..2c63a10489b8 100644 --- a/internal/terraform/context_fixtures_test.go +++ b/internal/terraform/context_fixtures_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_import.go b/internal/terraform/context_import.go index 376a07b4ee1b..09741e5c04e3 100644 --- a/internal/terraform/context_import.go +++ b/internal/terraform/context_import.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_import_test.go b/internal/terraform/context_import_test.go index d4a8a230f777..6625c1bca709 100644 --- a/internal/terraform/context_import_test.go +++ b/internal/terraform/context_import_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_input.go b/internal/terraform/context_input.go index efe5038a2f59..b4b560f2d3b8 100644 --- a/internal/terraform/context_input.go +++ b/internal/terraform/context_input.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_input_test.go b/internal/terraform/context_input_test.go index 745e48b9b0b1..720432c4f369 100644 --- a/internal/terraform/context_input_test.go +++ b/internal/terraform/context_input_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_plan.go b/internal/terraform/context_plan.go index b739c67ca148..32cf42438dce 100644 --- a/internal/terraform/context_plan.go +++ b/internal/terraform/context_plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_plan2_test.go b/internal/terraform/context_plan2_test.go index 6f05b8711854..7706b7604f73 100644 --- a/internal/terraform/context_plan2_test.go +++ b/internal/terraform/context_plan2_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_plan_test.go b/internal/terraform/context_plan_test.go index 2f9a7ffe5071..9ac1c394cafe 100644 --- a/internal/terraform/context_plan_test.go +++ b/internal/terraform/context_plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_plugins.go b/internal/terraform/context_plugins.go index f49ffed41324..bea67dcc38bf 100644 --- a/internal/terraform/context_plugins.go +++ b/internal/terraform/context_plugins.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_plugins_test.go b/internal/terraform/context_plugins_test.go index cb3bf3a2195f..c8df540275a3 100644 --- a/internal/terraform/context_plugins_test.go +++ b/internal/terraform/context_plugins_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_refresh.go b/internal/terraform/context_refresh.go index 7b376056a6a9..467c7099571e 100644 --- a/internal/terraform/context_refresh.go +++ b/internal/terraform/context_refresh.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_refresh_test.go b/internal/terraform/context_refresh_test.go index b181dd490c49..8e4970160676 100644 --- a/internal/terraform/context_refresh_test.go +++ b/internal/terraform/context_refresh_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_test.go b/internal/terraform/context_test.go index 085c44b2c45a..7767fe4f3c61 100644 --- a/internal/terraform/context_test.go +++ b/internal/terraform/context_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_validate.go b/internal/terraform/context_validate.go index 0dc1350b1631..6e8e01b4c469 100644 --- a/internal/terraform/context_validate.go +++ b/internal/terraform/context_validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_validate_test.go b/internal/terraform/context_validate_test.go index 04dd41ffeb2e..9da63dc469f3 100644 --- a/internal/terraform/context_validate_test.go +++ b/internal/terraform/context_validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/context_walk.go b/internal/terraform/context_walk.go index 7fbd66779dfd..002cd878bfe7 100644 --- a/internal/terraform/context_walk.go +++ b/internal/terraform/context_walk.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/diagnostics.go b/internal/terraform/diagnostics.go index 6f876f58a2f6..083f30978d72 100644 --- a/internal/terraform/diagnostics.go +++ b/internal/terraform/diagnostics.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_conditions.go b/internal/terraform/eval_conditions.go index 6484468c40f4..67b004045ddd 100644 --- a/internal/terraform/eval_conditions.go +++ b/internal/terraform/eval_conditions.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_context.go b/internal/terraform/eval_context.go index 5965a083e38c..cb1735218c7f 100644 --- a/internal/terraform/eval_context.go +++ b/internal/terraform/eval_context.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_context_builtin.go b/internal/terraform/eval_context_builtin.go index 00de8eb7e8d9..36b896a87558 100644 --- a/internal/terraform/eval_context_builtin.go +++ b/internal/terraform/eval_context_builtin.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_context_builtin_test.go b/internal/terraform/eval_context_builtin_test.go index 999d44eb4e0d..bfcc546f4bed 100644 --- a/internal/terraform/eval_context_builtin_test.go +++ b/internal/terraform/eval_context_builtin_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_context_mock.go b/internal/terraform/eval_context_mock.go index 276730c44935..19829feaf6cb 100644 --- a/internal/terraform/eval_context_mock.go +++ b/internal/terraform/eval_context_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_count.go b/internal/terraform/eval_count.go index 3588f92645b4..9e2144d9e0f6 100644 --- a/internal/terraform/eval_count.go +++ b/internal/terraform/eval_count.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_count_test.go b/internal/terraform/eval_count_test.go index 80bb3d693dfa..74bcfbdf721d 100644 --- a/internal/terraform/eval_count_test.go +++ b/internal/terraform/eval_count_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_for_each.go b/internal/terraform/eval_for_each.go index 0e6875fab868..ae9e169f4a26 100644 --- a/internal/terraform/eval_for_each.go +++ b/internal/terraform/eval_for_each.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_for_each_test.go b/internal/terraform/eval_for_each_test.go index f01b9c2e20e0..b6f5629ebb00 100644 --- a/internal/terraform/eval_for_each_test.go +++ b/internal/terraform/eval_for_each_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_provider.go b/internal/terraform/eval_provider.go index 90b9cbcc3d07..4592028c763c 100644 --- a/internal/terraform/eval_provider.go +++ b/internal/terraform/eval_provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_provider_test.go b/internal/terraform/eval_provider_test.go index cf9188e8977c..842658bfd196 100644 --- a/internal/terraform/eval_provider_test.go +++ b/internal/terraform/eval_provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_variable.go b/internal/terraform/eval_variable.go index 4f1c2e5c1331..625792583911 100644 --- a/internal/terraform/eval_variable.go +++ b/internal/terraform/eval_variable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/eval_variable_test.go b/internal/terraform/eval_variable_test.go index ae473bdd1395..a081119de609 100644 --- a/internal/terraform/eval_variable_test.go +++ b/internal/terraform/eval_variable_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/evaluate.go b/internal/terraform/evaluate.go index eca75c422b8b..55aa8e8d777a 100644 --- a/internal/terraform/evaluate.go +++ b/internal/terraform/evaluate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/evaluate_test.go b/internal/terraform/evaluate_test.go index 56ac09c005dc..f84c40055787 100644 --- a/internal/terraform/evaluate_test.go +++ b/internal/terraform/evaluate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/evaluate_triggers.go b/internal/terraform/evaluate_triggers.go index 9d8fbb3b65a7..4cc0b12d8d65 100644 --- a/internal/terraform/evaluate_triggers.go +++ b/internal/terraform/evaluate_triggers.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/evaluate_triggers_test.go b/internal/terraform/evaluate_triggers_test.go index 38419e637e18..5d79d39cc2f3 100644 --- a/internal/terraform/evaluate_triggers_test.go +++ b/internal/terraform/evaluate_triggers_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/evaluate_valid.go b/internal/terraform/evaluate_valid.go index 7e5a6108f1aa..1b0dc22a4c2a 100644 --- a/internal/terraform/evaluate_valid.go +++ b/internal/terraform/evaluate_valid.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/evaluate_valid_test.go b/internal/terraform/evaluate_valid_test.go index adf056ab362f..e21d92a2be57 100644 --- a/internal/terraform/evaluate_valid_test.go +++ b/internal/terraform/evaluate_valid_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/execute.go b/internal/terraform/execute.go index a0018ca6d094..fe6f49e63e9b 100644 --- a/internal/terraform/execute.go +++ b/internal/terraform/execute.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/features.go b/internal/terraform/features.go index 62c43afca001..18c1bfb7de02 100644 --- a/internal/terraform/features.go +++ b/internal/terraform/features.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph.go b/internal/terraform/graph.go index 6abcbe9a02e7..f594d07c0825 100644 --- a/internal/terraform/graph.go +++ b/internal/terraform/graph.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_builder.go b/internal/terraform/graph_builder.go index ec21f5f84669..1943181e59be 100644 --- a/internal/terraform/graph_builder.go +++ b/internal/terraform/graph_builder.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_builder_apply.go b/internal/terraform/graph_builder_apply.go index ed381e8c42ef..26bf452b31ca 100644 --- a/internal/terraform/graph_builder_apply.go +++ b/internal/terraform/graph_builder_apply.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_builder_apply_test.go b/internal/terraform/graph_builder_apply_test.go index 0dc2fb3ca720..4067b10b0589 100644 --- a/internal/terraform/graph_builder_apply_test.go +++ b/internal/terraform/graph_builder_apply_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_builder_eval.go b/internal/terraform/graph_builder_eval.go index a0cb4527b115..fa603bb9f5ca 100644 --- a/internal/terraform/graph_builder_eval.go +++ b/internal/terraform/graph_builder_eval.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_builder_plan.go b/internal/terraform/graph_builder_plan.go index 768e8b9bce6d..adb5830f3fb0 100644 --- a/internal/terraform/graph_builder_plan.go +++ b/internal/terraform/graph_builder_plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_builder_plan_test.go b/internal/terraform/graph_builder_plan_test.go index a89c6dc6ef24..1138ea629413 100644 --- a/internal/terraform/graph_builder_plan_test.go +++ b/internal/terraform/graph_builder_plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_builder_test.go b/internal/terraform/graph_builder_test.go index 733ee2d191ae..08b34de7dccf 100644 --- a/internal/terraform/graph_builder_test.go +++ b/internal/terraform/graph_builder_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_dot.go b/internal/terraform/graph_dot.go index de3f4a92a6ff..05a7fb18f314 100644 --- a/internal/terraform/graph_dot.go +++ b/internal/terraform/graph_dot.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_dot_test.go b/internal/terraform/graph_dot_test.go index b4f7cd9cb6ce..7bb307818aa8 100644 --- a/internal/terraform/graph_dot_test.go +++ b/internal/terraform/graph_dot_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_interface_subgraph.go b/internal/terraform/graph_interface_subgraph.go index 0c6890587e99..2e013aeca0fa 100644 --- a/internal/terraform/graph_interface_subgraph.go +++ b/internal/terraform/graph_interface_subgraph.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_test.go b/internal/terraform/graph_test.go index f92956383d2a..ac851a482716 100644 --- a/internal/terraform/graph_test.go +++ b/internal/terraform/graph_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_walk.go b/internal/terraform/graph_walk.go index b9ed16e25147..54f5c674d24e 100644 --- a/internal/terraform/graph_walk.go +++ b/internal/terraform/graph_walk.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_walk_context.go b/internal/terraform/graph_walk_context.go index dc0188846a3a..d56f88f057ee 100644 --- a/internal/terraform/graph_walk_context.go +++ b/internal/terraform/graph_walk_context.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_walk_operation.go b/internal/terraform/graph_walk_operation.go index 0ec67863370d..080676d4155b 100644 --- a/internal/terraform/graph_walk_operation.go +++ b/internal/terraform/graph_walk_operation.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/graph_walk_test.go b/internal/terraform/graph_walk_test.go index 485c73c740d6..3901c3965fc7 100644 --- a/internal/terraform/graph_walk_test.go +++ b/internal/terraform/graph_walk_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/hook.go b/internal/terraform/hook.go index f23247c50a2b..a09a82f9f60a 100644 --- a/internal/terraform/hook.go +++ b/internal/terraform/hook.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/hook_mock.go b/internal/terraform/hook_mock.go index ae9aa3968341..ba727ba7d79d 100644 --- a/internal/terraform/hook_mock.go +++ b/internal/terraform/hook_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/hook_stop.go b/internal/terraform/hook_stop.go index 52ead5ac4e45..7e26c87f3617 100644 --- a/internal/terraform/hook_stop.go +++ b/internal/terraform/hook_stop.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/hook_stop_test.go b/internal/terraform/hook_stop_test.go index 6dd8b637ba37..a659ccd38d45 100644 --- a/internal/terraform/hook_stop_test.go +++ b/internal/terraform/hook_stop_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/hook_test.go b/internal/terraform/hook_test.go index e0c845535a36..b5d77b9e8017 100644 --- a/internal/terraform/hook_test.go +++ b/internal/terraform/hook_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/instance_expanders.go b/internal/terraform/instance_expanders.go index 566f09fed3f1..615f3910e34d 100644 --- a/internal/terraform/instance_expanders.go +++ b/internal/terraform/instance_expanders.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/marks.go b/internal/terraform/marks.go index d7532328e679..7b0d16812336 100644 --- a/internal/terraform/marks.go +++ b/internal/terraform/marks.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/marks_test.go b/internal/terraform/marks_test.go index c0b0eab77e02..f4f2d8bbfb85 100644 --- a/internal/terraform/marks_test.go +++ b/internal/terraform/marks_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_check.go b/internal/terraform/node_check.go index 57198d57cd6b..7eb6593cd9fd 100644 --- a/internal/terraform/node_check.go +++ b/internal/terraform/node_check.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_data_destroy.go b/internal/terraform/node_data_destroy.go index c0074e0621bf..e68874a7c7bb 100644 --- a/internal/terraform/node_data_destroy.go +++ b/internal/terraform/node_data_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_data_destroy_test.go b/internal/terraform/node_data_destroy_test.go index 07815191b116..5097675dcd4f 100644 --- a/internal/terraform/node_data_destroy_test.go +++ b/internal/terraform/node_data_destroy_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_local.go b/internal/terraform/node_local.go index 18112d4fee2e..37625b7b48fb 100644 --- a/internal/terraform/node_local.go +++ b/internal/terraform/node_local.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_local_test.go b/internal/terraform/node_local_test.go index 5a38b09da1d3..6e11d74f7d6d 100644 --- a/internal/terraform/node_local_test.go +++ b/internal/terraform/node_local_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_module_expand.go b/internal/terraform/node_module_expand.go index 6dbf48046471..716fedddafee 100644 --- a/internal/terraform/node_module_expand.go +++ b/internal/terraform/node_module_expand.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_module_expand_test.go b/internal/terraform/node_module_expand_test.go index 1a85048bf36b..4b8407700746 100644 --- a/internal/terraform/node_module_expand_test.go +++ b/internal/terraform/node_module_expand_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_module_variable.go b/internal/terraform/node_module_variable.go index 105d786a54f0..d4b4bbebb658 100644 --- a/internal/terraform/node_module_variable.go +++ b/internal/terraform/node_module_variable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_module_variable_test.go b/internal/terraform/node_module_variable_test.go index 59e23a018752..e3139598768d 100644 --- a/internal/terraform/node_module_variable_test.go +++ b/internal/terraform/node_module_variable_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_output.go b/internal/terraform/node_output.go index 0a8c72e557dc..c1ea0776121f 100644 --- a/internal/terraform/node_output.go +++ b/internal/terraform/node_output.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_output_test.go b/internal/terraform/node_output_test.go index 5a9b90ff2906..97af2986eac6 100644 --- a/internal/terraform/node_output_test.go +++ b/internal/terraform/node_output_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_provider.go b/internal/terraform/node_provider.go index 69b4dcc370d4..36e8e3a5c051 100644 --- a/internal/terraform/node_provider.go +++ b/internal/terraform/node_provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_provider_abstract.go b/internal/terraform/node_provider_abstract.go index 70540c3a073e..ceeffa054493 100644 --- a/internal/terraform/node_provider_abstract.go +++ b/internal/terraform/node_provider_abstract.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_provider_eval.go b/internal/terraform/node_provider_eval.go index b7fb89dbc8dd..98c8946a3176 100644 --- a/internal/terraform/node_provider_eval.go +++ b/internal/terraform/node_provider_eval.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_provider_test.go b/internal/terraform/node_provider_test.go index 3b207ab40694..fc07ae3f7ec4 100644 --- a/internal/terraform/node_provider_test.go +++ b/internal/terraform/node_provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_abstract.go b/internal/terraform/node_resource_abstract.go index f94f2996381c..1f8fe84a4f3b 100644 --- a/internal/terraform/node_resource_abstract.go +++ b/internal/terraform/node_resource_abstract.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_abstract_instance.go b/internal/terraform/node_resource_abstract_instance.go index fb100a48d081..f542bc44e5ab 100644 --- a/internal/terraform/node_resource_abstract_instance.go +++ b/internal/terraform/node_resource_abstract_instance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_abstract_instance_test.go b/internal/terraform/node_resource_abstract_instance_test.go index 3888be369fbc..07ff05da374b 100644 --- a/internal/terraform/node_resource_abstract_instance_test.go +++ b/internal/terraform/node_resource_abstract_instance_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_abstract_test.go b/internal/terraform/node_resource_abstract_test.go index d65a8685e075..e04456192d27 100644 --- a/internal/terraform/node_resource_abstract_test.go +++ b/internal/terraform/node_resource_abstract_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_apply.go b/internal/terraform/node_resource_apply.go index fa0de372bb83..738ab9e50fde 100644 --- a/internal/terraform/node_resource_apply.go +++ b/internal/terraform/node_resource_apply.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_apply_instance.go b/internal/terraform/node_resource_apply_instance.go index 035d4f5b0576..68524953eaee 100644 --- a/internal/terraform/node_resource_apply_instance.go +++ b/internal/terraform/node_resource_apply_instance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_apply_test.go b/internal/terraform/node_resource_apply_test.go index 652b799b4f37..d79c00707028 100644 --- a/internal/terraform/node_resource_apply_test.go +++ b/internal/terraform/node_resource_apply_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_destroy.go b/internal/terraform/node_resource_destroy.go index 2770d40bcc42..a9ff1ae572cc 100644 --- a/internal/terraform/node_resource_destroy.go +++ b/internal/terraform/node_resource_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_destroy_deposed.go b/internal/terraform/node_resource_destroy_deposed.go index 70f425682706..debcf95b7df1 100644 --- a/internal/terraform/node_resource_destroy_deposed.go +++ b/internal/terraform/node_resource_destroy_deposed.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_destroy_deposed_test.go b/internal/terraform/node_resource_destroy_deposed_test.go index e110649e6694..7ea118aaab37 100644 --- a/internal/terraform/node_resource_destroy_deposed_test.go +++ b/internal/terraform/node_resource_destroy_deposed_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_import.go b/internal/terraform/node_resource_import.go index 98702f194aaf..a081d4df7e49 100644 --- a/internal/terraform/node_resource_import.go +++ b/internal/terraform/node_resource_import.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_plan.go b/internal/terraform/node_resource_plan.go index c2bfbe05fe01..8e59d862e654 100644 --- a/internal/terraform/node_resource_plan.go +++ b/internal/terraform/node_resource_plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_plan_destroy.go b/internal/terraform/node_resource_plan_destroy.go index 058d7f028fa2..5c94325e8f27 100644 --- a/internal/terraform/node_resource_plan_destroy.go +++ b/internal/terraform/node_resource_plan_destroy.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_plan_instance.go b/internal/terraform/node_resource_plan_instance.go index 94612aecb6f1..ecdd5a5d64eb 100644 --- a/internal/terraform/node_resource_plan_instance.go +++ b/internal/terraform/node_resource_plan_instance.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_plan_orphan.go b/internal/terraform/node_resource_plan_orphan.go index 4e01a49da765..59ab74b44361 100644 --- a/internal/terraform/node_resource_plan_orphan.go +++ b/internal/terraform/node_resource_plan_orphan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_plan_orphan_test.go b/internal/terraform/node_resource_plan_orphan_test.go index fe23c4f5b9b3..b46738d00272 100644 --- a/internal/terraform/node_resource_plan_orphan_test.go +++ b/internal/terraform/node_resource_plan_orphan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_validate.go b/internal/terraform/node_resource_validate.go index f5b5cb57e240..94ace0c71323 100644 --- a/internal/terraform/node_resource_validate.go +++ b/internal/terraform/node_resource_validate.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_resource_validate_test.go b/internal/terraform/node_resource_validate_test.go index cd93f22cc273..376619f6540d 100644 --- a/internal/terraform/node_resource_validate_test.go +++ b/internal/terraform/node_resource_validate_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_root_variable.go b/internal/terraform/node_root_variable.go index 08cb44d3311a..55498f468faa 100644 --- a/internal/terraform/node_root_variable.go +++ b/internal/terraform/node_root_variable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_root_variable_test.go b/internal/terraform/node_root_variable_test.go index 2909c282d8ec..d92bc9dbec61 100644 --- a/internal/terraform/node_root_variable_test.go +++ b/internal/terraform/node_root_variable_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/node_value.go b/internal/terraform/node_value.go index 32fd7a505ea8..d884e431bd5d 100644 --- a/internal/terraform/node_value.go +++ b/internal/terraform/node_value.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/provider_mock.go b/internal/terraform/provider_mock.go index 05f94699d98b..43ffd9beac5d 100644 --- a/internal/terraform/provider_mock.go +++ b/internal/terraform/provider_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/provisioner_mock.go b/internal/terraform/provisioner_mock.go index f2ffd823cb21..b0bfc6b4b35c 100644 --- a/internal/terraform/provisioner_mock.go +++ b/internal/terraform/provisioner_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/provisioner_mock_test.go b/internal/terraform/provisioner_mock_test.go index 805bdec88b42..1696d99a360c 100644 --- a/internal/terraform/provisioner_mock_test.go +++ b/internal/terraform/provisioner_mock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/reduce_plan.go b/internal/terraform/reduce_plan.go index 36da4aceb933..8fc2cfc682e8 100644 --- a/internal/terraform/reduce_plan.go +++ b/internal/terraform/reduce_plan.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/reduce_plan_test.go b/internal/terraform/reduce_plan_test.go index 1514ab6a5078..2148b1954b9c 100644 --- a/internal/terraform/reduce_plan_test.go +++ b/internal/terraform/reduce_plan_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/resource_provider_mock_test.go b/internal/terraform/resource_provider_mock_test.go index 4a71a5301cd2..234b14360497 100644 --- a/internal/terraform/resource_provider_mock_test.go +++ b/internal/terraform/resource_provider_mock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/schemas.go b/internal/terraform/schemas.go index ab494df4beb1..7a5f68ea2dd6 100644 --- a/internal/terraform/schemas.go +++ b/internal/terraform/schemas.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/schemas_test.go b/internal/terraform/schemas_test.go index d36550e60d12..cf1c27fdb9a4 100644 --- a/internal/terraform/schemas_test.go +++ b/internal/terraform/schemas_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/terraform_test.go b/internal/terraform/terraform_test.go index ad4ca65425cb..0087679b39bb 100644 --- a/internal/terraform/terraform_test.go +++ b/internal/terraform/terraform_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform.go b/internal/terraform/transform.go index 53040d515934..dc070218e638 100644 --- a/internal/terraform/transform.go +++ b/internal/terraform/transform.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_attach_config_provider.go b/internal/terraform/transform_attach_config_provider.go index e42094f7c67f..eb8245b046d7 100644 --- a/internal/terraform/transform_attach_config_provider.go +++ b/internal/terraform/transform_attach_config_provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_attach_config_provider_meta.go b/internal/terraform/transform_attach_config_provider_meta.go index b08dcfd40b7a..bdeaa9634609 100644 --- a/internal/terraform/transform_attach_config_provider_meta.go +++ b/internal/terraform/transform_attach_config_provider_meta.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_attach_config_resource.go b/internal/terraform/transform_attach_config_resource.go index c3c4930a233a..358aa88b21a8 100644 --- a/internal/terraform/transform_attach_config_resource.go +++ b/internal/terraform/transform_attach_config_resource.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_attach_schema.go b/internal/terraform/transform_attach_schema.go index e442051de0e3..74f9ffb779be 100644 --- a/internal/terraform/transform_attach_schema.go +++ b/internal/terraform/transform_attach_schema.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_attach_state.go b/internal/terraform/transform_attach_state.go index 1ebeac2c73bd..762da2d87332 100644 --- a/internal/terraform/transform_attach_state.go +++ b/internal/terraform/transform_attach_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_check.go b/internal/terraform/transform_check.go index a3f3becf4acf..b72e1e488212 100644 --- a/internal/terraform/transform_check.go +++ b/internal/terraform/transform_check.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_config.go b/internal/terraform/transform_config.go index 7d9aadb194b7..2afa0b9e3026 100644 --- a/internal/terraform/transform_config.go +++ b/internal/terraform/transform_config.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_config_test.go b/internal/terraform/transform_config_test.go index 8e247afd30ec..fac8e24f4ca1 100644 --- a/internal/terraform/transform_config_test.go +++ b/internal/terraform/transform_config_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_destroy_cbd.go b/internal/terraform/transform_destroy_cbd.go index d097780203a0..6fc1ecc2dc16 100644 --- a/internal/terraform/transform_destroy_cbd.go +++ b/internal/terraform/transform_destroy_cbd.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_destroy_cbd_test.go b/internal/terraform/transform_destroy_cbd_test.go index 29eaba5a94be..1a2e982da811 100644 --- a/internal/terraform/transform_destroy_cbd_test.go +++ b/internal/terraform/transform_destroy_cbd_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_destroy_edge.go b/internal/terraform/transform_destroy_edge.go index 9ca05e666ee4..77fffe831c83 100644 --- a/internal/terraform/transform_destroy_edge.go +++ b/internal/terraform/transform_destroy_edge.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_destroy_edge_test.go b/internal/terraform/transform_destroy_edge_test.go index a946ded4fe56..ddb1a2abd5cb 100644 --- a/internal/terraform/transform_destroy_edge_test.go +++ b/internal/terraform/transform_destroy_edge_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_diff.go b/internal/terraform/transform_diff.go index 220734ca31cc..16d1dfc2a803 100644 --- a/internal/terraform/transform_diff.go +++ b/internal/terraform/transform_diff.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_diff_test.go b/internal/terraform/transform_diff_test.go index 68392c64f991..d1834e3495bd 100644 --- a/internal/terraform/transform_diff_test.go +++ b/internal/terraform/transform_diff_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_expand.go b/internal/terraform/transform_expand.go index 76d7ef10751e..45bcf44b7088 100644 --- a/internal/terraform/transform_expand.go +++ b/internal/terraform/transform_expand.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_import_state_test.go b/internal/terraform/transform_import_state_test.go index 34a21426a1e4..89fdc3944b19 100644 --- a/internal/terraform/transform_import_state_test.go +++ b/internal/terraform/transform_import_state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_local.go b/internal/terraform/transform_local.go index b28da216f8ed..7ab2ae9a0120 100644 --- a/internal/terraform/transform_local.go +++ b/internal/terraform/transform_local.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_module_expansion.go b/internal/terraform/transform_module_expansion.go index 8e7ea945e223..e11305d5209d 100644 --- a/internal/terraform/transform_module_expansion.go +++ b/internal/terraform/transform_module_expansion.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_module_variable.go b/internal/terraform/transform_module_variable.go index 3cae76bda9b5..ac3df7852ae1 100644 --- a/internal/terraform/transform_module_variable.go +++ b/internal/terraform/transform_module_variable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_module_variable_test.go b/internal/terraform/transform_module_variable_test.go index 751a56bda502..470548f36902 100644 --- a/internal/terraform/transform_module_variable_test.go +++ b/internal/terraform/transform_module_variable_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_orphan_count.go b/internal/terraform/transform_orphan_count.go index 5f85f1d40f41..a6a46a11c912 100644 --- a/internal/terraform/transform_orphan_count.go +++ b/internal/terraform/transform_orphan_count.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_orphan_count_test.go b/internal/terraform/transform_orphan_count_test.go index 4da96bdb3a87..d57e09d38ea5 100644 --- a/internal/terraform/transform_orphan_count_test.go +++ b/internal/terraform/transform_orphan_count_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_orphan_output.go b/internal/terraform/transform_orphan_output.go index da0b59709284..7a8406e80fad 100644 --- a/internal/terraform/transform_orphan_output.go +++ b/internal/terraform/transform_orphan_output.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_orphan_resource.go b/internal/terraform/transform_orphan_resource.go index f451978caece..8d9fa4eeff7e 100644 --- a/internal/terraform/transform_orphan_resource.go +++ b/internal/terraform/transform_orphan_resource.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_orphan_resource_test.go b/internal/terraform/transform_orphan_resource_test.go index 647d21152bfe..41638166e8b9 100644 --- a/internal/terraform/transform_orphan_resource_test.go +++ b/internal/terraform/transform_orphan_resource_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_output.go b/internal/terraform/transform_output.go index c0a96c019d86..b338841d33ba 100644 --- a/internal/terraform/transform_output.go +++ b/internal/terraform/transform_output.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_provider.go b/internal/terraform/transform_provider.go index 82c951f2103f..037459d66e46 100644 --- a/internal/terraform/transform_provider.go +++ b/internal/terraform/transform_provider.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_provider_test.go b/internal/terraform/transform_provider_test.go index 9adcb610a54e..fda8f82778e6 100644 --- a/internal/terraform/transform_provider_test.go +++ b/internal/terraform/transform_provider_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_provisioner.go b/internal/terraform/transform_provisioner.go index 8669e735e702..a343c5abe728 100644 --- a/internal/terraform/transform_provisioner.go +++ b/internal/terraform/transform_provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_reference.go b/internal/terraform/transform_reference.go index 2240e281dd7f..5e6458d36aed 100644 --- a/internal/terraform/transform_reference.go +++ b/internal/terraform/transform_reference.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_reference_test.go b/internal/terraform/transform_reference_test.go index 6194701899dc..e5c5b3989cb7 100644 --- a/internal/terraform/transform_reference_test.go +++ b/internal/terraform/transform_reference_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_removed_modules.go b/internal/terraform/transform_removed_modules.go index c89d27f34306..f1617e85a54a 100644 --- a/internal/terraform/transform_removed_modules.go +++ b/internal/terraform/transform_removed_modules.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_resource_count.go b/internal/terraform/transform_resource_count.go index 5a4061a96d88..e511d31d5614 100644 --- a/internal/terraform/transform_resource_count.go +++ b/internal/terraform/transform_resource_count.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_root.go b/internal/terraform/transform_root.go index 446f250b3895..56ad00422bdd 100644 --- a/internal/terraform/transform_root.go +++ b/internal/terraform/transform_root.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_root_test.go b/internal/terraform/transform_root_test.go index c96bd6282adb..ba27d97b2032 100644 --- a/internal/terraform/transform_root_test.go +++ b/internal/terraform/transform_root_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_state.go b/internal/terraform/transform_state.go index cd3060366113..47340e192a93 100644 --- a/internal/terraform/transform_state.go +++ b/internal/terraform/transform_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_targets.go b/internal/terraform/transform_targets.go index f5617376b97d..9fd3e36ff565 100644 --- a/internal/terraform/transform_targets.go +++ b/internal/terraform/transform_targets.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_targets_test.go b/internal/terraform/transform_targets_test.go index ba1659cf81aa..5edaabd66f6a 100644 --- a/internal/terraform/transform_targets_test.go +++ b/internal/terraform/transform_targets_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_transitive_reduction.go b/internal/terraform/transform_transitive_reduction.go index 3083ad13abb2..bf9be4b1664a 100644 --- a/internal/terraform/transform_transitive_reduction.go +++ b/internal/terraform/transform_transitive_reduction.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_transitive_reduction_test.go b/internal/terraform/transform_transitive_reduction_test.go index 28f675bfeca2..19224039c5f0 100644 --- a/internal/terraform/transform_transitive_reduction_test.go +++ b/internal/terraform/transform_transitive_reduction_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_variable.go b/internal/terraform/transform_variable.go index da75fc3a8ae2..15d183354f7c 100644 --- a/internal/terraform/transform_variable.go +++ b/internal/terraform/transform_variable.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_vertex.go b/internal/terraform/transform_vertex.go index 8ddac61b2959..f223efb1d6f4 100644 --- a/internal/terraform/transform_vertex.go +++ b/internal/terraform/transform_vertex.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/transform_vertex_test.go b/internal/terraform/transform_vertex_test.go index 4bca4a45df7b..9bd875be3955 100644 --- a/internal/terraform/transform_vertex_test.go +++ b/internal/terraform/transform_vertex_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_input.go b/internal/terraform/ui_input.go index 4c59177f300a..1d780a2d0659 100644 --- a/internal/terraform/ui_input.go +++ b/internal/terraform/ui_input.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_input_mock.go b/internal/terraform/ui_input_mock.go index 4d8e028fbbec..9476e0038fc0 100644 --- a/internal/terraform/ui_input_mock.go +++ b/internal/terraform/ui_input_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_input_prefix.go b/internal/terraform/ui_input_prefix.go index 69a7032dd96e..a911eb7966ed 100644 --- a/internal/terraform/ui_input_prefix.go +++ b/internal/terraform/ui_input_prefix.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_input_prefix_test.go b/internal/terraform/ui_input_prefix_test.go index d6a83ac32984..0adc688e1ba3 100644 --- a/internal/terraform/ui_input_prefix_test.go +++ b/internal/terraform/ui_input_prefix_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_output.go b/internal/terraform/ui_output.go index a816b0d89ee1..c68ad6a1f4c4 100644 --- a/internal/terraform/ui_output.go +++ b/internal/terraform/ui_output.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_output_callback.go b/internal/terraform/ui_output_callback.go index e79f082b0d05..f122aa00d8ec 100644 --- a/internal/terraform/ui_output_callback.go +++ b/internal/terraform/ui_output_callback.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_output_callback_test.go b/internal/terraform/ui_output_callback_test.go index 8748c0b7d6b6..68867024450d 100644 --- a/internal/terraform/ui_output_callback_test.go +++ b/internal/terraform/ui_output_callback_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_output_mock.go b/internal/terraform/ui_output_mock.go index 641d076df845..998439bf81a8 100644 --- a/internal/terraform/ui_output_mock.go +++ b/internal/terraform/ui_output_mock.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_output_mock_test.go b/internal/terraform/ui_output_mock_test.go index 89d564a082ea..83067702935a 100644 --- a/internal/terraform/ui_output_mock_test.go +++ b/internal/terraform/ui_output_mock_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_output_provisioner.go b/internal/terraform/ui_output_provisioner.go index 524cfe8bc96d..dffb54c9c1e9 100644 --- a/internal/terraform/ui_output_provisioner.go +++ b/internal/terraform/ui_output_provisioner.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/ui_output_provisioner_test.go b/internal/terraform/ui_output_provisioner_test.go index 9b3118dfe42d..653bb464f3ac 100644 --- a/internal/terraform/ui_output_provisioner_test.go +++ b/internal/terraform/ui_output_provisioner_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/update_state_hook.go b/internal/terraform/update_state_hook.go index c89dd3f010e6..3aa551df50f9 100644 --- a/internal/terraform/update_state_hook.go +++ b/internal/terraform/update_state_hook.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/update_state_hook_test.go b/internal/terraform/update_state_hook_test.go index c500b8b5da65..efca41e82e98 100644 --- a/internal/terraform/update_state_hook_test.go +++ b/internal/terraform/update_state_hook_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/upgrade_resource_state.go b/internal/terraform/upgrade_resource_state.go index 40c03c237f5f..659f991481e1 100644 --- a/internal/terraform/upgrade_resource_state.go +++ b/internal/terraform/upgrade_resource_state.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/upgrade_resource_state_test.go b/internal/terraform/upgrade_resource_state_test.go index 0e277cbab7c3..bde9cfe061ad 100644 --- a/internal/terraform/upgrade_resource_state_test.go +++ b/internal/terraform/upgrade_resource_state_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/util.go b/internal/terraform/util.go index d25e10540608..0bd31fb32bd6 100644 --- a/internal/terraform/util.go +++ b/internal/terraform/util.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/util_test.go b/internal/terraform/util_test.go index 0676c6f7a436..253f68274965 100644 --- a/internal/terraform/util_test.go +++ b/internal/terraform/util_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/validate_selfref.go b/internal/terraform/validate_selfref.go index f6975152130f..93c90a68ab3e 100644 --- a/internal/terraform/validate_selfref.go +++ b/internal/terraform/validate_selfref.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/validate_selfref_test.go b/internal/terraform/validate_selfref_test.go index ca9bfe6fa6d9..ad6534fc8642 100644 --- a/internal/terraform/validate_selfref_test.go +++ b/internal/terraform/validate_selfref_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/variables.go b/internal/terraform/variables.go index 3c4015c3f159..4b2984789c49 100644 --- a/internal/terraform/variables.go +++ b/internal/terraform/variables.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/variables_test.go b/internal/terraform/variables_test.go index f333f6ba308a..746c078add0e 100644 --- a/internal/terraform/variables_test.go +++ b/internal/terraform/variables_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/terraform/version_required.go b/internal/terraform/version_required.go index a0bb2a01ab4f..4c9873113cdc 100644 --- a/internal/terraform/version_required.go +++ b/internal/terraform/version_required.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package terraform diff --git a/internal/tfdiags/config_traversals.go b/internal/tfdiags/config_traversals.go index c6c7cecffc68..685780dbfc18 100644 --- a/internal/tfdiags/config_traversals.go +++ b/internal/tfdiags/config_traversals.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/consolidate_warnings.go b/internal/tfdiags/consolidate_warnings.go index 86e772fda770..329e36222ac2 100644 --- a/internal/tfdiags/consolidate_warnings.go +++ b/internal/tfdiags/consolidate_warnings.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/consolidate_warnings_test.go b/internal/tfdiags/consolidate_warnings_test.go index a2568559e77b..e46382a637bd 100644 --- a/internal/tfdiags/consolidate_warnings_test.go +++ b/internal/tfdiags/consolidate_warnings_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/contextual.go b/internal/tfdiags/contextual.go index 4ded9b99531e..3d0d86d0fb06 100644 --- a/internal/tfdiags/contextual.go +++ b/internal/tfdiags/contextual.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/contextual_test.go b/internal/tfdiags/contextual_test.go index 1f1c6ca1f529..7395e731eeea 100644 --- a/internal/tfdiags/contextual_test.go +++ b/internal/tfdiags/contextual_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/diagnostic.go b/internal/tfdiags/diagnostic.go index 2da94df29521..c50c81890c79 100644 --- a/internal/tfdiags/diagnostic.go +++ b/internal/tfdiags/diagnostic.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/diagnostic_base.go b/internal/tfdiags/diagnostic_base.go index 8c1707eb764c..6c0db08280b4 100644 --- a/internal/tfdiags/diagnostic_base.go +++ b/internal/tfdiags/diagnostic_base.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/diagnostic_extra.go b/internal/tfdiags/diagnostic_extra.go index 3a4c0c9a923c..6a1e0e845d4e 100644 --- a/internal/tfdiags/diagnostic_extra.go +++ b/internal/tfdiags/diagnostic_extra.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/diagnostics.go b/internal/tfdiags/diagnostics.go index a7fbc5461176..314ec85cd1af 100644 --- a/internal/tfdiags/diagnostics.go +++ b/internal/tfdiags/diagnostics.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/diagnostics_test.go b/internal/tfdiags/diagnostics_test.go index adadddf99be5..d85ef7e1f6f9 100644 --- a/internal/tfdiags/diagnostics_test.go +++ b/internal/tfdiags/diagnostics_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/doc.go b/internal/tfdiags/doc.go index 23be0a8bece7..6c39d06fe294 100644 --- a/internal/tfdiags/doc.go +++ b/internal/tfdiags/doc.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Package tfdiags is a utility package for representing errors and // warnings in a manner that allows us to produce good messages for the diff --git a/internal/tfdiags/error.go b/internal/tfdiags/error.go index f377ddb5f72d..cb388e593db0 100644 --- a/internal/tfdiags/error.go +++ b/internal/tfdiags/error.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/hcl.go b/internal/tfdiags/hcl.go index 5822844ca068..7f0a84d9ea0a 100644 --- a/internal/tfdiags/hcl.go +++ b/internal/tfdiags/hcl.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/hcl_test.go b/internal/tfdiags/hcl_test.go index 41a2d9a6410b..c4ed287d76fe 100644 --- a/internal/tfdiags/hcl_test.go +++ b/internal/tfdiags/hcl_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/rpc_friendly.go b/internal/tfdiags/rpc_friendly.go index 039781e916a2..9a160a2c74d3 100644 --- a/internal/tfdiags/rpc_friendly.go +++ b/internal/tfdiags/rpc_friendly.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/rpc_friendly_test.go b/internal/tfdiags/rpc_friendly_test.go index 81e31ca4d415..15810f6d9754 100644 --- a/internal/tfdiags/rpc_friendly_test.go +++ b/internal/tfdiags/rpc_friendly_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/simple_warning.go b/internal/tfdiags/simple_warning.go index 7a6fe3840502..7ecc5d35b3b5 100644 --- a/internal/tfdiags/simple_warning.go +++ b/internal/tfdiags/simple_warning.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/source_range.go b/internal/tfdiags/source_range.go index 3d0fd9a14dfc..7e99cc318a11 100644 --- a/internal/tfdiags/source_range.go +++ b/internal/tfdiags/source_range.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfdiags/sourceless.go b/internal/tfdiags/sourceless.go index ad59f3f565a6..b820f97ac766 100644 --- a/internal/tfdiags/sourceless.go +++ b/internal/tfdiags/sourceless.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package tfdiags diff --git a/internal/tfplugin5/tfplugin5.pb.go b/internal/tfplugin5/tfplugin5.pb.go index 5ffe7640234c..f94286192298 100644 --- a/internal/tfplugin5/tfplugin5.pb.go +++ b/internal/tfplugin5/tfplugin5.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 5.4 // diff --git a/internal/tfplugin6/tfplugin6.pb.go b/internal/tfplugin6/tfplugin6.pb.go index bf8a822b6a23..99cd52cad649 100644 --- a/internal/tfplugin6/tfplugin6.pb.go +++ b/internal/tfplugin6/tfplugin6.pb.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // Terraform Plugin RPC protocol version 6.4 // diff --git a/main.go b/main.go index 075c3356870d..a8c81c2f9d9c 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/main_test.go b/main_test.go index 0a0834a67c0d..bdf3e09bb9c0 100644 --- a/main_test.go +++ b/main_test.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main diff --git a/plugins.go b/plugins.go index defa9ddd2b48..4e7415f676cc 100644 --- a/plugins.go +++ b/plugins.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/provider_source.go b/provider_source.go index 67c00ed61f06..05b12041c00b 100644 --- a/provider_source.go +++ b/provider_source.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/scripts/build.sh b/scripts/build.sh index 4f12e7ad9f7a..61a6aed0af60 100755 --- a/scripts/build.sh +++ b/scripts/build.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 builds the application from source for multiple platforms. diff --git a/scripts/changelog-links.sh b/scripts/changelog-links.sh index fe1fff7f0277..1f20c2c5701d 100755 --- a/scripts/changelog-links.sh +++ b/scripts/changelog-links.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 # This script rewrites [GH-nnnn]-style references in the CHANGELOG.md file to diff --git a/scripts/exhaustive.sh b/scripts/exhaustive.sh index eda66db9320a..24a3cc120759 100755 --- a/scripts/exhaustive.sh +++ b/scripts/exhaustive.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 echo "==> Checking for switch statement exhaustiveness..." diff --git a/scripts/gofmtcheck.sh b/scripts/gofmtcheck.sh index ccd94969a339..64465d9e4077 100755 --- a/scripts/gofmtcheck.sh +++ b/scripts/gofmtcheck.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 # Check go fmt diff --git a/scripts/gogetcookie.sh b/scripts/gogetcookie.sh index 347487afcaa0..08d5189e499e 100755 --- a/scripts/gogetcookie.sh +++ b/scripts/gogetcookie.sh @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 touch ~/.gitcookies chmod 0600 ~/.gitcookies diff --git a/scripts/goimportscheck.sh b/scripts/goimportscheck.sh index 893c66241869..1f3cffdaa0f5 100755 --- a/scripts/goimportscheck.sh +++ b/scripts/goimportscheck.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 diff --git a/scripts/staticcheck.sh b/scripts/staticcheck.sh index 771c40a848a4..91f4742a11dd 100755 --- a/scripts/staticcheck.sh +++ b/scripts/staticcheck.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 echo "==> Checking that code complies with static analysis requirements..." diff --git a/signal_unix.go b/signal_unix.go index 2b076f796f27..77003db90992 100644 --- a/signal_unix.go +++ b/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/signal_windows.go b/signal_windows.go index 613ad30c8b40..219e261c02d8 100644 --- a/signal_windows.go +++ b/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/testing/equivalence-tests/tests/variables_and_outputs/main.auto.tfvars b/testing/equivalence-tests/tests/variables_and_outputs/main.auto.tfvars index 8a61f1a1c446..c9ca489f8afc 100644 --- a/testing/equivalence-tests/tests/variables_and_outputs/main.auto.tfvars +++ b/testing/equivalence-tests/tests/variables_and_outputs/main.auto.tfvars @@ -1,5 +1,5 @@ # Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: BUSL-1.1 list_no_default = [ { diff --git a/tools.go b/tools.go index fd6513628da0..6a3eeb8389c6 100644 --- a/tools.go +++ b/tools.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build tools // +build tools diff --git a/tools/loggraphdiff/loggraphdiff.go b/tools/loggraphdiff/loggraphdiff.go index eb84c8a2a8c1..e0609287a3b9 100644 --- a/tools/loggraphdiff/loggraphdiff.go +++ b/tools/loggraphdiff/loggraphdiff.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // loggraphdiff is a tool for interpreting changes to the Terraform graph // based on the simple graph printing format used in the TF_LOG=trace log diff --git a/tools/protobuf-compile/protobuf-compile.go b/tools/protobuf-compile/protobuf-compile.go index 6e27fba6894c..b4be5fded6be 100644 --- a/tools/protobuf-compile/protobuf-compile.go +++ b/tools/protobuf-compile/protobuf-compile.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // protobuf-compile is a helper tool for running protoc against all of the // .proto files in this repository using specific versions of protoc and diff --git a/tools/tools.go b/tools/tools.go index a849cdc9fd29..dff66d9d536a 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 //go:build tools // +build tools diff --git a/version.go b/version.go index a1e32b3267df..c36135581a7a 100644 --- a/version.go +++ b/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/version/dependencies.go b/version/dependencies.go index c05e228c610d..aed62bea3738 100644 --- a/version/dependencies.go +++ b/version/dependencies.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/version/version.go b/version/version.go index 6ebdd6c56a8d..f44575c5e8cc 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 // The version package provides a location to set the release versions for all // packages to consume, without creating import cycles. diff --git a/version/version_test.go b/version/version_test.go index cd889b0ac945..182b323ed9e1 100644 --- a/version/version_test.go +++ b/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/website/scripts/should-build.sh b/website/scripts/should-build.sh index b653682c52af..b9ce35e4715b 100644 --- a/website/scripts/should-build.sh +++ b/website/scripts/should-build.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 ###################################################### diff --git a/website/scripts/website-build.sh b/website/scripts/website-build.sh index 32d27dd6700d..0ff4b74380c6 100755 --- a/website/scripts/website-build.sh +++ b/website/scripts/website-build.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 managed by the Digital Team's # diff --git a/website/scripts/website-start.sh b/website/scripts/website-start.sh index cc0e36acac73..4bb00498e818 100644 --- a/website/scripts/website-start.sh +++ b/website/scripts/website-start.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 managed by the Digital Team's # diff --git a/working_dir.go b/working_dir.go index 3c108a680f0a..24c23b0383e6 100644 --- a/working_dir.go +++ b/working_dir.go @@ -1,5 +1,5 @@ // Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: BUSL-1.1 package main