From 2767bde98aa522637b9bd01584f6eec429322a21 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:12:14 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- stack.go | 3 +++ stack_integration_test.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/stack.go b/stack.go index 3e881128b..707a592ab 100644 --- a/stack.go +++ b/stack.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tfe import ( diff --git a/stack_integration_test.go b/stack_integration_test.go index 39ab596bd..f3b352944 100644 --- a/stack_integration_test.go +++ b/stack_integration_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tfe import (