From d563a3c6234eef7edca4a28a9fe55458bd7834f6 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:05:31 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- internal/hcp/api/client_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/hcp/api/client_test.go b/internal/hcp/api/client_test.go index 47ff2b5fd..b1cdbff61 100644 --- a/internal/hcp/api/client_test.go +++ b/internal/hcp/api/client_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package api import (