Skip to content

Commit

Permalink
Specify license for multiformats deps
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Oct 21, 2023
1 parent 5de16ff commit f03cd16
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,14 @@ header:
- 'mkdocs.yml'

comment: on-failure

dependency:
files:
- go.mod
licenses:
- name: github.com/multiformats/go-base36
version: v0.2.0
license: Apache-2.0 OR MIT
- name: github.com/multiformats/go-multicodec
version: v0.9.0
license: Apache-2.0 OR MIT

0 comments on commit f03cd16

Please sign in to comment.