aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/check_copyright.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-14 15:18:20 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-14 15:18:20 -0700
commit56c23f11b04192a977fdd9a4cbb21259f4a87794 (patch)
tree3cea7a6a830a1a95f318b678da52d1b490da23b6 /tools/distrib/check_copyright.py
parented88abcad8f2857701d2a14f21c92a9e9d4dbc0d (diff)
parent88ce393687d3c471c879734aeb2015fb54394eeb (diff)
Merge github.com:grpc/grpc into c++lame
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',
))