in lib/licensee/matchers/dice.rb [22:31]
def potential_matches
@potential_matches ||= super.select do |license|
if license.creative_commons? && file.potential_false_positive?
false
else
license.wordset
end
end
end