Searched refs:spdx (Results 1 – 1 of 1) sorted by relevance
39 spdx = SPDXdata()50 if lid in spdx.licenses:53 spdx.licenses.append(lid)71 spdx.license_files += 173 return spdx84 def __init__(self, spdx): argument85 self.spdx = spdx103 if not id in self.spdx.licenses:107 if id not in self.spdx.exceptions:244 spdx = read_spdxdata(repo) variable[all …]
Completed in 4 milliseconds