2023-03-13 13:24:00 +01:00
|
|
|
schema_version = 1
|
|
|
|
|
|
|
|
project {
|
2023-08-11 09:12:13 -04:00
|
|
|
license = "BUSL-1.1"
|
|
|
|
copyright_year = 2023
|
2023-03-13 13:24:00 +01: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 14:18:55 +01: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 19:39:22 +01:00
|
|
|
|
2023-03-31 16:29:19 +01: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 19:39:22 +01:00
|
|
|
# ignore specific test data files
|
2023-03-28 23:48:58 +01:00
|
|
|
"agent/uiserver/testdata/**",
|
2023-03-28 19:39:22 +01:00
|
|
|
|
|
|
|
# generated files
|
2023-03-28 23:48:58 +01: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-16 09:42:07 -05:00
|
|
|
# licensed under MPL - ignoring for now until the copywrite tool can support
|
|
|
|
# multiple licenses per repo.
|
2023-08-11 09:12:13 -04:00
|
|
|
"sdk/**",
|
|
|
|
"api/**",
|
2023-03-13 13:24:00 +01:00
|
|
|
]
|
|
|
|
}
|