github.com/hashicorp/packer@v1.14.3/.copywrite.hcl (about)

     1  project {
     2    license = "BUSL-1.1"
     3    copyright_year = 2024
     4    header_ignore = [
     5      "*.hcl2spec.go", # generated code specs, since they'll be wiped out until we support adding the headers at generation-time
     6      "hcl2template/testdata/**",
     7      "test/**",
     8      "**/test-fixtures/**",
     9      "examples/**",
    10      "hcl2template/fixtures/**",
    11      "command/plugin.go",
    12      "website/**" # candidates for copyright are coming from external sources, so we should not handle those in Packer
    13    ]
    14  }