diff options
author | Muxi Yan <muxi@users.noreply.github.com> | 2018-01-08 09:55:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-08 09:55:51 -0800 |
commit | 669900c7de64d5992c92a838e23097b27e09d0b5 (patch) | |
tree | e8e4a5f87744dbe74241d8d3ac51e03f6b03c386 | |
parent | ff38af7fcfd57b4c65fb8cdc436bd25bbdb0b0ce (diff) | |
parent | 44c4c34b32a753181727935e17ca204291ef9af4 (diff) |
Merge pull request #13936 from grpc/copyright-objc++
Check copyright of Objective-C++ source files
-rwxr-xr-x | tools/distrib/check_copyright.py | 1 |
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*', |