Skip to content

Commit 469a9b1

Browse files
[COMPLIANCE] Add Copyright and License Headers
1 parent 341ea38 commit 469a9b1

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

raft-compat/rolling_upgrade_test.go

+3
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 raft_compat
25

36
import (

raft-compat/testcluster/cluster.go

+3
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 testcluster
25

36
import (

raft-compat/utils/test_utils.go

+3
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 utils
25

36
import (

0 commit comments

Comments
 (0)