diff options
author | yang-g <yangg@google.com> | 2017-01-04 13:11:18 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2017-01-04 13:11:18 -0800 |
commit | de3b8a8efb9dedddf8f728d60ee5a6833b6894ec (patch) | |
tree | d6a692f6f47a1aaa2372791d6925f7e35644c929 /tools/distrib/check_copyright.py | |
parent | 8bd6a0542b7d3ad08497e14fce5470cb50c7bc87 (diff) | |
parent | 360f5d2abf8cb0f92aeeb3a1b201d2eb3bd13374 (diff) |
Merge branch 'master' into health
Diffstat (limited to 'tools/distrib/check_copyright.py')
-rwxr-xr-x | tools/distrib/check_copyright.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py index 51852adfd3..718bb563f3 100755 --- a/tools/distrib/check_copyright.py +++ b/tools/distrib/check_copyright.py @@ -103,6 +103,9 @@ _EXEMPT = frozenset(( 'examples/python/route_guide/route_guide_pb2.py', 'examples/python/route_guide/route_guide_pb2_grpc.py', + 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h', + 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c', + # An older file originally from outside gRPC. 'src/php/tests/bootstrap.php', )) |