From 4679383728fe331fc8a6b46036a27b8f818d9bc0 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 10:30:09 +0100 Subject: [COMPLIANCE] Add Copyright and License Headers (#586) * [COMPLIANCE] Add Copyright and License Headers * add copywrite file and revert headers in testdata --------- Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Co-authored-by: Liam Cervante --- hclsyntax/parser_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hclsyntax/parser_test.go') diff --git a/hclsyntax/parser_test.go b/hclsyntax/parser_test.go index 7e2484a..69636c9 100644 --- a/hclsyntax/parser_test.go +++ b/hclsyntax/parser_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package hclsyntax import ( -- cgit v1.2.3