2023-03-13 12:24:00 +00:00
|
|
|
schema_version = 1
|
|
|
|
|
|
|
|
project {
|
2023-08-11 13:12:13 +00:00
|
|
|
license = "BUSL-1.1"
|
|
|
|
copyright_year = 2023
|
2023-03-13 12:24:00 +00: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 = [
|
2023-03-14 13:18:55 +00:00
|
|
|
# Forked and modified UI libs
|
|
|
|
"ui/packages/consul-ui/app/utils/dom/event-target/**",
|
|
|
|
"ui/packages/consul-ui/lib/rehype-prism/**",
|
|
|
|
"ui/packages/consul-ui/lib/block-slots/**",
|
2023-03-28 18:39:22 +00:00
|
|
|
|
2023-03-31 15:29:19 +00:00
|
|
|
# UI file that do not render properly with copyright headers
|
|
|
|
"ui/packages/consul-ui/app/components/brand-loader/enterprise.hbs",
|
|
|
|
"ui/packages/consul-ui/app/components/brand-loader/index.hbs",
|
|
|
|
|
2023-03-28 18:39:22 +00:00
|
|
|
# ignore specific test data files
|
2023-03-28 22:48:58 +00:00
|
|
|
"agent/uiserver/testdata/**",
|
2023-08-22 22:23:54 +00:00
|
|
|
"internal/resourcehcl/testdata/**",
|
2023-03-28 18:39:22 +00:00
|
|
|
|
|
|
|
# generated files
|
2023-03-28 22:48:58 +00:00
|
|
|
"agent/structs/structs.deepcopy.go",
|
|
|
|
"agent/proxycfg/proxycfg.deepcopy.go",
|
2023-03-29 16:57:51 +00:00
|
|
|
"agent/grpc-middleware/rate_limit_mappings.gen.go",
|
|
|
|
"agent/uiserver/dist/**",
|
2023-08-21 17:31:54 +00:00
|
|
|
|
2023-09-18 21:10:35 +00:00
|
|
|
# ignoring policy embedded files
|
|
|
|
"agent/structs/acltemplatedpolicy/policies/ce/**",
|
|
|
|
|
2023-08-16 14:42:07 +00:00
|
|
|
# licensed under MPL - ignoring for now until the copywrite tool can support
|
|
|
|
# multiple licenses per repo.
|
2023-08-11 13:12:13 +00:00
|
|
|
"sdk/**",
|
|
|
|
"api/**",
|
2023-08-21 17:31:54 +00:00
|
|
|
"proto-public/**",
|
2023-03-13 12:24:00 +00:00
|
|
|
]
|
|
|
|
}
|