From d76f3bd1158fb0a1085047376a9f02dd2ac1e532 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:11:38 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- stack_configuration.go | 3 +++ stack_deployments.go | 3 +++ stack_plan.go | 3 +++ stack_plan_integration_test.go | 3 +++ 4 files changed, 12 insertions(+) diff --git a/stack_configuration.go b/stack_configuration.go index 6a6c45e53..3a7e73da6 100644 --- a/stack_configuration.go +++ b/stack_configuration.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tfe import ( diff --git a/stack_deployments.go b/stack_deployments.go index dd982b2a2..eb631cf02 100644 --- a/stack_deployments.go +++ b/stack_deployments.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tfe import ( diff --git a/stack_plan.go b/stack_plan.go index 7c235a55a..365f90979 100644 --- a/stack_plan.go +++ b/stack_plan.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tfe import ( diff --git a/stack_plan_integration_test.go b/stack_plan_integration_test.go index 0bfe86332..9b9fa0c57 100644 --- a/stack_plan_integration_test.go +++ b/stack_plan_integration_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tfe import (