[COMPLIANCE] Add copyright and license headers (#146)
* add copywrite config * add note to copywrite HCL file * [COMPLIANCE] Add copyright and license headers * Update .copywrite.hcl Co-authored-by: Brian Flad <bflad417@gmail.com> * Update .copywrite.hcl Co-authored-by: Brian Flad <bflad417@gmail.com> * Update .copywrite.hcl Co-authored-by: Brian Flad <bflad417@gmail.com> --------- Co-authored-by: Brian Flad <bflad417@gmail.com>
This commit is contained in:
parent
d29beb059c
commit
9b24243a86
21
.copywrite.hcl
Normal file
21
.copywrite.hcl
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# NOTE: This file is for HashiCorp specific licensing automation and can be deleted after creating a new repo with this template.
|
||||||
|
schema_version = 1
|
||||||
|
|
||||||
|
project {
|
||||||
|
license = "MPL-2.0"
|
||||||
|
copyright_year = 2021
|
||||||
|
|
||||||
|
header_ignore = [
|
||||||
|
# examples used within documentation (prose)
|
||||||
|
"examples/**",
|
||||||
|
|
||||||
|
# GitHub issue template configuration
|
||||||
|
".github/ISSUE_TEMPLATE/*.yml",
|
||||||
|
|
||||||
|
# golangci-lint tooling configuration
|
||||||
|
".golangci.yml",
|
||||||
|
|
||||||
|
# GoReleaser tooling configuration
|
||||||
|
".goreleaser.yml",
|
||||||
|
]
|
||||||
|
}
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) HashiCorp, Inc.
|
||||||
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
package provider
|
package provider
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) HashiCorp, Inc.
|
||||||
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
package provider
|
package provider
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) HashiCorp, Inc.
|
||||||
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
package provider
|
package provider
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) HashiCorp, Inc.
|
||||||
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
package provider
|
package provider
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) HashiCorp, Inc.
|
||||||
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
package provider
|
package provider
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) HashiCorp, Inc.
|
||||||
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
package provider
|
package provider
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
3
main.go
3
main.go
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) HashiCorp, Inc.
|
||||||
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) HashiCorp, Inc.
|
||||||
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
//go:build tools
|
//go:build tools
|
||||||
|
|
||||||
package tools
|
package tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user