Files
vault/.copywrite.hcl
hc-github-team-secure-vault-core a584e678d2 backport of commit 5d706c44d0 (#19598)
Co-authored-by: Mike Baum <mike.baum@hashicorp.com>
2023-03-17 12:54:56 -04:00

16 lines
424 B
HCL

schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2015
# (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 = [
"builtin/credentials/aws/pkcs7/**",
"ui/node_modules/**",
"enos/modules/k8s_deploy_vault/raft-config.hcl",
]
}