aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/check_copyright.py
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-01-04 13:12:39 -0800
committerGravatar yang-g <yangg@google.com>2017-01-04 13:12:39 -0800
commit26d20a8016feaeb0a2fe182505ee60960fb03275 (patch)
tree295df084feb10ff4f01553a857c8168b58f137b7 /tools/distrib/check_copyright.py
parentde3b8a8efb9dedddf8f728d60ee5a6833b6894ec (diff)
exclude newly added file from copyright check
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 718bb563f3..4f9655e995 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -105,6 +105,8 @@ _EXEMPT = frozenset((
'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',
+ 'src/cpp/server/health/health.pb.h',
+ 'src/cpp/server/health/health.pb.c',
# An older file originally from outside gRPC.
'src/php/tests/bootstrap.php',