Skip to content

Commit 0b6f244

Browse files
committed
add copyright headers
1 parent e0d3c68 commit 0b6f244

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tfprotov5/generate_resource_config.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 tfprotov5
25

36
// GenerateResourceConfigRequest is the request Terraform sends when it wants to generate configuration

tfprotov5/internal/fromproto/generate_resource_config.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 fromproto
25

36
import (

tfprotov5/internal/toproto/generate_resource_config.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 toproto
25

36
import (

0 commit comments

Comments
 (0)