From 71dfd5fad115967a8c92431fd917004c82415ddd Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:34:11 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- .golangci.yml | 3 +++ cmd/consul-dataplane/main_test.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index be621391..cff11493 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + version: "2" linters: exclusions: diff --git a/cmd/consul-dataplane/main_test.go b/cmd/consul-dataplane/main_test.go index 82a69e9d..c939cbf3 100644 --- a/cmd/consul-dataplane/main_test.go +++ b/cmd/consul-dataplane/main_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package main import (