aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
diff options
context:
space:
mode:
authorGravatar Carl Mastrangelo <notcarl@google.com>2018-05-03 10:25:24 -0700
committerGravatar Carl Mastrangelo <notcarl@google.com>2018-05-03 10:25:24 -0700
commitee7c77666efd723309a3052d2b0858e0163a0f39 (patch)
treee21036a51925680cb45c3cf24e490594bbf526be /tools/distrib
parente51aa63752f813813e7f202896b0da2ad5286c08 (diff)
add The support
Diffstat (limited to 'tools/distrib')
-rwxr-xr-xtools/distrib/check_copyright.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index c2d6ce4756..09eecf471b 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -98,7 +98,7 @@ _EXEMPT = frozenset((
'src/android/test/interop/gradlew.bat',
))
-RE_YEAR = r'Copyright (?P<first_year>[0-9]+\-)?(?P<last_year>[0-9]+) gRPC (a|A)uthors(\.|)'
+RE_YEAR = r'Copyright (?P<first_year>[0-9]+\-)?(?P<last_year>[0-9]+) ([Tt]he )?gRPC [Aa]uthors(\.|)'
RE_LICENSE = dict(
(k, r'\n'.join(LICENSE_PREFIX[k] +
(RE_YEAR if re.search(RE_YEAR, line) else re.escape(line))