Home
last modified time | relevance | path

Searched refs:RE_LICENSE (Results 1 – 2 of 2) 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]
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dcheck_copyright.py105 RE_LICENSE = dict( variable
129 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]