commit | 9289459725711bf0dff29df4cd5345907109d0f3 | [log] [tgz] |
---|---|---|
author | Radek Simko <radek.simko@gmail.com> | Wed Apr 12 06:47:47 2023 +0100 |
committer | GitHub <noreply@github.com> | Wed Apr 12 06:47:47 2023 +0100 |
tree | 051e6fc4e85361ffd1acb8f271c940e3c96fefa5 | |
parent | 74791519213219a50258fd21b1cbdc391daa01a1 [diff] |
Add copywrite config (#378)
diff --git a/.copywrite.hcl b/.copywrite.hcl new file mode 100644 index 0000000..132e471 --- /dev/null +++ b/.copywrite.hcl
@@ -0,0 +1,10 @@ +schema_version = 1 + +project { + license = "MPL-2.0" + copyright_year = 2020 + + header_ignore = [ + "tfexec/internal/e2etest/testdata/**", + ] +}