github.com/hashicorp/hcl/v2@v2.20.0/.copywrite.hcl (about)

     1  schema_version = 1
     2  
     3  project {
     4    license        = "MPL-2.0"
     5    copyright_year = 2014
     6  
     7    # (OPTIONAL) A list of globs that should not have copyright/license headers.
     8    # Supports doublestar glob patterns for more flexibility in defining which
     9    # files or folders should be ignored
    10    header_ignore = [
    11      "hclsyntax/fuzz/testdata/**",
    12      "hclwrite/fuzz/testdata/**",
    13      "json/fuzz/testdata/**",
    14      "specsuite/tests/**",
    15    ]
    16  }