Searched refs:lic (Results 1 – 2 of 2) sorted by relevance
123 def checkLicenseValid(lic, doc): argument132 if lic not in LICENSES:133 doc.customLicenseIDs.add(lic)172 for lic in licsConcluded:173 if lic in ["NONE", "NOASSERTION"]:175 if " " in lic:178 revised.append(lic)219 for lic in f.licenseInfoInFile:220 checkLicenseValid(lic, doc)
136 def writeOtherLicenseSPDX(f, lic): argument180 for lic in sorted(list(doc.customLicenseIDs)):181 writeOtherLicenseSPDX(f, lic)