Exemplo n.º 1
0
def do_license_check(name, contents):
    if not check_license(name, contents):
        report_error_name_no(name, 1, "incorrect license")
Exemplo n.º 2
0
Arquivo: tidy.py Projeto: tomaka/rust
def do_license_check(name, contents):
    if not check_license(name, contents):
        report_error_name_no(name, 1, "incorrect license")