From 651d8d6f8838e71e50615e1a48a61173333b4984 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 1 Oct 2024 16:43:10 -0400 Subject: [PATCH] tests: fixup copywrite in test file (#24101) In #24007 we merged new HCL files but they were missing copywrite headers because the scan didn't run on this PR for some reason. I've already backported this to the Enterprise branches. --- command/agent/testdata/template.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/command/agent/testdata/template.hcl b/command/agent/testdata/template.hcl index f6849300060..ab21741a066 100644 --- a/command/agent/testdata/template.hcl +++ b/command/agent/testdata/template.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + client { template { function_denylist = ["plugin"]