mirror of https://github.com/status-im/consul.git
15 lines
345 B
HCL
15 lines
345 B
HCL
|
schema_version = 1
|
||
|
|
||
|
project {
|
||
|
license = "MPL-2.0"
|
||
|
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 = [
|
||
|
# "vendor/**",
|
||
|
# "**autogen**",
|
||
|
]
|
||
|
}
|