mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Because the Enterprise code has a set of copywrite exclusion entries below the one listed here in CE, we need to make sure that the last CE line in the configuration file ends in a comma.
22 lines
547 B
HCL
22 lines
547 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",
|
|
"pnpm-workspace.yaml",
|
|
"pnpm-lock.yaml",
|
|
|
|
// 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 and make sure they end with a trailing ","
|
|
]
|
|
}
|