-
Notifications
You must be signed in to change notification settings - Fork 35
/
.lichen.yaml
39 lines (37 loc) · 1.18 KB
/
.lichen.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
---
# Licenses other than Apache-2.0 are governed by
# https://github.com/cncf/foundation/blob/master/allowed-third-party-license-policy.md#approved-licenses-for-allowlist
# Note that Allowlist also requires that projects were created
# on GitHub at least 12 months prior and have at least 10 stars
# or 10 forks
allow:
- "Apache-2.0"
- "BSD-2-Clause"
- "BSD-2-Clause-FreeBSD"
- "BSD-3-Clause"
- "MIT"
- "ISC"
- "Python-2.0"
- "PostgreSQL"
- "X11"
- "Zlib"
override:
- path: "github.com/flynn/go-shlex"
licenses: ["Apache-2.0"]
- path: "../"
licenses: ["Apache-2.0"]
- path: "sigs.k8s.io/yaml"
licenses: ["Apache-2.0", "MIT"]
# Check https://github.com/cncf/foundation/blob/main/license-exceptions/CNCF-licensing-exceptions.csv
exceptions:
licenseNotPermitted:
- path: "github.com/hashicorp/errwrap"
licenses: ["MPL-2.0"]
- path: "github.com/hashicorp/go-multierror"
licenses: ["MPL-2.0"]
- path: "github.com/hashicorp/go-secure-stdlib/parseutil"
licenses: ["MPL-2.0"]
- path: "github.com/hashicorp/go-secure-stdlib/strutil"
licenses: ["MPL-2.0"]
- path: "github.com/hashicorp/go-sockaddr"
licenses: ["MPL-2.0"]