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)73 spdx.exceptions[exception] = []77 if not lic in spdx.licenses:79 spdx.exceptions[exception].append(lic)83 if not len(spdx.exceptions[exception]):85 spdx.exception_files += 187 spdx.license_files += 189 return spdx[all …]