aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/check_copyright.py
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-01-08 09:55:51 -0800
committerGravatar GitHub <noreply@github.com>2018-01-08 09:55:51 -0800
commit669900c7de64d5992c92a838e23097b27e09d0b5 (patch)
treee8e4a5f87744dbe74241d8d3ac51e03f6b03c386 /tools/distrib/check_copyright.py
parentff38af7fcfd57b4c65fb8cdc436bd25bbdb0b0ce (diff)
parent44c4c34b32a753181727935e17ca204291ef9af4 (diff)
Merge pull request #13936 from grpc/copyright-objc++
Check copyright of Objective-C++ source files
Diffstat (limited to 'tools/distrib/check_copyright.py')
-rwxr-xr-xtools/distrib/check_copyright.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index 8f782e07c2..0eb2cbe1a2 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -48,6 +48,7 @@ LICENSE_PREFIX = {
'.cc': r'\s*(?://|\*)\s*',
'.h': r'\s*(?://|\*)\s*',
'.m': r'\s*\*\s*',
+ '.mm': r'\s*\*\s*',
'.php': r'\s*\*\s*',
'.js': r'\s*\*\s*',
'.py': r'#\s*',