forked from bitnami/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licenserc.yaml
40 lines (34 loc) · 943 Bytes
/
.licenserc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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"