From bebc5409e839304f116726dc370e13e1f1f54693 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:13:08 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- test-fixtures/config-version-with-test/main.tftest.hcl | 3 +++ test_run_integration_test.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/test-fixtures/config-version-with-test/main.tftest.hcl b/test-fixtures/config-version-with-test/main.tftest.hcl index d3995cae5..cd627c6b5 100644 --- a/test-fixtures/config-version-with-test/main.tftest.hcl +++ b/test-fixtures/config-version-with-test/main.tftest.hcl @@ -1,2 +1,5 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + run "test" {} diff --git a/test_run_integration_test.go b/test_run_integration_test.go index 7e3ae58d2..05f35c838 100644 --- a/test_run_integration_test.go +++ b/test_run_integration_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package tfe import (