Files
actions-sync/.licensed.yml
2020-07-02 19:36:10 +01:00

23 lines
238 B
YAML

sources:
go: true
go:
mod: vendor
apps:
- source_path: .
- source_path: ./src
allowed:
- apache-2.0
- bsd-2-clause
- bsd-3-clause
- isc
- mit
- cc0-1.0
- unlicense
- other
ignored:
go:
- golang.org/x/**/*