2023-04-11 08:51:44 -05:00
|
|
|
schema_version = 1
|
|
|
|
|
|
|
|
project {
|
|
|
|
license = "MPL-2.0"
|
|
|
|
copyright_year = 2014
|
|
|
|
|
2024-02-08 03:48:59 -06:00
|
|
|
# (OPTIONAL) Represents the copyright holder used in all statements
|
|
|
|
# Default: HashiCorp, Inc.
|
|
|
|
copyright_holder = "The OpenTofu Authors\nSPDX-License-Identifier: MPL-2.0\nCopyright (c) 2023 HashiCorp, Inc."
|
|
|
|
|
2023-04-11 08:51:44 -05:00
|
|
|
# (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",
|
2024-06-03 08:49:36 -05:00
|
|
|
"**/*.tftest.hcl",
|
2024-07-08 07:27:11 -05:00
|
|
|
"**/*.terraform.lock.hcl",
|
2024-06-03 08:49:36 -05:00
|
|
|
"website/docs/**/examples/**",
|
2023-04-26 12:59:12 -05:00
|
|
|
"**/testdata/**",
|
2023-04-26 15:38:53 -05:00
|
|
|
"**/*.pb.go",
|
2023-04-26 15:47:54 -05:00
|
|
|
"**/*_string.go",
|
|
|
|
"**/mock*.go",
|
2023-04-11 08:51:44 -05:00
|
|
|
]
|
|
|
|
}
|