open-consul/.copywrite.hcl

24 lines
676 B
HCL
Raw Normal View History

2023-03-13 12:24:00 +00:00
schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2013
# (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 = [
# 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/**",
# ignore specific test data files
"agent/uiserver/testdata/**",
# generated files
"agent/structs/structs.deepcopy.go",
"agent/proxycfg/proxycfg.deepcopy.go",
2023-03-13 12:24:00 +00:00
]
}