Skip to content

Commit 71dfd5f

Browse files
[COMPLIANCE] Add Copyright and License Headers
1 parent 08f0f22 commit 71dfd5f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
version: "2"
25
linters:
36
exclusions:

cmd/consul-dataplane/main_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) HashiCorp, Inc.
2+
// SPDX-License-Identifier: MPL-2.0
3+
14
package main
25

36
import (

0 commit comments

Comments
 (0)