class LicenseFinder::Package

def eql?(other)

def eql?(other)
  name == other.name && version == other.version
end