From 5a0f50283a5ce92b094ffb1ff0a6260f978d793b Mon Sep 17 00:00:00 2001 From: dmaddu Date: Wed, 9 Mar 2022 23:11:21 +0530 Subject: [PATCH 1/2] Fixing License Scout 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..80f4f8eade9 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: Go-Authors + 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 From b8de79daa626631fe6b5e6b07b4971c3a55f0651 Mon Sep 17 00:00:00 2001 From: dmaddu Date: Thu, 10 Mar 2022 12:51:22 +0530 Subject: [PATCH 2/2] Fixing License Scout for msgp Signed-off-by: Durga Sarat Chandra Maddu --- .license_scout.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.license_scout.yml b/.license_scout.yml index 80f4f8eade9..e43c7d194e2 100644 --- a/.license_scout.yml +++ b/.license_scout.yml @@ -298,7 +298,7 @@ fallbacks: license_id: MIT license_content: https://raw.githubusercontent.com/go-ldap/ldap/master/LICENSE - name: github.com/tinylib/msgp - license_id: Go-Authors + license_id: MIT license_content: https://raw.githubusercontent.com/tinylib/msgp/master/LICENSE - name: golang.org/x/crypto license_id: BSD-3-Clause