From a1957a1deff6b71f0905e6a4f1f8b565bc79dd3f Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:03:29 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- acctest/plugin/bundled_plugin_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acctest/plugin/bundled_plugin_test.go b/acctest/plugin/bundled_plugin_test.go index e9308a598..9f21dfac6 100644 --- a/acctest/plugin/bundled_plugin_test.go +++ b/acctest/plugin/bundled_plugin_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package plugin import (