From a638ff79984b76aa6af63b084fe89ebfb8ed22de Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Tue, 18 Apr 2023 14:11:58 +0200 Subject: [PATCH] schema: add missing Copyright header (#263) --- schema/constraint_literal_type_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/constraint_literal_type_test.go b/schema/constraint_literal_type_test.go index 399c0934..c0c78628 100644 --- a/schema/constraint_literal_type_test.go +++ b/schema/constraint_literal_type_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package schema import (