-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.licensed.yaml
28 lines (28 loc) · 1 KB
/
.licensed.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
sources:
go: true
allowed:
- mit
- apache-2.0
- mpl-2.0
- bsd-2-clause
- bsd-3-clause
- isc
reviewed:
go:
- golang.org/x/**/* # bsd-style
- google.golang.org/**/* # bsd-style
- gopkg.in/ini.v1 # apache-2.0
- gopkg.in/yaml.v2 # apache-2.0
# not sure why the following licenses weren't picked up automatically
- github.com/gorilla/mux # bsd-3
- github.com/gorilla/securecookie # bsd-3
- github.com/gorilla/sessions # bsd-3
- github.com/magiconair/properties # bsd-2
- github.com/munnerz/goautoneg # bsd-3
- github.com/sagikazarmark/slog-shim # bsd-3
- github.com/klauspost/compress # bsd-3
- github.com/klauspost/compress/fse # bsd-3 from github.com/klauspost/compress
- github.com/klauspost/compress/huff0 # bsd-3 from github.com/klauspost/compress
- github.com/klauspost/compress/internal/cpuinfo # bsd-3 from github.com/klauspost/compress
- github.com/klauspost/compress/internal/snapref # bsd-3
- github.com/klauspost/compress/zstd # bsd-3