add attribution to bin

This commit is contained in:
Ben Balter 2015-09-01 18:44:10 -04:00
parent cb23de537f
commit d778ad785f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ license = project.matched_file
if license
puts "Matched file: #{license.path}"
puts "License: #{license.match ? license.match.meta['title'] : 'no license'}"
puts "Attribution: #{license.attribution}" if license.attribution
puts "Confidence: #{license.confidence}%"
puts "Method: #{license.matcher.class}"
else