From 515897a125ff93fb34947aa5b5950e2e77fa18be Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Mon, 11 Nov 2024 08:26:01 -0700 Subject: [PATCH] copyright: add missing header Signed-off-by: Bruno Schaatsbergen --- internal/command/views/cloud_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/command/views/cloud_test.go b/internal/command/views/cloud_test.go index 63167fffdd..3eb44d3cfd 100644 --- a/internal/command/views/cloud_test.go +++ b/internal/command/views/cloud_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package views import (