Searched refs:spdx (Results 1 – 1 of 1) sorted by relevance
55 spdx = SPDXdata()66 if lid in spdx.licenses:69 spdx.licenses.append(lid)87 spdx.license_files += 189 return spdx100 def __init__(self, spdx): argument101 self.spdx = spdx133 if not id in self.spdx.licenses:137 if id not in self.spdx.exceptions:356 spdx = read_spdxdata(repo) variable[all …]
Completed in 3 milliseconds