Home
last modified time | relevance | path

Searched refs:spdx (Results 1 – 1 of 1) sorted by relevance

/scripts/
Dspdxcheck.py39 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 += 1
71 spdx.license_files += 1
73 return spdx
[all …]