From 4f45aa4c83e2c9a20cf48561ee64e3da0e2b8761 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:03:14 -0400 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#402) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- ...ata_source_consul_config_entry_v2_exported_services_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/consul/data_source_consul_config_entry_v2_exported_services_test.go b/consul/data_source_consul_config_entry_v2_exported_services_test.go index dc011f0e..4e42c934 100644 --- a/consul/data_source_consul_config_entry_v2_exported_services_test.go +++ b/consul/data_source_consul_config_entry_v2_exported_services_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package consul import (