mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Nomad CI checks for copywrite headers using multiple config files for specific exemption paths. This means the top-level config file does not take effect when running the copywrite script within these sub-folders. Exempt files therefore need to be added to the sub-config files, along with the top level.
13 lines
295 B
HCL
13 lines
295 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "MPL-2.0"
|
|
copyright_year = 2024
|
|
|
|
header_ignore = [
|
|
// Enterprise files do not fall under the open source licensing. CE-ENT
|
|
// merge conflicts might happen here, please be sure to put new CE
|
|
// exceptions above this comment.
|
|
]
|
|
}
|