Require the license in Gradle files (#149)

This commit is contained in:
gbrodman 2019-07-02 11:47:35 -04:00 committed by GitHub
parent 8332664af9
commit 0e8724a48f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 141 additions and 1 deletions

View file

@ -76,7 +76,7 @@ PRESUBMITS = {
# License check
PresubmitCheck(
r".*Copyright 20\d{2} The Nomulus Authors\. All Rights Reserved\.",
("java", "js", "soy", "sql", "py", "sh"), {
("java", "js", "soy", "sql", "py", "sh", "gradle"), {
".git", "/build/", "/generated/", "node_modules/",
"JUnitBackports.java"
}, REQUIRED):