Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
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: