diff --git a/.copywrite.hcl b/.copywrite.hcl new file mode 100644 index 000000000..2c6f279b0 --- /dev/null +++ b/.copywrite.hcl @@ -0,0 +1,13 @@ +project { + license = "MPL-2.0" + copyright_year = 2013 + header_ignore = [ + "*.hcl2spec.go", # generated code specs, since they'll be wiped out until we support adding the headers at generation-time + "hcl2template/testdata/**", + "test/**", + "**/test-fixtures/**", + "examples/**", + "hcl2template/fixtures/**", + "website/**" # candidates for copyright are coming from external sources, so we should not handle those in Packer + ] +}