mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-25 14:57:13 +00:00
* Fix licensing on various files * Update packaging to use BUSL-1.1 * Update offset within config_test_helpers.go - Fix a test the same way it's been fixed on main/1.15
16 lines
425 B
HCL
16 lines
425 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "BUSL-1.1"
|
|
copyright_year = 2024
|
|
|
|
# (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",
|
|
]
|
|
}
|