Skip to content

Commit

Permalink
Fixing License Scout (#6782)
Browse files Browse the repository at this point in the history
* Fixing License Scout

Signed-off-by: Durga Sarat Chandra Maddu <[email protected]>

* Fixing License Scout for msgp

Signed-off-by: Durga Sarat Chandra Maddu <[email protected]>
  • Loading branch information
Dmaddu authored Mar 10, 2022
1 parent 91959d9 commit f4b4aa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .license_scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@ fallbacks:
- name: github.com/shirou/w32
license_id: w32-Authors
license_content: https://raw.githubusercontent.com/shirou/w32/master/LICENSE
- name: github.com/go-ldap/ldap
license_id: MIT
license_content: https://raw.githubusercontent.com/go-ldap/ldap/master/LICENSE
- name: github.com/tinylib/msgp
license_id: MIT
license_content: https://raw.githubusercontent.com/tinylib/msgp/master/LICENSE
- name: golang.org/x/crypto
license_id: BSD-3-Clause
license_content: https://raw.githubusercontent.com/golang/crypto/master/LICENSE
Expand Down

0 comments on commit f4b4aa2

Please sign in to comment.