Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py19 class SPDXException(Exception): class
51 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)
62 raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic))
68 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
249 except SPDXException as se:
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py20 class SPDXException(Exception): class
67 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)
78 raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic))
84 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
355 except SPDXException as se:

Completed in 2 milliseconds