
* 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>
22 lines
514 B
HCL
22 lines
514 B
HCL
# 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",
|
|
]
|
|
}
|