.copywrite.hcl 612 B

12345678910111213141516171819202122232425262728
  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. # Goland configuration
  12. ".idea/**",
  13. ".run/**",
  14. # golangci-lint tooling configuration
  15. ".golangci.yml",
  16. # GoReleaser tooling configuration
  17. ".goreleaser.yml",
  18. # Configs
  19. "terraformrc-*.tf",
  20. ]
  21. }