Searched refs:cargo_license (Results 1 – 1 of 1) sorted by relevance
158 def decide_license_type(cargo_license): argument180 if "Apache" in cargo_license:182 if "MIT" in cargo_license:184 if "BSD" in cargo_license:186 if "ISC" in cargo_license:280 cargo_license = ""289 elif not cargo_license and LICENSE_MATCHER.match(line):290 cargo_license = LICENSE_MATCHER.match(line).group(1)291 if name and version and description and cargo_license:293 return name, version, description, cargo_license[all …]