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)57 spdx.exceptions[exception] = []61 if not lic in spdx.licenses:63 spdx.exceptions[exception].append(lic)67 if not len(spdx.exceptions[exception]):69 spdx.exception_files += 171 spdx.license_files += 173 return spdx[all …]