From f4b4aa2db39887dfa66d5666200453e8e9323e40 Mon Sep 17 00:00:00 2001 From: Durga Sarat Chandra Maddu <44021874+Dmaddu@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:35:06 +0530 Subject: [PATCH] Fixing License Scout (#6782) * Fixing License Scout Signed-off-by: Durga Sarat Chandra Maddu * Fixing License Scout for msgp Signed-off-by: Durga Sarat Chandra Maddu --- .license_scout.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.license_scout.yml b/.license_scout.yml index 0f5eeb9051a..e43c7d194e2 100644 --- a/.license_scout.yml +++ b/.license_scout.yml @@ -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