Searched refs:RE_LICENSE (Results 1 – 1 of 1) sorted by relevance
110 RE_LICENSE = dict( variable134 assert (re.search(RE_LICENSE['Makefile'], load('Makefile')))159 if ext in RE_LICENSE:160 re_license = RE_LICENSE[ext]161 elif base in RE_LICENSE:162 re_license = RE_LICENSE[base]