aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2017-01-17 13:36:36 -0800
committerGravatar GitHub <noreply@github.com>2017-01-17 13:36:36 -0800
commit2b24d279d67d5498da4124f30cc90371d0e761fa (patch)
tree601cb2da6f6e72d607885854ee125f052a948353 /tools
parent42dc988432821a3142b7ababfa695fed05a34d4e (diff)
parenta2341eaed05cb5713dc95ff52fe59730a006f389 (diff)
Merge pull request #9326 from yang-g/license
Add licenses to all BUILD files and missing copyright
Diffstat (limited to 'tools')
-rwxr-xr-xtools/distrib/check_copyright.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index 718bb563f3..c993407eb2 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -90,6 +90,7 @@ LICENSE_PREFIX = {
'Makefile': r'#\s*',
'Dockerfile': r'#\s*',
'LICENSE': '',
+ 'BUILD': r'#\s*',
}
_EXEMPT = frozenset((