Skip to content

Commit

Permalink
Merge pull request #320 from chef/fix_licence_error_on_infra-client/m…
Browse files Browse the repository at this point in the history
…uthuja

Fix license error on infra client/muthuja
  • Loading branch information
tpowell-progress authored Jun 14, 2024
2 parents baebe02 + 7caa635 commit 52917af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/license_scout/overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def default_overrides
["mocha", "MIT", ["https://raw.githubusercontent.com/freerange/mocha/master/MIT-LICENSE.md"]],
["multipart-post", "MIT", ["https://raw.githubusercontent.com/socketry/multipart-post/main/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-protocol", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-protocol/master/BSDL"]],
["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/readme.md"]],
["omniauth-chef", nil, ["https://raw.githubusercontent.com/chef/omniauth-chef/master/README.md"]],
["options", "Ruby", ["https://rubygems.org/gems/options"]],
Expand Down

0 comments on commit 52917af

Please sign in to comment.