mirror of
https://github.com/status-im/consul.git
synced 2025-01-31 07:57:17 +00:00
5fb9df1640
* Adding explicit MPL license for sub-package This directory and its subdirectories (packages) contain files licensed with the MPLv2 `LICENSE` file in this directory and are intentionally licensed separately from the BSL `LICENSE` file at the root of this repository. * Adding explicit MPL license for sub-package This directory and its subdirectories (packages) contain files licensed with the MPLv2 `LICENSE` file in this directory and are intentionally licensed separately from the BSL `LICENSE` file at the root of this repository. * Updating the license from MPL to Business Source License Going forward, this project will be licensed under the Business Source License v1.1. Please see our blog post for more details at <Blog URL>, FAQ at www.hashicorp.com/licensing-faq, and details of the license at www.hashicorp.com/bsl. * add missing license headers * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 * Update copyright file headers to BUSL-1.1 --------- Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
32 lines
996 B
HCL
32 lines
996 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "BUSL-1.1"
|
|
copyright_year = 2023
|
|
|
|
# (OPTIONAL) A list of globs that should not have copyright/license headers.
|
|
# Supports doublestar glob patterns for more flexibility in defining which
|
|
# files or folders should be ignored
|
|
header_ignore = [
|
|
# Forked and modified UI libs
|
|
"ui/packages/consul-ui/app/utils/dom/event-target/**",
|
|
"ui/packages/consul-ui/lib/rehype-prism/**",
|
|
"ui/packages/consul-ui/lib/block-slots/**",
|
|
|
|
# UI file that do not render properly with copyright headers
|
|
"ui/packages/consul-ui/app/components/brand-loader/enterprise.hbs",
|
|
"ui/packages/consul-ui/app/components/brand-loader/index.hbs",
|
|
|
|
# ignore specific test data files
|
|
"agent/uiserver/testdata/**",
|
|
|
|
# generated files
|
|
"agent/structs/structs.deepcopy.go",
|
|
"agent/proxycfg/proxycfg.deepcopy.go",
|
|
"agent/grpc-middleware/rate_limit_mappings.gen.go",
|
|
"agent/uiserver/dist/**",
|
|
"sdk/**",
|
|
"api/**",
|
|
]
|
|
}
|