Skip to content

Commit 53c34ff

Browse files
Update copyright file headers to BUSL-1.1
1 parent b145fbc commit 53c34ff

File tree

1,293 files changed

+1293
-1293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,293 files changed

+1293
-1293
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
name: Bug Report
55
description: Let us know about an unexpected error, a crash, or an incorrect behavior.

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
blank_issues_enabled: false
55
contact_links:

.github/ISSUE_TEMPLATE/documentation_issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
name: Documentation Issue
55
description: Report an issue or suggest a change in the documentation.

.github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
name: Feature Request
55
description: Suggest a new feature or other enhancement.

.github/actions/equivalence-test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
name: equivalence-test
55
description: "Execute the suite of Terraform equivalence tests in testing/equivalence-tests"

.github/actions/go-version/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
name: 'Determine Go Toolchain Version'
55
description: 'Uses the .go-version file to determine which Go toolchain to use for any Go-related actions downstream.'

.github/scripts/e2e_test_linux_darwin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Copyright (c) HashiCorp, Inc.
3-
# SPDX-License-Identifier: MPL-2.0
3+
# SPDX-License-Identifier: BUSL-1.1
44

55
set -uo pipefail
66

.github/scripts/equivalence-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Copyright (c) HashiCorp, Inc.
3-
# SPDX-License-Identifier: MPL-2.0
3+
# SPDX-License-Identifier: BUSL-1.1
44

55
set -uo pipefail
66

.github/scripts/get_product_version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Copyright (c) HashiCorp, Inc.
3-
# SPDX-License-Identifier: MPL-2.0
3+
# SPDX-License-Identifier: BUSL-1.1
44

55
set -uo pipefail
66

.github/scripts/verify_docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Copyright (c) HashiCorp, Inc.
3-
# SPDX-License-Identifier: MPL-2.0
3+
# SPDX-License-Identifier: BUSL-1.1
44

55

66
set -euo pipefail

.release/ci.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
schema = "1"
55

.release/release-metadata.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
url_docker_registry_dockerhub = "https://hub.docker.com/r/hashicorp/terraform"
55
url_docker_registry_ecr = "https://gallery.ecr.aws/hashicorp/terraform"

.release/security-scan.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
container {
55
dependencies = false

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
# This Dockerfile builds on golang:alpine by building Terraform from source
55
# using the current working directory.

checkpoint.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package main
55

codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) HashiCorp, Inc.
2-
# SPDX-License-Identifier: MPL-2.0
2+
# SPDX-License-Identifier: BUSL-1.1
33

44
comment:
55
layout: "flags, files"

commands.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package main
55

copyright_headers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
//go:build tools
55
// +build tools

docs/plugin-protocol/tfplugin5.0.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Terraform Plugin RPC protocol version 5.0
55
//

docs/plugin-protocol/tfplugin5.1.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Terraform Plugin RPC protocol version 5.1
55
//

docs/plugin-protocol/tfplugin5.2.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Terraform Plugin RPC protocol version 5.2
55
//

docs/plugin-protocol/tfplugin5.3.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Terraform Plugin RPC protocol version 5.3
55
//

docs/plugin-protocol/tfplugin5.4.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Terraform Plugin RPC protocol version 5.4
55
//

docs/plugin-protocol/tfplugin6.0.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Terraform Plugin RPC protocol version 6.0
55
//

docs/plugin-protocol/tfplugin6.1.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Terraform Plugin RPC protocol version 6.1
55
//

docs/plugin-protocol/tfplugin6.2.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Terraform Plugin RPC protocol version 6.2
55
//

docs/plugin-protocol/tfplugin6.3.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Terraform Plugin RPC protocol version 6.3
55
//

docs/plugin-protocol/tfplugin6.4.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Terraform Plugin RPC protocol version 6.4
55
//

experiments.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package main
55

help.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package main
55

internal/addrs/check.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/check_rule.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/checkable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/count_attr.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
// Package addrs contains types that represent "addresses", which are
55
// references to specific objects within a Terraform configuration or

internal/addrs/for_each_attr.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/input_variable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/instance_key.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/instance_key_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/local_value.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/map.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/map_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/module.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/module_call.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/module_instance.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/module_instance_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/module_package.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/module_source.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/module_source_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/module_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/move_endpoint.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/move_endpoint_kind.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/move_endpoint_module.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/move_endpoint_module_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/move_endpoint_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

internal/addrs/moveable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) HashiCorp, Inc.
2-
// SPDX-License-Identifier: MPL-2.0
2+
// SPDX-License-Identifier: BUSL-1.1
33

44
package addrs
55

0 commit comments

Comments
 (0)