From 85f68bcbde078e302337b033d792e2d5290332d7 Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Fri, 8 Sep 2023 12:39:56 -0700 Subject: [PATCH] Adds missing copyright header --- internal/backend/remote-state/s3/logging.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/backend/remote-state/s3/logging.go b/internal/backend/remote-state/s3/logging.go index 3be54cae8f..956ecc650a 100644 --- a/internal/backend/remote-state/s3/logging.go +++ b/internal/backend/remote-state/s3/logging.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package s3 import (