mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-18 15:56:29 -05:00
* license: update headers to IBM Corp. * `make proto` * update offset because source file changed Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
20 lines
561 B
HCL
20 lines
561 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "BUSL-1.1"
|
|
copyright_year = 2025
|
|
copyright_holder = "IBM Corp."
|
|
|
|
# (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 = [
|
|
"helper/pkcs7/**",
|
|
"ui/node_modules/**",
|
|
"enos/modules/k8s_deploy_vault/raft-config.hcl",
|
|
"plugins/database/postgresql/scram/**",
|
|
"enos/.enos/**",
|
|
"enos/k8s/.enos/**",
|
|
"enos/.terraform/**",
|
|
]
|
|
}
|