mirror of https://github.com/licensee/licensee.git
add attribution to bin
This commit is contained in:
parent
cb23de537f
commit
d778ad785f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue