Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/distrib/
Dcheck_copyright.py110 RE_LICENSE = dict( variable
134 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]