mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
14 lines
226 B
Go
14 lines
226 B
Go
|
// Copyright (c) HashiCorp, Inc.
|
||
|
// SPDX-License-Identifier: MPL-2.0
|
||
|
|
||
|
//go:build tools
|
||
|
// +build tools
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/hashicorp/copywrite"
|
||
|
)
|
||
|
|
||
|
//go:generate go run github.com/hashicorp/copywrite headers
|