class LicenseFinder::ProjectFinder

def remove_nested(pathname, paths)

def remove_nested(pathname, paths)
  return if project_root?(pathname)
  paths.reject! { |path| nested_path?(path, pathname) }
end