-
Notifications
You must be signed in to change notification settings - Fork 17
/
.wwhrd.yml
59 lines (57 loc) · 2.7 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
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
53
54
55
56
57
58
59
---
blacklist:
- GPL-2.0
whitelist:
- Apache-2.0
- CC0-1.0
- MIT
- BSD-1-Clause
- BSD-2-Clause
- BSD-3-Clause
exceptions:
# MIT - https://github.com/kubernetes-sigs/yaml/blob/master/LICENSE
- sigs.k8s.io/yaml
# MIT - https://github.com/apparentlymart/go-textseg/blob/master/LICENSE
- github.com/apparentlymart/go-textseg/...
# MPL-2.0 - https://github.com/hashicorp/hcl/blob/master/LICENSE
- github.com/hashicorp/hcl/...
# MPL-2.0 - https://github.com/hashicorp/go-multierror/blob/master/LICENSE
- github.com/hashicorp/go-multierror/...
# MPL-2.0 - https://github.com/hashicorp/errwrap/blob/master/LICENSE
- github.com/hashicorp/errwrap/...
# MPL-2.0 - https://github.com/gosimple/slug/blob/master/LICENSE
- github.com/gosimple/slug
# MPL-2.0-no-copyleft-exception - https://github.com/hashicorp/go-retryablehttp/blob/master/LICENSE
- github.com/hashicorp/go-retryablehttp
# MPL-2.0-no-copyleft-exception - https://github.com/hashicorp/go-sockaddr/blob/master/LICENSE
- github.com/hashicorp/go-sockaddr
# MPL-2.0-no-copyleft-exception - https://github.com/hashicorp/go-cleanhttp/blob/master/LICENSE
- github.com/hashicorp/go-cleanhttp
# MPL-2.0-no-copyleft-exception - https://github.com/hashicorp/go-rootcerts/blob/master/LICENSE
- github.com/hashicorp/go-rootcerts
# MPL-2.0-no-copyleft-exception - https://github.com/hashicorp/vault/blob/master/LICENSE
- github.com/hashicorp/vault/...
# BSD-2 - https://github.com/magiconair/properties/blob/master/LICENSE.md
- github.com/magiconair/properties
# MPL-2.0 - https://github.com/hashicorp/go-plugin/blob/master/LICENSE
- github.com/hashicorp/go-plugin/...
# MPL-2.0 - https://github.com/hashicorp/go-secure-stdlib/blob/main/LICENSE
- github.com/hashicorp/go-secure-stdlib/...
# MPL-2.0 - https://github.com/hashicorp/golang-lru/blob/master/LICENSE
- github.com/hashicorp/golang-lru/...
# MPL-2.0 - https://github.com/hashicorp/yamux/blob/master/LICENSE
- github.com/hashicorp/yamux
# MPL-2.0 - https://github.com/hashicorp/go-version/blob/master/LICENSE
- github.com/hashicorp/go-version
# MPL-2.0 - https://github.com/hashicorp/go-immutable-radix/blob/master/LICENSE
- github.com/hashicorp/go-immutable-radix
# MPL-2.0 - https://github.com/hashicorp/go-uuid/blob/master/LICENSE
- github.com/hashicorp/go-uuid
# MPL-2.0 - https://github.com/hashicorp/serf/blob/master/LICENSE
- github.com/hashicorp/serf/coordinate
# MPL-2.0 - https://github.com/hashicorp/consul/blob/main/LICENSE
- github.com/hashicorp/consul/api
# BSD-2.0 - https://github.com/Nvveen/Gotty/blob/master/LICENSE
- github.com/Nvveen/Gotty
# BSD-2.0 - https://github.com/rcrowley/go-metrics/blob/master/LICENSE
- github.com/rcrowley/go-metrics