aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-01-05 17:25:54 -0800
committerGravatar GitHub <noreply@github.com>2018-01-05 17:25:54 -0800
commit44c4c34b32a753181727935e17ca204291ef9af4 (patch)
treeeca3c3aae49e9abedc82f987d23ebbc4fb83525b /tools/distrib
parent486761d04e03a9183d8013eddd86c3134d52d459 (diff)
Check copyright of Objective-C++ source files
Diffstat (limited to 'tools/distrib')
-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*',