From 9dfb99da5a5d3fd536c0c9203cf945d21f719701 Mon Sep 17 00:00:00 2001 From: antima-gupta Date: Thu, 19 May 2022 15:24:48 +0530 Subject: [PATCH] Added license for net-pop gem. Signed-off-by: antima-gupta --- lib/license_scout/overrides.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/license_scout/overrides.rb b/lib/license_scout/overrides.rb index 03ac2497..886cb0b1 100644 --- a/lib/license_scout/overrides.rb +++ b/lib/license_scout/overrides.rb @@ -392,6 +392,7 @@ def default_overrides ["mocha", "MIT", ["https://raw.githubusercontent.com/freerange/mocha/master/MIT-LICENSE.md"]], ["net-http-spy", "Public-Domain", ["https://raw.githubusercontent.com/martinbtt/net-http-spy/master/readme.markdown"]], ["net-protocol", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-protocol/master/LICENSE.txt"]], + ["net-pop", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-pop/v0.1.1/LICENSE.txt"]], ["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/README.md"]], ["omniauth-chef", nil, ["https://raw.githubusercontent.com/chef/omniauth-chef/master/README.md"]], ["os", "MIT", ["https://raw.githubusercontent.com/rdp/os/master/LICENSE"]],