mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
20 lines
551 B
HCL
20 lines
551 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
schema_version = 1
|
|
|
|
project {
|
|
header_ignore = [
|
|
"command/asset/*.hcl",
|
|
"command/agent/bindata_assetfs.go",
|
|
# licensed under MPL - ignoring for now until the copywrite tool can support
|
|
# multiple licenses per repo.
|
|
"api/**",
|
|
"drivers/shared/**",
|
|
"plugins/**",
|
|
// Enterprise files do not fall under the open source licensing. OSS-ENT
|
|
// merge conflicts might happen here, please be sure to put new OSS
|
|
// exceptions above this comment.
|
|
]
|
|
}
|