.copywrite.hcl 514 B

123456789101112131415161718192021
  1. # NOTE: This file is for HashiCorp specific licensing automation and can be deleted after creating a new repo with this template.
  2. schema_version = 1
  3. project {
  4. license = "MPL-2.0"
  5. copyright_year = 2021
  6. header_ignore = [
  7. # examples used within documentation (prose)
  8. "examples/**",
  9. # GitHub issue template configuration
  10. ".github/ISSUE_TEMPLATE/*.yml",
  11. # golangci-lint tooling configuration
  12. ".golangci.yml",
  13. # GoReleaser tooling configuration
  14. ".goreleaser.yml",
  15. ]
  16. }