-
Notifications
You must be signed in to change notification settings - Fork 706
/
.licenserc.yaml
52 lines (48 loc) · 1.25 KB
/
.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
42
43
44
45
46
47
48
49
50
51
52
# Copyright 2022-2023 the Kubeapps contributors.
# 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"
- "**/*.log"
- "**/*.md"
- "**/*.pem"
- "**/*.snap"
- "**/*.sum"
- "**/*.svg"
- "**/*.webmanifest"
- "**/.notempty"
- "**/chart/**"
- "**/devel/**"
- "**/gen/**"
- "**/node_modules/**"
- "**/site/**"
- "**/target/**"
- "cmd/kubeapps-apis/plugins/fluxv2/packages/v1alpha1/common/transport/transport.go"
- "cmd/kubeapps-apis/plugins/fluxv2/packages/v1alpha1/common/transport/transport_test.go"
- "dashboard/build/**"
- "dashboard/src/setupProxy.js"
- "integration/charts/**/_helpers.tpl"
- "pkg/kube/dockerconfig.go"
dependency:
files:
- cmd/oci-catalog/Cargo.toml
- cmd/pinniped-proxy/Cargo.toml
- dashboard/package.json
- go.mod
- integration/package.json