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 (