aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/check_copyright.py
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-04-12 10:18:10 -0700
committerGravatar yang-g <yangg@google.com>2017-04-12 10:18:10 -0700
commit66d40c63f7bf004623dcc4dbafda96b69fc46094 (patch)
tree538cddb8b9826207ed956e4ace5923a54a34ea2d /tools/distrib/check_copyright.py
parenteceec8eaf6f38766364b203e92ccb6b25028b89b (diff)
Fix BUILD dependency, copyright and cmake
Diffstat (limited to 'tools/distrib/check_copyright.py')
-rwxr-xr-xtools/distrib/check_copyright.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index 42005e3bd3..0a58adf2f0 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -113,6 +113,8 @@ _EXEMPT = frozenset((
'src/php/tests/bootstrap.php',
# census.proto copied from github
'tools/grpcz/census.proto',
+ # status.proto copied from googleapis
+ 'src/proto/grpc/status/status.proto',
))