opentofu/.copywrite.hcl

16 lines
360 B
HCL
Raw Normal View History

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 = [
"**/*.tf",
2023-04-26 12:59:12 -05:00
"**/testdata/**",
"**/*.pb.go",
]
}