forked from vmware-tanzu/kubeapps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.licenserc.yaml
41 lines (37 loc) · 828 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
41
# Copyright 2022 VMware, Inc.
# SPDX-License-Identifier: Apache-2.0
header:
comment: on-failure
license:
spdx-id: Apache-2.0
copyright-owner: the Kubeapps contributors
pattern: |
Copyright (?:\d{4}-\d{4}|\d{4}) the Kubeapps contributors.
SPDX-License-Identifier: Apache-2.0
paths-ignore:
- LICENSE
- NOTICE
- open_source_licenses.txt
- "**/*.css"
- "**/*.dccache"
- "**/*.html"
- "**/*.htpasswd"
- "**/*.json"
- "**/*.lock"
- "**/*.md"
- "**/*.pem"
- "**/*.snap"
- "**/*.sum"
- "**/*.svg"
- "**/*.webmanifest"
- "**/chart/**"
- "**/devel/**"
- "**/gen/**"
- "**/node_modules/**"
- "**/site/**"
- "**/target/**"
dependency:
files:
- go.mod
- dashboard/package.json
- cmd/pinniped-proxy/Cargo.toml