class LicenseFinder::LicenseFiles

def get_file_for_path(path)

def get_file_for_path(path)
  PossibleLicenseFile.new(install_path, path)
end