class LicenseFinder::LicenseFiles

def files

def files
  paths_for_license_files.map do |path|
    get_file_for_path(path)
  end
end