Home
last modified time | relevance | path

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

/scripts/
Dspdxcheck.py55 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 += 1
87 spdx.license_files += 1
89 return spdx
[all …]