Files
nomad/.copywrite.hcl
2023-08-16 15:59:33 +01:00

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.
]
}