Home
last modified time | relevance | path

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

/scripts/
A Dspdxcheck.py55 spdx = SPDXdata()
66 if lid in spdx.licenses:
69 spdx.licenses.append(lid)
87 spdx.license_files += 1
89 return spdx
100 def __init__(self, spdx): argument
101 self.spdx = spdx
133 if not id in self.spdx.licenses:
137 if id not in self.spdx.exceptions:
356 spdx = read_spdxdata(repo) variable
[all …]

Completed in 3 milliseconds