Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py31 # Read the spdx data from the LICENSES directory
39 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
244 spdx = read_spdxdata(repo) global() variable
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py47 # Read the spdx data from the LICENSES directory
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 += 1
87 spdx
350 spdx = read_spdxdata(repo) global() variable
[all...]

Completed in 1 milliseconds