summaryrefslogtreecommitdiff
path: root/.copywrite.hcl
blob: 35eae08227e878ffebbb8375fbadb2a826730676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
schema_version = 1

project {
  license        = "MPL-2.0"
  copyright_year = 2014

  # (OPTIONAL) A list of globs that should not have copyright/license headers.
  # Supports doublestar glob patterns for more flexibility in defining which
  # files or folders should be ignored
  header_ignore = [
    "hclsyntax/fuzz/testdata/**",
    "hclwrite/fuzz/testdata/**",
    "json/fuzz/testdata/**",
    "specsuite/tests/**",
  ]
}