forked from submariner-io/subctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lichen.yaml
31 lines (29 loc) · 851 Bytes
/
.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
---
# 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: "./api"
licenses: ["Apache-2.0"]
- path: "github.com/rdegges/go-ipify"
licenses: ["Unlicense"]
- path: "github.com/docker/spdystream"
licenses: ["Apache-2.0"]
# https://github.com/cncf/foundation/tree/master/license-exceptions
exceptions:
licenseNotPermitted:
- path: "github.com/hashicorp/golang-lru"
licenses: ["MPL-2.0"]