mirror of https://github.com/hashicorp/terraform
Merge pull request #33702 from hashicorp/radditude/copywrite-automation
ci: fix copyright header checkimport-id-interp-docs
commit
9e9a78e96c
@ -1,13 +1,6 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/hashicorp/copywrite"
|
||||
)
|
||||
|
||||
//go:generate go run github.com/hashicorp/copywrite headers
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-1.1
|
||||
|
||||
package plugin_protocol
|
||||
|
||||
//go:generate go run github.com/hashicorp/copywrite headers
|
||||
@ -0,0 +1,6 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-1.1
|
||||
|
||||
package tfplugin5
|
||||
|
||||
//go:generate go run github.com/hashicorp/copywrite headers
|
||||
@ -0,0 +1,6 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-1.1
|
||||
|
||||
package tfplugin6
|
||||
|
||||
//go:generate go run github.com/hashicorp/copywrite headers
|
||||
Loading…
Reference in new issue