aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/check_copyright.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-03 12:02:22 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-03 12:02:22 -0800
commite4c2b10516038bc4540baf9d76b876da5dc4afd7 (patch)
tree87686acf0d98d97f791e94e05488f53efb1738f0 /tools/distrib/check_copyright.py
parentf2a66434e2e3f84830b4a26cc5e2badb5d943dfa (diff)
No need for copyright on generated files
Diffstat (limited to 'tools/distrib/check_copyright.py')
-rwxr-xr-xtools/distrib/check_copyright.py3
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',
))