mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
20 lines
458 B
HCL
20 lines
458 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
schema_version = 1
|
|
|
|
project {
|
|
license = "BUSL-1.1"
|
|
copyright_year = 2024
|
|
|
|
header_ignore = [
|
|
"command/asset/*.hcl",
|
|
"command/agent/bindata_assetfs.go",
|
|
"ui/node_modules",
|
|
|
|
// 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.
|
|
]
|
|
}
|