Searched refs:RE_LICENSE (Results 1 – 2 of 2) 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]
105 RE_LICENSE = dict( variable129 assert (re.search(RE_LICENSE['Makefile'], load('Makefile')))158 if ext in RE_LICENSE:159 re_license = RE_LICENSE[ext]160 elif base in RE_LICENSE:161 re_license = RE_LICENSE[base]