Skip to content

Commit c743de1

Browse files
authored
Merge pull request #1464 from hashicorp/compliance/add-headers
[COMPLIANCE] Add Copyright and License Headers
2 parents efb57e0 + dbd1d45 commit c743de1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

internal/provider/client_capabilites.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 provider
25

36
import (

internal/provider/client_capabilites_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 provider
25

36
var _ capabilitiesResolver = &staticCapabilityResolver{}

0 commit comments

Comments
 (0)