forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.wwhrd.yml
36 lines (32 loc) · 773 Bytes
/
.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
---
denylist:
- GPL-2.0
- GPL-3.0
allowlist:
- 0BSD
- Apache-2.0
- BSD-2-Clause
- BSD-3-Clause
- ISC
- JSON
- MIT
- MPL-2.0
- MPL-2.0-no-copyleft-exception
- NewBSD
- FreeBSD
overrides:
# https://github.com/bmizerany/pat/blob/master/LICENSE
"github.com/bmizerany/pat": MIT
# https://github.com/xi2/xz/blob/master/LICENSE
"github.com/xi2/xz": Public Domain
# https://github.com/acomagu/bufpipe/blob/master/LICENSE
"github.com/acomagu/bufpipe": MIT
exceptions:
- "golang.org/x/mobile/..."
- "golang.org/x/tools/..."
- "golang.org/x/mod/..."
- "golang.org/x/xerrors/..."
- "github.com/stretchr/testify"
additional:
# list here paths to additional licenses
golang/go: "raw.githubusercontent.com/golang/go/master/LICENSE"