Files
charts/.licenserc.yaml
Raúl López 8f3d7ef927 [bitnami/charts] Automate license checks (#17421)
* [bitnami/charts] Automate license checks

Signed-off-by: Raúl López <rlorpez@vmware.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2023-07-03 14:21:32 +02:00

38 lines
834 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"
# 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"