forked from kubermatic/kubeone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.wwhrd.yml
26 lines (24 loc) · 1.22 KB
/
.wwhrd.yml
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
denylist:
- GPL-2.0
- LGPL-3.0
allowlist:
- Apache-2.0
- MIT
- BSD-2-Clause
- BSD-2-Clause-FreeBSD
- BSD-3-Clause
- ISC
# copy from https://github.com/kubermatic/kubermatic/blob/3b015b3b90f1ab75d87129757c3f2c84e1964554/.wwhrd.yml
exceptions:
- github.com/LeanerCloud/ec2-instances-info # Public domain: https://github.com/LeanerCloud/ec2-instances-info/blob/master/LICENSE.
- github.com/LeanerCloud/ec2-instances-info/data # MIT: https://github.com/powdahound/ec2instances.info/blob/master/LICENSE.
- github.com/acomagu/bufpipe # MIT: https://github.com/acomagu/bufpipe/blob/master/LICENSE (used by go-git)
- github.com/gosimple/slug # MPL-2.0. Required for https://github.com/grafana-tools/sdk
- github.com/hashicorp/errwrap # MPL-2.0
- github.com/hashicorp/go-cleanhttp # MPL-2.0
- github.com/hashicorp/go-multierror # MPL-2.0
- github.com/hashicorp/go-version # MPL-2.0
- github.com/hashicorp/golang-lru # MPL-2.0
- github.com/hashicorp/golang-lru/simplelru # MPL-2.0
- github.com/yvasiyarov/go-metrics # BSD-2-Clause-Views required for https://github.com/distribution/distribution (used by Helm)
- github.com/bugsnag/osext # Zlib required for https://github.com/distribution/distribution (used by Helm)