Files
charts/.licenserc.yaml
Javier J. Salmerón-García 7d7744e896 [bitnami/*] chore: 👷 Disable CRD check in license linter (#18272)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
2023-08-08 13:45:24 +02:00

41 lines
943 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
---
header:
# License format for Helm templates
- comment: on-failure
license:
spdx-id: Apache-2.0
copyright-owner: VMware, Inc.
content: |
{{- /*
Copyright VMware, Inc.
SPDX-License-Identifier: APACHE-2.0
*/}}
paths:
- "bitnami/**/templates/**/*.yml"
- "bitnami/**/templates/**/*.yaml"
paths-ignore:
- "bitnami/**/templates/crds/**/*.yml"
- "bitnami/**/templates/crds/**/*.yaml"
# License format for all other YAML files
- comment: on-failure
license:
spdx-id: Apache-2.0
copyright-owner: VMware, Inc.
content: |
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
paths:
- "bitnami/**/*.yml"
- "bitnami/**/*.yaml"
paths-ignore:
- "bitnami/**/templates/**/*.yml"
- "bitnami/**/templates/**/*.yaml"